Class ProblemConverter


  • public final class ProblemConverter
    extends java.lang.Object
    Utility class that translates ATL problem objects into an easily accessible CompileTimeError objects.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CompileTimeError convertProblem​(org.eclipse.emf.ecore.EObject problemObject)
      Returns an easily readable representation of a problem that occured during compilation of an ATL script.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertProblem

        public static CompileTimeError convertProblem​(org.eclipse.emf.ecore.EObject problemObject)
        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