Uses of Class
org.eclipse.m2m.atl.engine.compiler.CompileTimeError

Packages that use CompileTimeError
org.eclipse.m2m.atl.engine This package holds compiler APIs. 
org.eclipse.m2m.atl.engine.compiler   
 

Uses of CompileTimeError in org.eclipse.m2m.atl.engine
 

Methods in org.eclipse.m2m.atl.engine that return CompileTimeError
static CompileTimeError ProblemConverter.convertProblem(org.eclipse.emf.ecore.EObject problemObject)
          Returns an easily readable representation of a problem that occured during compilation of an ATL script.
 

Uses of CompileTimeError in org.eclipse.m2m.atl.engine.compiler
 

Methods in org.eclipse.m2m.atl.engine.compiler that return CompileTimeError
 CompileTimeError[] AtlDefaultCompiler.compile(java.io.InputStream in, java.lang.String outputFileName)
          Compiles an ATL script and returns easily accessible error messages.
 CompileTimeError[] AtlStandaloneCompiler.compile(java.io.InputStream in, java.lang.String outputFileName)
          Compiles an ATL script and returns easily accessible error messages.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.