lmf.formula.csp.node
Class ACspLetExpr

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

public final class ACspLetExpr
extends PLetExpr


Constructor Summary
ACspLetExpr()
           
ACspLetExpr(TLet _let_, PDefinitionList _definitionList_, TWithin _within_, PExpression _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PDefinitionList getDefinitionList()
           
 PExpression getExpression()
           
 TLet getLet()
           
 TWithin getWithin()
           
 void setDefinitionList(PDefinitionList node)
           
 void setExpression(PExpression node)
           
 void setLet(TLet node)
           
 void setWithin(TWithin 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

ACspLetExpr

public ACspLetExpr()

ACspLetExpr

public ACspLetExpr(TLet _let_,
                   PDefinitionList _definitionList_,
                   TWithin _within_,
                   PExpression _expression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLet

public TLet getLet()

setLet

public void setLet(TLet node)

getDefinitionList

public PDefinitionList getDefinitionList()

setDefinitionList

public void setDefinitionList(PDefinitionList node)

getWithin

public TWithin getWithin()

setWithin

public void setWithin(TWithin node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

toString

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