pub struct CobolParser;Expand description
COBOL parser.
Implementations§
Source§impl CobolParser
impl CobolParser
Trait Implementations§
Source§impl Parser<CobolLanguage> for CobolParser
impl Parser<CobolLanguage> for CobolParser
Source§fn parse<'a, S: Source + ?Sized>(
&self,
text: &'a S,
edits: &[TextEdit],
cache: &'a mut impl ParseCache<CobolLanguage>,
) -> ParseOutput<'a, CobolLanguage>
fn parse<'a, S: Source + ?Sized>( &self, text: &'a S, edits: &[TextEdit], cache: &'a mut impl ParseCache<CobolLanguage>, ) -> ParseOutput<'a, CobolLanguage>
The core parsing entry point for converting tokens into a syntax tree. Read more
Auto Trait Implementations§
impl Freeze for CobolParser
impl RefUnwindSafe for CobolParser
impl Send for CobolParser
impl Sync for CobolParser
impl Unpin for CobolParser
impl UnsafeUnpin for CobolParser
impl UnwindSafe for CobolParser
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