Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticCodeGenerationAttachmentBundle
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticCodeGenerationAttachmentBundle
Aggregate XL 1.6U-owned code-generation attachment handoff.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintintde.grogra.xl.compiler.xl16u.XL16UExpressionCallableSemanticCodeGenerationAttachmentResultintde.grogra.xl.compiler.xl16u.XL16UMetadataSemanticCodeGenerationAttachmentResultintde.grogra.xl.compiler.xl16u.XL16USourceOwnedSemanticCodeGenerationAttachmentResultbooleanbooleanbooleanbooleanisEmpty()boolean
-
Method Details
-
getSourceOwnedAttachmentResult
public de.grogra.xl.compiler.xl16u.XL16USourceOwnedSemanticCodeGenerationAttachmentResult getSourceOwnedAttachmentResult() -
getExpressionCallableAttachmentResult
public de.grogra.xl.compiler.xl16u.XL16UExpressionCallableSemanticCodeGenerationAttachmentResult getExpressionCallableAttachmentResult() -
getMetadataAttachmentResult
public de.grogra.xl.compiler.xl16u.XL16UMetadataSemanticCodeGenerationAttachmentResult getMetadataAttachmentResult() -
getSourceOwnedAttachmentCount
public int getSourceOwnedAttachmentCount() -
getExpressionCallableAttachmentCount
public int getExpressionCallableAttachmentCount() -
getMetadataAttachmentCount
public int getMetadataAttachmentCount() -
getAttachmentCount
public int getAttachmentCount() -
hasSourceOwnedAttachments
public boolean hasSourceOwnedAttachments() -
hasExpressionCallableAttachments
public boolean hasExpressionCallableAttachments() -
hasMetadataAttachments
public boolean hasMetadataAttachments() -
isEmpty
public boolean isEmpty() -
attachedAllSemanticCodeGenerationNodes
public boolean attachedAllSemanticCodeGenerationNodes() -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-