tudresden.ocl.parser.node
Class ACollectionTypeName
java.lang.Object
tudresden.ocl.parser.node.Node
tudresden.ocl.parser.node.PTypeName
tudresden.ocl.parser.node.ACollectionTypeName
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class ACollectionTypeName
- extends PTypeName
Fields inherited from class tudresden.ocl.parser.node.Node |
|
_collectionType_
private PCollectionType _collectionType_
_lPar_
private TLPar _lPar_
_simpleTypeName_
private TSimpleTypeName _simpleTypeName_
_rPar_
private TRPar _rPar_
ACollectionTypeName
public ACollectionTypeName()
ACollectionTypeName
public ACollectionTypeName(PCollectionType _collectionType_,
TLPar _lPar_,
TSimpleTypeName _simpleTypeName_,
TRPar _rPar_)
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
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.