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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$2() {}
    static final VarHandle const$0 = constants$1.const$5.varHandle(MemoryLayout.PathElement.groupElement("noOfBoards"));
    static final StructLayout const$1 = MemoryLayout.structLayout(
        JAVA_INT.withName("noOfBoards"),
        MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
            JAVA_INT.withName("nodes"),
            JAVA_INT.withName("cards"),
            MemoryLayout.sequenceLayout(13, JAVA_INT).withName("suit"),
            MemoryLayout.sequenceLayout(13, JAVA_INT).withName("rank"),
            MemoryLayout.sequenceLayout(13, JAVA_INT).withName("equals"),
            MemoryLayout.sequenceLayout(13, JAVA_INT).withName("score")
        ).withName("futureTricks")).withName("solvedBoard")
    ).withName("solvedBoards");
    static final VarHandle const$2 = constants$2.const$1.varHandle(MemoryLayout.PathElement.groupElement("noOfBoards"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        MemoryLayout.sequenceLayout(4, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("cards")
    ).withName("ddTableDeal");
    static final StructLayout const$4 = MemoryLayout.structLayout(
        JAVA_INT.withName("noOfTables"),
        MemoryLayout.sequenceLayout(200, MemoryLayout.structLayout(
            MemoryLayout.sequenceLayout(4, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("cards")
        ).withName("ddTableDeal")).withName("deals")
    ).withName("ddTableDeals");
    static final VarHandle const$5 = constants$2.const$4.varHandle(MemoryLayout.PathElement.groupElement("noOfTables"));
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy