|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.solve.Step
forge.solve.Step.Update
forge.solve.Step.Call
public static final class Step.Call
A call step: an CallStmt with its own trace.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class forge.solve.Step |
---|
Step.Branch, Step.Call, Step.Update |
Method Summary | |
---|---|
boolean |
isCall()
|
CallStmt |
stmt()
|
java.lang.String |
toString()
|
Trace |
trace()
|
Methods inherited from class forge.solve.Step.Update |
---|
isBranch, post |
Methods inherited from class forge.solve.Step |
---|
cfg, program |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isCall()
isCall
in class Step.Update
public CallStmt stmt()
stmt
in class Step.Update
public Trace trace()
public java.lang.String toString()
toString
in class Step.Update
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |