Interface UnquotedStringTree

All Superinterfaces:
ExpressionTree, HasTextRange, JclTree

@Beta public interface UnquotedStringTree extends ExpressionTree
An unquoted string.
These expressions are used as parameter values.
   //EXEC PGM=MYPGM
   //SYSUT1 DD DSN=A.B.C
 
In the example above, MYPGM and A.B.C are unquoted strings.
  • 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 unquoted string.