com.jeffpalm.basic.bytecode
Interface ICONSTANT_info

All Superinterfaces:
ICodeGenerator, IInfo
All Known Subinterfaces:
ICONSTANT_Class_info, ICONSTANT_Double_info, ICONSTANT_Fieldref_info, ICONSTANT_Float_info, ICONSTANT_Integer_info, ICONSTANT_InterfaceMethodref_info, ICONSTANT_Long_info, ICONSTANT_Methodref_info, ICONSTANT_NameAndType_info, ICONSTANT_String_info, ICONSTANT_Utf8_info
All Known Implementing Classes:
CONSTANT_Class_info, CONSTANT_Double_info, CONSTANT_Fieldref_info, CONSTANT_Float_info, CONSTANT_info, CONSTANT_Integer_info, CONSTANT_InterfaceMethodref_info, CONSTANT_Long_info, CONSTANT_Methodref_info, CONSTANT_NameAndType_info, CONSTANT_ref_info, CONSTANT_String_info, CONSTANT_u4_info, CONSTANT_u4_u4_info, CONSTANT_Utf8_info

public interface ICONSTANT_info
extends IInfo, ICodeGenerator


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

Method Detail

tag

Iu1 tag()