[−][src]Struct dex::code::CodeItem
Code and Debug Info of a method.
Methods
impl CodeItem
[src]
pub fn insns(&self) -> &Vec<ushort>
[src]
Code instructions for this method.
pub fn tries(&self) -> &Tries
[src]
Try, Exception handling information of this method.
impl CodeItem
[src]
pub fn registers_size(&self) -> ushort
[src]
The number of registers the method must use.
pub fn ins_size(&self) -> ushort
[src]
Number of words for incoming arguments to this method.
pub fn outs_size(&self) -> ushort
[src]
Number of words for outgoing arguments required for invocation.
impl CodeItem
[src]
pub fn debug_info_item(&self) -> Option<&DebugInfoItem>
[src]
Line number and source file information.
Trait Implementations
impl Debug for CodeItem
[src]
impl<'a, '_, S> TryFromCtx<'a, &'_ Dex<S>, [u8]> for CodeItem where
S: AsRef<[u8]>,
[src]
S: AsRef<[u8]>,
Auto Trait Implementations
impl !Send for CodeItem
impl !Sync for CodeItem
impl Unpin for CodeItem
impl UnwindSafe for CodeItem
impl !RefUnwindSafe for CodeItem
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,