|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Copyright 2015 JogAmp Community. More...
Packages | |
| package | ant |
| package | cgram |
| package | jgram |
| package | procaddress |
| package | runtime |
| Copyright 2010 JogAmp Community. | |
| package | structgen |
Classes | |
| class | ArrayTypes |
Convenience class containing the Class objects corresponding to arrays of various types (e.g., booleanArrayClass is the Class of Java type "boolean[]"). More... | |
| class | ASTLocusTag |
| An AST location tag. More... | |
| class | BuildUtil |
| class | CCodeUnit |
C code unit (a generated C source file), covering multiple FunctionEmitter allowing to unify output, decoration and dynamic helper code injection per unit. More... | |
| class | CMethodBindingEmitter |
Emits the C-side component of the Java<->C JNI binding to its CodeUnit, see FunctionEmitter. More... | |
| class | CodeGenUtils |
| class | CodeUnit |
General code unit (a generated C or Java source file), covering multiple FunctionEmitter allowing to unify output, decoration and dynamic helper code injection per unit. More... | |
| interface | CommentEmitter |
| class | ConstantDefinition |
Represents a [native] constant expression, comprises the [native] expression, see getNativeExpr() and the optional CNumber representation, see getNumber(). More... | |
| class | DebugEmitter |
| Debug emitter which prints the parsing results to standard output. More... | |
| class | FunctionEmitter |
Generic function emitter to produce C (JNI) or Java code stubs to its CodeUnit, invoking a native function as described via MethodBinding. More... | |
| interface | GenericCPP |
| Generic C preprocessor interface for GlueGen. More... | |
| interface | GlueEmitter |
| Specifies the interface by which GlueGen requests glue code to be generated. More... | |
| interface | GlueEmitterControls |
| Specifies the interface by which a GlueEmitter can request additional information from the glue generator. More... | |
| class | GlueGen |
| Glue code generator for C functions and data structures. More... | |
| class | GlueGenException |
A generic exception for Jogamp errors used throughout the binding as a substitute for RuntimeException. More... | |
| class | JavaCallbackEmitter |
| class | JavaCodeUnit |
Java code unit (a generated Java source file), covering multiple FunctionEmitter allowing to unify output, decoration and dynamic helper code injection per unit. More... | |
| class | JavaConfiguration |
| Parses and provides access to the contents of .cfg files for the JavaEmitter. More... | |
| class | JavaEmitter |
| class | JavaMethodBindingEmitter |
Emits the Java-side component (interface and.or implementation) of the Java<->C JNI binding to its CodeUnit, see FunctionEmitter. More... | |
| class | 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. More... | |
| class | Logging |
| class | MethodBinding |
| Represents the binding of a C function to a Java method. More... | |
| class | ReferencedStructs |
| class | StructValidator |
this file will not compile unless com.jogamp.gluegen.TestStructAccessor has been run. More... | |
| interface | 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. More... | |
| class | TestStructAccessor |
| class | TypeConfig |
Static Type config helper binding JavaConfiguration#relaxedEqualSemanticsTest() system wide. More... | |
| class | TypeInfo |
| Utility class for handling Opaque directives for JavaEmitter. More... | |
Copyright 2015 JogAmp Community.
Copyright (c) 2010-2023 JogAmp Community.
Copyright 2010 JogAmp Community.
Copyright 2023 JogAmp Community.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY JogAmp Community `‘AS IS’' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JogAmp Community OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of JogAmp Community.
All rights reserved. Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Neither the name of Sun Microsystems, Inc. or the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
You acknowledge that this software is not designed or intended for use in the design, construction, operation or maintenance of any nuclear facility.
Sun gratefully acknowledges that this software was originally authored and developed by Kenneth Bradley Russell and Christopher John Kline.