On this page
[Groovy] Class RelaxedParser
- org.apache.groovy.groovysh.antlr4.RelaxedParser
- All Implemented Interfaces and Traits:
- Parsing
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
Constructor and description |
---|
RelaxedParser() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
org.apache.groovy.groovysh.ParseStatus |
parse(Collection<String> buffer) |
Inherited Methods Summary
Constructor Detail
RelaxedParser()
Method Detail
@Override org.apache.groovy.groovysh.ParseStatus parse(Collection<String> buffer)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/groovysh/antlr4/RelaxedParser.html