AbstractNode(SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Argument(String name,
Value value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ArrayValue(List<Value> values,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
BooleanValue(boolean value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Directive(String name,
List<Argument> arguments,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
DirectiveDefinition(String name,
Description description,
List<InputValueDefinition> inputValueDefinitions,
List<DirectiveLocation> directiveLocations,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
DirectiveLocation(String name,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Document(List<Definition> definitions,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
EnumTypeDefinition(String name,
List<EnumValueDefinition> enumValueDefinitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
EnumTypeExtensionDefinition(String name,
List<EnumValueDefinition> enumValueDefinitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
EnumValue(String name,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
EnumValueDefinition(String name,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Field(String name,
String alias,
List<Argument> arguments,
List<Directive> directives,
SelectionSet selectionSet,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
FieldDefinition(String name,
Type type,
List<InputValueDefinition> inputValueDefinitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
FloatValue(BigDecimal value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
FragmentDefinition(String name,
TypeName typeCondition,
List<Directive> directives,
SelectionSet selectionSet,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
FragmentSpread(String name,
List<Directive> directives,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InlineFragment(TypeName typeCondition,
List<Directive> directives,
SelectionSet selectionSet,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InputObjectTypeDefinition(String name,
List<Directive> directives,
List<InputValueDefinition> inputValueDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InputObjectTypeExtensionDefinition(String name,
List<Directive> directives,
List<InputValueDefinition> inputValueDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InputValueDefinition(String name,
Type type,
Value defaultValue,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InterfaceTypeDefinition(String name,
List<FieldDefinition> definitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
InterfaceTypeExtensionDefinition(String name,
List<FieldDefinition> definitions,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
IntValue(BigInteger value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ListType(Type type,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
NonNullType(Type type,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
NullValue(SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectField(String name,
Value value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectTypeDefinition(String name,
List<Type> implementz,
List<Directive> directives,
List<FieldDefinition> fieldDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectTypeExtensionDefinition(String name,
List<Type> implementz,
List<Directive> directives,
List<FieldDefinition> fieldDefinitions,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ObjectValue(List<ObjectField> objectFields,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
OperationDefinition(String name,
OperationDefinition.Operation operation,
List<VariableDefinition> variableDefinitions,
List<Directive> directives,
SelectionSet selectionSet,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
OperationTypeDefinition(String name,
TypeName typeName,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ScalarTypeDefinition(String name,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
ScalarTypeExtensionDefinition(String name,
List<Directive> directives,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
SchemaDefinition(List<Directive> directives,
List<OperationTypeDefinition> operationTypeDefinitions,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
SelectionSet(Collection<? extends Selection> selections,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
StringValue(String value,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
TypeName(String name,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
UnionTypeDefinition(String name,
List<Directive> directives,
List<Type> memberTypes,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
UnionTypeExtensionDefinition(String name,
List<Directive> directives,
List<Type> memberTypes,
Description description,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
VariableDefinition(String name,
Type type,
Value defaultValue,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
VariableReference(String name,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |