lmf.formula.csp.node
Class ACspDiffMathExpr
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PMathExpr
lmf.formula.csp.node.ACspDiffMathExpr
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspDiffMathExpr
- extends PMathExpr
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspDiffMathExpr
public ACspDiffMathExpr()
ACspDiffMathExpr
public ACspDiffMathExpr(PMathExpr _leftExpr_,
TMinus _minus_,
PMath1Expr _rightExpr_)
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