Package com.jogamp.gluegen
Interface ASTLocusTag.ASTLocusTagProvider
-
- All Known Implementing Classes:
ArrayType,BitType,CompoundType,ConstantDefinition,Define,DoubleType,EnumType,FloatType,FunctionSymbol,FunctionType,IntType,MemoryLayoutType,PointerType,PrimitiveType,StructType,TNode,Type,UnionType,VoidType
- Enclosing class:
- ASTLocusTag
public static interface ASTLocusTag.ASTLocusTagProviderInterface tag forASTLocusTagprovider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ASTLocusTaggetASTLocusTag()Returns this instance'sASTLocusTag, if available, otherwise returnsnull.
-
-
-
Method Detail
-
getASTLocusTag
ASTLocusTag getASTLocusTag()
Returns this instance'sASTLocusTag, if available, otherwise returnsnull.
-
-