Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.util.event.generator » [javadoc | source]
org.apache.bsf.util.event.generator
public class: Bytecode [javadoc | source]
java.lang.Object
   org.apache.bsf.util.event.generator.Bytecode
Bytecode handling utilities Handle standard byte arrays as defined in Java VM and Class File 5 April 1999 - functions to append Class File byte subarrays into a Class File byte array
Field Summary
public static final  byte C_Utf8     
public static final  byte C_Integer     
public static final  byte C_Float     
public static final  byte C_Long     
public static final  byte C_Double     
public static final  byte C_Class     
public static final  byte C_String     
public static final  byte C_FieldRef     
public static final  byte C_MethodRef     
public static final  byte C_InterfaceMethodRef     
public static final  byte C_NameAndType     
Method from org.apache.bsf.util.event.generator.Bytecode Summary:
addClass,   addFieldRef,   addInteger,   addInterfaceMethodRef,   addLong,   addMethodRef,   addNameAndType,   addRef,   addRef,   addString,   addUtf8
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.util.event.generator.Bytecode Detail:
 public static byte[] addClass(byte[] array,
    short value) 
 public static byte[] addFieldRef(byte[] array,
    short value1,
    short value2) 
 public static byte[] addInteger(byte[] array,
    int value) 
 public static byte[] addInterfaceMethodRef(byte[] array,
    short value1,
    short value2) 
 public static byte[] addLong(byte[] array,
    long value) 
 public static byte[] addMethodRef(byte[] array,
    short value1,
    short value2) 
 public static byte[] addNameAndType(byte[] array,
    short value1,
    short value2) 
 public static byte[] addRef(byte refType,
    byte[] array,
    short value) 
 public static byte[] addRef(byte refType,
    byte[] array,
    short value1,
    short value2) 
 public static byte[] addString(byte[] array,
    short value) 
 public static byte[] addUtf8(byte[] array,
    String value)