Package org.jacop.fz
Class ASTSolveExpr
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTSolveExpr
-
- All Implemented Interfaces:
Node
public class ASTSolveExpr extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTSolveExpr(int id)
ASTSolveExpr(Parser p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIdent()
int
getIndex()
int
getType()
void
setIdent(java.lang.String i)
void
setIndex(int i)
void
setType(int t)
java.lang.String
toString()
-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString
-
-
-
-
Constructor Detail
-
ASTSolveExpr
public ASTSolveExpr(int id)
-
ASTSolveExpr
public ASTSolveExpr(Parser p, int id)
-
-
Method Detail
-
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 classSimpleNode
-
-