Uses of Class
org.eclipse.m2m.atl.adt.ui.text.atl.AtlModelAnalyser

Packages that use AtlModelAnalyser
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 AtlModelAnalyser in org.eclipse.m2m.atl.adt.ui.editor
 

Methods in org.eclipse.m2m.atl.adt.ui.editor that return AtlModelAnalyser
 AtlModelAnalyser AtlEditor.getModelAnalyser()
           
 

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

Methods in org.eclipse.m2m.atl.adt.ui.text.atl that return AtlModelAnalyser
 AtlModelAnalyser AtlCompletionHelper.computeModelAnalyser(int offset, java.lang.String prefix, java.lang.String fileContext)
          Computes the document part to analyze, process the analysis.
 

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

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types with parameters of type AtlModelAnalyser
 void AtlTypesProcessor.update(org.eclipse.core.resources.IFile file, AtlModelAnalyser analyser, AtlSourceManager manager)
          Updates the type processor.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.