Uses of Class
io.github.fastclasspathscanner.utils.Parser
-
Packages that use Parser Package Description io.github.fastclasspathscanner.utils -
-
Uses of Parser in io.github.fastclasspathscanner.utils
Methods in io.github.fastclasspathscanner.utils with parameters of type Parser Modifier and Type Method Description static boolean
TypeUtils. getIdentifierToken(Parser parser)
Parse a Java identifier part (between separators and other non-alphanumeric characters).static boolean
TypeUtils. getIdentifierToken(Parser parser, char separator, char separatorReplace)
Parse a Java identifier with the given separator ('.' or '/').Constructors in io.github.fastclasspathscanner.utils with parameters of type Parser Constructor Description ParseException(Parser parser, String msg)
-