lmf.formula.csp.node
Class ACspLambdaExpr

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

public final class ACspLambdaExpr
extends PLambdaExpr


Constructor Summary
ACspLambdaExpr()
           
ACspLambdaExpr(TBackslash _backslash_, PParamList _paramList_, TAt _at_, PExpression _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAt getAt()
           
 TBackslash getBackslash()
           
 PExpression getExpression()
           
 PParamList getParamList()
           
 void setAt(TAt node)
           
 void setBackslash(TBackslash node)
           
 void setExpression(PExpression node)
           
 void setParamList(PParamList 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

ACspLambdaExpr

public ACspLambdaExpr()

ACspLambdaExpr

public ACspLambdaExpr(TBackslash _backslash_,
                      PParamList _paramList_,
                      TAt _at_,
                      PExpression _expression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getBackslash

public TBackslash getBackslash()

setBackslash

public void setBackslash(TBackslash node)

getParamList

public PParamList getParamList()

setParamList

public void setParamList(PParamList node)

getAt

public TAt getAt()

setAt

public void setAt(TAt node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

toString

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