[−][src]Struct antlr_rust::transition::AtomTransition
Fields
target: ATNStateRef
label: isize
Trait Implementations
impl Debug for AtomTransition
[src]
impl Transition for AtomTransition
[src]
fn get_target(&self) -> ATNStateRef
[src]
fn set_target(&mut self, s: ATNStateRef)
[src]
fn get_label(&self) -> Option<Cow<'_, IntervalSet>>
[src]
fn get_serialization_type(&self) -> TransitionType
[src]
fn matches(
&self,
_symbol: isize,
_min_vocab_symbol: isize,
_max_vocab_symbol: isize
) -> bool
[src]
&self,
_symbol: isize,
_min_vocab_symbol: isize,
_max_vocab_symbol: isize
) -> bool
fn is_epsilon(&self) -> bool
[src]
fn get_predicate(&self) -> Option<SemanticContext>
[src]
fn get_reachable_target(&self, symbol: isize) -> Option<ATNStateRef>
[src]
Auto Trait Implementations
impl RefUnwindSafe for AtomTransition
impl Send for AtomTransition
impl Sync for AtomTransition
impl Unpin for AtomTransition
impl UnwindSafe for AtomTransition
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> 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>,