Uses of Interface
org.sonar.plugins.jcl.api.tree.ExpressionTree
Packages that use ExpressionTree
-
Uses of ExpressionTree in org.sonar.plugins.jcl.api.tree
Subinterfaces of ExpressionTree in org.sonar.plugins.jcl.api.treeModifier and TypeInterfaceDescriptioninterfaceA concatenation of a strings with symbol values.interfaceRepresents a data group expression, i.e. expressions that are in the formatGROUP(member).interfaceAn empty string, used to mark the absence of a parameter or sub-parameter.interfaceA key-value pair in a JCL statement, such asSER=606674.interfaceA string value enclosed in apostrophes, such as'HELLO'.interfaceA JCL symbol, such as&SYSUID.interfaceA parenthesized list of expressions.interfaceAn unquoted string.Methods in org.sonar.plugins.jcl.api.tree that return ExpressionTreeModifier and TypeMethodDescriptionDataGroupExpressionTree.group()DataGroupExpressionTree.member()KeyValueExpressionTree.value()KeywordParameterTree.value()PositionalParameterTree.value()Methods in org.sonar.plugins.jcl.api.tree that return types with arguments of type ExpressionTreeModifier and TypeMethodDescriptionConcatenationTree.expressions()ExpressionList.expressions()ExpressionList.expressionsAndCommas()ConcatenationTree.expressionsAndConcatenationsOperators()Returns the list of expression separated by the concatenation operators (the dot characters).