See: Description
Class | Description |
---|---|
CConstant.ValueAccess |
Allows access to the value of a
CConstant during image generation. |
Annotation Type | Description |
---|---|
CConstant |
Denotes a method as a C constant value.
|
CEnum |
Annotation to import a C enumeration to Java.
|
CEnumConstant |
Provides additional properties for a field (i.e., an enumeration value) of Java enumeration
annotated with
CEnum . |
CEnumLookup |
Annotation for a method that returns the Java enumeration object for a given C integer value.
|
CEnumValue |
Annotation for a method that returns the C integer value for a Java enumeration object.
|