|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 |
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 |
|
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)
print
in class com.sun.tools.javac.v8.util.Log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |