|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.solve.Step
forge.solve.Step.Branch
public static final class Step.Branch
A branch step: a BranchStmt and a truth value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class forge.solve.Step |
---|
Step.Branch, Step.Call, Step.Update |
Method Summary | |
---|---|
boolean |
isBranch()
|
BranchStmt |
stmt()
|
java.lang.String |
toString()
|
boolean |
truth()
|
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 isBranch()
isBranch
in class Step
public BranchStmt stmt()
stmt
in class Step
public boolean truth()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |