Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USourceOwnedLegacyBackendCodeGenerationEmitterResult.EmittedNode
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USourceOwnedLegacyBackendCodeGenerationEmitterResult.EmittedNode
- Enclosing class:
XL16USourceOwnedLegacyBackendCodeGenerationEmitterResult
public static final class XL16USourceOwnedLegacyBackendCodeGenerationEmitterResult.EmittedNode
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
-
getAdaptedNode
-
getEmissionId
-
getEmittedAst
public antlr.collections.AST getEmittedAst() -
getEmittedTokenType
public int getEmittedTokenType() -
getEmittedText
-
getEmittedFirstChild
public antlr.collections.AST getEmittedFirstChild() -
getEmittedChildCount
public int getEmittedChildCount() -
getEmittedChildren
public List<de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild> getEmittedChildren() -
getFirstEmittedChild
public de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild getFirstEmittedChild() -
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isDeclarationLowering
public boolean isDeclarationLowering() -
isStatementLowering
public boolean isStatementLowering()
-