|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.tools.javac.v8.util.Log | +--gate.util.Javac.MemoryLog
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 |
emitWarnings, errWriter, MaxErrors, MaxWarnings, nerrors, noticeWriter, nwarnings, promptOnError, warnWriter |
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, flush, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getLocalizedString, getText, note, note, prompt, rawError, rawWarning, useSource, warning, warning, warning, warning, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Map sources
StringBuffer errorsString
String className
Constructor Detail |
Javac.MemoryLog(Map sources)
Method Detail |
public void error(int pos, String key, String arg0, String arg1, String arg2, String arg3, String arg4, String arg5, String arg6)
error
in class com.sun.tools.javac.v8.util.Log
public void print(String s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |