Struct binaryninja::llil::Expression
source · pub struct Expression<'func, A, M, F, R>{ /* private fields */ }
Implementations§
source§impl<'func, A, M, F, R> Expression<'func, A, M, F, R>
impl<'func, A, M, F, R> Expression<'func, A, M, F, R>
source§impl<'func, A, M, V> Expression<'func, A, M, NonSSA<V>, ValueExpr>
impl<'func, A, M, V> Expression<'func, A, M, NonSSA<V>, ValueExpr>
pub fn info(&self) -> ExprInfo<'func, A, M, NonSSA<V>>
pub fn visit_tree<F>(&self, f: &mut F) -> VisitorAction
source§impl<'func, A, M> Expression<'func, A, M, SSA, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
impl<'func, A, M> Expression<'func, A, M, SSA, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
pub fn info(&self) -> ExprInfo<'func, A, M, SSA>
pub fn visit_tree<F>(&self, f: &mut F) -> VisitorAction
source§impl<'func, A, R> Expression<'func, A, Mutable, NonSSA<LiftedNonSSA>, R>where
A: 'func + Architecture,
R: ExpressionResultType,
impl<'func, A, R> Expression<'func, A, Mutable, NonSSA<LiftedNonSSA>, R>where
A: 'func + Architecture,
R: ExpressionResultType,
pub fn with_source_operand(self, op: u32) -> Self
pub fn append(self)
Trait Implementations§
source§impl<'a, A, R> Liftable<'a, A> for Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, R>where
A: 'a + Architecture,
R: ExpressionResultType,
impl<'a, A, R> Liftable<'a, A> for Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, R>where
A: 'a + Architecture,
R: ExpressionResultType,
type Result = R
fn lift( il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>, expr: Self ) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, Self::Result>
source§impl<'a, A: 'a + Architecture> LiftableWithSize<'a, A> for Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, ValueExpr>
impl<'a, A: 'a + Architecture> LiftableWithSize<'a, A> for Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, ValueExpr>
fn lift_with_size( il: &'a Function<A, Mutable, NonSSA<LiftedNonSSA>>, expr: Self, _size: usize ) -> Expression<'a, A, Mutable, NonSSA<LiftedNonSSA>, Self::Result>
Auto Trait Implementations§
impl<'func, A, M, F, R> RefUnwindSafe for Expression<'func, A, M, F, R>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
R: RefUnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
impl<'func, A, M, F, R> Send for Expression<'func, A, M, F, R>where
R: Send,
impl<'func, A, M, F, R> Sync for Expression<'func, A, M, F, R>where
R: Sync,
impl<'func, A, M, F, R> Unpin for Expression<'func, A, M, F, R>where
R: Unpin,
impl<'func, A, M, F, R> UnwindSafe for Expression<'func, A, M, F, R>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
R: UnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
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