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

dds.constants$4 Maven / Gradle / Ivy

// Generated by jextract

package dds;

import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import java.nio.ByteOrder;
import java.lang.foreign.*;
import static java.lang.foreign.ValueLayout.*;
final class constants$4 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$4() {}
    static final StructLayout const$0 = MemoryLayout.structLayout(
        MemoryLayout.sequenceLayout(2, MemoryLayout.sequenceLayout(16, JAVA_BYTE)).withName("parScore"),
        MemoryLayout.sequenceLayout(2, MemoryLayout.sequenceLayout(128, JAVA_BYTE)).withName("parContractsString")
    ).withName("parResults");
    static final StructLayout const$1 = MemoryLayout.structLayout(
        MemoryLayout.sequenceLayout(40, MemoryLayout.structLayout(
            MemoryLayout.sequenceLayout(2, MemoryLayout.sequenceLayout(16, JAVA_BYTE)).withName("parScore"),
            MemoryLayout.sequenceLayout(2, MemoryLayout.sequenceLayout(128, JAVA_BYTE)).withName("parContractsString")
        ).withName("parResults")).withName("presults")
    ).withName("allParResults");
    static final StructLayout const$2 = MemoryLayout.structLayout(
        JAVA_INT.withName("number"),
        JAVA_INT.withName("score"),
        MemoryLayout.sequenceLayout(10, MemoryLayout.sequenceLayout(10, JAVA_BYTE)).withName("contracts")
    ).withName("parResultsDealer");
    static final VarHandle const$3 = constants$4.const$2.varHandle(MemoryLayout.PathElement.groupElement("number"));
    static final VarHandle const$4 = constants$4.const$2.varHandle(MemoryLayout.PathElement.groupElement("score"));
    static final StructLayout const$5 = MemoryLayout.structLayout(
        JAVA_INT.withName("underTricks"),
        JAVA_INT.withName("overTricks"),
        JAVA_INT.withName("level"),
        JAVA_INT.withName("denom"),
        JAVA_INT.withName("seats")
    ).withName("contractType");
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy