Struct jvm::classfile::attr::info::misc::annotations::ClassInfo [] [src]

pub struct ClassInfo {
    // some fields omitted
}

Methods

impl ClassInfo

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

impl ClassInfo

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

impl ClassInfo

fn class(&self, constant_pool: &'a ConstantPool) -> Option<&'a str>

Trait Implementations

Derived Implementations

impl Debug for ClassInfo

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