org.jruby.parser
Class RubyParserPool

java.lang.Object
  extended by org.jruby.parser.RubyParserPool

public class RubyParserPool
extends java.lang.Object


Method Summary
 DefaultRubyParser borrowParser()
           
 RubyParser borrowParser(CompatVersion version)
           
static RubyParserPool getInstance()
           
 void returnParser(RubyParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RubyParserPool getInstance()

borrowParser

public DefaultRubyParser borrowParser()

borrowParser

public RubyParser borrowParser(CompatVersion version)

returnParser

public void returnParser(RubyParser parser)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.