Class AccessFlags
java.lang.Object
org.microbean.construct.vm.AccessFlags
-
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 benull
domain
- aDomain
; must not benull
- Returns:
- the access flags for the supplied
Element
- Throws:
NullPointerException
- if either argument isnull
- External Specifications
-