| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ByteSequence | |
| org.apache.bcel.classfile | This package contains the classes that describe the structure of a Java class file and a class file parser. | 
| org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. | 
| Uses of ByteSequence in org.apache.bcel.classfile | 
| Methods in org.apache.bcel.classfile with parameters of type ByteSequence | |
| static java.lang.String | Utility.codeToString(ByteSequence bytes,
             ConstantPool constant_pool,
             boolean verbose)Disassemble a stream of byte codes and return the string representation. | 
| static java.lang.String | Utility.codeToString(ByteSequence bytes,
             ConstantPool constant_pool) | 
| Uses of ByteSequence in org.apache.bcel.generic | 
| Methods in org.apache.bcel.generic with parameters of type ByteSequence | |
| protected  void | TABLESWITCH.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | SIPUSH.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | Select.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | RET.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | NEWARRAY.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | MULTIANEWARRAY.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (i.e., no. dimension) from file. | 
| protected  void | LOOKUPSWITCH.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | LocalVariableInstruction.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | LDC_W.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (i.e., index) from file. | 
| protected  void | LDC.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | JSR_W.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | INVOKEINTERFACE.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (i.e., index) from file. | 
| protected  void | Instruction.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| static Instruction | Instruction.readInstruction(ByteSequence bytes)Read an instruction from (byte code) input stream and return the appropiate object. | 
| protected  void | IINC.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | GOTO_W.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | CPInstruction.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (i.e., index) from file. | 
| protected  void | BranchInstruction.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| protected  void | BIPUSH.initFromFile(ByteSequence bytes,
             boolean wide)Read needed data (e.g. index) from file. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||