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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$0() {}
    static final StructLayout const$0 = 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");
    static final VarHandle const$1 = constants$0.const$0.varHandle(MemoryLayout.PathElement.groupElement("nodes"));
    static final VarHandle const$2 = constants$0.const$0.varHandle(MemoryLayout.PathElement.groupElement("cards"));
    static final StructLayout const$3 = 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");
    static final VarHandle const$4 = constants$0.const$3.varHandle(MemoryLayout.PathElement.groupElement("trump"));
    static final VarHandle const$5 = constants$0.const$3.varHandle(MemoryLayout.PathElement.groupElement("first"));
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy