Uses of Class
graphql.language.Comment
Packages that use Comment
-
Uses of Comment in graphql.language
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.Method parameters in graphql.language with type arguments of type CommentModifier and TypeMethodDescriptionConstructor 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
Methods 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)