com.jeffpalm.basic.bytecode.base
Class CONSTANT_Methodref_info

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.CONSTANT_info
          extended by com.jeffpalm.basic.bytecode.base.CONSTANT_ref_info
              extended by com.jeffpalm.basic.bytecode.base.CONSTANT_Methodref_info
All Implemented Interfaces:
ConstantFlags, ICodeGenerator, ICONSTANT_info, ICONSTANT_Methodref_info, IInfo

public class CONSTANT_Methodref_info
extends CONSTANT_ref_info
implements ICONSTANT_Methodref_info


Field Summary
 
Fields inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_ref_info
class_index, name_and_type_index, tag
 
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ConstantFlags
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
 
Constructor Summary
CONSTANT_Methodref_info(Iu2 class_index, Iu2 name_and_type_index)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte getTag()
           
static CONSTANT_Methodref_info newInstance(Iu2 class_index, Iu2 name_and_type_index)
           
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_ref_info
class_index, genRest, getString, name_and_type_index, tag
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info
gen, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_Methodref_info
class_index, name_and_type_index, tag
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Constructor Detail

CONSTANT_Methodref_info

public CONSTANT_Methodref_info(Iu2 class_index,
                               Iu2 name_and_type_index)
Method Detail

newInstance

public static CONSTANT_Methodref_info newInstance(Iu2 class_index,
                                                  Iu2 name_and_type_index)

getTag

public byte getTag()
Specified by:
getTag in class CONSTANT_ref_info

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object