org.eclipse.m2m.atl.engine.compiler.atl2006
Class Atl2006Compiler

java.lang.Object
  extended by org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
      extended by org.eclipse.m2m.atl.engine.compiler.atl2006.Atl2006Compiler
All Implemented Interfaces:
AtlStandaloneCompiler

public class Atl2006Compiler
extends AtlDefaultCompiler

The 2006 version of the ATL compiler.


Constructor Summary
Atl2006Compiler()
           
 
Method Summary
protected  java.net.URL getCodegeneratorURL()
          Returns the URL of the ATL compiler transformation; to be implemented by concrete subclass.
protected  java.net.URL getSemanticAnalyzerURL()
          Returns the ATL WFR URL (whatever that may be); to be implemented by concrete subclass.
 
Methods inherited from class org.eclipse.m2m.atl.engine.compiler.AtlDefaultCompiler
compile, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, compileWithProblemModel, getCompilationOutputStream, internalCompile, internalCompile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Atl2006Compiler

public Atl2006Compiler()
Method Detail

getSemanticAnalyzerURL

protected java.net.URL 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 class AtlDefaultCompiler
Returns:
the URL

getCodegeneratorURL

protected java.net.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 class AtlDefaultCompiler
Returns:
the URL of the compiler itself

Copyright 2007 IBM Corporation and others.
All Rights Reserved.