![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$85 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
import static java.lang.foreign.ValueLayout.JAVA_SHORT;
final class constants$85 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$85() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"seed48",
constants$5.const$2
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"lcong48",
constants$13.const$1
);
static final StructLayout const$2 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(3, JAVA_SHORT).withName("__x"),
MemoryLayout.sequenceLayout(3, JAVA_SHORT).withName("__old_x"),
JAVA_SHORT.withName("__c"),
JAVA_SHORT.withName("__init"),
JAVA_LONG.withName("__a")
).withName("drand48_data");
static final VarHandle const$3 = constants$85.const$2.varHandle(MemoryLayout.PathElement.groupElement("__c"));
static final VarHandle const$4 = constants$85.const$2.varHandle(MemoryLayout.PathElement.groupElement("__init"));
static final VarHandle const$5 = constants$85.const$2.varHandle(MemoryLayout.PathElement.groupElement("__a"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy