rust_jvm::model::class_file::access_flags::parameter_access_flags::ACC_MANDATED [] [src]

pub const ACC_MANDATED: t = 0x8000

Indicates that the formal parameter was implicitly declared in source code, according to the specification of the language in which the source code was written (JLS §13.1). (The formal parameter is mandated by a language specification, so all compilers for the language must emit it.)