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