
PJVM::Access - Access flags and control



May be accessed from outside its package.
Usable only within the defining class.
May be accessed within subclasses.
Shared between instances of the class.
No subclassing allowed or constant.
Treat superclass methods specially when invoked by the invokespecial instruction.
Invocation is wrapped in a monitor lock
Cannot be cached.
Not written or read by a persistent object manager.
Implemented in a language other than Java.
Is an interface, not a class.
May not be instantiated.
Floating-point mode is FP-strict

None by default. Symbols may be requested by name or by using the following tags:
Export all ACC_* constants.