Uses of Class
graphql.language.Comment
Packages that use Comment
-
Uses of Comment in graphql.language
Fields in graphql.language with type parameters of type CommentModifier and TypeFieldDescriptionprivate final 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 CommentModifier and TypeMethodDescriptionAbstractNode.getComments()
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 CommentMethod parameters in graphql.language with type arguments of type CommentConstructor parameters in graphql.language with type arguments of type CommentModifierConstructorDescriptionAbstractDescribedNode
(SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData, Description description) AbstractNode
(SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars) AbstractNode
(SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
Argument
(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
BooleanValue
(boolean value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
DirectiveLocation
(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
EnumValue
(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
FloatValue
(BigDecimal value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
IntValue
(BigInteger value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
ListType
(Type type, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
NonNullType
(Type type, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
NullValue
(SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
ObjectField
(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
OperationTypeDefinition
(String name, TypeName typeName, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
SelectionSet
(Collection<? extends Selection> selections, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
StringValue
(String value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
TypeName
(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protected
VariableReference
(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of Comment in graphql.parser
Fields in graphql.parser with type parameters of type CommentMethods in graphql.parser that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentParser.getBeginningOfBlockComment
(Node<?> node, String prefix) CommentParser.getCommentOnChannel
(List<org.antlr.v4.runtime.Token> refChannel, Predicate<org.antlr.v4.runtime.Token> shouldIncludePredicate) GraphqlAntlrToLanguage.getCommentOnChannel
(List<org.antlr.v4.runtime.Token> refChannel) CommentParser.getCommentOnFirstLineOfDocument
(Document node) GraphqlAntlrToLanguage.getComments
(org.antlr.v4.runtime.ParserRuleContext ctx) CommentParser.getCommentsAfterAllDefinitions
(Document node) CommentParser.getCommentsAfterDescription
(Node<?> node) CommentParser.getEndOfBlockComments
(Node<?> node, String blockSuffix) CommentParser.getLeadingComments
(Node<?> node) CommentParser.getTrailingComment
(Node<?> node) -
Uses of Comment in graphql.schema.idl
Method parameters in graphql.schema.idl with type arguments of type Comment