[][src]Trait p8n_types::IntoStatementRange

pub trait IntoStatementRange {
    fn into_statement_range(self, func: &Function) -> Range<usize>;
}

Convertable into a range of statements.

Required methods

fn into_statement_range(self, func: &Function) -> Range<usize>

Converts Self into a range of statements for function func.

Loading content...

Implementations on Foreign Types

impl IntoStatementRange for RangeFull[src]

impl IntoStatementRange for Range<usize>[src]

Loading content...

Implementors

impl IntoStatementRange for BasicBlockIndex[src]

impl<'a> IntoStatementRange for &'a BasicBlock[src]

Loading content...