|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.AtlDefaultCompiler
public abstract class AtlDefaultCompiler
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.
Constructor Summary | |
---|---|
AtlDefaultCompiler()
|
Method Summary | |
---|---|
CompileTimeError[] |
compile(java.io.InputStream in,
java.lang.String outputFileName)
Compiles an ATL script and returns easily accessible error messages. |
org.eclipse.emf.ecore.EObject[] |
compileWithProblemModel(java.io.InputStream in,
java.lang.String outputFileName)
Compiles an ATL script and returns easily accessible error messages. |
protected abstract java.net.URL |
getCodegeneratorURL()
Returns the URL of the ATL compiler transformation; to be implemented by concrete subclass. |
protected abstract java.net.URL |
getSemanticAnalyzerURL()
Returns the ATL WFR URL (whatever that may be); to be implemented by concrete subclass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtlDefaultCompiler()
Method Detail |
---|
public final CompileTimeError[] compile(java.io.InputStream in, java.lang.String outputFileName)
AtlStandaloneCompiler
compile
in interface AtlStandaloneCompiler
in
- The InputStream to get atl source from.outputFileName
- Name of the file to which the ATL compiled program will be
saved.
public org.eclipse.emf.ecore.EObject[] compileWithProblemModel(java.io.InputStream in, java.lang.String outputFileName)
AtlStandaloneCompiler
compileWithProblemModel
in interface AtlStandaloneCompiler
in
- The InputStream to get atl source from.outputFileName
- Name of the file to which the ATL compiled program will be
saved.
protected abstract java.net.URL getSemanticAnalyzerURL()
protected abstract java.net.URL getCodegeneratorURL()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |