public class ASTStructDeclaration extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTStructDeclaration(GoloParser p,
int id) |
ASTStructDeclaration(int id) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<String> |
getMembers() |
String |
getName() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setMembers(LinkedHashSet<String> members) |
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 ASTStructDeclaration(int id)
public ASTStructDeclaration(GoloParser p, int id)
public String getName()
public void setName(String name)
public LinkedHashSet<String> getMembers()
public void setMembers(LinkedHashSet<String> members)
public Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodepublic String toString()
toString in class SimpleNodeCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.