|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjpov.structure.TreeObject
jpov.structure.Class
This class implements a node tree corresponding to a class.
| Method Summary | |
void |
finalizeLoad()
|
void |
freeLemmas()
|
Method[] |
getConstructors()
Returns the constructors array. |
Field[] |
getFields()
|
Method[] |
getMethods()
Returns the methods array. |
java.lang.String |
getName()
|
int |
getNbCheckedPo()
|
int |
getNbPo()
Returns the number of proof obligations for this node. |
int |
getNbPoProved()
Returns the number of proved proof obligations for this node. |
int |
getNbPoProved(java.lang.String prover)
Returns the number of proved proof obligations for this node. |
Proofs |
getStaticInitLemmas()
Returns the static initialization lemmas. |
java.lang.String |
getText(int type)
Returns the name of the class |
Proofs |
getWellDefInvLemmas()
|
void |
selectAll()
|
void |
setChecked()
Sets the node and its children to checked. |
void |
setUnchecked()
Sets the node and its children to unchecked |
| Methods inherited from class jpov.structure.TreeObject |
getParent, isChecked, isProved, percentProved |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getNbPo()
TreeObject
getNbPo in class TreeObjectpublic void setChecked()
TreeObject
setChecked in class TreeObjectpublic void setUnchecked()
TreeObject
setUnchecked in class TreeObjectpublic int getNbPoProved()
TreeObject
getNbPoProved in class TreeObjectpublic int getNbPoProved(java.lang.String prover)
TreeObject
getNbPoProved in class TreeObjectpublic int getNbCheckedPo()
public java.lang.String getText(int type)
getText in class TreeObjectnamepublic Method[] getConstructors()
constructorepublic Proofs getStaticInitLemmas()
lemmaspublic Proofs getWellDefInvLemmas()
public Method[] getMethods()
methodspublic java.lang.String getName()
public Field[] getFields()
public void freeLemmas()
public void finalizeLoad()
public void selectAll()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||