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