Uses of Class
graphql.language.Comment
-
Packages that use Comment Package Description graphql.language graphql.parser graphql.schema.idl -
-
Uses of Comment in graphql.language
Fields in graphql.language with type parameters of type Comment Modifier and Type Field Description private com.google.common.collect.ImmutableList<Comment>
AbstractNode. comments
private com.google.common.collect.ImmutableList<Comment>
Argument.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ArrayValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
BooleanValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
Directive.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
DirectiveDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
DirectiveLocation.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
Document.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
EnumTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
EnumTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
EnumValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
EnumValueDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
Field.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
FieldDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
FloatValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
FragmentDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
FragmentSpread.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InlineFragment.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InputObjectTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InputObjectTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InputValueDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InterfaceTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
InterfaceTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
IntValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ListType.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
NonNullType.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
NullValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ObjectField.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ObjectTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ObjectTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ObjectValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
OperationDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
OperationTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ScalarTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
ScalarTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
SchemaDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
SchemaExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
SelectionSet.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
StringValue.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
TypeName.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
UnionTypeDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
UnionTypeExtensionDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
VariableDefinition.Builder. comments
private com.google.common.collect.ImmutableList<Comment>
VariableReference.Builder. comments
Methods in graphql.language that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
AbstractNode. getComments()
java.util.List<Comment>
Node. getComments()
Nodes can have comments made on them, the following is one comment per line before a node.Methods in graphql.language with parameters of type Comment Modifier and Type Method Description private java.lang.String
PrettyAstPrinter. comment(Comment comment)
Method parameters in graphql.language with type arguments of type Comment Modifier and Type Method Description Argument.Builder
Argument.Builder. comments(java.util.List<Comment> comments)
ArrayValue.Builder
ArrayValue.Builder. comments(java.util.List<Comment> comments)
BooleanValue.Builder
BooleanValue.Builder. comments(java.util.List<Comment> comments)
Directive.Builder
Directive.Builder. comments(java.util.List<Comment> comments)
DirectiveDefinition.Builder
DirectiveDefinition.Builder. comments(java.util.List<Comment> comments)
DirectiveLocation.Builder
DirectiveLocation.Builder. comments(java.util.List<Comment> comments)
Document.Builder
Document.Builder. comments(java.util.List<Comment> comments)
EnumTypeDefinition.Builder
EnumTypeDefinition.Builder. comments(java.util.List<Comment> comments)
EnumTypeExtensionDefinition.Builder
EnumTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
EnumValue.Builder
EnumValue.Builder. comments(java.util.List<Comment> comments)
EnumValueDefinition.Builder
EnumValueDefinition.Builder. comments(java.util.List<Comment> comments)
Field.Builder
Field.Builder. comments(java.util.List<Comment> comments)
FieldDefinition.Builder
FieldDefinition.Builder. comments(java.util.List<Comment> comments)
FloatValue.Builder
FloatValue.Builder. comments(java.util.List<Comment> comments)
FragmentDefinition.Builder
FragmentDefinition.Builder. comments(java.util.List<Comment> comments)
FragmentSpread.Builder
FragmentSpread.Builder. comments(java.util.List<Comment> comments)
InlineFragment.Builder
InlineFragment.Builder. comments(java.util.List<Comment> comments)
InputObjectTypeDefinition.Builder
InputObjectTypeDefinition.Builder. comments(java.util.List<Comment> comments)
InputObjectTypeExtensionDefinition.Builder
InputObjectTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
InputValueDefinition.Builder
InputValueDefinition.Builder. comments(java.util.List<Comment> comments)
InterfaceTypeDefinition.Builder
InterfaceTypeDefinition.Builder. comments(java.util.List<Comment> comments)
InterfaceTypeExtensionDefinition.Builder
InterfaceTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
IntValue.Builder
IntValue.Builder. comments(java.util.List<Comment> comments)
ListType.Builder
ListType.Builder. comments(java.util.List<Comment> comments)
NodeBuilder
NodeBuilder. comments(java.util.List<Comment> comments)
NonNullType.Builder
NonNullType.Builder. comments(java.util.List<Comment> comments)
NullValue.Builder
NullValue.Builder. comments(java.util.List<Comment> comments)
ObjectField.Builder
ObjectField.Builder. comments(java.util.List<Comment> comments)
ObjectTypeDefinition.Builder
ObjectTypeDefinition.Builder. comments(java.util.List<Comment> comments)
ObjectTypeExtensionDefinition.Builder
ObjectTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
ObjectValue.Builder
ObjectValue.Builder. comments(java.util.List<Comment> comments)
OperationDefinition.Builder
OperationDefinition.Builder. comments(java.util.List<Comment> comments)
OperationTypeDefinition.Builder
OperationTypeDefinition.Builder. comments(java.util.List<Comment> comments)
private java.lang.String
PrettyAstPrinter. comments(java.util.List<Comment> comments)
private java.lang.String
PrettyAstPrinter. comments(java.util.List<Comment> comments, java.lang.String suffix)
private java.lang.String
PrettyAstPrinter. comments(java.util.List<Comment> comments, java.lang.String prefix, java.lang.String suffix)
ScalarTypeDefinition.Builder
ScalarTypeDefinition.Builder. comments(java.util.List<Comment> comments)
ScalarTypeExtensionDefinition.Builder
ScalarTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
SchemaDefinition.Builder
SchemaDefinition.Builder. comments(java.util.List<Comment> comments)
SchemaExtensionDefinition.Builder
SchemaExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
SelectionSet.Builder
SelectionSet.Builder. comments(java.util.List<Comment> comments)
StringValue.Builder
StringValue.Builder. comments(java.util.List<Comment> comments)
TypeName.Builder
TypeName.Builder. comments(java.util.List<Comment> comments)
UnionTypeDefinition.Builder
UnionTypeDefinition.Builder. comments(java.util.List<Comment> comments)
UnionTypeExtensionDefinition.Builder
UnionTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)
VariableDefinition.Builder
VariableDefinition.Builder. comments(java.util.List<Comment> comments)
VariableReference.Builder
VariableReference.Builder. comments(java.util.List<Comment> comments)
Constructor parameters in graphql.language with type arguments of type Comment Constructor Description AbstractDescribedNode(SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData, Description description)
AbstractNode(SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars)
AbstractNode(SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
Argument(java.lang.String name, Value value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
BooleanValue(boolean value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
DirectiveLocation(java.lang.String name, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
EnumValue(java.lang.String name, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
FloatValue(java.math.BigDecimal value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
IntValue(java.math.BigInteger value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
ListType(Type type, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
NonNullType(Type type, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
NullValue(SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
ObjectField(java.lang.String name, Value value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
OperationTypeDefinition(java.lang.String name, TypeName typeName, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
SelectionSet(java.util.Collection<? extends Selection> selections, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
StringValue(java.lang.String value, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
TypeName(java.lang.String name, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
VariableReference(java.lang.String name, SourceLocation sourceLocation, java.util.List<Comment> comments, IgnoredChars ignoredChars, java.util.Map<java.lang.String,java.lang.String> additionalData)
-
Uses of Comment in graphql.parser
Fields in graphql.parser with type parameters of type Comment Modifier and Type Field Description private static java.util.List<Comment>
GraphqlAntlrToLanguage. NO_COMMENTS
Methods in graphql.parser that return types with arguments of type Comment Modifier and Type Method Description java.util.Optional<Comment>
CommentParser. getBeginningOfBlockComment(Node<?> node, java.lang.String prefix)
protected java.util.List<Comment>
CommentParser. getCommentOnChannel(java.util.List<org.antlr.v4.runtime.Token> refChannel, java.util.function.Predicate<org.antlr.v4.runtime.Token> shouldIncludePredicate)
protected java.util.List<Comment>
GraphqlAntlrToLanguage. getCommentOnChannel(java.util.List<org.antlr.v4.runtime.Token> refChannel)
java.util.Optional<Comment>
CommentParser. getCommentOnFirstLineOfDocument(Document node)
protected java.util.List<Comment>
GraphqlAntlrToLanguage. getComments(org.antlr.v4.runtime.ParserRuleContext ctx)
java.util.List<Comment>
CommentParser. getCommentsAfterAllDefinitions(Document node)
java.util.List<Comment>
CommentParser. getCommentsAfterDescription(Node<?> node)
java.util.List<Comment>
CommentParser. getEndOfBlockComments(Node<?> node, java.lang.String blockSuffix)
java.util.List<Comment>
CommentParser. getLeadingComments(Node<?> node)
java.util.Optional<Comment>
CommentParser. getTrailingComment(Node<?> node)
-
Uses of Comment in graphql.schema.idl
Method parameters in graphql.schema.idl with type arguments of type Comment Modifier and Type Method Description private java.lang.String
SchemaPrinter. comments(java.util.List<Comment> comments)
-