Interface FlowTypeTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
FlowArrayTypeShorthandTree,FlowArrayTypeTree,FlowArrayTypeWithKeywordTree,FlowFunctionSignatureTree,FlowFunctionTypeTree,FlowIntersectionTypeTree,FlowLiteralTypeTree,FlowNamespacedTypeTree,FlowObjectTypeTree,FlowOptionalTypeTree,FlowParameterizedGenericsTypeTree,FlowParenthesisedTypeTree,FlowSimpleTypeTree,FlowTupleTypeTree,FlowTypeofTypeTree,FlowUnionTypeTree
- All Known Implementing Classes:
FlowArrayTypeShorthandTreeImpl,FlowArrayTypeWithKeywordTreeImpl,FlowFunctionSignatureTreeImpl,FlowFunctionTypeTreeImpl,FlowIntersectionTypeTreeImpl,FlowLiteralTypeTreeImpl,FlowNamespacedTypeTreeImpl,FlowObjectTypeTreeImpl,FlowOptionalTypeTreeImpl,FlowParameterizedGenericsTypeTreeImpl,FlowParenthesisedTypeTreeImpl,FlowSimpleTypeTreeImpl,FlowTupleTypeTreeImpl,FlowTypeofTypeTreeImpl,FlowUnionTypeTreeImpl
@Beta public interface FlowTypeTree extends Tree
-
-
Method Summary
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-