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

pub struct Annotation {
    // some fields omitted
}

Methods

impl Annotation

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

impl Annotation

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

impl Annotation

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

fn element_values(&'a self) -> Iter<'a, NamedElementValue>

Trait Implementations

Derived Implementations

impl Debug for Annotation

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