Interface NumericLiteralExpressionTree
- All Superinterfaces:
BooleanExpressionTree,HasTextRange,JclTree
A numeric literal in a relational expression.
-
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
SyntaxToken value()- Returns:
- the value of the literal.
-