|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.internal.runtime.methods.DynamicMethod
org.jruby.internal.runtime.methods.JavaMethod
org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero
org.jruby.java.MiniJava.AbstractJavaWrapperMethodZero
public abstract static class MiniJava.AbstractJavaWrapperMethodZero
Nested Class Summary |
---|
Field Summary | |
---|---|
protected java.lang.String |
className
|
protected HandleFactory.Handle |
handle
|
protected boolean |
isStatic
|
protected java.lang.String |
methodName
|
protected java.lang.String |
prettySig
|
protected Ruby |
ruby
|
Fields inherited from class org.jruby.internal.runtime.methods.JavaMethod |
---|
arity, arityValue, staticScope |
Fields inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
---|
callConfig, implementationClass, protectedClass, visibility |
Constructor Summary | |
---|---|
MiniJava.AbstractJavaWrapperMethodZero(RubyModule klazz,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
protected RaiseException |
error(ThreadContext context,
java.lang.Exception e)
|
Methods inherited from class org.jruby.internal.runtime.methods.JavaMethod.JavaMethodZero |
---|
call, call, getArity |
Methods inherited from class org.jruby.internal.runtime.methods.JavaMethod |
---|
callTrace, dup, getArgumentTypes, getJavaName, init, isNative, isSingleton, postBacktraceAndScope, postBacktraceOnly, postFrameAndScope, postFrameOnly, postScopeOnly, preBacktraceAndScope, preBacktraceOnly, preFrameAndDummyScope, preFrameAndScope, preFrameOnly, preScopeOnly, returnTrace, setArgumentTypes, setArity, setJavaName, setSingleton |
Methods inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
---|
calculateProtectedClass, call, call, call, call, call, call, call, call, getCallConfig, getImplementationClass, getProtectedClass, getRealMethod, getVisibility, handleRedo, handleReturn, init, isCallableFrom, isUndefined, setCallConfig, setImplementationClass, setVisibility |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final HandleFactory.Handle handle
protected final boolean isStatic
protected final java.lang.String className
protected final java.lang.String methodName
protected final java.lang.String prettySig
protected final Ruby ruby
Constructor Detail |
---|
public MiniJava.AbstractJavaWrapperMethodZero(RubyModule klazz, java.lang.reflect.Method method)
Method Detail |
---|
protected RaiseException error(ThreadContext context, java.lang.Exception e) throws RaiseException
RaiseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |