Interface JsxStandardAttributeTree
-
- All Superinterfaces:
JsxAttributeTree,Tree
- All Known Implementing Classes:
JsxStandardAttributeTreeImpl
public interface JsxStandardAttributeTree extends JsxAttributeTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalSyntaxTokenequalToken()JsxElementNameTreename()JsxAttributeValueTreevalue()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
name
JsxElementNameTree name()
-
equalToken
InternalSyntaxToken equalToken()
-
value
JsxAttributeValueTree value()
-
-