Struct hime_redist::parsers::LRAction [] [src]

pub struct LRAction<'a> { /* fields omitted */ }

Represents a LR action in a LR parse table

Methods

impl<'a> LRAction<'a>
[src]

[src]

Gets the action code

[src]

Gets the data associated with the action If the code is Reduce, it is the index of the LRProduction If the code is Shift, it is the index of the next state

Trait Implementations

impl<'a> Copy for LRAction<'a>
[src]

impl<'a> Clone for LRAction<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for LRAction<'a>

impl<'a> Sync for LRAction<'a>