|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.checker.JmlOwnershipAdmissibilityVisitor.State
A data structure to store the current state of this visitor.
| Field Summary | |
(package private) boolean |
isCastedToRep
A copy of the state of constructor's visitor parameter |
(package private) boolean |
needsArrayBaseNotReadonly
A copy of the state of constructor's visitor parameter |
(package private) boolean |
needsRep
A copy of the state of constructor's visitor parameter |
(package private) JExpression |
potentiallyNotAdmissible
|
| Constructor Summary | |
JmlOwnershipAdmissibilityVisitor.State(JmlOwnershipAdmissibilityVisitor visitor)
Create a new State object and copy visitor's state into the newly created object. |
|
| Method Summary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
boolean needsRep
boolean needsArrayBaseNotReadonly
boolean isCastedToRep
JExpression potentiallyNotAdmissible
| Constructor Detail |
public JmlOwnershipAdmissibilityVisitor.State(JmlOwnershipAdmissibilityVisitor visitor)
visitor - The visitor to generate a State object containing visitors state.
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||