org.jrubyparser.parser
Interface RubyParser

All Known Implementing Classes:
Ruby18Parser, Ruby19Parser, Ruby20Parser

public interface RubyParser

Common interface specifying the contract of Ruby parsers (1.8.6 + 1.9)


Method Summary
 ParserResult parse(ParserConfiguration configuration, LexerSource source)
           
 void setWarnings(IRubyWarnings warnings)
           
 

Method Detail

parse

ParserResult parse(ParserConfiguration configuration,
                   LexerSource source)
                   throws IOException
Throws:
IOException

setWarnings

void setWarnings(IRubyWarnings warnings)


Copyright © 2013. All Rights Reserved.