org.jruby.runtime
Class MethodSelectorTable

java.lang.Object
  extended byorg.jruby.runtime.MethodSelectorTable

public class MethodSelectorTable
extends java.lang.Object

Author:
headius

Field Summary
 byte[][] table
           
 
Constructor Summary
MethodSelectorTable()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

public final byte[][] table
Constructor Detail

MethodSelectorTable

public MethodSelectorTable()
Method Detail

init

public void init()


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