Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxIdentifierTree
-
Packages that use JsxIdentifierTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxIdentifierTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxIdentifierTree Modifier and Type Method Description JsxIdentifierTreeJavaScriptGrammar. JSX_IDENTIFIER()JsxIdentifierTreeTreeFactory. jsxHtmlTag(InternalSyntaxToken htmlTagToken)JsxIdentifierTreeTreeFactory. jsxIdentifier(InternalSyntaxToken identifierToken)Methods in org.sonar.javascript.parser with parameters of type JsxIdentifierTree Modifier and Type Method Description JsxStandardAttributeTreeTreeFactory. jsxStandardAttribute(JsxIdentifierTree name, InternalSyntaxToken equalToken, JsxAttributeValueTree jsxAttributeValueTree) -
Uses of JsxIdentifierTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxIdentifierTree Modifier and Type Class Description classJsxIdentifierTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxIdentifierTree Modifier and Type Method Description JsxIdentifierTreeJsxStandardAttributeTreeImpl. name()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxIdentifierTree Constructor Description JsxStandardAttributeTreeImpl(JsxIdentifierTree name, InternalSyntaxToken equalToken, JsxAttributeValueTree value) -
Uses of JsxIdentifierTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxIdentifierTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxIdentifier(JsxIdentifierTree tree)
-