| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature | |
| io.github.lukehutch.fastclasspathscanner.utils |
| 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 '/').
|
| Constructor | Description |
|---|---|
ParseException(Parser parser,
String msg) |
Copyright © 2018. All rights reserved.