org.jruby.internal.runtime.methods
Class AliasMethod
java.lang.Object
org.jruby.internal.runtime.methods.AbstractMethod
org.jruby.internal.runtime.methods.AliasMethod
- All Implemented Interfaces:
- ICallable
- public class AliasMethod
- extends AbstractMethod
- Version:
- $Revision: 1.4 $
- Author:
- jpetersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasMethod
public AliasMethod(ICallable oldMethod,
java.lang.String oldName)
call
public IRubyObject call(Ruby ruby,
IRubyObject receiver,
java.lang.String name,
IRubyObject[] args,
boolean noSuper)
getOldMethod
public ICallable getOldMethod()
getOldName
public java.lang.String getOldName()
getOrigin
public RubyModule getOrigin()
initializeCacheEntry
public void initializeCacheEntry(CacheEntry cacheEntry)
- Specified by:
initializeCacheEntry
in interface ICallable
- Overrides:
initializeCacheEntry
in class AbstractMethod
dup
public ICallable dup()
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.