|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines methods to apply to a JML expression.
Method Summary | |
java.lang.Object |
clone()
|
java.util.Vector |
getParsedItems()
Returns the set of parsed items that correspond to this expression |
JmlExpression |
instancie()
Instancie the expression. |
JmlExpression |
instancie(Expression b)
Replaces this with the parameter in the expression. |
Formula |
predToForm(IJml2bConfiguration config)
Translates the expression into a formula |
Methods inherited from interface jml2b.link.TypeCheckable |
typeCheck |
Method Detail |
public java.lang.Object clone()
public JmlExpression instancie()
public JmlExpression instancie(Expression b)
this
with the parameter in the expression.
b
- expression on which the method where the expression occurs is
called.
public Formula predToForm(IJml2bConfiguration config) throws Jml2bException, PogException
config
- The current configuration
PogException
Jml2bException
public java.util.Vector getParsedItems()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |