Class SNamedElementAdapter

    • Field Detail

      • myFqName

        protected final String myFqName
    • Constructor Detail

      • SNamedElementAdapter

        public SNamedElementAdapter​(String fqName)
    • Method Detail

      • isBootstrap

        protected boolean isBootstrap()
      • getSourceNode

        @Nullable
        public final SNodeReference getSourceNode()
        Description copied from interface: SElement
        Returns reference to the node, which was generated to this element. Should be used to language debug and navigation purposes.
        Specified by:
        getSourceNode in interface SElement
      • getName

        @NotNull
        public String getName()
        Description copied from interface: SNamedElement
        Presentation of the element for an end-user. Unlike identity, the name is deemed user-friendly and shall not be used for persistence.
        Specified by:
        getName in interface SNamedElement
        Returns:
        name of the meta element