Package org.graalvm.nativeimage.c.constant
package org.graalvm.nativeimage.c.constant
This package provides parts of the Java / C interface that are related to C constants.
- Since:
- 19.0
-
ClassDescriptionDenotes a method as a C constant value.Allows access to the value of a
CConstant
during image generation.Annotation to import a C enumeration to Java.Provides additional properties for a field (i.e., an enumeration value) of Java enumeration annotated withCEnum
.Annotation for a method that returns the Java enumeration object for a given C integer value.Annotation for a method that returns the C integer value for a Java enumeration object.