org.jruby.runtime.callsite
Interface ConstantSite


public interface ConstantSite

Represents a constant cache site


Method Summary
 IRubyObject getValue(ThreadContext context)
           
 void invalidate()
           
 

Method Detail

getValue

IRubyObject getValue(ThreadContext context)

invalidate

void invalidate()


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