Dresden OCL Toolkit

tudresden.ocl.parser.node
Class ACollectionTypeName

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

public final class ACollectionTypeName
extends PTypeName


Field Summary
private  PCollectionType _collectionType_
           
private  TLPar _lPar_
           
private  TRPar _rPar_
           
private  TSimpleTypeName _simpleTypeName_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
ACollectionTypeName()
           
ACollectionTypeName(PCollectionType _collectionType_, TLPar _lPar_, TSimpleTypeName _simpleTypeName_, TRPar _rPar_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PCollectionType getCollectionType()
           
 TLPar getLPar()
           
 TRPar getRPar()
           
 TSimpleTypeName getSimpleTypeName()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setCollectionType(PCollectionType node)
           
 void setLPar(TLPar node)
           
 void setRPar(TRPar node)
           
 void setSimpleTypeName(TSimpleTypeName node)
           
 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

_collectionType_

private PCollectionType _collectionType_

_lPar_

private TLPar _lPar_

_simpleTypeName_

private TSimpleTypeName _simpleTypeName_

_rPar_

private TRPar _rPar_
Constructor Detail

ACollectionTypeName

public ACollectionTypeName()

ACollectionTypeName

public ACollectionTypeName(PCollectionType _collectionType_,
                           TLPar _lPar_,
                           TSimpleTypeName _simpleTypeName_,
                           TRPar _rPar_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCollectionType

public PCollectionType getCollectionType()

setCollectionType

public void setCollectionType(PCollectionType node)

getLPar

public TLPar getLPar()

setLPar

public void setLPar(TLPar node)

getSimpleTypeName

public TSimpleTypeName getSimpleTypeName()

setSimpleTypeName

public void setSimpleTypeName(TSimpleTypeName node)

getRPar

public TRPar getRPar()

setRPar

public void setRPar(TRPar node)

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.