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, toString
contains, getBeginIndex, getEndIndex, getLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contains, getBeginIndex, getEndIndex, getLength
public 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.