public class FlowGenericParameterTreeImpl extends JavaScriptTree implements FlowGenericParameterTree
| Constructor and Description |
|---|
FlowGenericParameterTreeImpl(IdentifierTree identifier,
FlowTypeAnnotationTree superTypeAnnotation,
SyntaxToken equalToken,
FlowTypeTree defaultType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
FlowTypeTree |
defaultType() |
SyntaxToken |
equalToken() |
Tree.Kind |
getKind() |
IdentifierTree |
identifier() |
FlowTypeAnnotationTree |
superTypeAnnotation() |
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 FlowGenericParameterTreeImpl(IdentifierTree identifier, @Nullable FlowTypeAnnotationTree superTypeAnnotation, @Nullable SyntaxToken equalToken, @Nullable FlowTypeTree defaultType)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic IdentifierTree identifier()
identifier in interface FlowGenericParameterTree@Nullable public FlowTypeAnnotationTree superTypeAnnotation()
superTypeAnnotation in interface FlowGenericParameterTree@Nullable public SyntaxToken equalToken()
equalToken in interface FlowGenericParameterTree@Nullable public FlowTypeTree defaultType()
defaultType in interface FlowGenericParameterTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.