Struct perplex::first::FirstSet[][src]

pub struct FirstSet {
    pub symbols: BitSet,
    pub has_epsilon: bool,
}

The first set of a nonterminal.

Fields

The first symbols.

Whether one of the productions is empty.

Trait Implementations

impl Debug for FirstSet
[src]

Formats the value using the given formatter. Read more

impl Clone for FirstSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FirstSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FirstSet
[src]

impl Hash for FirstSet
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for FirstSet

impl Sync for FirstSet