|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.oval.guard.Guard.GuardMethodPreResult
protected static final class Guard.GuardMethodPreResult
Note: Only required until AspectJ allows throwing of checked exceptions
| Field Summary | |
|---|---|
protected Object[] |
args
|
protected ClassChecks |
cc
|
protected boolean |
checkInvariants
|
protected Object |
guardedObject
|
protected Method |
method
|
protected Map<PostCheck,Object> |
postCheckOldValues
|
protected List<ConstraintViolation> |
violations
|
| Constructor Summary | |
|---|---|
Guard.GuardMethodPreResult(Object guardedObject,
Method method,
Object[] args,
ClassChecks cc,
boolean checkInvariants,
Map<PostCheck,Object> postCheckOldValues,
List<ConstraintViolation> violations)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final boolean checkInvariants
protected final Method method
protected final Object[] args
protected final ClassChecks cc
protected final List<ConstraintViolation> violations
protected final Map<PostCheck,Object> postCheckOldValues
protected final Object guardedObject
| Constructor Detail |
|---|
public Guard.GuardMethodPreResult(Object guardedObject,
Method method,
Object[] args,
ClassChecks cc,
boolean checkInvariants,
Map<PostCheck,Object> postCheckOldValues,
List<ConstraintViolation> violations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||