class

Oxide::Language::Nodes::DirectiveDefinition

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

Constructors

new(name : String, description : Nil | String = nil, repeatable : Bool = false, arguments_definitions : Array(Oxide::Language::Nodes::InputValueDefinition) = [] of InputValueDefinition, directive_locations : Array(String) = [] of DirectiveLocation)
Source

Instance methods

==(other : self)

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

accept(visitor : Visitor)
Source
arguments_definitions
Source
arguments_definitions=(arguments_definitions : Array(InputValueDefinition))
Source
description
Source
description=(description : String | Nil)
Source
directive_locations
Source
directive_locations=(directive_locations : Array(DirectiveLocation))
Source
hash(hasher)

See Object#hash(hasher)

name
Source
name=(name : String)
Source
repeatable
Source
repeatable=(repeatable : Bool)
Source