Class AccessFlags
java.lang.Object
org.microbean.construct.vm.AccessFlags
A utility class for working with access flags.
- Author:
- Laird Nelson
- External Specifications
-
Method Summary
-
Method Details
-
accessFlags
Returns the access flags for the suppliedElement, which is presumed to have come from the suppliedDomain.- Parameters:
e- anElement; must not benulldomain- aDomain; must not benull- Returns:
- the access flags for the supplied
Element - Throws:
NullPointerException- if either argument isnull- External Specifications
-