Class Atl2006Compiler
java.lang.Object
org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
org.eclipse.m2m.atl.engine.compiler.atl2006.Atl2006Compiler
- All Implemented Interfaces:
AtlStandaloneCompiler
The 2006 version of the ATL compiler.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
compile, compile, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, getCompilationOutputStream, internalCompile, internalCompile
-
Constructor Details
-
Atl2006Compiler
public Atl2006Compiler()
-
-
Method Details
-
getSemanticAnalyzerURL
Description copied from class:AtlDefaultCompiler
Returns the ATL WFR URL (whatever that may be); to be implemented by concrete subclass.- Specified by:
getSemanticAnalyzerURL
in classAtlDefaultCompiler
- Returns:
- the URL
-
getCodegeneratorURL
Description copied from class:AtlDefaultCompiler
Returns the URL of the ATL compiler transformation; to be implemented by concrete subclass.- Specified by:
getCodegeneratorURL
in classAtlDefaultCompiler
- Returns:
- the URL of the compiler itself
-