|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.yasm.wp.BaseWPComputer
edu.toronto.cs.yasm.wp.ExprWPComputer
public class ExprWPComputer
Field Summary | |
---|---|
static WPComputer |
ID
|
Constructor Summary | |
---|---|
ExprWPComputer(Expr stmt)
|
|
ExprWPComputer(Expr lhs,
Expr rhs)
|
Method Summary | |
---|---|
Expr |
computeWP(Expr expr)
computes the weakest pre-condition of the expr |
Methods inherited from class edu.toronto.cs.yasm.wp.BaseWPComputer |
---|
computeWP, computeWP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.toronto.cs.yasm.wp.WPComputer |
---|
computeWP, computeWP |
Field Detail |
---|
public static final WPComputer ID
Constructor Detail |
---|
public ExprWPComputer(Expr stmt)
public ExprWPComputer(Expr lhs, Expr rhs)
Method Detail |
---|
public Expr computeWP(Expr expr)
WPComputer
computeWP
in interface WPComputer
computeWP
in class BaseWPComputer
expr
- an Expr
value
Expr
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |