Uses of Class
nonapi.io.github.classgraph.types.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in io.github.classgraph
Methods in io.github.classgraph that throw ParseExceptionModifier and TypeMethodDescription(package private) static ArrayTypeSignatureParses the array type signature.(package private) static ClassRefTypeSignatureParse a class type signature.(package private) static ClassTypeSignatureParse a class type signature or class type descriptor.(package private) static MethodTypeSignatureParse a method signature.private static TypeArgumentParse a type argument.(package private) static TypeSignatureParse a type signature.(package private) static TypeSignatureParse a type signature.(package private) static TypeVariableSignatureParse a TypeVariableSignature.(package private) static ReferenceTypeSignatureReferenceTypeSignature.parseClassBound(Parser parser, String definingClassName) Parse a class bound.(package private) static List<TypeArgument> Parse a list of type arguments.(package private) static List<TypeParameter> Parse a list of type parameters intoTypeParameterobjects.(package private) static ReferenceTypeSignatureReferenceTypeSignature.parseReferenceTypeSignature(Parser parser, String definingClassName) Parse a reference type signature. -
Uses of ParseException in nonapi.io.github.classgraph.json
Methods in nonapi.io.github.classgraph.json that throw ParseExceptionModifier and TypeMethodDescriptionprivate intJSONParser.getAndParseHexChar()Get and parse a hexadecimal digit character.private ObjectJSONParser.parseJSON()Parse a JSON type (object / array / value).(package private) static ObjectParse a JSON object, array, string, value or object reference.private JSONArrayJSONParser.parseJSONArray()Array ← "[" ( JSON ( "," JSON )* / S? ) "]"private JSONObjectJSONParser.parseJSONObject()Parse a JSON Object.private NumberJSONParser.parseNumber()Parses and returns Integer, Long or Double type.private CharSequenceJSONParser.parseString()Parse a quoted/escaped JSON string.Constructors in nonapi.io.github.classgraph.json that throw ParseException -
Uses of ParseException in nonapi.io.github.classgraph.types
Methods in nonapi.io.github.classgraph.types that throw ParseExceptionModifier and TypeMethodDescriptionvoidParser.expect(char expectedChar) Expect the next character.charParser.getc()Get the next character.voidParser.peekExpect(char expectedChar) Get the next character, throwing aParseExceptionif the next character is not the expected character.Constructors in nonapi.io.github.classgraph.types that throw ParseException