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.ASTLocusTagProvider
Interface tag for
ASTLocusTag provider.-
Method Summary
Modifier and TypeMethodDescriptionReturns this instance'sASTLocusTag, if available, otherwise returnsnull.
-
Method Details
-
getASTLocusTag
ASTLocusTag getASTLocusTag()Returns this instance'sASTLocusTag, if available, otherwise returnsnull.
-