|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjml2b.util.Profiler
jml2b.structure.java.ParsedItem
jml2b.structure.statement.QuantifiedVar
This class implements a list of quantified fields.
| Constructor Summary | |
QuantifiedVar(JmlFile jf,
Type type,
antlr.collections.AST ast)
|
|
QuantifiedVar(ParsedItem pi,
Field f,
QuantifiedVar n)
Constructs a quantified fields list form another one. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones the list of quantified fields |
boolean |
equals(QuantifiedVar q)
Returns whether two lists are equal. |
Field |
getField()
Returns the current field. |
QuantifiedVar |
getNext()
Returns the next element of the list. |
java.util.Vector |
getParsedItems()
Returns the set of parsed items that correspond to this expression |
void |
setParsedItem(ParsedItem pi)
|
| Methods inherited from class jml2b.structure.java.ParsedItem |
change, change, getColumn, getJmlFile, getLine, save, setBox |
| Methods inherited from class jml2b.util.Profiler |
runGC |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QuantifiedVar(JmlFile jf,
Type type,
antlr.collections.AST ast)
public QuantifiedVar(ParsedItem pi,
Field f,
QuantifiedVar n)
pi - The parsed item corresponding to the listf - The current fieldn - The tail of the list| Method Detail |
public java.lang.Object clone()
public boolean equals(QuantifiedVar q)
q - The tested list
true if the list equals the parameter,
false otherwisepublic java.util.Vector getParsedItems()
public void setParsedItem(ParsedItem pi)
public Field getField()
fieldpublic QuantifiedVar getNext()
next
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||