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.commentsprivate com.google.common.collect.ImmutableList<Comment> Argument.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ArrayValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> BooleanValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> Directive.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> DirectiveDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> DirectiveLocation.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> Document.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> EnumTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> EnumTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> EnumValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> EnumValueDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> Field.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> FieldDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> FloatValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> FragmentDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> FragmentSpread.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InlineFragment.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InputObjectTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InputObjectTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InputValueDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InterfaceTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> InterfaceTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> IntValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ListType.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> NonNullType.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> NullValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ObjectField.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ObjectTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ObjectTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ObjectValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> OperationDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> OperationTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ScalarTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> ScalarTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> SchemaDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> SchemaExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> SelectionSet.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> StringValue.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> TypeName.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> UnionTypeDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> UnionTypeExtensionDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> VariableDefinition.Builder.commentsprivate com.google.common.collect.ImmutableList<Comment> VariableReference.Builder.commentsMethods 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) protectedArgument(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedBooleanValue(boolean value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedDirectiveLocation(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedEnumValue(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedFloatValue(BigDecimal value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedIntValue(BigInteger value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedListType(Type type, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedNonNullType(Type type, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedNullValue(SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedObjectField(String name, Value value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedOperationTypeDefinition(String name, TypeName typeName, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedSelectionSet(Collection<? extends Selection> selections, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedStringValue(String value, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedTypeName(String name, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) protectedVariableReference(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