pub struct Evaluator<'context, 'code> { /* private fields */ }Expand description
A collection of statements and comments interpreted from a syntax tree.
The Evaluator turns a tree sitter concrete syntax tree into a vector of abstract trees called Items that can be run to execute the source code.
Trait Implementations§
Auto Trait Implementations§
impl<'context, 'code> RefUnwindSafe for Evaluator<'context, 'code>
impl<'context, 'code> Send for Evaluator<'context, 'code>
impl<'context, 'code> Sync for Evaluator<'context, 'code>
impl<'context, 'code> Unpin for Evaluator<'context, 'code>
impl<'context, 'code> !UnwindSafe for Evaluator<'context, 'code>
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