Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendActionAttachmentResult
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendActionAttachmentResult
Read-only action attachment records for semantic legacy-backend emissions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintintbooleanbooleanreadyForSemanticLegacyBackendActionAttachment(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getEmissionResult
-
getAttachedActions
-
getSourceOwnedActions
public List<XL16USemanticLegacyBackendActionAttachmentResult.AttachedAction> getSourceOwnedActions() -
getExpressionCallableActions
public List<XL16USemanticLegacyBackendActionAttachmentResult.AttachedAction> getExpressionCallableActions() -
getMetadataActions
-
getFirstAttachedAction
-
getFirstSourceOwnedAction
-
getFirstExpressionCallableAction
public XL16USemanticLegacyBackendActionAttachmentResult.AttachedAction getFirstExpressionCallableAction() -
getFirstMetadataAction
-
getAttachedActionCount
public int getAttachedActionCount() -
getAttachedActionCount
public int getAttachedActionCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getSourceOwnedActionCount
public int getSourceOwnedActionCount() -
getExpressionCallableActionCount
public int getExpressionCallableActionCount() -
getMetadataActionCount
public int getMetadataActionCount() -
attachedAllEmittedNodes
public boolean attachedAllEmittedNodes() -
attachedAllEmittedNodes
public boolean attachedAllEmittedNodes(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendActionAttachment
public boolean readyForSemanticLegacyBackendActionAttachment() -
readyForSemanticLegacyBackendActionAttachment
public boolean readyForSemanticLegacyBackendActionAttachment(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-