|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.runtime.Dispatcher
public abstract class Dispatcher
| Field Summary | |
|---|---|
static Dispatcher |
DEFAULT_DISPATCHER
|
protected byte[] |
switchTable
|
| Constructor Summary | |
|---|---|
Dispatcher()
|
|
| Method Summary | |
|---|---|
abstract IRubyObject |
callMethod(ThreadContext context,
IRubyObject self,
RubyClass rubyclass,
int methodIndex,
java.lang.String name,
IRubyObject[] args,
CallType callType,
Block block)
|
void |
clearIndex(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Dispatcher DEFAULT_DISPATCHER
protected byte[] switchTable
| Constructor Detail |
|---|
public Dispatcher()
| Method Detail |
|---|
public abstract IRubyObject callMethod(ThreadContext context,
IRubyObject self,
RubyClass rubyclass,
int methodIndex,
java.lang.String name,
IRubyObject[] args,
CallType callType,
Block block)
public void clearIndex(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||