const class compilerJava::DasmFlags
sys::Obj compilerJava::DasmFlags
DasmFlags model class/member Java access flags
- ABSTRACT
-
const static Int ABSTRACT := 1024
- ANNOTATION
-
const static Int ANNOTATION := 8192
- ENUM
-
const static Int ENUM := 16384
- FINAL
-
const static Int FINAL := 16
- INTERFACE
-
const static Int INTERFACE := 512
- PRIVATE
-
const static Int PRIVATE := 2
- PROTECTED
-
const static Int PROTECTED := 4
- PUBLIC
-
const static Int PUBLIC := 1
- STATIC
-
const static Int STATIC := 8
- SUPER
-
const static Int SUPER := 32
- SYNTHETIC
-
const static Int SYNTHETIC := 4096
- TRANSIENT
-
const static Int TRANSIENT := 2048
- VOLATILE
-
const static Int VOLATILE := 64
- isAbstract
-
Bool isAbstract()
- isAnnotation
-
Bool isAnnotation()
- isFinal
-
Bool isFinal()
- isInterface
-
Bool isInterface()
- isPrivate
-
Bool isPrivate()
- isProtected
-
Bool isProtected()
- isPublic
-
Bool isPublic()
- isStatic
-
Bool isStatic()
- isSuper
-
Bool isSuper()
- make
-
new make(Int mask)
- mask
-
const Int mask
- toStr
-
virtual override Str toStr()