ConstVisitor.enter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void enter(const(Document) obj)
  2. void enter(const(Definitions) obj)
  3. void enter(const(Definition) obj)
  4. void enter(const(OperationDefinition) obj)
  5. void enter(const(SelectionSet) obj)
  6. void enter(const(OperationType) obj)
  7. void enter(const(Selections) obj)
  8. void enter(const(Selection) obj)
  9. void enter(const(FragmentSpread) obj)
  10. void enter(const(InlineFragment) obj)
  11. void enter(const(Field) obj)
  12. void enter(const(FieldName) obj)
  13. void enter(const(Arguments) obj)
  14. void enter(const(ArgumentList) obj)
  15. void enter(const(Argument) obj)
  16. void enter(const(FragmentDefinition) obj)
  17. void enter(const(Directives) obj)
  18. void enter(const(Directive) obj)
  19. void enter(const(VariableDefinitions) obj)
    class ConstVisitor
    @safe
    void
    enter
  20. void enter(const(VariableDefinitionList) obj)
  21. void enter(const(VariableDefinition) obj)
  22. void enter(const(Variable) obj)
  23. void enter(const(DefaultValue) obj)
  24. void enter(const(ValueOrVariable) obj)
  25. void enter(const(Value) obj)
  26. void enter(const(Type) obj)
  27. void enter(const(ListType) obj)
  28. void enter(const(Values) obj)
  29. void enter(const(Array) obj)
  30. void enter(const(ObjectValues) obj)
  31. void enter(const(ObjectType) obj)
  32. void enter(const(TypeSystemDefinition) obj)
  33. void enter(const(TypeDefinition) obj)
  34. void enter(const(SchemaDefinition) obj)
  35. void enter(const(OperationTypeDefinitions) obj)
  36. void enter(const(OperationTypeDefinition) obj)
  37. void enter(const(ScalarTypeDefinition) obj)
  38. void enter(const(ObjectTypeDefinition) obj)
  39. void enter(const(FieldDefinitions) obj)
  40. void enter(const(FieldDefinition) obj)
  41. void enter(const(ImplementsInterfaces) obj)
  42. void enter(const(NamedTypes) obj)
  43. void enter(const(ArgumentsDefinition) obj)
  44. void enter(const(InputValueDefinitions) obj)
  45. void enter(const(InputValueDefinition) obj)
  46. void enter(const(InterfaceTypeDefinition) obj)
  47. void enter(const(UnionTypeDefinition) obj)
  48. void enter(const(UnionMembers) obj)
  49. void enter(const(EnumTypeDefinition) obj)
  50. void enter(const(EnumValueDefinitions) obj)
  51. void enter(const(EnumValueDefinition) obj)
  52. void enter(const(InputTypeDefinition) obj)
  53. void enter(const(TypeExtensionDefinition) obj)
  54. void enter(const(DirectiveDefinition) obj)
  55. void enter(const(DirectiveLocations) obj)
  56. void enter(const(InputObjectTypeDefinition) obj)
  57. void enter(const(Description) obj)

Meta