Interface FlowImplementsClauseTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowImplementsClauseTreeImpl
public interface FlowImplementsClauseTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenimplementsOrExtendsToken()SeparatedList<FlowTypeTree>types()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
implementsOrExtendsToken
SyntaxToken implementsOrExtendsToken()
-
types
SeparatedList<FlowTypeTree> types()
-
-