classafPegger::NamedRules

sys::Obj
  afPegger::NamedRules

A helper class that lets you reference Rules before they're defined.

get

Source

@Operator
Rule get(Str name)

Returns a proxy to the named rule.

set

Source

@Operator
Rule set(Str name, Rule rule)

Sets the real implementation of the named rule.

toStr

Source

virtual override Str toStr()