Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.SuperTree
-
Packages that use SuperTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.plugins.javascript.api.visitors -
-
Uses of SuperTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return SuperTree Modifier and Type Method Description SuperTreeJavaScriptGrammar. SUPER()SuperTreeTreeFactory. superExpression(InternalSyntaxToken superToken) -
Uses of SuperTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement SuperTree Modifier and Type Class Description classSuperTreeImpl -
Uses of SuperTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type SuperTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitSuper(SuperTree tree)
-