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, toString
public ASTSetLiteral(int id)
public ASTSetLiteral(Parser p, int id)
public void setType(int t)
public int getType()
public String toString()
toString
in class SimpleNode
Copyright © 2015. All rights reserved.