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

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

Uses of Iu4 in com.jeffpalm.basic.bytecode
 

Methods in com.jeffpalm.basic.bytecode that return Iu4
 Iu4 Iattribute_info.attribute_length()
           
 Iu4 ICONSTANT_Integer_info.bytes()
           
 Iu4 ICONSTANT_Float_info.bytes()
           
 Iu4 ICode_attribute_info.code_length()
           
 Iu4 ICONSTANT_Long_info.high_bytes()
           
 Iu4 ICONSTANT_Double_info.high_bytes()
           
 Iu4 ICONSTANT_Long_info.low_bytes()
           
 Iu4 ICONSTANT_Double_info.low_bytes()
           
 Iu4 IClassFile.magic()
           
 

Methods in com.jeffpalm.basic.bytecode with parameters of type Iu4
 void IClassFile.setMagic(Iu4 u)
           
 void ICodeStream.write(Iu4 u)
           
 void ICodeStream.write(Iu4 u, java.lang.String msg)
           
 

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

Classes in com.jeffpalm.basic.bytecode.base that implement Iu4
 class u4
           
 

Fields in com.jeffpalm.basic.bytecode.base declared as Iu4
 Iu4 CONSTANT_u4_info.bytes
           
 Iu4 CONSTANT_u4_u4_info.high_bytes
           
 Iu4 CONSTANT_u4_u4_info.low_bytes
           
 

Methods in com.jeffpalm.basic.bytecode.base that return Iu4
 Iu4 attribute_info.attribute_length()
           
 Iu4 CONSTANT_u4_info.bytes()
           
 Iu4 Code_attribute_info.code_length()
           
 Iu4 CONSTANT_u4_u4_info.high_bytes()
           
 Iu4 CONSTANT_u4_u4_info.low_bytes()
           
 Iu4 ClassFileImpl.magic()
           
 

Methods in com.jeffpalm.basic.bytecode.base with parameters of type Iu4
 void ClassFileImpl.setMagic(Iu4 u)
           
 

Constructors in com.jeffpalm.basic.bytecode.base with parameters of type Iu4
CONSTANT_Double_info(Iu4 high_bytes, Iu4 low_bytes)
           
CONSTANT_Float_info(Iu4 bytes)
           
CONSTANT_Integer_info(Iu4 bytes)
           
CONSTANT_Long_info(Iu4 high_bytes, Iu4 low_bytes)
           
CONSTANT_u4_info(Iu4 bytes)
           
CONSTANT_u4_u4_info(Iu4 high_bytes, Iu4 low_bytes)