Module rust_jvm::model::class_file::access_flags::inner_class_access_flags [] [src]

Values of access flags for an inner class.

Constants

ACC_ABSTRACT

Marked or implicitly abstract in source.

ACC_ANNOTATION

Declared as an annotation type.

ACC_ENUM

Declared as an enum type.

ACC_FINAL

Marked final in source.

ACC_INTERFACE

Was an interface in source.

ACC_PRIVATE

Marked private in source.

ACC_PROTECTED

Marked protected in source.

ACC_PUBLIC

Marked or implicitly public in source.

ACC_STATIC

Marked or implicitly static in source.

ACC_SYNTHETIC

Declared synthetic; not present in the source code.

Type Definitions

access_flag
t