Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxSpreadAttributeTree
-
Packages that use JsxSpreadAttributeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.visitors -
-
Uses of JsxSpreadAttributeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxSpreadAttributeTree Modifier and Type Method Description JsxSpreadAttributeTreeJavaScriptGrammar. JSX_SPREAD_ATTRIBUTE()JsxSpreadAttributeTreeTreeFactory. jsxSpreadAttribute(InternalSyntaxToken lCurlyBraceToken, InternalSyntaxToken ellipsisToken, ExpressionTree expressionTree, InternalSyntaxToken rCurlyBraceToken) -
Uses of JsxSpreadAttributeTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxSpreadAttributeTree Modifier and Type Class Description classJsxSpreadAttributeTreeImpl -
Uses of JsxSpreadAttributeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type JsxSpreadAttributeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitJsxSpreadAttribute(JsxSpreadAttributeTree tree)
-