[−][src]Struct antlr_rust::atn_simulator::BaseATNSimulator
Fields
atn: Arc<ATN>decision_to_dfa: Arc<Vec<DFA>>Implementations
impl BaseATNSimulator[src]
pub fn new_base_atnsimulator(
atn: Arc<ATN>,
decision_to_dfa: Arc<Vec<DFA>>,
shared_context_cache: Arc<PredictionContextCache>
) -> BaseATNSimulator[src]
atn: Arc<ATN>,
decision_to_dfa: Arc<Vec<DFA>>,
shared_context_cache: Arc<PredictionContextCache>
) -> BaseATNSimulator
Trait Implementations
impl Debug for BaseATNSimulator[src]
impl IATNSimulator for BaseATNSimulator[src]
fn shared_context_cache(&self) -> &PredictionContextCache[src]
fn atn(&self) -> &ATN[src]
fn decision_to_dfa(&self) -> &Vec<DFA>[src]
Auto Trait Implementations
impl !RefUnwindSafe for BaseATNSimulator
impl Send for BaseATNSimulator
impl Sync for BaseATNSimulator
impl Unpin for BaseATNSimulator
impl !UnwindSafe for BaseATNSimulator
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,
pub 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> NodeText for T[src]
impl<'input, T> NodeText for T where
T: CustomRuleContext<'input>, [src]
T: CustomRuleContext<'input>,
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.
pub 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>,