tudresden.ocl.parser.node
Class AFormalParameterList
java.lang.Object
tudresden.ocl.parser.node.Node
tudresden.ocl.parser.node.PFormalParameterList
tudresden.ocl.parser.node.AFormalParameterList
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AFormalParameterList
- extends PFormalParameterList
Fields inherited from class tudresden.ocl.parser.node.Node |
|
_formalParameter_
private PFormalParameter _formalParameter_
_formalParameterListTail_
private final LinkedList _formalParameterListTail_
AFormalParameterList
public AFormalParameterList()
AFormalParameterList
public AFormalParameterList(PFormalParameter _formalParameter_,
List _formalParameterListTail_)
AFormalParameterList
public AFormalParameterList(PFormalParameter _formalParameter_,
XPFormalParameterListTail _formalParameterListTail_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getFormalParameter
public PFormalParameter getFormalParameter()
setFormalParameter
public void setFormalParameter(PFormalParameter node)
getFormalParameterListTail
public LinkedList getFormalParameterListTail()
setFormalParameterListTail
public void setFormalParameterListTail(List list)
toString
public String toString()
removeChild
void removeChild(Node child)
- Specified by:
removeChild
in class Node
replaceChild
void replaceChild(Node oldChild,
Node newChild)
- Specified by:
replaceChild
in class Node
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.