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

pub struct ConstantPool {
    // some fields omitted
}

Methods

impl ConstantPool

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

impl ConstantPool

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

fn get(&self, index: usize) -> Option<&ConstantPoolEntry>

fn get_str(&self, index: usize) -> Option<&str>

fn get_class_info(&self, index: usize) -> Option<&ConstantClassInfo>

Trait Implementations

Derived Implementations

impl Debug for ConstantPool

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