Interface SyntaxTrivia

  • All Superinterfaces:
    Tree
    All Known Implementing Classes:
    InternalSyntaxTrivia

    @Beta
    public interface SyntaxTrivia
    extends Tree
    Represents a Trivia in the SyntaxTree.
    Since:
    plugin 2.5
    • Method Detail

      • startLine

        int startLine()
      • column

        int column()