Enum classreader::VerificationType [] [src]

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

Variants

Fields of Object

Fields of UninitializedVariable

Trait Implementations

impl Debug for VerificationType
[src]

Formats the value using the given formatter.