Class AliasMethod

java.lang.Object
org.jruby.internal.runtime.methods.DynamicMethod
org.jruby.internal.runtime.methods.AliasMethod

public class AliasMethod extends DynamicMethod
Represents a method which has been aliased. Aliased methods pass as frame class the implementationClass they were created with, which should reflect the level in the related class hierarchy where the alias appears. This allows aliased methods that super to do so from the appropriate starting level.