Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxEmptyClosingElementTree
-
-
Uses of JsxEmptyClosingElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxEmptyClosingElementTree Modifier and Type Method Description JsxEmptyClosingElementTreeJavaScriptGrammar. JSX_EMPTY_CLOSING_ELEMENT()JsxEmptyClosingElementTreeTreeFactory. jsxEmptyClosingElement(InternalSyntaxToken ltToken, InternalSyntaxToken divToken, InternalSyntaxToken gtToken)Methods in org.sonar.javascript.parser with parameters of type JsxEmptyClosingElementTree Modifier and Type Method Description JsxShortFragmentElementTreeTreeFactory. jsxShortFragmentElement(JsxEmptyOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxEmptyClosingElementTree jsxClosingElementTree) -
Uses of JsxEmptyClosingElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxEmptyClosingElementTree Modifier and Type Class Description classJsxEmptyClosingElementTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxEmptyClosingElementTree Modifier and Type Method Description JsxEmptyClosingElementTreeJsxShortFragmentElementTreeImpl. closingElement()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxEmptyClosingElementTree Constructor Description JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement, List<JsxChildTree> children, JsxEmptyClosingElementTree closingElement) -
Uses of JsxEmptyClosingElementTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Methods in org.sonar.plugins.javascript.api.tree.expression.jsx that return JsxEmptyClosingElementTree Modifier and Type Method Description JsxEmptyClosingElementTreeJsxShortFragmentElementTree. closingElement() -
Uses of JsxEmptyClosingElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxEmptyClosingElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxEmptyClosingElement(JsxEmptyClosingElementTree tree)
-