|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.microemu.Injected
public final class Injected
| Field Summary | |
|---|---|
static java.io.PrintStream |
err
|
static java.io.PrintStream |
out
This allow redirection of stdout to MicroEmulator console |
| Method Summary | |
|---|---|
static java.lang.String |
getProperty(java.lang.String key)
This code Ingected By MicroEmulator to enable access to System properties while running in Applet |
static java.io.InputStream |
getResourceAsStream(java.lang.Class origClass,
java.lang.String name)
Returns an input stream for reading the specified resource. |
static java.lang.Throwable |
handleCatchThrowable(java.lang.Throwable t)
TODO fix ChangeCallsMethodVisitor |
static void |
printStackTrace(java.lang.Throwable t)
Redirect throwable.printStackTrace() to MicroEmulator console |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.io.PrintStream out
public static final java.io.PrintStream err
| Method Detail |
|---|
public static void printStackTrace(java.lang.Throwable t)
public static java.lang.String getProperty(java.lang.String key)
key - the name of the system property.
null if there is no property with that key.
public static java.io.InputStream getResourceAsStream(java.lang.Class origClass,
java.lang.String name)
The search order is described in the documentation for #getResource(String).
origClass - name - The resource name
public static java.lang.Throwable handleCatchThrowable(java.lang.Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||