Struct hime_redist::parsers::LRContexts [] [src]

pub struct LRContexts { /* fields omitted */ }

Represents the contexts opening by transitions from a state

Methods

impl LRContexts
[src]

[src]

Initializes empty contexts

[src]

Registers a new context

[src]

Gets whether the specified context opens by a transition using the specified terminal ID

Trait Implementations

Auto Trait Implementations

impl Send for LRContexts

impl Sync for LRContexts