public class ASTFunction extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTFunction(GoloParser p,
int i) |
ASTFunction(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArguments() |
boolean |
isCompactForm() |
boolean |
isVarargs() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setArguments(List<String> arguments) |
void |
setCompactForm(boolean compactForm) |
void |
setVarargs(boolean varargs) |
String |
toString() |
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTFunction(int i)
public ASTFunction(GoloParser p, int i)
public boolean isVarargs()
public void setVarargs(boolean varargs)
public boolean isCompactForm()
public void setCompactForm(boolean compactForm)
public String toString()
toString in class SimpleNodepublic Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodeCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.