Class DefaultJ2ObjCCompilerParser


  • public class DefaultJ2ObjCCompilerParser
    extends java.lang.Object
    Handle the output of J2ObjC
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CompilerMessage parseLine​(java.lang.String line)
      Parse a line of log, reading the error and translating lines.
      • Methods inherited from class java.lang.Object

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

      • ERROR_PREFIX

        private static java.lang.String ERROR_PREFIX
      • CONVERT_PREFIX

        private static java.lang.String CONVERT_PREFIX
      • TRANSLATION_PREFIX

        private static java.lang.String TRANSLATION_PREFIX
    • Constructor Detail

      • DefaultJ2ObjCCompilerParser

        public DefaultJ2ObjCCompilerParser()
    • Method Detail

      • parseLine

        public static CompilerMessage parseLine​(java.lang.String line)
        Parse a line of log, reading the error and translating lines.
        Parameters:
        line -
        Returns:
        The compiler message for this line or null if there is no need of a message.