Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.jsx.JsxAttributeValueTree
-
Packages that use JsxAttributeValueTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.impl.expression.jsx org.sonar.plugins.javascript.api.tree.expression Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.tree.expression.jsx -
-
Uses of JsxAttributeValueTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return JsxAttributeValueTree Modifier and Type Method Description JsxAttributeValueTreeJavaScriptGrammar. JSX_ATTRIBUTE_VALUE()Methods in org.sonar.javascript.parser with parameters of type JsxAttributeValueTree Modifier and Type Method Description JsxStandardAttributeTreeTreeFactory. jsxStandardAttribute(JsxIdentifierTree name, InternalSyntaxToken equalToken, JsxAttributeValueTree jsxAttributeValueTree) -
Uses of JsxAttributeValueTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement JsxAttributeValueTree Modifier and Type Class Description classLiteralTreeImpl -
Uses of JsxAttributeValueTree in org.sonar.javascript.tree.impl.expression.jsx
Classes in org.sonar.javascript.tree.impl.expression.jsx that implement JsxAttributeValueTree Modifier and Type Class Description classJsxJavaScriptExpressionTreeImplclassJsxSelfClosingElementTreeImplclassJsxShortFragmentElementTreeImplclassJsxStandardElementTreeImplMethods in org.sonar.javascript.tree.impl.expression.jsx that return JsxAttributeValueTree Modifier and Type Method Description JsxAttributeValueTreeJsxStandardAttributeTreeImpl. value()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type JsxAttributeValueTree Constructor Description JsxStandardAttributeTreeImpl(JsxIdentifierTree name, InternalSyntaxToken equalToken, JsxAttributeValueTree value) -
Uses of JsxAttributeValueTree in org.sonar.plugins.javascript.api.tree.expression
Subinterfaces of JsxAttributeValueTree in org.sonar.plugins.javascript.api.tree.expression Modifier and Type Interface Description interfaceLiteralTreeCommon interface for all types of literals. -
Uses of JsxAttributeValueTree in org.sonar.plugins.javascript.api.tree.expression.jsx
Subinterfaces of JsxAttributeValueTree in org.sonar.plugins.javascript.api.tree.expression.jsx Modifier and Type Interface Description interfaceJsxElementTreeinterfaceJsxJavaScriptExpressionTreeinterfaceJsxSelfClosingElementTreeinterfaceJsxShortFragmentElementTreeinterfaceJsxStandardElementTreeMethods in org.sonar.plugins.javascript.api.tree.expression.jsx that return JsxAttributeValueTree Modifier and Type Method Description JsxAttributeValueTreeJsxStandardAttributeTree. value()
-