public class ASTFunctionDeclaration extends GoloASTNode implements NamedNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTFunctionDeclaration(GoloParser p,
int i) |
ASTFunctionDeclaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isAugmentation() |
boolean |
isLocal() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setAugmentation(boolean augmentation) |
void |
setLocal(boolean local) |
void |
setName(String name) |
String |
toString() |
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTFunctionDeclaration(int i)
public ASTFunctionDeclaration(GoloParser p, int i)
public boolean isLocal()
public void setLocal(boolean local)
public boolean isAugmentation()
public void setAugmentation(boolean augmentation)
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.