Interface NumericLiteralExpressionTree

All Superinterfaces:
BooleanExpressionTree, HasTextRange, JclTree

@Beta public interface NumericLiteralExpressionTree extends BooleanExpressionTree
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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange

    textRange

    Methods inherited from interface org.sonar.plugins.jcl.api.tree.JclTree

    children, getKind, is, parent
  • Method Details

    • value

      SyntaxToken value()
      Returns:
      the value of the literal.