Uses of Interface
org.sonar.plugins.jcl.api.tree.SyntaxToken
Packages that use SyntaxToken
Package
Description
-
Uses of SyntaxToken in org.sonar.plugins.jcl.api.tree
Methods in org.sonar.plugins.jcl.api.tree that return SyntaxTokenModifier and TypeMethodDescriptionSymbolTree.ampersand()DataGroupExpressionTree.closingParenthesis()TupleExpressionTree.closingParenthesis()QuotedStringTree.closingQuote()FileTree.eof()KeyValueExpressionTree.equ()KeywordParameterTree.equ()KeywordParameterTree.key()SymbolTree.name()DataGroupExpressionTree.openingParenthesis()TupleExpressionTree.openingParenthesis()QuotedStringTree.openingQuote()UnquotedStringTree.value()Methods in org.sonar.plugins.jcl.api.tree that return types with arguments of type SyntaxTokenModifier and TypeMethodDescriptionExpressionList.expressionsAndCommas()ConcatenationTree.expressionsAndConcatenationsOperators()Returns the list of expression separated by the concatenation operators (the dot characters).ParameterListTree.parametersWithCommas()QuotedStringTree.values() -
Uses of SyntaxToken in org.sonar.plugins.jcl.api.tree.condition
Methods in org.sonar.plugins.jcl.api.tree.condition that return SyntaxTokenModifier and TypeMethodDescriptionParenthesizedRelationalExpressionTree.closingParenthesis()RelationalKeywordTree.name()NegateExpressionTree.negateOperator()ParenthesizedRelationalExpressionTree.openingParenthesis()ComparisonExpressionTree.operator()IfStatementTree.thenKeyword()NumericLiteralExpressionTree.value()Methods in org.sonar.plugins.jcl.api.tree.condition that return types with arguments of type SyntaxToken -
Uses of SyntaxToken in org.sonar.plugins.jcl.api.tree.statement
Methods in org.sonar.plugins.jcl.api.tree.statement that return SyntaxTokenModifier and TypeMethodDescriptionInStreamStatementTree.dataStream()InStreamStatementTree.endDelimiter()ExplicitStatementTree.identifier()ExplicitStatementTree.name()ExplicitStatementTree.operation()