Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxSelfClosingElementTree
-
Packages that use JsxSelfClosingElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxSelfClosingElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxSelfClosingElementTree Modifier and Type Method Description JsxSelfClosingElementTreeJavaScriptGrammar. JSX_SELF_CLOSING_ELEMENT()JsxSelfClosingElementTreeTreeFactory. jsxSelfClosingElement(InternalSyntaxToken ltToken, JsxElementNameTree jsxElementNameTree, com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes, InternalSyntaxToken divToken, InternalSyntaxToken gtToken) -
Uses of JsxSelfClosingElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxSelfClosingElementTree Modifier and Type Class Description classJsxSelfClosingElementTreeImpl -
Uses of JsxSelfClosingElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxSelfClosingElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxSelfClosingElement(JsxSelfClosingElementTree tree)
-