class

Pegasus::Language::ZeroOrMoreElement

Inherits Pegasus::Language::RuleElement / Reference / Object

An element that is repeated zero or more times.

Instance methods

derives_lambda?

Checks if this element derives lambda. This doesm't check if the production rule it represent can derive lambda; rather, it checks if this element has an operator applied to it that makes it do so, like ? or *

Source