lmf.formula.csp.node
Class ACspAddMathExpr

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

public final class ACspAddMathExpr
extends PMathExpr


Constructor Summary
ACspAddMathExpr()
           
ACspAddMathExpr(PMathExpr _leftExpr_, TPlus _plus_, PMath1Expr _rightExpr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PMathExpr getLeftExpr()
           
 TPlus getPlus()
           
 PMath1Expr getRightExpr()
           
 void setLeftExpr(PMathExpr node)
           
 void setPlus(TPlus 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

ACspAddMathExpr

public ACspAddMathExpr()

ACspAddMathExpr

public ACspAddMathExpr(PMathExpr _leftExpr_,
                       TPlus _plus_,
                       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)

getPlus

public TPlus getPlus()

setPlus

public void setPlus(TPlus node)

getRightExpr

public PMath1Expr getRightExpr()

setRightExpr

public void setRightExpr(PMath1Expr node)

toString

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