class

Oxide::Language::Nodes::Directive

Inherits Oxide::Language::Nodes::Node < Oxide::Language::Visitable < Reference < Object

Constructors

new(name : String, arguments : Array(Oxide::Language::Nodes::Argument) = [] of Argument)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

accept(visitor : Visitor)
Source
arguments
Source
arguments=(arguments : Array(Argument))
Source
hash(hasher)

See Object#hash(hasher)

name
Source
name=(name : String)
Source