Interface FlowTypeofTypeTree
-
- All Superinterfaces:
FlowTypeTree,Tree
- All Known Implementing Classes:
FlowTypeofTypeTreeImpl
public interface FlowTypeofTypeTree extends FlowTypeTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokentypeofToken()Treevalue()value could be expression orFlowParameterizedGenericsTypeTree-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
typeofToken
SyntaxToken typeofToken()
-
value
Tree value()
value could be expression orFlowParameterizedGenericsTypeTree
-
-