pub struct VbNetBuilder<'config> { /* private fields */ }Expand description
VB.NET AST builder
Implementations§
Source§impl<'config> VbNetBuilder<'config>
impl<'config> VbNetBuilder<'config>
Sourcepub fn new(config: &'config VbNetLanguage) -> Self
pub fn new(config: &'config VbNetLanguage) -> Self
Creates a new VB.NET builder
Trait Implementations§
Source§impl<'config> Builder<VbNetLanguage> for VbNetBuilder<'config>
impl<'config> Builder<VbNetLanguage> for VbNetBuilder<'config>
Source§fn build<'a, S: Source + ?Sized>(
&self,
source: &'a S,
edits: &[TextEdit],
cache: &'a mut impl BuilderCache<VbNetLanguage>,
) -> BuildOutput<VbNetLanguage>
fn build<'a, S: Source + ?Sized>( &self, source: &'a S, edits: &[TextEdit], cache: &'a mut impl BuilderCache<VbNetLanguage>, ) -> BuildOutput<VbNetLanguage>
Builds the higher-level structure (typically an AST) from the source text. Read more
Auto Trait Implementations§
impl<'config> Freeze for VbNetBuilder<'config>
impl<'config> RefUnwindSafe for VbNetBuilder<'config>
impl<'config> Send for VbNetBuilder<'config>
impl<'config> Sync for VbNetBuilder<'config>
impl<'config> Unpin for VbNetBuilder<'config>
impl<'config> UnsafeUnpin for VbNetBuilder<'config>
impl<'config> UnwindSafe for VbNetBuilder<'config>
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