public class ASTSetLiteral extends SimpleNode
| Constructor and Description |
|---|
ASTSetLiteral(int id) |
ASTSetLiteral(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
void |
setType(int t) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic ASTSetLiteral(int id)
public ASTSetLiteral(Parser p, int id)
public void setType(int t)
public int getType()
public String toString()
toString in class SimpleNodeCopyright © 2016. All rights reserved.