Package org.sonar.plugins.jcl.api.tree
Interface ParameterListTree
- All Superinterfaces:
HasTextRange,JclTree
A list of parameters in a JCL statement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange
-
Method Details
-
parameters
List<ParameterTree> parameters()- Returns:
- the list of parameters.
-
parametersWithCommas
SeparatedList<ParameterTree,SyntaxToken> parametersWithCommas()- Returns:
- the list of parameters, with the commas that separate them.
-