Package org.sonar.plugins.java.api.tree
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
column()
String
comment()
int
startLine()
-
-
-
Method Detail
-
comment
String comment()
-
startLine
int startLine()
-
column
int column()
-
-