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

dds.constants$1 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$1 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1() {}
    static final StructLayout const$0 = MemoryLayout.structLayout(
        JAVA_INT.withName("trump"),
        JAVA_INT.withName("first"),
        MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickSuit"),
        MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickRank"),
        MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("remainCards")
    ).withName("dealPBN");
    static final VarHandle const$1 = constants$1.const$0.varHandle(MemoryLayout.PathElement.groupElement("trump"));
    static final VarHandle const$2 = constants$1.const$0.varHandle(MemoryLayout.PathElement.groupElement("first"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        JAVA_INT.withName("noOfBoards"),
        MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
            JAVA_INT.withName("trump"),
            JAVA_INT.withName("first"),
            MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickSuit"),
            MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickRank"),
            MemoryLayout.sequenceLayout(4, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("remainCards")
        ).withName("deal")).withName("deals"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("target"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("solutions"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("mode")
    ).withName("boards");
    static final VarHandle const$4 = constants$1.const$3.varHandle(MemoryLayout.PathElement.groupElement("noOfBoards"));
    static final StructLayout const$5 = MemoryLayout.structLayout(
        JAVA_INT.withName("noOfBoards"),
        MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
            JAVA_INT.withName("trump"),
            JAVA_INT.withName("first"),
            MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickSuit"),
            MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickRank"),
            MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("remainCards")
        ).withName("dealPBN")).withName("deals"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("target"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("solutions"),
        MemoryLayout.sequenceLayout(200, JAVA_INT).withName("mode")
    ).withName("boardsPBN");
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy