public static class ClosureExpression.ClosureArgAst extends ASTNodeImpl
| Constructor and Description |
|---|
ClosureArgAst(ASTNode node,
IdentifierAst name,
ASTNode colon,
ASTNode type) |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
getColon() |
IdentifierAst |
getName() |
ASTNode |
getType() |
getFullText, getLine, getNodeText, getText, toStringcontains, getBeginIndex, getEndIndex, getLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, getBeginIndex, getEndIndex, getLengthpublic ClosureArgAst(ASTNode node, IdentifierAst name, ASTNode colon, ASTNode type)
public IdentifierAst getName()
public ASTNode getColon()
public ASTNode getType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.