Package org.sonar.plugins.java.api.tree
Interface SyntaxTrivia
- All Superinterfaces:
Tree
- All Known Implementing Classes:
InternalSyntaxTrivia
Represents a Trivia in the SyntaxTree.
- Since:
- plugin 2.5
-
Nested Class Summary
-
Method Summary
-
Method Details
-
comment
String comment() -
startLine
int startLine() -
column
int column()
-