|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicMethod.NativeCall | |
---|---|
org.jruby.compiler | |
org.jruby.compiler.impl | |
org.jruby.internal.runtime.methods |
Uses of DynamicMethod.NativeCall in org.jruby.compiler |
---|
Methods in org.jruby.compiler with parameters of type DynamicMethod.NativeCall | |
---|---|
void |
InvocationCompiler.invokeNative(java.lang.String name,
DynamicMethod.NativeCall nativeCall,
int generation,
CompilerCallback receiver,
ArgumentsCallback args,
CompilerCallback closure,
CallType callType,
boolean iterator)
|
Uses of DynamicMethod.NativeCall in org.jruby.compiler.impl |
---|
Methods in org.jruby.compiler.impl with parameters of type DynamicMethod.NativeCall | |
---|---|
void |
StandardInvocationCompiler.invokeNative(java.lang.String name,
DynamicMethod.NativeCall nativeCall,
int moduleGeneration,
CompilerCallback receiver,
ArgumentsCallback args,
CompilerCallback closure,
CallType callType,
boolean iterator)
|
Uses of DynamicMethod.NativeCall in org.jruby.internal.runtime.methods |
---|
Fields in org.jruby.internal.runtime.methods declared as DynamicMethod.NativeCall | |
---|---|
protected DynamicMethod.NativeCall |
DynamicMethod.nativeCall
Data on what native call will eventually be made |
Methods in org.jruby.internal.runtime.methods that return DynamicMethod.NativeCall | |
---|---|
DynamicMethod.NativeCall |
DelegatingDynamicMethod.getNativeCall()
|
DynamicMethod.NativeCall |
DynamicMethod.getNativeCall()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |