Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USourceOwnedLegacyBackendCodeGenerationStageResult.AdaptedNode
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USourceOwnedLegacyBackendCodeGenerationStageResult.AdaptedNode
- Enclosing class:
XL16USourceOwnedLegacyBackendCodeGenerationStageResult
public static final class XL16USourceOwnedLegacyBackendCodeGenerationStageResult.AdaptedNode
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
-
getConsumedNode
-
getStageId
-
getAdaptedAst
public antlr.collections.AST getAdaptedAst() -
getAdaptedTokenType
public int getAdaptedTokenType() -
getAdaptedText
-
getAdaptedFirstChild
public antlr.collections.AST getAdaptedFirstChild() -
getAdaptedChildCount
public int getAdaptedChildCount() -
getAdaptedChildren
public List<de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild> getAdaptedChildren() -
getFirstAdaptedChild
public de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild getFirstAdaptedChild() -
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isDeclarationLowering
public boolean isDeclarationLowering() -
isStatementLowering
public boolean isStatementLowering()
-