Package org.sonar.plugins.java.api.tree
Interface SyntaxToken
- All Superinterfaces:
Tree
- All Known Implementing Classes:
InternalSyntaxToken
,ModifierKeywordTreeImpl
Represents a token in the syntax tree.
- Since:
- plugin 2.4
-
Nested Class Summary
-
Method Summary
-
Method Details
-
text
String text() -
trivias
List<SyntaxTrivia> trivias() -
line
int line() -
column
int column()
-