Uses of Class
org.eclipse.m2m.atl.engine.parser.AtlSourceManager

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

Uses of AtlSourceManager in org.eclipse.m2m.atl.adt.ui.editor
 

Methods in org.eclipse.m2m.atl.adt.ui.editor that return AtlSourceManager
 AtlSourceManager AtlEditor.getSourceManager()
           
 

Uses of AtlSourceManager in org.eclipse.m2m.atl.adt.ui.text.atl
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl that return AtlSourceManager
 AtlSourceManager AtlCompletionProcessor.getSourceManager()
          Returns the source manager, which contains the main ATL file model.
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl with parameters of type AtlSourceManager
static java.lang.String AtlCompletionDataSource.getATLFileContext(AtlSourceManager manager)
          Returns the current file context.
 

Constructors in org.eclipse.m2m.atl.adt.ui.text.atl with parameters of type AtlSourceManager
AtlCompletionDataSource(AtlSourceManager manager)
          Creates a new completion datasource.
 

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

Fields in org.eclipse.m2m.atl.adt.ui.text.atl.types declared as AtlSourceManager
protected  AtlSourceManager UnitType.sourceManager
           
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types that return AtlSourceManager
 AtlSourceManager UnitType.getSourceManager()
           
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types with parameters of type AtlSourceManager
static OclAnyType OclAnyType.create(AtlSourceManager manager, org.eclipse.emf.ecore.EObject atlType)
          Maps any object to the matching OclAnyType.
static UnitType UnitType.create(org.eclipse.core.resources.IFile file, AtlSourceManager manager)
          Returns the atl unit type.
 void AtlTypesProcessor.update(org.eclipse.core.resources.IFile file, AtlModelAnalyser analyser, AtlSourceManager manager)
          Updates the type processor.
 

Constructors in org.eclipse.m2m.atl.adt.ui.text.atl.types with parameters of type AtlSourceManager
LibraryType(org.eclipse.core.resources.IFile file, AtlSourceManager manager)
          Creates a new library from the given source manager.
ModuleType(org.eclipse.core.resources.IFile file, AtlSourceManager manager)
          Creates a new module from the given source manager.
QueryType(org.eclipse.core.resources.IFile file, AtlSourceManager manager)
          Creates a new query from the given source manager.
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.