Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit
- Enclosing class:
XL16USemanticLegacyBackendConsumptionExecutionResult
public static final class XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.ASTintde.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlicegetSlice()booleanbooleanboolean
-
Method Details
-
getPreparedUnit
-
getExecutionId
-
getOperation
-
getExecutedAst
public antlr.collections.AST getExecutedAst() -
getExecutedTokenType
public int getExecutedTokenType() -
getExecutedText
-
getSlice
public de.grogra.xl.compiler.xl16u.XL16UBackendMigrationSlice getSlice() -
isSourceOwnedExecution
public boolean isSourceOwnedExecution() -
isExpressionCallableExecution
public boolean isExpressionCallableExecution() -
isMetadataExecution
public boolean isMetadataExecution()
-