Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USourceOwnedLegacyBackendConsumptionResult.ConsumedBoundaryNode
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USourceOwnedLegacyBackendConsumptionResult.ConsumedBoundaryNode
- Enclosing class:
XL16USourceOwnedLegacyBackendConsumptionResult
public static final class XL16USourceOwnedLegacyBackendConsumptionResult.ConsumedBoundaryNode
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.ASTintList<de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild> antlr.collections.ASTintde.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChildde.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlicegetSlice()booleanboolean
-
Method Details
-
getBoundaryNode
-
getConsumptionId
-
getConsumedAst
public antlr.collections.AST getConsumedAst() -
getConsumedTokenType
public int getConsumedTokenType() -
getConsumedText
-
getConsumedFirstChild
public antlr.collections.AST getConsumedFirstChild() -
getConsumedChildCount
public int getConsumedChildCount() -
getConsumedChildren
public List<de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild> getConsumedChildren() -
getFirstConsumedChild
public de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild getFirstConsumedChild() -
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isDeclarationLowering
public boolean isDeclarationLowering() -
isStatementLowering
public boolean isStatementLowering()
-