#include <jhl_access_flags.h>
Public Methods | |
jhl_AccessFlags (u2 af) | |
~jhl_AccessFlags () | |
bool | is_public () const |
bool | is_private () const |
bool | is_protected () const |
bool | is_static () const |
bool | is_final () const |
bool | is_synchronized () const |
bool | is_super () const |
bool | is_volatile () const |
bool | is_transient () const |
bool | is_native () const |
bool | is_interface () const |
bool | is_abstract () const |
jhl_u2 | access_flags () const |
bool | verify () const |
void | print () const |
Static Public Attributes | |
const jhl_u2 | a_public = 0x0001 |
const jhl_u2 | a_private = 0x0002 |
const jhl_u2 | a_protected = 0x0004 |
const jhl_u2 | a_static = 0x0008 |
const jhl_u2 | a_final = 0x0010 |
const jhl_u2 | a_sync_or_super = 0x0020 |
const jhl_u2 | a_volatile = 0x0040 |
const jhl_u2 | a_transient = 0x0080 |
const jhl_u2 | a_native = 0x0100 |
const jhl_u2 | a_interface = 0x0200 |
const jhl_u2 | a_abstract = 0x0400 |
Friends | |
ostream& | operator<< (ostream& os, jhl_AccessFlags* a) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|