Package org.sonar.plugins.jcl.api.tree
Interface UnquotedStringTree
- All Superinterfaces:
ExpressionTree,HasTextRange,JclTree
An unquoted string.
These expressions are used as parameter values.
These expressions are used as parameter values.
//EXEC PGM=MYPGM //SYSUT1 DD DSN=A.B.CIn 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
Methods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange
-
Method Details
-
value
SyntaxToken value()- Returns:
- the value of the unquoted string.
-