Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxStandardAttributeTree
-
Packages that use JsxStandardAttributeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxStandardAttributeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxStandardAttributeTree Modifier and Type Method Description JsxStandardAttributeTreeTreeFactory. jsxStandardAttribute(JsxIdentifierTree name, InternalSyntaxToken equalToken, JsxAttributeValueTree jsxAttributeValueTree) -
Uses of JsxStandardAttributeTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxStandardAttributeTree Modifier and Type Class Description classJsxStandardAttributeTreeImpl -
Uses of JsxStandardAttributeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxStandardAttributeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxStandardAttribute(JsxStandardAttributeTree tree)
-