Uses of Interface
com.jeffpalm.basic.bytecode.Iu1

Packages that use Iu1
com.jeffpalm.basic.bytecode   
com.jeffpalm.basic.bytecode.base   
 

Uses of Iu1 in com.jeffpalm.basic.bytecode
 

Methods in com.jeffpalm.basic.bytecode that return Iu1
 Iu1[] ICONSTANT_Utf8_info.bytes()
           
 Iu1 Icp_info.tag()
           
 Iu1 ICONSTANT_Methodref_info.tag()
           
 Iu1 ICONSTANT_InterfaceMethodref_info.tag()
           
 Iu1 ICONSTANT_info.tag()
           
 Iu1 ICONSTANT_Fieldref_info.tag()
           
 

Methods in com.jeffpalm.basic.bytecode with parameters of type Iu1
 void ICodeStream.write(Iu1 u)
           
 void ICodeStream.write(Iu1[] u)
           
 void ICodeStream.write(Iu1[] u, java.lang.String msg)
           
 void ICodeStream.write(Iu1 u, java.lang.String msg)
           
 

Uses of Iu1 in com.jeffpalm.basic.bytecode.base
 

Classes in com.jeffpalm.basic.bytecode.base that implement Iu1
 class u1
           
 

Fields in com.jeffpalm.basic.bytecode.base declared as Iu1
 Iu1 CONSTANT_ref_info.tag
           
 

Methods in com.jeffpalm.basic.bytecode.base that return Iu1
 Iu1[] CONSTANT_Utf8_info.bytes()
           
 Iu1 cp_info.tag()
           
 Iu1 CONSTANT_ref_info.tag()
           
 Iu1 CONSTANT_info.tag()