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)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept(visitor : Visitor)
Sourcehash(hasher)
See Object#hash(hasher)
input_value_definitions
Sourceinput_value_definitions=(input_value_definitions : Array(InputValueDefinition))
Source