Package graphql.parser
Class StringValueParsing
java.lang.Object
graphql.parser.StringValueParsing
Contains parsing code for the StringValue types in the grammar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanprivate static intleadingWhitespace(String str) static StringparseSingleQuotedString(I18n i18n, String string, SourceLocation sourceLocation) static StringparseTripleQuotedString(String strText) static StringremoveIndentation(String rawValue)
-
Field Details
-
ESCAPED_TRIPLE_QUOTES
- See Also:
-
THREE_QUOTES
- See Also:
-
-
Constructor Details
-
StringValueParsing
public StringValueParsing()
-
-
Method Details
-
parseTripleQuotedString
-
removeIndentation
-
leadingWhitespace
-
containsOnlyWhiteSpace
-
parseSingleQuotedString
public static String parseSingleQuotedString(I18n i18n, String string, SourceLocation sourceLocation)
-