[Groovy] Class Parser
- org.codehaus.groovy.tools.shell.Parser
Provides a facade over the parser to recognize valid Groovy syntax.
- Authors:
- Jason Dillon
Properties Summary
Type | Name and description |
---|---|
static String |
NEWLINE |
Constructor Summary
Constructor and description |
---|
Parser
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
ParseStatus |
parse(Collection<String> buffer) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
static final String NEWLINE
Constructor Detail
Parser()
Method Detail
ParseStatus parse(Collection<String> buffer)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/Parser.html