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()
           
static RubyParserPool getInstance()
           
 void returnParser(DefaultRubyParser 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()

returnParser

public void returnParser(DefaultRubyParser parser)


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