Groovy 1.7.2

org.codehaus.groovy.tools.shell
Class Parser

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

public class Parser
extends Object

Provides a facade over the parser to recognize valid Groovy syntax.

version:
$Id: Parser.groovy 12278 2008-05-04 12:00:38Z user57 $
author:
Jason Dillon


Constructor Summary
Parser()

 
Method Summary
ParseStatus parse(List buffer)

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

Constructor Detail

Parser

public Parser()


 
Method Detail

parse

public ParseStatus parse(List buffer)


 

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