Visitor.enter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void enter(Document obj)
  2. void enter(const(Document) obj)
  3. void enter(Definitions obj)
  4. void enter(const(Definitions) obj)
  5. void enter(Definition obj)
  6. void enter(const(Definition) obj)
  7. void enter(OperationDefinition obj)
  8. void enter(const(OperationDefinition) obj)
  9. void enter(SelectionSet obj)
  10. void enter(const(SelectionSet) obj)
  11. void enter(OperationType obj)
  12. void enter(const(OperationType) obj)
  13. void enter(Selections obj)
  14. void enter(const(Selections) obj)
  15. void enter(Selection obj)
  16. void enter(const(Selection) obj)
  17. void enter(FragmentSpread obj)
  18. void enter(const(FragmentSpread) obj)
  19. void enter(InlineFragment obj)
  20. void enter(const(InlineFragment) obj)
  21. void enter(Field obj)
  22. void enter(const(Field) obj)
  23. void enter(FieldName obj)
  24. void enter(const(FieldName) obj)
  25. void enter(Arguments obj)
  26. void enter(const(Arguments) obj)
  27. void enter(ArgumentList obj)
  28. void enter(const(ArgumentList) obj)
  29. void enter(Argument obj)
    class Visitor
    void
    enter
  30. void enter(const(Argument) obj)
  31. void enter(FragmentDefinition obj)
  32. void enter(const(FragmentDefinition) obj)
  33. void enter(Directives obj)
  34. void enter(const(Directives) obj)
  35. void enter(Directive obj)
  36. void enter(const(Directive) obj)
  37. void enter(VariableDefinitions obj)
  38. void enter(const(VariableDefinitions) obj)
  39. void enter(VariableDefinitionList obj)
  40. void enter(const(VariableDefinitionList) obj)
  41. void enter(VariableDefinition obj)
  42. void enter(const(VariableDefinition) obj)
  43. void enter(Variable obj)
  44. void enter(const(Variable) obj)
  45. void enter(DefaultValue obj)
  46. void enter(const(DefaultValue) obj)
  47. void enter(ValueOrVariable obj)
  48. void enter(const(ValueOrVariable) obj)
  49. void enter(Value obj)
  50. void enter(const(Value) obj)
  51. void enter(Type obj)
  52. void enter(const(Type) obj)
  53. void enter(ListType obj)
  54. void enter(const(ListType) obj)
  55. void enter(Values obj)
  56. void enter(const(Values) obj)
  57. void enter(Array obj)
  58. void enter(const(Array) obj)
  59. void enter(ObjectValues obj)
  60. void enter(const(ObjectValues) obj)
  61. void enter(ObjectValue obj)
  62. void enter(const(ObjectValue) obj)
  63. void enter(ObjectType obj)
  64. void enter(const(ObjectType) obj)
  65. void enter(TypeSystemDefinition obj)
  66. void enter(const(TypeSystemDefinition) obj)
  67. void enter(TypeDefinition obj)
  68. void enter(const(TypeDefinition) obj)
  69. void enter(SchemaDefinition obj)
  70. void enter(const(SchemaDefinition) obj)
  71. void enter(OperationTypeDefinitions obj)
  72. void enter(const(OperationTypeDefinitions) obj)
  73. void enter(OperationTypeDefinition obj)
  74. void enter(const(OperationTypeDefinition) obj)
  75. void enter(ScalarTypeDefinition obj)
  76. void enter(const(ScalarTypeDefinition) obj)
  77. void enter(ObjectTypeDefinition obj)
  78. void enter(const(ObjectTypeDefinition) obj)
  79. void enter(FieldDefinitions obj)
  80. void enter(const(FieldDefinitions) obj)
  81. void enter(FieldDefinition obj)
  82. void enter(const(FieldDefinition) obj)
  83. void enter(ImplementsInterfaces obj)
  84. void enter(const(ImplementsInterfaces) obj)
  85. void enter(NamedTypes obj)
  86. void enter(const(NamedTypes) obj)
  87. void enter(ArgumentsDefinition obj)
  88. void enter(const(ArgumentsDefinition) obj)
  89. void enter(InputValueDefinitions obj)
  90. void enter(const(InputValueDefinitions) obj)
  91. void enter(InputValueDefinition obj)
  92. void enter(const(InputValueDefinition) obj)
  93. void enter(InterfaceTypeDefinition obj)
  94. void enter(const(InterfaceTypeDefinition) obj)
  95. void enter(UnionTypeDefinition obj)
  96. void enter(const(UnionTypeDefinition) obj)
  97. void enter(UnionMembers obj)
  98. void enter(const(UnionMembers) obj)
  99. void enter(EnumTypeDefinition obj)
  100. void enter(const(EnumTypeDefinition) obj)
  101. void enter(EnumValueDefinitions obj)
  102. void enter(const(EnumValueDefinitions) obj)
  103. void enter(EnumValueDefinition obj)
  104. void enter(const(EnumValueDefinition) obj)
  105. void enter(InputTypeDefinition obj)
  106. void enter(const(InputTypeDefinition) obj)
  107. void enter(TypeExtensionDefinition obj)
  108. void enter(const(TypeExtensionDefinition) obj)
  109. void enter(DirectiveDefinition obj)
  110. void enter(const(DirectiveDefinition) obj)
  111. void enter(DirectiveLocations obj)
  112. void enter(const(DirectiveLocations) obj)
  113. void enter(InputObjectTypeDefinition obj)
  114. void enter(const(InputObjectTypeDefinition) obj)

Meta