CodeRegionProtection

Values

ValueMeaning
init

null protection (unset)

default_1 << 0

default (unmarked) protection

public_1 << 1

public protection

package_1 << 2

package (automatic) protection

packageIdentifier1 << 3

package (manual package name) protection

protected_1 << 4

protected protection

private_1 << 5

private protection

Meta