Uses of Class
org.aspectj.apache.bcel.util.ByteSequence

Packages that use ByteSequence
org.aspectj.apache.bcel.classfile   
org.aspectj.apache.bcel.generic   
 

Uses of ByteSequence in org.aspectj.apache.bcel.classfile
 

Methods in org.aspectj.apache.bcel.classfile with parameters of type ByteSequence
static java.lang.String Utility.codeToString(ByteSequence bytes, ConstantPool constant_pool)
           
static java.lang.String Utility.codeToString(ByteSequence bytes, ConstantPool constant_pool, boolean verbose)
          Disassemble a stream of byte codes and return the string representation.
 

Uses of ByteSequence in org.aspectj.apache.bcel.generic
 

Methods in org.aspectj.apache.bcel.generic with parameters of type ByteSequence
static Instruction Instruction.readInstruction(ByteSequence bytes)
          Read an instruction bytecode from an input stream and return the appropriate object.
 

Constructors in org.aspectj.apache.bcel.generic with parameters of type ByteSequence
InstructionSelect(short opcode, ByteSequence bytes)
           
LOOKUPSWITCH(ByteSequence bytes)
          Read needed data (e.g.
TABLESWITCH(ByteSequence bytes)
          Read needed data (e.g.