Package org.sonar.plugins.jcl.api.tree
Interface SymbolTree
- All Superinterfaces:
BooleanExpressionTree,ExpressionTree,HasTextRange,JclTree
A JCL symbol, such as
&SYSUID.-
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
-
ampersand
SyntaxToken ampersand()- Returns:
- the token representing the ampersand character.
-
name
SyntaxToken name()- Returns:
- the token representing the symbol name.
-