Class AtlDefaultCompiler

java.lang.Object
org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
All Implemented Interfaces:
AtlStandaloneCompiler
Direct Known Subclasses:
Atl2004Compiler, Atl2006Compiler

public abstract class AtlDefaultCompiler extends Object implements AtlStandaloneCompiler
Default implementation of methods necessary for all ATL compilers. Attention: This class MUST NOT reference any types of the platform (e.g. IFile), because it must be usable stand-alone, without Eclipse, too.