JaCoP.fz
Class ASTSolveExpr
java.lang.Object
JaCoP.fz.SimpleNode
JaCoP.fz.ASTSolveExpr
- All Implemented Interfaces:
- Node
public class ASTSolveExpr
- extends SimpleNode
| Methods inherited from class JaCoP.fz.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTSolveExpr
public ASTSolveExpr(int id)
ASTSolveExpr
public ASTSolveExpr(Parser p,
int id)
setType
public void setType(int t)
getType
public int getType()
setIndex
public void setIndex(int i)
getIndex
public int getIndex()
setIdent
public void setIdent(java.lang.String i)
getIdent
public java.lang.String getIdent()
toString
public java.lang.String toString()
- Overrides:
toString in class SimpleNode