Package | Description |
---|---|
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
RubyParserResult |
ParserSupport.getResult()
Gets the result.
|
RubyParserResult |
RubyParser.parse(ParserConfiguration configuration,
LexerSource source) |
RubyParserResult |
Ruby20Parser.parse(ParserConfiguration configuration,
LexerSource source)
The parse method use an lexer stream and parse it to an AST node
structure
|
RubyParserResult |
Ruby19Parser.parse(ParserConfiguration configuration,
LexerSource source)
The parse method use an lexer stream and parse it to an AST node
structure
|
RubyParserResult |
DefaultRubyParser.parse(ParserConfiguration configuration,
LexerSource source)
The parse method use an lexer stream and parse it to an AST node
structure
|
Modifier and Type | Method and Description |
---|---|
void |
ParserSupport.setResult(RubyParserResult result)
Sets the result.
|
Copyright © 2001-2013 JRuby. All Rights Reserved.