Dresden OCL Toolkit

tudresden.ocl.parser.node
Class APathName

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

public final class APathName
extends PPathName


Nested Class Summary
private  class APathName.PathNameTail_Cast
           
 
Field Summary
private  PPathNameBegin _pathNameBegin_
           
private  LinkedList _pathNameTail_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
APathName()
           
APathName(PPathNameBegin _pathNameBegin_, List _pathNameTail_)
           
APathName(PPathNameBegin _pathNameBegin_, XPPathNameTail _pathNameTail_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PPathNameBegin getPathNameBegin()
           
 LinkedList getPathNameTail()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setPathNameBegin(PPathNameBegin node)
           
 void setPathNameTail(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

_pathNameBegin_

private PPathNameBegin _pathNameBegin_

_pathNameTail_

private final LinkedList _pathNameTail_
Constructor Detail

APathName

public APathName()

APathName

public APathName(PPathNameBegin _pathNameBegin_,
                 List _pathNameTail_)

APathName

public APathName(PPathNameBegin _pathNameBegin_,
                 XPPathNameTail _pathNameTail_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getPathNameBegin

public PPathNameBegin getPathNameBegin()

setPathNameBegin

public void setPathNameBegin(PPathNameBegin node)

getPathNameTail

public LinkedList getPathNameTail()

setPathNameTail

public void setPathNameTail(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.