Enum classreader::VerificationType [] [src]

pub enum VerificationType {
    Top,
    Integer,
    Float,
    Double,
    Long,
    Null,
    UninitializedThis,
    Object {
        index: u16,
    },
    UninitializedVariable {
        offset: u16,
    },
}

Variants

TopIntegerFloatDoubleLongNullUninitializedThisObject

Fields

index: u16
UninitializedVariable

Fields

offset: u16

Trait Implementations

impl Debug for VerificationType
[src]

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

Formats the value using the given formatter.