Interface JsxStandardElementTree
-
- All Superinterfaces:
ExpressionTree,JsxAttributeValueTree,JsxChildTree,JsxElementNameTree,JsxElementTree,Tree
- All Known Implementing Classes:
JsxStandardElementTreeImpl
public interface JsxStandardElementTree extends JsxElementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JsxChildTree>children()JsxClosingElementTreeclosingElement()JsxOpeningElementTreeopeningElement()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.expression.ExpressionTree
types
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
openingElement
JsxOpeningElementTree openingElement()
-
children
List<JsxChildTree> children()
-
closingElement
JsxClosingElementTree closingElement()
-
-