Package org.sonar.plugins.jcl.api.tree
Interface SyntaxToken
- All Superinterfaces:
HasTextRange,JclTree
The smallest atomic part of the syntax tree, e.g. a keyword, an operator, a parenthesis...
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Methods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange
-
Method Details
-
value
String value()- Returns:
- the value of this token, as it appears in the source code.
-
comments
- Returns:
- the comments associated to this token (comments immediately preceding this token).
-