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)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept(visitor : Visitor)
Sourcearguments_definitions
Sourcearguments_definitions=(arguments_definitions : Array(InputValueDefinition))
Sourcedescription
Sourcedescription=(description : String | Nil)
Sourcedirective_locations
Sourcedirective_locations=(directive_locations : Array(DirectiveLocation))
Sourcehash(hasher)
See Object#hash(hasher)
name
Sourcename=(name : String)
Sourcerepeatable
Sourcerepeatable=(repeatable : Bool)
Source