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 |
|---|---|
java.lang.String |
getName() |
boolean |
isAugmentation() |
boolean |
isDecorator() |
boolean |
isLocal() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setAugmentation(boolean augmentation) |
void |
setDecorator(boolean decorator) |
void |
setLocal(boolean local) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
getColumnInSourceCode, getDocumentation, getLineInSourceCode, getPositionInSourceCode, setDocumentationchildrenAccept, dump, getId, 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 boolean isDecorator()
public void setDecorator(boolean decorator)
public java.lang.String toString()
toString in class SimpleNodepublic java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNode