All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$423 Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
// Generated by jextract

package org.purejava.appindicator;

import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.VarHandle;

import static java.lang.foreign.ValueLayout.*;
final class constants$423 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$423() {}
    static final VarHandle const$0 = constants$422.const$4.varHandle(MemoryLayout.PathElement.groupElement("cset_identifier_first"));
    static final VarHandle const$1 = constants$422.const$4.varHandle(MemoryLayout.PathElement.groupElement("cset_identifier_nth"));
    static final VarHandle const$2 = constants$422.const$4.varHandle(MemoryLayout.PathElement.groupElement("cpair_comment_single"));
    static final VarHandle const$3 = constants$422.const$4.varHandle(MemoryLayout.PathElement.groupElement("padding_dummy"));
    static final StructLayout const$4 = MemoryLayout.structLayout(
        RuntimeHelper.POINTER.withName("user_data"),
        JAVA_INT.withName("max_parse_errors"),
        JAVA_INT.withName("parse_errors"),
        RuntimeHelper.POINTER.withName("input_name"),
        RuntimeHelper.POINTER.withName("qdata"),
        RuntimeHelper.POINTER.withName("config"),
        JAVA_INT.withName("token"),
        MemoryLayout.paddingLayout(4),
        MemoryLayout.unionLayout(
            RuntimeHelper.POINTER.withName("v_symbol"),
            RuntimeHelper.POINTER.withName("v_identifier"),
            JAVA_LONG.withName("v_binary"),
            JAVA_LONG.withName("v_octal"),
            JAVA_LONG.withName("v_int"),
            JAVA_LONG.withName("v_int64"),
            JAVA_DOUBLE.withName("v_float"),
            JAVA_LONG.withName("v_hex"),
            RuntimeHelper.POINTER.withName("v_string"),
            RuntimeHelper.POINTER.withName("v_comment"),
            JAVA_BYTE.withName("v_char"),
            JAVA_INT.withName("v_error")
        ).withName("value"),
        JAVA_INT.withName("line"),
        JAVA_INT.withName("position"),
        JAVA_INT.withName("next_token"),
        MemoryLayout.paddingLayout(4),
        MemoryLayout.unionLayout(
            RuntimeHelper.POINTER.withName("v_symbol"),
            RuntimeHelper.POINTER.withName("v_identifier"),
            JAVA_LONG.withName("v_binary"),
            JAVA_LONG.withName("v_octal"),
            JAVA_LONG.withName("v_int"),
            JAVA_LONG.withName("v_int64"),
            JAVA_DOUBLE.withName("v_float"),
            JAVA_LONG.withName("v_hex"),
            RuntimeHelper.POINTER.withName("v_string"),
            RuntimeHelper.POINTER.withName("v_comment"),
            JAVA_BYTE.withName("v_char"),
            JAVA_INT.withName("v_error")
        ).withName("next_value"),
        JAVA_INT.withName("next_line"),
        JAVA_INT.withName("next_position"),
        RuntimeHelper.POINTER.withName("symbol_table"),
        JAVA_INT.withName("input_fd"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("text"),
        RuntimeHelper.POINTER.withName("text_end"),
        RuntimeHelper.POINTER.withName("buffer"),
        JAVA_INT.withName("scope_id"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("msg_handler")
    ).withName("_GScanner");
    static final VarHandle const$5 = constants$423.const$4.varHandle(MemoryLayout.PathElement.groupElement("user_data"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy