Struct jvm_classfile::attr::info::misc::annotations::Annotation [] [src]

pub struct Annotation {
    // some fields omitted
}

Methods

impl Annotation

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

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

impl Annotation

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

impl Annotation

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

Trait Implementations

Derived Implementations

impl Debug for Annotation

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