Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.NewExpressionTree
-
Packages that use NewExpressionTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.visitors -
-
Uses of NewExpressionTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return NewExpressionTree Modifier and Type Method Description NewExpressionTreeTreeFactory. newExpressionWithArgument(InternalSyntaxToken newToken, ExpressionTree expression, ArgumentListTree arguments) -
Uses of NewExpressionTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement NewExpressionTree Modifier and Type Class Description classNewExpressionTreeImpl -
Uses of NewExpressionTree in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type with parameters of type NewExpressionTree Modifier and Type Method Description voidTypeVisitor. visitNewExpression(NewExpressionTree tree) -
Uses of NewExpressionTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type NewExpressionTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitNewExpression(NewExpressionTree tree)
-