|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Compiler.Analysis.Primitive.PrimitiveMethodSummary.State
public static final class PrimitiveMethodSummary.State
Records the state of the intramethod analysis at some point in the method.
Constructor Summary | |
---|---|
PrimitiveMethodSummary.State(int nRegisters)
Return a new state with the given number of registers. |
Method Summary | |
---|---|
PrimitiveMethodSummary.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(PrimitiveMethodSummary.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 PrimitiveMethodSummary.State(int nRegisters)
Method Detail |
---|
public PrimitiveMethodSummary.State copy()
public boolean merge(PrimitiveMethodSummary.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 |