[−][src]Struct antlr_rust::atn_config_set::ATNConfigSet
Implementations
impl ATNConfigSet
[src]
pub fn new_base_atnconfig_set(full_ctx: bool) -> ATNConfigSet
[src]
pub fn new_ordered() -> ATNConfigSet
[src]
pub fn add_cached(
&mut self,
config: Box<ATNConfig>,
merge_cache: Option<&mut MergeCache>
) -> bool
[src]
&mut self,
config: Box<ATNConfig>,
merge_cache: Option<&mut MergeCache>
) -> bool
pub fn add(&mut self, config: Box<ATNConfig>) -> bool
[src]
pub fn get_items(&self) -> impl Iterator<Item = &ATNConfig>
[src]
pub fn optimize_configs(&mut self, _interpreter: &dyn IATNSimulator)
[src]
pub fn length(&self) -> usize
[src]
pub fn is_empty(&self) -> bool
[src]
pub fn has_semantic_context(&self) -> bool
[src]
pub fn set_has_semantic_context(&mut self, _v: bool)
[src]
pub fn read_only(&self) -> bool
[src]
pub fn set_read_only(&mut self, _read_only: bool)
[src]
pub fn full_context(&self) -> bool
[src]
pub fn get_alts(&self) -> BitSet
[src]
pub fn get_unique_alt(&self) -> isize
[src]
pub fn set_unique_alt(&mut self, _v: isize)
[src]
pub fn get_dips_into_outer_context(&self) -> bool
[src]
pub fn set_dips_into_outer_context(&mut self, _v: bool)
[src]
Trait Implementations
impl Debug for ATNConfigSet
[src]
impl Eq for ATNConfigSet
[src]
impl Hash for ATNConfigSet
[src]
fn hash<H: Hasher>(&self, state: &mut H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<ATNConfigSet> for ATNConfigSet
[src]
Auto Trait Implementations
impl RefUnwindSafe for ATNConfigSet
impl Send for ATNConfigSet
impl Sync for ATNConfigSet
impl Unpin for ATNConfigSet
impl UnwindSafe for ATNConfigSet
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>,