| Package | Description |
|---|---|
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
RubyParserResult |
RubyParserBase.getResult()
Gets the result.
|
RubyParserResult |
RubyParserBase.parse(ParserConfiguration configuration)
The parse method use an lexer stream and parse it to an AST node
structure
|
| Modifier and Type | Method and Description |
|---|---|
void |
RubyParserBase.setResult(RubyParserResult result)
Sets the result.
|
Copyright © 2001-2023 JRuby. All Rights Reserved.