abstract class Pegasus::Language::OptionObject

Overview

Since Pegasus supports options on tokens and rules, we need to represent an object to which options can be attached. this is this type of object.

Direct Known Subclasses

Defined in:

pegasus/language_def.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def options : Array(Option) #

Gets the actual list of options attached to this object.


[View source]