pub struct ClassWriter<W> { /* private fields */ }Expand description
Class 文件写入器
Implementations§
Source§impl<W> ClassWriter<W>
impl<W> ClassWriter<W>
Source§impl<W: Write> ClassWriter<W>
impl<W: Write> ClassWriter<W>
Sourcepub fn write(self, program: &JvmProgram) -> GaiaDiagnostics<W>
pub fn write(self, program: &JvmProgram) -> GaiaDiagnostics<W>
将 ClassView 写入为二进制 Class 格式
Auto Trait Implementations§
impl<W> Freeze for ClassWriter<W>where
W: Freeze,
impl<W> RefUnwindSafe for ClassWriter<W>where
W: RefUnwindSafe,
impl<W> Send for ClassWriter<W>where
W: Send,
impl<W> Sync for ClassWriter<W>where
W: Sync,
impl<W> Unpin for ClassWriter<W>where
W: Unpin,
impl<W> UnsafeUnpin for ClassWriter<W>where
W: UnsafeUnpin,
impl<W> UnwindSafe for ClassWriter<W>where
W: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more