Struct perplex::grammar::Rule[][src]

pub struct Rule { /* fields omitted */ }

A single rule within a grammar.

Methods

impl Rule
[src]

Create a new empty rule.

The name of this rule.

The symbols in this production.

Get a pretty printer for this rule.

Trait Implementations

impl Debug for Rule
[src]

Formats the value using the given formatter. Read more

impl Clone for Rule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rule

impl Sync for Rule