Uses of Class
org.eclipse.m2m.atl.adt.ui.text.atl.types.OclType

Packages that use OclType
org.eclipse.m2m.atl.adt.ui.text.atl.types   
 

Uses of OclType in org.eclipse.m2m.atl.adt.ui.text.atl.types
 

Fields in org.eclipse.m2m.atl.adt.ui.text.atl.types declared as OclType
protected  OclType OclAnyType.oclType
           
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types that return OclType
static OclType OclType.getInstance()
          Returns the default OclType type singleton.
 OclType TupleType.getOclType()
          
 OclType OclType.getOclType()
          
 OclType OclAnyType.getOclType()
           
 

Constructors in org.eclipse.m2m.atl.adt.ui.text.atl.types with parameters of type OclType
ModelElementType(OclType oclType)
          Creates a new ModelElement with the given OclType, which contains informations about the metamodel name, package, etc.
OclAnyType(OclType oclType)
          Creates a new type using the given oclType.
UnitType(org.eclipse.core.resources.IFile file, AtlSourceManager manager, OclType unitType)
          Creates a new ATL Unit from the given source manager.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.