Interface RelationalKeywordTree

All Superinterfaces:
BooleanExpressionTree, HasTextRange, JclTree

@Beta public interface RelationalKeywordTree extends BooleanExpressionTree
A relational keyword, such as "RC" or "ABEND".

See IBM Reference - Relational expression keywords.

  • 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

    • name

      SyntaxToken name()
      Returns:
      the name token of the relational keyword.