com.jeffpalm.basic.bytecode
Interface ICONSTANT_InterfaceMethodref_info

All Superinterfaces:
ICodeGenerator, ICONSTANT_info, IInfo
All Known Implementing Classes:
CONSTANT_InterfaceMethodref_info

public interface ICONSTANT_InterfaceMethodref_info
extends ICONSTANT_info


Method Summary
 Iu2 class_index()
           
 Iu2 name_and_type_index()
           
 Iu1 tag()
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

tag

Iu1 tag()
Specified by:
tag in interface ICONSTANT_info

class_index

Iu2 class_index()

name_and_type_index

Iu2 name_and_type_index()