Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxAttributeTree
-
Packages that use JsxAttributeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.tree.expression.jsx -
-
Uses of JsxAttributeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxAttributeTree Modifier and Type Method Description JsxAttributeTreeJavaScriptGrammar. JSX_STANDARD_ATTRIBUTE()Methods in org.sonar.javascript.parser that return types with arguments of type JsxAttributeTree Modifier and Type Method Description List<JsxAttributeTree>JavaScriptGrammar. JSX_ATTRIBUTES()Method parameters in org.sonar.javascript.parser with type arguments of type JsxAttributeTree Modifier and Type Method Description JsxOpeningElementTreeTreeFactory. jsxOpeningElement(InternalSyntaxToken ltToken, JsxElementNameTree jsxElementNameTree, com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes, InternalSyntaxToken gtToken)JsxSelfClosingElementTreeTreeFactory. jsxSelfClosingElement(InternalSyntaxToken ltToken, JsxElementNameTree jsxElementNameTree, com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes, InternalSyntaxToken divToken, InternalSyntaxToken gtToken)org.sonar.javascript.parser.TreeFactory.VueScriptTagTreeFactory. vueScriptTag(InternalSyntaxToken token, com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> optional, InternalSyntaxToken token1) -
Uses of JsxAttributeTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxAttributeTree Modifier and Type Class Description classJsxIdentifierTreeImplclassJsxSpreadAttributeTreeImplclassJsxStandardAttributeTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return types with arguments of type JsxAttributeTree Modifier and Type Method Description List<JsxAttributeTree>JsxOpeningElementTreeImpl. attributes()List<JsxAttributeTree>JsxSelfClosingElementTreeImpl. attributes()Constructor parameters in org.sonar.javascript.tree.impl.expression.jsx with type arguments of type JsxAttributeTree Constructor Description JsxOpeningElementTreeImpl(SyntaxToken ltToken, JsxElementNameTree elementName, List<JsxAttributeTree> attributes, SyntaxToken gtToken)JsxSelfClosingElementTreeImpl(SyntaxToken ltToken, JsxElementNameTree elementName, List<JsxAttributeTree> attributes, SyntaxToken divToken, SyntaxToken gtToken) -
Uses of JsxAttributeTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Subinterfaces of JsxAttributeTree in org.sonar.plugins.javascript.api.tree.expression.jsx Modifier and Type Interface Description interfaceJsxIdentifierTreeinterfaceJsxSpreadAttributeTreeinterfaceJsxStandardAttributeTreeMethods in org.sonar.plugins.javascript.api.tree.expression.jsx that return types with arguments of type JsxAttributeTree Modifier and Type Method Description List<JsxAttributeTree>JsxOpeningElementTree. attributes()List<JsxAttributeTree>JsxSelfClosingElementTree. attributes()
-