Uses of Class
org.aspectj.apache.bcel.util.ByteSequence
Packages that use ByteSequence
-
Uses of ByteSequence in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile with parameters of type ByteSequenceModifier and TypeMethodDescriptionstatic final StringUtility.codeToString(ByteSequence bytes, ConstantPool constant_pool) static final StringUtility.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 ByteSequenceModifier and TypeMethodDescriptionstatic final InstructionInstruction.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 ByteSequenceModifierConstructorDescriptionInstructionSelect(short opcode, ByteSequence bytes) LOOKUPSWITCH(ByteSequence bytes) Read needed data (e.g. index) from file.TABLESWITCH(ByteSequence bytes) Read needed data (e.g. index) from file.