Struct classfile_parser::constant_info::IntegerConstant [] [src]

pub struct IntegerConstant {
    pub value: i32,
}

Fields

Trait Implementations

impl Debug for IntegerConstant
[src]

Formats the value using the given formatter.