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 ArrayTypeSignature
Parses the array type signature.(package private) static ClassRefTypeSignature
Parse a class type signature.(package private) static ClassTypeSignature
Parse a class type signature or class type descriptor.(package private) static MethodTypeSignature
Parse a method signature.private static TypeArgument
Parse a type argument.(package private) static TypeSignature
Parse a type signature.(package private) static TypeSignature
Parse a type signature.(package private) static TypeVariableSignature
Parse a TypeVariableSignature.(package private) static ReferenceTypeSignature
ReferenceTypeSignature.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 intoTypeParameter
objects.(package private) static ReferenceTypeSignature
ReferenceTypeSignature.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 int
JSONParser.getAndParseHexChar()
Get and parse a hexadecimal digit character.private Object
JSONParser.parseJSON()
Parse a JSON type (object / array / value).(package private) static Object
Parse a JSON object, array, string, value or object reference.private JSONArray
JSONParser.parseJSONArray()
Array ← "[" ( JSON ( "," JSON )* / S? ) "]"private JSONObject
JSONParser.parseJSONObject()
Parse a JSON Object.private Number
JSONParser.parseNumber()
Parses and returns Integer, Long or Double type.private CharSequence
JSONParser.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 TypeMethodDescriptionvoid
Parser.expect
(char expectedChar) Expect the next character.char
Parser.getc()
Get the next character.void
Parser.peekExpect
(char expectedChar) Get the next character, throwing aParseException
if the next character is not the expected character.Constructors in nonapi.io.github.classgraph.types that throw ParseException