Class Atl2004Compiler
java.lang.Object
org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
org.eclipse.m2m.atl.engine.compiler.Atl2004Compiler
- All Implemented Interfaces:
AtlStandaloneCompiler
The 2004 version of the ATL compiler.
-
Constructor Summary
-
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
-
Atl2004Compiler
public Atl2004Compiler()
-
-
Method Details
-
getSemanticAnalyzerURL
Returns the ATL WFR URL (whatever that may be); to be implemented by concrete subclass.- Specified by:
getSemanticAnalyzerURL
in classAtlDefaultCompiler
- Returns:
- the URL
- See Also:
-
getCodegeneratorURL
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
- See Also:
-