Interface FlowParenthesisedTypeTree
-
- All Superinterfaces:
FlowTypeTree,Tree
- All Known Implementing Classes:
FlowParenthesisedTypeTreeImpl
public interface FlowParenthesisedTypeTree extends FlowTypeTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenleftParenthesisToken()SyntaxTokenrightParenthesisToken()FlowTypeTreetype()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
leftParenthesisToken
SyntaxToken leftParenthesisToken()
-
type
FlowTypeTree type()
-
rightParenthesisToken
SyntaxToken rightParenthesisToken()
-
-