gate.util
Class Javac.MemoryLog

java.lang.Object
  |
  +--com.sun.tools.javac.v8.util.Log
        |
        +--gate.util.Javac.MemoryLog
All Implemented Interfaces:
com.sun.tools.javac.v8.util.LayoutCharacters
Enclosing class:
Javac

protected static class Javac.MemoryLog
extends com.sun.tools.javac.v8.util.Log


Field Summary
(package private)  String className
           
(package private)  StringBuffer errorsString
           
(package private)  Map sources
           
 
Fields inherited from class com.sun.tools.javac.v8.util.Log
bp, buf, compilerRB, emitWarnings, lastLine, MaxErrors, MaxWarnings, messageRB, nerrors, nwarnings, promptOnError, recorded, sourcename
 
Fields inherited from interface com.sun.tools.javac.v8.util.LayoutCharacters
CR, EOB, EOI, FF, LF, TAB, TabInc
 
Constructor Summary
(package private) Javac.MemoryLog(Map sources)
           
 
Method Summary
 void error(int pos, String key, String arg0, String arg1, String arg2, String arg3, String arg4, String arg5, String arg6)
           
 void print(String s)
           
 
Methods inherited from class com.sun.tools.javac.v8.util.Log
currentSource, error, error, error, error, error, error, error, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getText, initResource, note, note, printErrLine, printError, println, prompt, useSource, warning, warning, warning, warning, warning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

sources

Map sources

errorsString

StringBuffer errorsString

className

String className
Constructor Detail

Javac.MemoryLog

Javac.MemoryLog(Map sources)
Method Detail

error

public void error(int pos,
                  String key,
                  String arg0,
                  String arg1,
                  String arg2,
                  String arg3,
                  String arg4,
                  String arg5,
                  String arg6)
Overrides:
error in class com.sun.tools.javac.v8.util.Log

print

public void print(String s)
Overrides:
print in class com.sun.tools.javac.v8.util.Log