|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CodeGenUtils.EmissionCallback | A class that emits source code of some time when activated. |
CommentEmitter | |
GlueEmitter | Specifies the interface by which GlueGen requests glue code to be generated. |
GlueEmitterControls | Specifies the interface by which a GlueEmitter can request additional information from the glue generator. |
SymbolFilter | Provides a mechanism by which the GlueEmitter can look at all of the #defines, enum values and function symbols and perform certain filtering and processing which requires all of them to be visible simultaneously. |
Class Summary | |
---|---|
ArrayTypes | Convenience class containing the Class objects corresponding to arrays of
various types (e.g., ArrayTypes.booleanArrayClass is the Class of Java type
"boolean[]"). |
CMethodBindingEmitter | Emits the C-side component of the Java<->C JNI binding. |
CMethodBindingEmitter.DefaultCommentEmitter | Class that emits a generic comment for CMethodBindingEmitters; the comment includes the C signature of the native method that is being bound by the emitter java method. |
CodeGenUtils | |
ConstantDefinition | Represents the definition of a constant which was provided either via a #define statement or through an enum definition. |
DebugEmitter | Debug emitter which prints the parsing results to standard output. |
FunctionEmitter | |
FunctionEmitter.EmissionModifier | |
GlueGen | Glue code generator for C functions and data structures. |
JavaConfiguration | Parses and provides access to the contents of .cfg files for the JavaEmitter. |
JavaEmitter | |
JavaMethodBindingEmitter | An emitter that emits only the interface for a Java<->C JNI binding. |
JavaType | Describes a java-side representation of a type that is used to represent the same data on both the Java-side and C-side during a JNI operation. |
Logging | |
MethodBinding | Represents the binding of a C function to a Java method. |
ReferencedStructs | |
StructLayout | Encapsulates algorithm for laying out data structures. |
TypeInfo | Utility class for handling Opaque directives for JavaEmitter. |
Enum Summary | |
---|---|
JavaEmitter.EmissionStyle | Style of code emission. |
JavaEmitter.MethodAccess | Access control for emitted Java methods. |
type | java | native-x32 | native-x64 | type | signed | origin |
---|---|---|---|---|---|---|
void | 0bit | 0bit | 0bit | void | void | ANSI-C |
char | 8bit | 8bit | 8bit | integer | signed or unsigned | ANSI-C |
short | 16bit | 16bit | 16bit | integer | signed or unsigned | ANSI-C |
int | 32bit | 32bit | 32bit | integer | signed or unsigned | ANSI-C |
long | 64bit | 64bit | 64bit | integer | signed or unsigned | ANSI-C |
float | 32bit | 32bit | 32bit | float | signed | ANSI-C |
double | 64bit | 64bit | 64bit | double | signed | ANSI-C |
__int32 | 32bit | 32bit | 32bit | integer | signed or unsigned | windows |
int32_t | 32bit | 32bit | 32bit | integer | signed | stdint.h |
wchar_t | 32bit | 32bit | 32bit | integer | signed | stddef.h |
uint32_t | 32bit | 32bit | 32bit | integer | unsigned | stdint.h |
__int64 | 64bit | 64bit | 64bit | integer | signed or unsigned | windows |
int64_t | 64bit | 64bit | 64bit | integer | signed | stdint.h |
uint64_t | 64bit | 64bit | 64bit | integer | unsigned | stdint.h |
ptrdiff_t | 64bit | 32bit | 64bit | integer | signed | stddef.h |
intptr_t | 64bit | 32bit | 64bit | integer | signed | stdint.h |
size_t | 64bit | 32bit | 64bit | integer | unsigned | stddef.h |
uintptr_t | 64bit | 32bit | 64bit | integer | unsigned | stdint.h |
#include <gluegen_stdint.h> #include <gluegen_stddef.h> uint64_t test64; size_t size1; ptrdiff_t ptr1;
-I
:gluegen/make/stub_includes/platform
includeRefid
element:gluegen/make/stub_includes/gluegen
#define __GLUEGEN__ 2
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |