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

pub struct ConstantUtf8Info {
    // some fields omitted
}

Methods

impl ConstantUtf8Info

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

impl ConstantUtf8Info

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

fn value(&self) -> &str

Trait Implementations

Derived Implementations

impl Debug for ConstantUtf8Info

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