|
||||||||||
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.java.MiniJava.AbstractJavaWrapperMethod
public abstract static class MiniJava.AbstractJavaWrapperMethod
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, BLOCK_METHODS, BLOCK_REST_METHODS, METHODS, REST_METHODS, staticScope |
Fields inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
---|
callConfig, implementationClass, protectedClass, visibility |
Constructor Summary | |
---|---|
MiniJava.AbstractJavaWrapperMethod(RubyModule klazz,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
protected RaiseException |
error(java.lang.Exception e)
|
Methods inherited from class org.jruby.internal.runtime.methods.JavaMethod |
---|
callTrace, checkArgumentCount, dup, getArity, getJavaName, init, isNative, isSingleton, postBacktraceAndScope, postBacktraceDummyScope, postBacktraceOnly, postFrameAndScope, postFrameOnly, postNoFrameDummyScope, postNoop, postScopeOnly, preBacktraceAndScope, preBacktraceDummyScope, preBacktraceOnly, preFrameAndDummyScope, preFrameAndScope, preFrameOnly, preNoFrameDummyScope, preNoop, preScopeOnly, raiseArgumentError, returnTrace, setArity, setJavaName, setSingleton |
Methods inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
---|
calculateProtectedClass, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, 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.AbstractJavaWrapperMethod(RubyModule klazz, java.lang.reflect.Method method)
Method Detail |
---|
protected RaiseException error(java.lang.Exception e) throws RaiseException
RaiseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |