lmf.formula.csp.node
Class ACspDiffMathExpr

java.lang.Object
  extended by lmf.formula.csp.node.Node
      extended by lmf.formula.csp.node.PMathExpr
          extended by lmf.formula.csp.node.ACspDiffMathExpr
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACspDiffMathExpr
extends PMathExpr


Constructor Summary
ACspDiffMathExpr()
           
ACspDiffMathExpr(PMathExpr _leftExpr_, TMinus _minus_, PMath1Expr _rightExpr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PMathExpr getLeftExpr()
           
 TMinus getMinus()
           
 PMath1Expr getRightExpr()
           
 void setLeftExpr(PMathExpr node)
           
 void setMinus(TMinus node)
           
 void setRightExpr(PMath1Expr node)
           
 java.lang.String toString()
           
 
Methods inherited from class lmf.formula.csp.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACspDiffMathExpr

public ACspDiffMathExpr()

ACspDiffMathExpr

public ACspDiffMathExpr(PMathExpr _leftExpr_,
                        TMinus _minus_,
                        PMath1Expr _rightExpr_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getLeftExpr

public PMathExpr getLeftExpr()

setLeftExpr

public void setLeftExpr(PMathExpr node)

getMinus

public TMinus getMinus()

setMinus

public void setMinus(TMinus node)

getRightExpr

public PMath1Expr getRightExpr()

setRightExpr

public void setRightExpr(PMath1Expr node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object