public class GuardedWrapper extends java.lang.Object implements Wrapper
Modifier and Type | Field and Description |
---|---|
protected static GuardException |
guardException |
protected Guard[] |
guards |
Constructor and Description |
---|
GuardedWrapper(Guard[] guards) |
protected static final GuardException guardException
protected final Guard[] guards
public GuardedWrapper(Guard[] guards)
public java.lang.Object call(java.lang.Object[] scopes) throws GuardException
call
in interface Wrapper
GuardException
protected void guardCall(java.lang.Object[] scopes) throws GuardException
GuardException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public Guard[] getGuards()
Copyright © 2012. All Rights Reserved.