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 ArrayTypeSignatureParses the array type signature.(package private) static BaseTypeSignatureParse a base type.(package private) static ClassRefTypeSignatureParse a class type signature.private static TypeArgumentParse a type argument.(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 Parser in nonapi.io.github.classgraph.json
Subclasses of Parser in nonapi.io.github.classgraph.jsonModifier and TypeClassDescription(package private) final classA 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 booleanTypeUtils.getIdentifierToken(Parser parser, boolean stopAtDollarSign, boolean stopAtDot) Parse a Java identifier, replacing '/' with '.'.Constructors in nonapi.io.github.classgraph.types with parameters of type Parser