org.codehaus.groovy.tools.shell
Class RigidParser
java.lang.Object
org.codehaus.groovy.tools.shell.RigidParser
class RigidParser
extends Object
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 inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
SCRIPT_FILENAME
static final String SCRIPT_FILENAME
-
RigidParser
RigidParser()
-
parse
ParseStatus parse(List buffer)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.