Enum classfile_parser::constant_info::ConstantInfo  [−][src]
pub enum ConstantInfo {
Show variants
    Utf8(Utf8Constant),
    Integer(IntegerConstant),
    Float(FloatConstant),
    Long(LongConstant),
    Double(DoubleConstant),
    Class(ClassConstant),
    String(StringConstant),
    FieldRef(FieldRefConstant),
    MethodRef(MethodRefConstant),
    InterfaceMethodRef(InterfaceMethodRefConstant),
    NameAndType(NameAndTypeConstant),
    MethodHandle(MethodHandleConstant),
    MethodType(MethodTypeConstant),
    InvokeDynamic(InvokeDynamicConstant),
    Unusable,
}Variants
Utf8(Utf8Constant)Integer(IntegerConstant)Float(FloatConstant)Long(LongConstant)Double(DoubleConstant)Class(ClassConstant)String(StringConstant)FieldRef(FieldRefConstant)MethodRef(MethodRefConstant)InterfaceMethodRef(InterfaceMethodRefConstant)NameAndType(NameAndTypeConstant)MethodHandle(MethodHandleConstant)MethodType(MethodTypeConstant)InvokeDynamic(InvokeDynamicConstant)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConstantInfoimpl Send for ConstantInfoimpl Sync for ConstantInfoimpl Unpin for ConstantInfoimpl UnwindSafe for ConstantInfoBlanket Implementations
Mutably borrows from an owned value. Read more