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 Details

    • comment

      String comment()
    • startLine

      int startLine()
    • column

      int column()