JaCoP.fz
Class ASTSolveExpr

java.lang.Object
  extended by JaCoP.fz.SimpleNode
      extended by JaCoP.fz.ASTSolveExpr
All Implemented Interfaces:
Node

public class ASTSolveExpr
extends SimpleNode


Constructor Summary
ASTSolveExpr(int id)
           
ASTSolveExpr(Parser p, int id)
           
 
Method Summary
 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 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
 

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 class SimpleNode