Uses of Class
org.apache.bcel.util.ByteSequence
Packages that use ByteSequence
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), 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 ByteSequenceModifier and TypeMethodDescriptionstatic StringUtility.codeToString(ByteSequence bytes, ConstantPool constantPool) static StringUtility.codeToString(ByteSequence bytes, ConstantPool constantPool, boolean verbose) Disassemble a stream of byte codes and return the string representation. -
Uses of ByteSequence in org.apache.bcel.generic
Methods in org.apache.bcel.generic with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected voidBIPUSH.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidBranchInstruction.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidCPInstruction.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., index) from file.protected voidGOTO_W.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidIINC.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidInstruction.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidINVOKEDYNAMIC.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., index) from file.protected voidINVOKEINTERFACE.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., index) from file.protected voidJSR_W.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidLDC_W.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., index) from file.protected voidLDC.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidLocalVariableInstruction.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidLOOKUPSWITCH.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidMULTIANEWARRAY.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., no. dimension) from file.protected voidNEWARRAY.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidRET.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidSelect.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidSIPUSH.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.protected voidTABLESWITCH.initFromFile(ByteSequence bytes, boolean wide) Reads needed data (for example index) from file.static InstructionInstruction.readInstruction(ByteSequence bytes) Reads an instruction from (byte code) input stream and return the appropriate object.