public class GuardedWrapper extends java.lang.Object implements Wrapper
| Modifier and Type | Field and Description |
|---|---|
protected static GuardException |
guardException |
protected Guard[] |
guards |
private int |
hashCode |
| Constructor and Description |
|---|
GuardedWrapper(Guard[] guards) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(java.util.List<java.lang.Object> scopes) |
boolean |
equals(java.lang.Object o) |
Guard[] |
getGuards() |
protected void |
guardCall(java.util.List<java.lang.Object> scopes) |
int |
hashCode() |
java.lang.String |
toString() |
protected static final GuardException guardException
protected final Guard[] guards
private int hashCode
public GuardedWrapper(Guard[] guards)
public java.lang.Object call(java.util.List<java.lang.Object> scopes)
throws GuardException
call in interface WrapperGuardExceptionprotected void guardCall(java.util.List<java.lang.Object> scopes)
throws GuardException
GuardExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic Guard[] getGuards()
public java.lang.String toString()
toString in class java.lang.Object