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 Type
    Method
    Description
    Returns this instance's ASTLocusTag, if available, otherwise returns null.
  • Method Details

    • getASTLocusTag

      ASTLocusTag getASTLocusTag()
      Returns this instance's ASTLocusTag, if available, otherwise returns null.