com.jeffpalm.basic.bytecode.base
Class MethodRefImpl

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.MethodRefImpl
All Implemented Interfaces:
IMethodRef

public class MethodRefImpl
extends java.lang.Object
implements IMethodRef


Constructor Summary
MethodRefImpl(ICONSTANT_Methodref_info info, IConstantPool pool)
           
 
Method Summary
 java.lang.String descriptor()
           
 ICONSTANT_Methodref_info info()
           
 java.lang.String name()
           
 IConstantPool pool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRefImpl

public MethodRefImpl(ICONSTANT_Methodref_info info,
                     IConstantPool pool)
Method Detail

info

public ICONSTANT_Methodref_info info()
Specified by:
info in interface IMethodRef

pool

public IConstantPool pool()
Specified by:
pool in interface IMethodRef

name

public java.lang.String name()
Specified by:
name in interface IMethodRef

descriptor

public java.lang.String descriptor()
Specified by:
descriptor in interface IMethodRef