Interface FlowOpaqueTypeTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowOpaqueTypeTreeImpl
public interface FlowOpaqueTypeTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenopaqueToken()IdentifierTreetypeAlias()SyntaxTokentypeToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
opaqueToken
SyntaxToken opaqueToken()
-
typeToken
SyntaxToken typeToken()
-
typeAlias
IdentifierTree typeAlias()
-
-