Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxShortFragmentElementTree
-
Packages that use JsxShortFragmentElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxShortFragmentElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxShortFragmentElementTree Modifier and Type Method Description JsxShortFragmentElementTreeTreeFactory. jsxShortFragmentElement(JsxEmptyOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxEmptyClosingElementTree jsxClosingElementTree) -
Uses of JsxShortFragmentElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxShortFragmentElementTree Modifier and Type Class Description classJsxShortFragmentElementTreeImpl -
Uses of JsxShortFragmentElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxShortFragmentElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxShortFragmentElement(JsxShortFragmentElementTree tree)
-