Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxClosingElementTree
-
-
Uses of JsxClosingElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxClosingElementTree Modifier and Type Method Description JsxClosingElementTreeJavaScriptGrammar. JSX_CLOSING_ELEMENT()JsxClosingElementTreeTreeFactory. jsxClosingElement(InternalSyntaxToken ltToken, InternalSyntaxToken divToken, JsxElementNameTree jsxElementNameTree, InternalSyntaxToken gtToken)Methods in org.sonar.javascript.parser with parameters of type JsxClosingElementTree Modifier and Type Method Description JsxStandardElementTreeTreeFactory. jsxStandardElement(JsxOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxClosingElementTree jsxClosingElementTree) -
Uses of JsxClosingElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxClosingElementTree Modifier and Type Class Description classJsxClosingElementTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxClosingElementTree Modifier and Type Method Description JsxClosingElementTreeJsxStandardElementTreeImpl. closingElement()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxClosingElementTree Constructor Description JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement, List<JsxChildTree> children, JsxClosingElementTree closingElement) -
Uses of JsxClosingElementTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Methods in org.sonar.plugins.javascript.api.tree.expression.jsx that return JsxClosingElementTree Modifier and Type Method Description JsxClosingElementTreeJsxStandardElementTree. closingElement() -
Uses of JsxClosingElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxClosingElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxClosingElement(JsxClosingElementTree tree)
-