|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Interpret.Quads.Method
public final class Method
Method interprets method code in quad form.
| Constructor Summary | |
|---|---|
Method()
|
|
| Method Summary | |
|---|---|
static void |
makeStartup(Linker linker,
HCodeFactory hcf,
OutputStream os,
boolean trace)
Write a start-up static state to disk. |
static void |
run(PrintWriter prof,
HCodeFactory hcf,
HClass cls,
String[] args,
boolean trace)
invoke a static main method with no static state. |
static void |
run(PrintWriter prof,
HCodeFactory hcf,
HClass cls,
String[] args,
InputStream is,
boolean trace)
invoke a static main method, using a static state loaded from disk. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Method()
| Method Detail |
|---|
public static final void makeStartup(Linker linker,
HCodeFactory hcf,
OutputStream os,
boolean trace)
throws IOException
IOException
public static final void run(PrintWriter prof,
HCodeFactory hcf,
HClass cls,
String[] args,
InputStream is,
boolean trace)
throws IOException
IOException
public static final void run(PrintWriter prof,
HCodeFactory hcf,
HClass cls,
String[] args,
boolean trace)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||