Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USourceOwnedLegacyCodeGenerationBoundaryResult.BoundaryNode
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USourceOwnedLegacyCodeGenerationBoundaryResult.BoundaryNode
- Enclosing class:
XL16USourceOwnedLegacyCodeGenerationBoundaryResult
public static final class XL16USourceOwnedLegacyCodeGenerationBoundaryResult.BoundaryNode
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionde.grogra.xl.compiler.xl16u.XL16USourceOwnedSemanticCodeGenerationAttachmentResult.AttachedGeneratedNodeantlr.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
-
getAttachedNode
public de.grogra.xl.compiler.xl16u.XL16USourceOwnedSemanticCodeGenerationAttachmentResult.AttachedGeneratedNode getAttachedNode() -
getBoundaryId
-
getBoundaryAst
public antlr.collections.AST getBoundaryAst() -
getBoundaryTokenType
public int getBoundaryTokenType() -
getBoundaryText
-
getBoundaryFirstChild
public antlr.collections.AST getBoundaryFirstChild() -
getBoundaryChildCount
public int getBoundaryChildCount() -
getBoundaryChildren
public List<de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild> getBoundaryChildren() -
getFirstBoundaryChild
public de.grogra.xl.compiler.xl16u.XL16USemanticAstBackendConsumptionResult.SemanticAstChild getFirstBoundaryChild() -
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isDeclarationLowering
public boolean isDeclarationLowering() -
isStatementLowering
public boolean isStatementLowering()
-