Uses of Class
org.aspectj.apache.bcel.util.ByteSequence
-
Packages that use ByteSequence Package Description 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 Modifier and Type Method Description static StringUtility. codeToString(ByteSequence bytes, ConstantPool constant_pool)static StringUtility. codeToString(ByteSequence bytes, ConstantPool constant_pool, boolean verbose) -
Uses of ByteSequence in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic with parameters of type ByteSequence Modifier and Type Method Description static InstructionInstruction. readInstruction(ByteSequence bytes)Constructors in org.aspectj.apache.bcel.generic with parameters of type ByteSequence Constructor Description InstructionSelect(short opcode, ByteSequence bytes)LOOKUPSWITCH(ByteSequence bytes)TABLESWITCH(ByteSequence bytes)
-