Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxChildTree
-
Packages that use JsxChildTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.tree.expression.jsx -
-
Uses of JsxChildTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxChildTree Modifier and Type Method Description JsxChildTreeJavaScriptGrammar. JSX_CHILD()Method parameters in org.sonar.javascript.parser with type arguments of type JsxChildTree Modifier and Type Method Description JsxShortFragmentElementTreeTreeFactory. jsxShortFragmentElement(JsxEmptyOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxEmptyClosingElementTree jsxClosingElementTree)JsxStandardElementTreeTreeFactory. jsxStandardElement(JsxOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxClosingElementTree jsxClosingElementTree) -
Uses of JsxChildTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxChildTree Modifier and Type Class Description classJsxJavaScriptExpressionTreeImplclassJsxSelfClosingElementTreeImplclassJsxShortFragmentElementTreeImplclassJsxStandardElementTreeImplclassJsxTextTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return types with arguments of type JsxChildTree Modifier and Type Method Description List<JsxChildTree>JsxShortFragmentElementTreeImpl. children()List<JsxChildTree>JsxStandardElementTreeImpl. children()Constructor parameters in org.sonar.javascript.tree.impl.expression.jsx with type arguments of type JsxChildTree Constructor Description JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement, List<JsxChildTree> children, JsxEmptyClosingElementTree closingElement)JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement, List<JsxChildTree> children, JsxClosingElementTree closingElement) -
Uses of JsxChildTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Subinterfaces of JsxChildTree in org.sonar.plugins.javascript.api.tree.expression.jsx Modifier and Type Interface Description interfaceJsxElementTreeinterfaceJsxJavaScriptExpressionTreeinterfaceJsxSelfClosingElementTreeinterfaceJsxShortFragmentElementTreeinterfaceJsxStandardElementTreeinterfaceJsxTextTreeMethods in org.sonar.plugins.javascript.api.tree.expression.jsx that return types with arguments of type JsxChildTree Modifier and Type Method Description List<JsxChildTree>JsxShortFragmentElementTree. children()List<JsxChildTree>JsxStandardElementTree. children()
-