Uses of Interface
org.sonar.plugins.javascript.api.tree.statement.ThrowStatementTree
-
Packages that use ThrowStatementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.statement org.sonar.plugins.javascript.api.visitors -
-
Uses of ThrowStatementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return ThrowStatementTree Modifier and Type Method Description ThrowStatementTreeTreeFactory. newThrowStatement(InternalSyntaxToken throwToken, ExpressionTree expression, Tree semicolonToken)ThrowStatementTreeJavaScriptGrammar. THROW_STATEMENT() -
Uses of ThrowStatementTree in org.sonar.javascript.tree.impl.statement
Classes in org.sonar.javascript.tree.impl.statement that implement ThrowStatementTree Modifier and Type Class Description classThrowStatementTreeImpl -
Uses of ThrowStatementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type ThrowStatementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitThrowStatement(ThrowStatementTree tree)
-