Uses of Class
nonapi.io.github.classgraph.types.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in io.github.classgraph
Methods in io.github.classgraph with parameters of type ParserModifier and TypeMethodDescription(package private) static ArrayTypeSignature
Parses the array type signature.(package private) static BaseTypeSignature
Parse a base type.(package private) static ClassRefTypeSignature
Parse a class type signature.private static TypeArgument
Parse a type argument.(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 Parser in nonapi.io.github.classgraph.json
Subclasses of Parser in nonapi.io.github.classgraph.jsonModifier and TypeClassDescription(package private) final class
A JSON parser, based on the PEG grammar found at: https://github.com/azatoth/PanPG/blob/master/grammars/JSON.peg -
Uses of Parser in nonapi.io.github.classgraph.types
Methods in nonapi.io.github.classgraph.types with parameters of type ParserModifier and TypeMethodDescriptionstatic boolean
TypeUtils.getIdentifierToken
(Parser parser, boolean stopAtDollarSign) Parse a Java identifier, replacing '/' with '.'.Constructors in nonapi.io.github.classgraph.types with parameters of type Parser