[][src]Struct type_checking::method_body_type_checker::MethodBodyTypeChecker

pub struct MethodBodyTypeChecker<'ctx, 'src, 'ast, 'ts, 'ana> {
    pub context: &'ctx SemanticContext<'ctx, 'src>,
    pub type_system: &'ts TypeSystem<'src, 'ast>,
    pub current_class_id: ClassDefId<'src>,
    pub current_class: Rc<ClassDef<'src, 'ast>>,
    pub current_method: Rc<ClassMethodDef<'src, 'ast>>,
    pub type_analysis: &'ana mut TypeAnalysis<'src, 'ast>,
    pub local_scope: Scoped<Symbol<'src>, Var<'src>>,
}

Fields

Methods

impl<'ctx, 'src, 'ast, 'ts, 'ana> MethodBodyTypeChecker<'ctx, 'src, 'ast, 'ts, 'ana> where
    'ts: 'ana, 
[src]

Auto Trait Implementations

impl<'ctx, 'src, 'ast, 'ts, 'ana> !Send for MethodBodyTypeChecker<'ctx, 'src, 'ast, 'ts, 'ana>

impl<'ctx, 'src, 'ast, 'ts, 'ana> !Sync for MethodBodyTypeChecker<'ctx, 'src, 'ast, 'ts, 'ana>

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]