Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxEmptyOpeningElementTree
-
-
Uses of JsxEmptyOpeningElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxEmptyOpeningElementTree Modifier and Type Method Description JsxEmptyOpeningElementTreeJavaScriptGrammar. JSX_EMPTY_OPENING_ELEMENT()JsxEmptyOpeningElementTreeTreeFactory. jsxEmptyOpeningElement(InternalSyntaxToken ltToken, InternalSyntaxToken gtToken)Methods in org.sonar.javascript.parser with parameters of type JsxEmptyOpeningElementTree Modifier and Type Method Description JsxShortFragmentElementTreeTreeFactory. jsxShortFragmentElement(JsxEmptyOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxEmptyClosingElementTree jsxClosingElementTree) -
Uses of JsxEmptyOpeningElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxEmptyOpeningElementTree Modifier and Type Class Description classJsxEmptyOpeningElementTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxEmptyOpeningElementTree Modifier and Type Method Description JsxEmptyOpeningElementTreeJsxShortFragmentElementTreeImpl. openingElement()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxEmptyOpeningElementTree Constructor Description JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement, List<JsxChildTree> children, JsxEmptyClosingElementTree closingElement) -
Uses of JsxEmptyOpeningElementTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Methods in org.sonar.plugins.javascript.api.tree.expression.jsx that return JsxEmptyOpeningElementTree Modifier and Type Method Description JsxEmptyOpeningElementTreeJsxShortFragmentElementTree. openingElement() -
Uses of JsxEmptyOpeningElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxEmptyOpeningElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxEmptyOpeningElement(JsxEmptyOpeningElementTree tree)
-