class

Oxide::Language::Nodes::ArgumentsDefintion

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

Constructors

new(input_value_definitions : Array(Oxide::Language::Nodes::InputValueDefinition) = [] of InputValueDefinition)
Source

Instance methods

==(other : self)

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

accept(visitor : Visitor)
Source
hash(hasher)

See Object#hash(hasher)

input_value_definitions
Source
input_value_definitions=(input_value_definitions : Array(InputValueDefinition))
Source