Dresden OCL Toolkit

tudresden.ocl.parser.node
Class AFormalParameterList

java.lang.Object
  extended bytudresden.ocl.parser.node.Node
      extended bytudresden.ocl.parser.node.PFormalParameterList
          extended bytudresden.ocl.parser.node.AFormalParameterList
All Implemented Interfaces:
Cloneable, Switchable

public final class AFormalParameterList
extends PFormalParameterList


Nested Class Summary
private  class AFormalParameterList.FormalParameterListTail_Cast
           
 
Field Summary
private  PFormalParameter _formalParameter_
           
private  LinkedList _formalParameterListTail_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
AFormalParameterList()
           
AFormalParameterList(PFormalParameter _formalParameter_, List _formalParameterListTail_)
           
AFormalParameterList(PFormalParameter _formalParameter_, XPFormalParameterListTail _formalParameterListTail_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PFormalParameter getFormalParameter()
           
 LinkedList getFormalParameterListTail()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setFormalParameter(PFormalParameter node)
           
 void setFormalParameterListTail(List list)
           
 String toString()
           
 
Methods inherited from class tudresden.ocl.parser.node.Node
cloneList, cloneNode, parent, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_formalParameter_

private PFormalParameter _formalParameter_

_formalParameterListTail_

private final LinkedList _formalParameterListTail_
Constructor Detail

AFormalParameterList

public AFormalParameterList()

AFormalParameterList

public AFormalParameterList(PFormalParameter _formalParameter_,
                            List _formalParameterListTail_)

AFormalParameterList

public AFormalParameterList(PFormalParameter _formalParameter_,
                            XPFormalParameterListTail _formalParameterListTail_)
Method Detail

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

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.