Uses of Class
org.sonar.javascript.tree.impl.JavaScriptTree
-
Packages that use JavaScriptTree Package Description org.sonar.javascript.tree org.sonar.javascript.tree.impl Provides implementation of interfaces that represent JavaScript source code as abstract syntax trees (AST).org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.impl.expression.jsx org.sonar.javascript.tree.impl.flow org.sonar.javascript.tree.impl.lexical org.sonar.javascript.tree.impl.statement org.sonar.plugins.javascript.api.tree Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). -
-
Uses of JavaScriptTree in org.sonar.javascript.tree
Methods in org.sonar.javascript.tree with parameters of type JavaScriptTree Modifier and Type Method Description protected static booleanSyntacticEquivalence. areLeafsEquivalent(JavaScriptTree leftNode, JavaScriptTree rightNode)Caller must guarantee that nodes of the same kind. -
Uses of JavaScriptTree in org.sonar.javascript.tree.impl
Methods in org.sonar.javascript.tree.impl that return types with arguments of type JavaScriptTree Modifier and Type Method Description Stream<JavaScriptTree>JavaScriptTree. descendants() -
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.declaration
-
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.expression
-
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.expression.jsx
Subclasses of JavaScriptTree in org.sonar.javascript.tree.impl.expression.jsx Modifier and Type Class Description classJsxClosingElementTreeImplclassJsxEmptyClosingElementTreeImplclassJsxEmptyOpeningElementTreeImplclassJsxIdentifierTreeImplclassJsxJavaScriptExpressionTreeImplclassJsxOpeningElementTreeImplclassJsxSelfClosingElementTreeImplclassJsxShortFragmentElementTreeImplclassJsxSpreadAttributeTreeImplclassJsxStandardAttributeTreeImplclassJsxStandardElementTreeImplclassJsxTextTreeImpl -
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.flow
-
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.lexical
Subclasses of JavaScriptTree in org.sonar.javascript.tree.impl.lexical Modifier and Type Class Description classInternalSyntaxTokenclassInternalSyntaxTrivia -
Uses of JavaScriptTree in org.sonar.javascript.tree.impl.statement
Subclasses of JavaScriptTree in org.sonar.javascript.tree.impl.statement Modifier and Type Class Description classBlockTreeImplclassBreakStatementTreeImplclassCaseClauseTreeImplclassCatchBlockTreeImplclassContinueStatementTreeImplclassDebuggerStatementTreeImplclassDefaultClauseTreeImplclassDoWhileStatementTreeImplclassElseClauseTreeImplclassEmptyStatementTreeImplclassExpressionStatementTreeImplclassFinallyBlockTreeImplclassForObjectStatementTreeImplclassForStatementTreeImplclassIfStatementTreeImplclassLabelledStatementTreeImplclassReturnStatementTreeImplclassSwitchStatementTreeImplclassThrowStatementTreeImplclassTryStatementTreeImplclassVariableDeclarationTreeImplclassVariableStatementTreeImplclassWhileStatementTreeImplclassWithStatementTreeImpl -
Uses of JavaScriptTree in org.sonar.plugins.javascript.api.tree
Methods in org.sonar.plugins.javascript.api.tree that return types with arguments of type JavaScriptTree Modifier and Type Method Description Stream<JavaScriptTree>Tree. descendants()
-