Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionAstConstructionResult
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionAstConstructionResult
XL 1.6U-owned AST construction records for materialized semantic
legacy-backend consumption payloads.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleancreatedAstNodeForEveryConstructedNode(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) intintintintbooleanbooleanreadyForSemanticLegacyBackendAstConstruction(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getMaterializationResult
-
getConstructedNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedNode> getConstructedNodes() -
getSourceOwnedConstructedNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedNode> getSourceOwnedConstructedNodes() -
getExpressionCallableConstructedNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedNode> getExpressionCallableConstructedNodes() -
getMetadataConstructedNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedNode> getMetadataConstructedNodes() -
getAstNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedAstNode> getAstNodes() -
getSourceOwnedAstNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedAstNode> getSourceOwnedAstNodes() -
getExpressionCallableAstNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedAstNode> getExpressionCallableAstNodes() -
getMetadataAstNodes
public List<XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedAstNode> getMetadataAstNodes() -
getFirstConstructedNode
public XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedNode getFirstConstructedNode() -
getFirstAstNode
public XL16USemanticLegacyBackendConsumptionAstConstructionResult.ConstructedAstNode getFirstAstNode() -
getConstructedNodeCount
public int getConstructedNodeCount() -
getConstructedNodeCount
public int getConstructedNodeCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getAstNodeCount
public int getAstNodeCount() -
getAstNodeCount
-
consumedAllConstructionPlans
public boolean consumedAllConstructionPlans() -
consumedAllConstructionPlans
public boolean consumedAllConstructionPlans(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
createdAstNodeForEveryConstructedNode
public boolean createdAstNodeForEveryConstructedNode() -
createdAstNodeForEveryConstructedNode
public boolean createdAstNodeForEveryConstructedNode(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendAstConstruction
public boolean readyForSemanticLegacyBackendAstConstruction() -
readyForSemanticLegacyBackendAstConstruction
public boolean readyForSemanticLegacyBackendAstConstruction(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-