Struct jvm::classfile::constant::ConstantIntegerInfo [] [src]

pub struct ConstantIntegerInfo {
    // some fields omitted
}

Methods

impl ConstantIntegerInfo

fn print<W>(&self, printer: &mut Printer<W>, _constant_pool: &ConstantPool) -> Result<(), Error> where W: Write

impl ConstantIntegerInfo

fn read<R>(reader: &mut R) -> Result<ConstantIntegerInfo, Error> where R: Read

fn value(&self) -> i32

Trait Implementations

Derived Implementations

impl Debug for ConstantIntegerInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>