public interface RubyParser
Modifier and Type | Method and Description |
---|---|
RubyYaccLexer |
getLexer() |
RubyParserResult |
parse(ParserConfiguration configuration,
LexerSource source) |
void |
setWarnings(IRubyWarnings warnings) |
RubyParserResult parse(ParserConfiguration configuration, LexerSource source) throws IOException
IOException
void setWarnings(IRubyWarnings warnings)
RubyYaccLexer getLexer()
Copyright © 2001-2017 JRuby. All Rights Reserved.