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