Package | Description |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl | |
org.jruby.internal.runtime.methods |
Modifier and Type | Method and Description |
---|---|
void |
InvocationCompiler.invokeNative(java.lang.String name,
DynamicMethod.NativeCall nativeCall,
int generation,
CompilerCallback receiver,
ArgumentsCallback args,
CompilerCallback closure,
CallType callType,
boolean iterator) |
Modifier and Type | Method and Description |
---|---|
void |
StandardInvocationCompiler.invokeNative(java.lang.String name,
DynamicMethod.NativeCall nativeCall,
int moduleGeneration,
CompilerCallback receiver,
ArgumentsCallback args,
CompilerCallback closure,
CallType callType,
boolean iterator) |
Modifier and Type | Field and Description |
---|---|
protected DynamicMethod.NativeCall |
DynamicMethod.nativeCall
Data on what native call will eventually be made
|
Modifier and Type | Method and Description |
---|---|
DynamicMethod.NativeCall |
DelegatingDynamicMethod.getNativeCall() |
DynamicMethod.NativeCall |
DynamicMethod.getNativeCall() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.