abstract struct Parser::IItem

Direct Known Subclasses

Defined in:

parser/interfaces.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def body : Array(Node) #

[View source]
def body_with_dot : Array(Node | Dot) #

[View source]
abstract def dot : Int32 #

[View source]
def initialize #

[View source]
abstract def production : Production #

[View source]
def right_of_dot : Node #

[View source]
def right_of_dot? : Node | Nil #

[View source]