|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.FlowInsensitive.MethodSummary.State
public static final class MethodSummary.State
Records the state of the intramethod analysis at some point in the method.
| Constructor Summary | |
|---|---|
MethodSummary.State(int nRegisters)
Return a new state with the given number of registers. |
|
| Method Summary | |
|---|---|
MethodSummary.State |
copy()
Return a shallow copy of this state. |
void |
dump(PrintStream out)
Dump a textual representation of the state to the given print stream. |
boolean |
merge(int i,
Object b)
Merge the given node or set of nodes into the given register. |
boolean |
merge(MethodSummary.State that)
Merge two states. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodSummary.State(int nRegisters)
| Method Detail |
|---|
public MethodSummary.State copy()
public boolean merge(MethodSummary.State that)
public boolean merge(int i,
Object b)
public void dump(PrintStream out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||