public class FunctionExprNode extends ASTNode
Constructor | Description |
---|---|
FunctionExprNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
List<ASTNode> |
getArguments() |
|
QNameNode |
getName() |
|
ASTTag |
getTag() |
|
void |
setArguments(List<ASTNode> arguments) |
|
void |
setName(QNameNode name) |
getSourceLocation, toString
public FunctionExprNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All rights reserved.