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. 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 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.StringPrettyAstPrinter. comment(Comment comment)Method parameters in graphql.language with type arguments of type Comment Modifier and Type Method Description Argument.BuilderArgument.Builder. comments(java.util.List<Comment> comments)ArrayValue.BuilderArrayValue.Builder. comments(java.util.List<Comment> comments)BooleanValue.BuilderBooleanValue.Builder. comments(java.util.List<Comment> comments)Directive.BuilderDirective.Builder. comments(java.util.List<Comment> comments)DirectiveDefinition.BuilderDirectiveDefinition.Builder. comments(java.util.List<Comment> comments)DirectiveLocation.BuilderDirectiveLocation.Builder. comments(java.util.List<Comment> comments)Document.BuilderDocument.Builder. comments(java.util.List<Comment> comments)EnumTypeDefinition.BuilderEnumTypeDefinition.Builder. comments(java.util.List<Comment> comments)EnumTypeExtensionDefinition.BuilderEnumTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)EnumValue.BuilderEnumValue.Builder. comments(java.util.List<Comment> comments)EnumValueDefinition.BuilderEnumValueDefinition.Builder. comments(java.util.List<Comment> comments)Field.BuilderField.Builder. comments(java.util.List<Comment> comments)FieldDefinition.BuilderFieldDefinition.Builder. comments(java.util.List<Comment> comments)FloatValue.BuilderFloatValue.Builder. comments(java.util.List<Comment> comments)FragmentDefinition.BuilderFragmentDefinition.Builder. comments(java.util.List<Comment> comments)FragmentSpread.BuilderFragmentSpread.Builder. comments(java.util.List<Comment> comments)InlineFragment.BuilderInlineFragment.Builder. comments(java.util.List<Comment> comments)InputObjectTypeDefinition.BuilderInputObjectTypeDefinition.Builder. comments(java.util.List<Comment> comments)InputObjectTypeExtensionDefinition.BuilderInputObjectTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)InputValueDefinition.BuilderInputValueDefinition.Builder. comments(java.util.List<Comment> comments)InterfaceTypeDefinition.BuilderInterfaceTypeDefinition.Builder. comments(java.util.List<Comment> comments)InterfaceTypeExtensionDefinition.BuilderInterfaceTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)IntValue.BuilderIntValue.Builder. comments(java.util.List<Comment> comments)ListType.BuilderListType.Builder. comments(java.util.List<Comment> comments)NodeBuilderNodeBuilder. comments(java.util.List<Comment> comments)NonNullType.BuilderNonNullType.Builder. comments(java.util.List<Comment> comments)NullValue.BuilderNullValue.Builder. comments(java.util.List<Comment> comments)ObjectField.BuilderObjectField.Builder. comments(java.util.List<Comment> comments)ObjectTypeDefinition.BuilderObjectTypeDefinition.Builder. comments(java.util.List<Comment> comments)ObjectTypeExtensionDefinition.BuilderObjectTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)ObjectValue.BuilderObjectValue.Builder. comments(java.util.List<Comment> comments)OperationDefinition.BuilderOperationDefinition.Builder. comments(java.util.List<Comment> comments)OperationTypeDefinition.BuilderOperationTypeDefinition.Builder. comments(java.util.List<Comment> comments)private java.lang.StringPrettyAstPrinter. comments(java.util.List<Comment> comments)private java.lang.StringPrettyAstPrinter. comments(java.util.List<Comment> comments, java.lang.String suffix)private java.lang.StringPrettyAstPrinter. comments(java.util.List<Comment> comments, java.lang.String prefix, java.lang.String suffix)ScalarTypeDefinition.BuilderScalarTypeDefinition.Builder. comments(java.util.List<Comment> comments)ScalarTypeExtensionDefinition.BuilderScalarTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)SchemaDefinition.BuilderSchemaDefinition.Builder. comments(java.util.List<Comment> comments)SchemaExtensionDefinition.BuilderSchemaExtensionDefinition.Builder. comments(java.util.List<Comment> comments)SelectionSet.BuilderSelectionSet.Builder. comments(java.util.List<Comment> comments)StringValue.BuilderStringValue.Builder. comments(java.util.List<Comment> comments)TypeName.BuilderTypeName.Builder. comments(java.util.List<Comment> comments)UnionTypeDefinition.BuilderUnionTypeDefinition.Builder. comments(java.util.List<Comment> comments)UnionTypeExtensionDefinition.BuilderUnionTypeExtensionDefinition.Builder. comments(java.util.List<Comment> comments)VariableDefinition.BuilderVariableDefinition.Builder. comments(java.util.List<Comment> comments)VariableReference.BuilderVariableReference.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_COMMENTSMethods 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.StringSchemaPrinter. comments(java.util.List<Comment> comments)
-