Uses of Interface
org.eclipse.m2m.atl.engine.compiler.AtlStandaloneCompiler

Packages that use AtlStandaloneCompiler
org.eclipse.m2m.atl.engine.compiler   
org.eclipse.m2m.atl.engine.compiler.atl2006   
 

Uses of AtlStandaloneCompiler in org.eclipse.m2m.atl.engine.compiler
 

Classes in org.eclipse.m2m.atl.engine.compiler that implement AtlStandaloneCompiler
 class Atl2004Compiler
          The 2004 version of the ATL compiler.
 class AtlDefaultCompiler
          Default implementation of methods necessary for all ATL compilers.
 

Methods in org.eclipse.m2m.atl.engine.compiler that return AtlStandaloneCompiler
static AtlStandaloneCompiler AtlCompiler.getCompiler(java.lang.String compilerName)
          Searches for the correct implementation of AtlStandaloneCompiler which is independent of Eclipse platform stuff like IFile, IResource, etc.
 

Uses of AtlStandaloneCompiler in org.eclipse.m2m.atl.engine.compiler.atl2006
 

Classes in org.eclipse.m2m.atl.engine.compiler.atl2006 that implement AtlStandaloneCompiler
 class Atl2006Compiler
          The 2006 version of the ATL compiler.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.