Uses of Class
io.github.classgraph.utils.Parser.ParseException
-
Packages that use Parser.ParseException Package Description io.github.classgraph.utils -
-
Uses of Parser.ParseException in io.github.classgraph.utils
Methods in io.github.classgraph.utils that throw Parser.ParseException Modifier and Type Method Description voidParser. expect(char expectedChar)Expect the next character.charParser. getc()Get the next character.static booleanTypeUtils. getIdentifierToken(Parser parser)Parse a Java identifier part (between separators and other non-alphanumeric characters).static booleanTypeUtils. getIdentifierToken(Parser parser, char separator, char separatorReplace)Parse a Java identifier with the given separator ('.' or '/').voidParser. peekExpect(char expectedChar)Get the next character, throwing aParser.ParseExceptionif the next character is not the expected character.Constructors in io.github.classgraph.utils that throw Parser.ParseException Constructor Description Parser(String string)Construct a parser.
-