Struct binaryninja::llil::Expression
[−]pub struct Expression<'func, A, M, F, R>where
A: 'func + Architecture,
M: FunctionMutability,
F: FunctionForm,
R: ExpressionResultType,{ /* private fields */ }
Implementations
impl<'func, A, M, F, R> Expression<'func, A, M, F, R>where
A: 'func + Architecture,
M: FunctionMutability,
F: FunctionForm,
R: ExpressionResultType,
impl<'func, A, M, F, R> Expression<'func, A, M, F, R>where
A: 'func + Architecture,
M: FunctionMutability,
F: FunctionForm,
R: ExpressionResultType,
impl<'func, A, M, V> Expression<'func, A, M, NonSSA<V>, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
impl<'func, A, M, V> Expression<'func, A, M, NonSSA<V>, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
pub fn info(&self) -> ExprInfo<'func, A, M, NonSSA<V>>
pub fn visit_tree<F>(&self, f: &mut F) -> VisitorActionwhere
F: FnMut(&Self, &ExprInfo<'func, A, M, NonSSA<V>>) -> VisitorAction,
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) -> VisitorActionwhere
F: FnMut(&Self, &ExprInfo<'func, A, M, SSA>) -> VisitorAction,
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
impl<'func, A, M, V> Debug for Expression<'func, A, M, NonSSA<V>, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
impl<'func, A, M, V> Debug for Expression<'func, A, M, NonSSA<V>, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
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>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more