- org.apache.groovy.groovysh.RigidParser
-
- All Implemented Interfaces and Traits:
- Parsing
final class RigidParser
extends Object
implements Parsing
A more rigid parser which catches more syntax errors, but also tends to barf on stuff that is really valid from time to time.
-
-
Methods Summary
-
Inherited Methods Summary
-
-
Property Detail
-
static final String SCRIPT_FILENAME
-
Method Detail
-
static boolean hasUnmatchedOpenBracketOrParen(String source)
-
static boolean ignoreSyntaxErrorForLineEnding(String line)
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.