abstract class GraphQL::Language::ASTNode
- GraphQL::Language::ASTNode
- Reference
- Object
Direct Known Subclasses
Defined in:
graphql-crystal/language/ast.crConstant Summary
-
VALUES =
[] of Tuple(Symbol, Object.class) -
VISITS =
[] of Tuple(Symbol, Array(Symbol))
Class Method Summary
Instance Method Summary
-
#==(other)
Returns
false(other can only be aValuehere). -
#clone
Returns a copy of
selfwith all instance variables cloned. - #values
Macro Summary
Instance methods inherited from class Object
debug
debug
Class Method Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false (other can only be a Value here).