|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.internal.runtime.methods.AbstractMethod
org.jruby.internal.runtime.methods.UndefinedMethod
Method Summary | |
IRubyObject |
call(Ruby ruby,
IRubyObject receiver,
java.lang.String name,
IRubyObject[] args,
boolean noSuper)
|
ICallable |
dup()
|
static UndefinedMethod |
getInstance()
Returns the instance. |
boolean |
isUndefined()
|
Methods inherited from class org.jruby.internal.runtime.methods.AbstractMethod |
getArity, getImplementationClass, getVisibility, initializeCacheEntry, setImplementationClass, setVisibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public IRubyObject call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
ICallable.call(Ruby, IRubyObject, String, IRubyObject[], boolean)
public boolean isUndefined()
isUndefined
in interface ICallable
isUndefined
in class AbstractMethod
public ICallable dup()
public static UndefinedMethod getInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |