Groovy 2.2.0

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

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

class Parser

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

Authors:
Jason Dillon


Property Summary
static String NEWLINE

 
Constructor Summary
Parser()

 
Method Summary
ParseStatus parse(List buffer)

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

Property Detail

NEWLINE

static final String NEWLINE


 
Constructor Detail

Parser

Parser()


 
Method Detail

parse

ParseStatus parse(List buffer)


 

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