Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionDispatchPlan.DispatchItem
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionDispatchPlan.DispatchItem
- Enclosing class:
XL16USemanticLegacyBackendConsumptionDispatchPlan
public static final class XL16USemanticLegacyBackendConsumptionDispatchPlan.DispatchItem
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.ASTantlr.collections.ASTintde.grogra.xl.compiler.xl16u.XL16UExpressionCallableLegacyBackendConsumptionResult.ConsumedBoundaryNodede.grogra.xl.compiler.xl16u.XL16UMetadataLegacyBackendConsumptionResult.ConsumedBoundaryNodede.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlicegetSlice()booleanbooleanboolean
-
Method Details
-
getSemanticFamily
-
getConsumedNode
-
getDispatchId
-
getOperation
-
getDispatchAst
public antlr.collections.AST getDispatchAst() -
getConsumedAst
public antlr.collections.AST getConsumedAst() -
getDispatchTokenType
public int getDispatchTokenType() -
getDispatchText
-
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
getSourceOwnedNode
-
getExpressionCallableNode
public de.grogra.xl.compiler.xl16u.XL16UExpressionCallableLegacyBackendConsumptionResult.ConsumedBoundaryNode getExpressionCallableNode() -
getMetadataNode
public de.grogra.xl.compiler.xl16u.XL16UMetadataLegacyBackendConsumptionResult.ConsumedBoundaryNode getMetadataNode() -
isSourceOwned
public boolean isSourceOwned() -
isExpressionCallable
public boolean isExpressionCallable() -
isMetadata
public boolean isMetadata()
-