Interface JsxTextTree
-
- All Superinterfaces:
JsxChildTree,Tree
- All Known Implementing Classes:
JsxTextTreeImpl
public interface JsxTextTree extends JsxChildTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokentoken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
token
SyntaxToken token()
-
-