Package org.eclipse.m2m.atl.engine
Class ProblemConverter
java.lang.Object
org.eclipse.m2m.atl.engine.ProblemConverter
Utility class that translates ATL problem objects into an easily accessible
CompileTimeError
objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic CompileTimeError
convertProblem
(org.eclipse.emf.ecore.EObject problemObject) Returns an easily readable representation of a problem that occured during compilation of an ATL script.
-
Method Details
-
convertProblem
Returns an easily readable representation of a problem that occured during compilation of an ATL script.- Parameters:
problemObject
- the internal representation of the problem- Returns:
- easily readable CompileTimeError object
-