Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxStandardElementTree
-
Packages that use JsxStandardElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxStandardElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxStandardElementTree Modifier and Type Method Description JsxStandardElementTreeTreeFactory. jsxStandardElement(JsxOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxClosingElementTree jsxClosingElementTree) -
Uses of JsxStandardElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxStandardElementTree Modifier and Type Class Description classJsxStandardElementTreeImpl -
Uses of JsxStandardElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxStandardElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxStandardElement(JsxStandardElementTree tree)
-