Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxOpeningElementTree
-
-
Uses of JsxOpeningElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxOpeningElementTree Modifier and Type Method Description JsxOpeningElementTreeJavaScriptGrammar. JSX_OPENING_ELEMENT()JsxOpeningElementTreeTreeFactory. jsxOpeningElement(InternalSyntaxToken ltToken, JsxElementNameTree jsxElementNameTree, com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes, InternalSyntaxToken gtToken)Methods in org.sonar.javascript.parser with parameters of type JsxOpeningElementTree Modifier and Type Method Description JsxStandardElementTreeTreeFactory. jsxStandardElement(JsxOpeningElementTree jsxOpeningElementTree, com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children, JsxClosingElementTree jsxClosingElementTree) -
Uses of JsxOpeningElementTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxOpeningElementTree Modifier and Type Class Description classJsxOpeningElementTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxOpeningElementTree Modifier and Type Method Description JsxOpeningElementTreeJsxStandardElementTreeImpl. openingElement()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxOpeningElementTree Constructor Description JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement, List<JsxChildTree> children, JsxClosingElementTree closingElement) -
Uses of JsxOpeningElementTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Methods in org.sonar.plugins.javascript.api.tree.expression.jsx that return JsxOpeningElementTree Modifier and Type Method Description JsxOpeningElementTreeJsxStandardElementTree. openingElement() -
Uses of JsxOpeningElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxOpeningElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxOpeningElement(JsxOpeningElementTree tree)
-