Groovy 2.1.4

org.codehaus.groovy.tools.shell
[Groovy] Class RelaxedParser

java.lang.Object
  org.codehaus.groovy.tools.shell.RelaxedParser

final class RelaxedParser

A relaxed parser, which tends to allow more, but won't really catch valid syntax errors.


Method Summary
protected AST doParse(org.codehaus.groovy.antlr.UnicodeEscapingReader reader)

ParseStatus parse(List buffer)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

doParse

protected AST doParse(org.codehaus.groovy.antlr.UnicodeEscapingReader reader)


parse

ParseStatus parse(List buffer)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.