Package net.orbyfied.j8.util.security
Class Access
java.lang.Object
net.orbyfied.j8.util.security.Access
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertAccess(int off, AccessValidator validator) static booleancheckAccess(int off, AccessValidator validator) Checks if the frame with off + 1 has permission following the validator supplied.
-
Constructor Details
-
Access
public Access()
-
-
Method Details
-
checkAccess
Checks if the frame with off + 1 has permission following the validator supplied.- Parameters:
off- The offset.validator- The validator.- Returns:
- If the access check returned true.
-
assertAccess
-