private static class PrintContainer.WithSysWrite extends PrintLN
VM.sysWrite(org.jikesrvm.classloader.Atom)max_int_pow10| Constructor and Description |
|---|
WithSysWrite()
This doesn't carry any state, but we have a constructor so that we can
pass an instance of this to something expecting a
PrintLN . |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
boolean |
isSysWrite() |
void |
print(Atom a) |
void |
print(char c) |
void |
print(int i) |
void |
print(RVMMember m) |
void |
print(String s) |
void |
printHex(int i) |
void |
println() |
void |
println(String s) |
isSystemErr, print, printClassNameWithSysWrite()
PrintLN .public boolean isSysWrite()
isSysWrite in class PrintLN