Struct swc_ecma_parser::Parser
source · pub struct Parser<I: Tokens> { /* private fields */ }
Expand description
EcmaScript parser.
Implementations§
source§impl<'a, I: Tokens> Parser<I>
impl<'a, I: Tokens> Parser<I>
pub fn parse_module_item(&mut self) -> PResult<ModuleItem>
sourcepub fn parse_stmt(&mut self, top_level: bool) -> PResult<Stmt>
pub fn parse_stmt(&mut self, top_level: bool) -> PResult<Stmt>
Parse a statement but not a declaration.
sourcepub fn parse_stmt_list_item(&mut self, top_level: bool) -> PResult<Stmt>
pub fn parse_stmt_list_item(&mut self, top_level: bool) -> PResult<Stmt>
Parse a statement and maybe a declaration.
source§impl<I: Tokens> Parser<I>
impl<I: Tokens> Parser<I>
pub fn parse_type(&mut self) -> PResult<Box<TsType>>
sourcepub fn parse_ts_type_args(&mut self) -> PResult<Box<TsTypeParamInstantiation>>
pub fn parse_ts_type_args(&mut self) -> PResult<Box<TsTypeParamInstantiation>>
tsParseTypeArguments
source§impl<I: Tokens> Parser<I>
impl<I: Tokens> Parser<I>
pub fn new_from(input: I) -> Self
pub fn take_errors(&mut self) -> Vec<Error>
pub fn parse_script(&mut self) -> PResult<Script>
pub fn parse_typescript_module(&mut self) -> PResult<Module>
sourcepub fn parse_program(&mut self) -> PResult<Program>
pub fn parse_program(&mut self) -> PResult<Program>
pub fn parse_module(&mut self) -> PResult<Module>
Trait Implementations§
Auto Trait Implementations§
impl<I> RefUnwindSafe for Parser<I>where I: RefUnwindSafe,
impl<I> Send for Parser<I>where I: Send,
impl<I> Sync for Parser<I>where I: Sync,
impl<I> Unpin for Parser<I>where I: Unpin,
impl<I> UnwindSafe for Parser<I>where I: UnwindSafe,
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.