public class FlowFunctionTypeParameterTreeImpl extends JavaScriptTree implements FlowFunctionTypeParameterTree
| Constructor and Description |
|---|
FlowFunctionTypeParameterTreeImpl(FlowTypeTree type) |
FlowFunctionTypeParameterTreeImpl(IdentifierTree identifier,
SyntaxToken queryToken,
FlowTypeAnnotationTree typeAnnotation) |
FlowFunctionTypeParameterTreeImpl(InternalSyntaxToken ellipsis,
FlowFunctionTypeParameterTree typeParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
ellipsisToken() |
Tree.Kind |
getKind() |
IdentifierTree |
identifier() |
SyntaxToken |
queryToken() |
FlowTypeTree |
type() |
FlowTypeAnnotationTree |
typeAnnotation() |
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic FlowFunctionTypeParameterTreeImpl(IdentifierTree identifier, @Nullable SyntaxToken queryToken, FlowTypeAnnotationTree typeAnnotation)
public FlowFunctionTypeParameterTreeImpl(FlowTypeTree type)
public FlowFunctionTypeParameterTreeImpl(InternalSyntaxToken ellipsis, FlowFunctionTypeParameterTree typeParameter)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
@Nullable public SyntaxToken ellipsisToken()
ellipsisToken in interface FlowFunctionTypeParameterTree@Nullable public IdentifierTree identifier()
identifier in interface FlowFunctionTypeParameterTree@Nullable public SyntaxToken queryToken()
queryToken in interface FlowFunctionTypeParameterTree@Nullable public FlowTypeAnnotationTree typeAnnotation()
typeAnnotation in interface FlowFunctionTypeParameterTreepublic FlowTypeTree type()
type in interface FlowFunctionTypeParameterTreeCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.