[Groovy] Class RelaxedParser

  • org.apache.groovy.groovysh.RelaxedParser
All Implemented Interfaces and Traits:
Parsing
@Deprecated
final class RelaxedParser
extends Object
implements Parsing

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

Constructor Summary

Constructors
Constructor and description
RelaxedParser ()

Methods Summary

Methods
Type Params Return Type Name and description
protected AST doParse(UnicodeEscapingReader reader)
ParseStatus parse(Collection<String> buffer)

Inherited Methods Summary

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

Constructor Detail

RelaxedParser()

Method Detail

protected AST doParse(UnicodeEscapingReader reader)

@Override ParseStatus parse(Collection<String> buffer)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/RelaxedParser.html