Constructor
new AccessFlags(pVisibility)
- Source:
To create a new AccessFlags
Parameters:
Name | Type | Description |
---|---|---|
pVisibility |
* | Visiblity bitmap. Default is PUBLIC (only) |
Members
abstract
- Source:
bridge
- Source:
construct
- Source:
declsync
- Source:
enum
- Source:
final
- Source:
interface
- Source:
native
- Source:
private
- Source:
protected
- Source:
public
- Source:
static
- Source:
strictfp
- Source:
synchronized
- Source:
synthetic
- Source:
transient
- Source:
varargs
- Source:
volatile
- Source:
Methods
sprint() → {String}
- Source:
To print access flags
Returns:
A string which represents access flags
- Type
- String
toJsonObject() → {Object}
- Source:
To transform a set of access flags as a simple object ready to be serialized
Returns:
Simple object containing enabled access flags
- Type
- Object