Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionPreparedWork
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionPreparedWork
Backend-ready work units for semantic legacy-backend consumption.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final class -
Method Summary
Modifier and TypeMethodDescriptionintintintintintbooleanbooleanbooleanbooleanbooleanbooleanreadyForSemanticLegacyBackendPreparation(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getDispatchPlan
-
getPreparedUnits
-
getSourceOwnedUnits
-
getExpressionCallableUnits
public List<XL16USemanticLegacyBackendConsumptionPreparedWork.PreparedUnit> getExpressionCallableUnits() -
getMetadataUnits
-
getFirstPreparedUnit
-
getFirstSourceOwnedUnit
-
getFirstExpressionCallableUnit
public XL16USemanticLegacyBackendConsumptionPreparedWork.PreparedUnit getFirstExpressionCallableUnit() -
getFirstMetadataUnit
-
getPreparedUnitCount
public int getPreparedUnitCount() -
getPreparedUnitCount
public int getPreparedUnitCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
hasPreparedUnits
public boolean hasPreparedUnits(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
hasPreparedUnits
public boolean hasPreparedUnits() -
getSourceOwnedUnitCount
public int getSourceOwnedUnitCount() -
getExpressionCallableUnitCount
public int getExpressionCallableUnitCount() -
getMetadataUnitCount
public int getMetadataUnitCount() -
preparedAllDispatchItems
public boolean preparedAllDispatchItems() -
preparedAllDispatchItems
public boolean preparedAllDispatchItems(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendPreparation
public boolean readyForSemanticLegacyBackendPreparation() -
readyForSemanticLegacyBackendPreparation
public boolean readyForSemanticLegacyBackendPreparation(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-