Struct jvm_classfile::constant::ConstantStringInfo
[−]
[src]
pub struct ConstantStringInfo {
// some fields omitted
}pub struct ConstantStringInfo {
// some fields omitted
}impl ConstantStringInfofn read<R: Read>(reader: &mut R) -> Result<ConstantStringInfo>fn value<'a>(&self, pool: &'a ConstantPool) -> Option<&'a str>impl ConstantStringInfofn print<W: Write>(&self, printer: &mut Printer<W>, constant_pool: &ConstantPool) -> Result<()>impl Debug for ConstantStringInfo