lmf.formula.csp.node
Class ACspLambdaProcess
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PLambdaProcess
lmf.formula.csp.node.ACspLambdaProcess
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspLambdaProcess
- extends PLambdaProcess
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspLambdaProcess
public ACspLambdaProcess()
ACspLambdaProcess
public ACspLambdaProcess(TBackslash _backslash_,
PParamList _paramList_,
TAt _at_,
PHelp _process_)
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)
getProcess
public PHelp getProcess()
setProcess
public void setProcess(PHelp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object