final class RigidParser
A more rigid parser which catches more syntax errors, but also tends to barf on stuff that is really valid from time to time.
Type | Name and description |
---|---|
static String |
SCRIPT_FILENAME |
Type Params | Return Type | Name and description |
---|---|---|
|
static boolean |
hasUnmatchedOpenBracketOrParen(String source) |
|
static boolean |
ignoreSyntaxErrorForLineEnding(String line) |
|
static boolean |
isAnnotationExpression(CompilationFailedException e, String line) |
|
ParseStatus |
parse(Collection<String> buffer) |