Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionExecutionResult
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionExecutionResult
Side-effect-free execution record for prepared semantic legacy-backend
consumption units.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintintbooleanbooleanbooleanbooleanreadyForSemanticLegacyBackendExecution(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getPreparedWork
-
getExecutedUnits
-
getSourceOwnedUnits
public List<XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit> getSourceOwnedUnits() -
getExpressionCallableUnits
public List<XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit> getExpressionCallableUnits() -
getMetadataUnits
-
getFirstExecutedUnit
-
getFirstSourceOwnedUnit
-
getFirstExpressionCallableUnit
public XL16USemanticLegacyBackendConsumptionExecutionResult.ExecutedUnit getFirstExpressionCallableUnit() -
getFirstMetadataUnit
-
getExecutedUnitCount
public int getExecutedUnitCount() -
getExecutedUnitCount
public int getExecutedUnitCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
hasExecutedUnits
public boolean hasExecutedUnits(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
hasExecutedUnits
public boolean hasExecutedUnits() -
getSourceOwnedUnitCount
public int getSourceOwnedUnitCount() -
getExpressionCallableUnitCount
public int getExpressionCallableUnitCount() -
getMetadataUnitCount
public int getMetadataUnitCount() -
executedAllPreparedUnits
public boolean executedAllPreparedUnits() -
executedAllPreparedUnits
public boolean executedAllPreparedUnits(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendExecution
public boolean readyForSemanticLegacyBackendExecution() -
readyForSemanticLegacyBackendExecution
public boolean readyForSemanticLegacyBackendExecution(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-