mapss.dif.language.sablecc.node
Class AParameterBlock
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PBlock
mapss.dif.language.sablecc.node.AParameterBlock
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AParameterBlock
- extends PBlock
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AParameterBlock
public AParameterBlock()
AParameterBlock
public AParameterBlock(TParameter _parameter_,
PParameterBody _parameterBody_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getParameter
public TParameter getParameter()
setParameter
public void setParameter(TParameter node)
getParameterBody
public PParameterBody getParameterBody()
setParameterBody
public void setParameterBody(PParameterBody node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object