Enum classreader::ConstantPoolInfo [] [src]

pub enum ConstantPoolInfo {
    Utf8(String),
    Integer(i32),
    Float(f32),
    Long(i64),
    Double(f64),
    Class(u16),
    String(u16),
    Fieldref(u16u16),
    Methodref(u16u16),
    InterfaceMethodref(u16u16),
    NameAndType(u16u16),
    MethodHandle(u8u16),
    MethodType(u16),
    InvokeDynamic(u16u16),
    Invalid,
}

Variants

Methods

impl ConstantPoolInfo
[src]

Trait Implementations

impl Debug for ConstantPoolInfo
[src]

Formats the value using the given formatter.