const class compilerJava::DasmFlags

sys::Obj
  compilerJava::DasmFlags

Source

DasmFlags model class/member Java access flags

ABSTRACT

const static Int ABSTRACT := 1024

Source

ANNOTATION

const static Int ANNOTATION := 8192

Source

ENUM

const static Int ENUM := 16384

Source

FINAL

const static Int FINAL := 16

Source

INTERFACE

const static Int INTERFACE := 512

Source

PRIVATE

const static Int PRIVATE := 2

Source

PROTECTED

const static Int PROTECTED := 4

Source

PUBLIC

const static Int PUBLIC := 1

Source

STATIC

const static Int STATIC := 8

Source

SUPER

const static Int SUPER := 32

Source

SYNTHETIC

const static Int SYNTHETIC := 4096

Source

TRANSIENT

const static Int TRANSIENT := 2048

Source

VOLATILE

const static Int VOLATILE := 64

Source

isAbstract

Bool isAbstract()

Source

isAnnotation

Bool isAnnotation()

Source

isFinal

Bool isFinal()

Source

isInterface

Bool isInterface()

Source

isPrivate

Bool isPrivate()

Source

isProtected

Bool isProtected()

Source

isPublic

Bool isPublic()

Source

isStatic

Bool isStatic()

Source

isSuper

Bool isSuper()

Source

make

new make(Int mask)

Source

mask

const Int mask

Source

toStr

virtual override Str toStr()

Source