[−][src]Struct antlr_rust::tree::ErrorNodeCtx
Trait Implementations
impl CustomRuleContext for ErrorNodeCtx
[src]
fn get_rule_index(&self) -> usize
[src]
fn get_alt_number(&self) -> isize
[src]
fn set_alt_number(&self, _alt_number: isize)
[src]
fn enter(_ctx: &BaseParserRuleContext<Self>, _listener: &mut dyn Any) where
Self: Sized,
[src]
Self: Sized,
fn exit(_ctx: &BaseParserRuleContext<Self>, _listener: &mut dyn Any) where
Self: Sized,
[src]
Self: Sized,
impl Deref for ErrorNodeCtx
[src]
type Target = TerminalNodeCtx
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
Auto Trait Implementations
impl RefUnwindSafe for ErrorNodeCtx
impl Send for ErrorNodeCtx
impl Sync for ErrorNodeCtx
impl Unpin for ErrorNodeCtx
impl UnwindSafe for ErrorNodeCtx
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, I> CustomRuleContext for T where
I: ParserRuleContext + ?Sized,
T: 'static + DerefSeal<Target = I> + Debug,
[src]
I: ParserRuleContext + ?Sized,
T: 'static + DerefSeal<Target = I> + Debug,
fn get_rule_index(&Self) -> usize
[src]
fn get_alt_number(&Self) -> isize
[src]
fn set_alt_number(&Self, isize)
[src]
fn enter(_ctx: &BaseParserRuleContext<Self>, _listener: &mut dyn Any) where
Self: Sized,
[src]
Self: Sized,
fn exit(_ctx: &BaseParserRuleContext<Self>, _listener: &mut dyn Any) where
Self: Sized,
[src]
Self: Sized,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,