Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16UMetadataAstConstructionResult.ConstructedAstNode
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16UMetadataAstConstructionResult.ConstructedAstNode
- Enclosing class:
XL16UMetadataAstConstructionResult
-
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.ASTgetAst()intintde.grogra.xl.compiler.xl16u.XL16UMetadataBackendEmitterResult.ConstructedNodede.grogra.xl.compiler.xl16u.XL16UMetadataBackendEmissionPlan.Item.KindgetKind()antlr.collections.ASTantlr.collections.ASTantlr.collections.ASTintde.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlicegetSlice()booleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getConstructedNode
public de.grogra.xl.compiler.xl16u.XL16UMetadataBackendEmitterResult.ConstructedNode getConstructedNode() -
getAst
public antlr.collections.AST getAst() -
getAstNodeId
-
getAstTokenType
public int getAstTokenType() -
getAstText
-
getKindAst
public antlr.collections.AST getKindAst() -
getNameAst
public antlr.collections.AST getNameAst() -
getSemanticAst
public antlr.collections.AST getSemanticAst() -
getSemanticAstTokenType
public int getSemanticAstTokenType() -
getSemanticAstText
-
getSymbolMetadata
-
getAliasDefinition
-
hasSymbolMetadata
public boolean hasSymbolMetadata() -
hasAliasDefinition
public boolean hasAliasDefinition() -
hasPreferredUnitMetadata
public boolean hasPreferredUnitMetadata() -
hasSemanticAst
public boolean hasSemanticAst() -
getAstChildCount
public int getAstChildCount() -
getKind
public de.grogra.xl.compiler.xl16u.XL16UMetadataBackendEmissionPlan.Item.Kind getKind() -
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isSymbolMetadata
public boolean isSymbolMetadata() -
isAliasDefinition
public boolean isAliasDefinition()
-