|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AtlStandaloneCompiler
Eclipse-independent interface for ATL compilers.
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(IModel atlModel,
java.io.OutputStream outputStream)
Compiles an ATL script and returns easily accessible error messages. |
org.eclipse.emf.ecore.EObject[] |
compileWithProblemModel(IModel atlModel,
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.io.OutputStream outputStream)
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. |
Method Detail |
---|
CompileTimeError[] compile(java.io.InputStream in, java.lang.String outputFileName)
in
- The InputStream to get atl source from.outputFileName
- Name of the file to which the ATL compiled program will be saved.
org.eclipse.emf.ecore.EObject[] compileWithProblemModel(java.io.InputStream in, java.lang.String outputFileName)
in
- The InputStream to get atl source from.outputFileName
- Name of the file to which the ATL compiled program will be saved.
org.eclipse.emf.ecore.EObject[] compileWithProblemModel(java.io.InputStream in, java.io.OutputStream outputStream)
in
- The InputStream to get atl source from.outputStream
- the compilation ASM output stream
org.eclipse.emf.ecore.EObject[] compileWithProblemModel(IModel atlModel, java.io.OutputStream outputStream)
atlModel
- The atlModel.outputStream
- the compilation ASM output stream
org.eclipse.emf.ecore.EObject[] compileWithProblemModel(IModel atlModel, java.lang.String outputFileName)
atlModel
- The atlModel.outputFileName
- Name of the file to which the ATL compiled program will be saved.
|
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 |