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

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

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

Methods in org.eclipse.m2m.atl.engine that return CompileTimeError
 CompileTimeError[] AtlStandaloneCompiler.compile(java.io.InputStream in, java.lang.String outputFileName)
          Compiles an ATL script and returns easily accessible error messages.
 CompileTimeError[] AtlDefaultCompiler.compile(java.io.InputStream in, java.lang.String outputFileName)
           
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.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.