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

pub const ACC_SYNTHETIC: t = 0x1000

Indicates that the formal parameter was not explicitly or 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 an implementation artifact of the compiler which produced this class file.)