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