Interface SElement

    • Method Detail

      • getLanguage

        @Nullable
        default SLanguage getLanguage()
        Language which the element belongs to.
      • getSourceNode

        @Nullable
        default SNodeReference getSourceNode()
        Returns reference to the node, which was generated to this element. Should be used to language debug and navigation purposes.