|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectescjava.vcGeneration.VariableInfo
| Field Summary | |
java.lang.String |
def
|
java.lang.String |
old
README : This class is used to contain renaming of variables. |
private ProverType |
prover
|
private TypeInfo |
secondType
This last field wasn't planned intially. |
TypeInfo |
type
|
boolean |
typeSure
|
| Constructor Summary | |
VariableInfo(java.lang.String old,
TypeInfo type)
When we call this constructor, we know the old type, so we give it. |
|
VariableInfo(java.lang.String old,
TypeInfo type,
java.lang.String def,
ProverType prover)
Constructor for specifying the renaming of the variable. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
TypeInfo |
getSecondType()
|
java.lang.String |
getVariableInfo()
|
void |
setSecondType(TypeInfo type)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String old
pvsRename or sammyRename or add
a function at the end.
public TypeInfo type
public java.lang.String def
private ProverType prover
public boolean typeSure
private TypeInfo secondType
| Constructor Detail |
public VariableInfo(java.lang.String old,
TypeInfo type)
public VariableInfo(java.lang.String old,
TypeInfo type,
java.lang.String def,
ProverType prover)
| Method Detail |
public void setSecondType(TypeInfo type)
public TypeInfo getSecondType()
public java.lang.String getVariableInfo()
public boolean equals(java.lang.Object o)
|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||