Uses of Interface
org.sonar.plugins.javascript.api.tree.statement.IfStatementTree
-
Packages that use IfStatementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.statement org.sonar.plugins.javascript.api.visitors -
-
Uses of IfStatementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return IfStatementTree Modifier and Type Method Description IfStatementTreeJavaScriptGrammar. IF_STATEMENT()IfStatementTreeTreeFactory. ifStatement(InternalSyntaxToken ifToken, InternalSyntaxToken openParenToken, ExpressionTree condition, InternalSyntaxToken closeParenToken, StatementTree statement, com.sonar.sslr.api.typed.Optional<ElseClauseTree> elseClause) -
Uses of IfStatementTree in org.sonar.javascript.tree.impl.statement
Classes in org.sonar.javascript.tree.impl.statement that implement IfStatementTree Modifier and Type Class Description classIfStatementTreeImpl -
Uses of IfStatementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type IfStatementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitIfStatement(IfStatementTree tree)
-