Interface FlowArrayTypeWithKeywordTree
-
- All Superinterfaces:
FlowArrayTypeTree,FlowTypeTree,Tree
- All Known Implementing Classes:
FlowArrayTypeWithKeywordTreeImpl
public interface FlowArrayTypeWithKeywordTree extends FlowArrayTypeTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenarrayToken()SyntaxTokenleftBracketToken()SyntaxTokenrightBracketToken()FlowTypeTreetype()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
arrayToken
SyntaxToken arrayToken()
-
leftBracketToken
SyntaxToken leftBracketToken()
-
type
FlowTypeTree type()
- Specified by:
typein interfaceFlowArrayTypeTree
-
rightBracketToken
SyntaxToken rightBracketToken()
-
-