Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.ParenthesisedExpressionTree
-
-
Uses of ParenthesisedExpressionTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return ParenthesisedExpressionTree Modifier and Type Method Description ParenthesisedExpressionTreeJavaScriptGrammar. PARENTHESISED_EXPRESSION()ParenthesisedExpressionTreeTreeFactory. parenthesisedExpression(InternalSyntaxToken openParenToken, ExpressionTree expression, InternalSyntaxToken closeParenToken) -
Uses of ParenthesisedExpressionTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement ParenthesisedExpressionTree Modifier and Type Class Description classParenthesisedExpressionTreeImpl -
Uses of ParenthesisedExpressionTree in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type with parameters of type ParenthesisedExpressionTree Modifier and Type Method Description voidTypeVisitor. visitParenthesisedExpression(ParenthesisedExpressionTree tree) -
Uses of ParenthesisedExpressionTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type ParenthesisedExpressionTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitParenthesisedExpression(ParenthesisedExpressionTree tree)
-