|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.yasm.wp.BaseWPComputer
public abstract class BaseWPComputer
Constructor Summary | |
---|---|
BaseWPComputer()
|
Method Summary | |
---|---|
abstract Expr |
computeWP(Expr expr)
computes the weakest pre-condition of the expr |
Expr[] |
computeWP(Expr[] expr)
|
java.util.List |
computeWP(java.util.List expr)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseWPComputer()
Method Detail |
---|
public abstract Expr computeWP(Expr expr)
WPComputer
computeWP
in interface WPComputer
expr
- an Expr
value
Expr
valuepublic Expr[] computeWP(Expr[] expr)
computeWP
in interface WPComputer
public java.util.List computeWP(java.util.List expr)
computeWP
in interface WPComputer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |