Interface StructureAspectDescriptor

  • All Superinterfaces:
    ILanguageAspect
    All Known Implementing Classes:
    BaseStructureAspectDescriptor

    public interface StructureAspectDescriptor
    extends ILanguageAspect
    Interface to access generated meta-information about structure aspect. Null structure aspect shall be tolerated, as language is the only way to supply extensions at the moment, and not all extensions are about structure (i.e. there might be languages without structure).

    IMPORTANT: generated code shall not implement this interface directly, rather extend BaseStructureAspectDescriptor.

    See Also:
    BaseStructureAspectDescriptor