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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$6() {}
    static final VarHandle const$0 = constants$5.const$5.varHandle(MemoryLayout.PathElement.groupElement("score"));
    static final VarHandle const$1 = constants$5.const$5.varHandle(MemoryLayout.PathElement.groupElement("number"));
    static final StructLayout const$2 = MemoryLayout.structLayout(
        MemoryLayout.sequenceLayout(2, MemoryLayout.sequenceLayout(128, JAVA_BYTE)).withName("parText"),
        JAVA_BOOLEAN.withName("equal")
    ).withName("parTextResults");
    static final VarHandle const$3 = constants$6.const$2.varHandle(MemoryLayout.PathElement.groupElement("equal"));
    static final StructLayout const$4 = MemoryLayout.structLayout(
        JAVA_INT.withName("number"),
        MemoryLayout.sequenceLayout(52, JAVA_INT).withName("suit"),
        MemoryLayout.sequenceLayout(52, JAVA_INT).withName("rank")
    ).withName("playTraceBin");
    static final VarHandle const$5 = constants$6.const$4.varHandle(MemoryLayout.PathElement.groupElement("number"));
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy