Uses of Class
org.apache.bcel.util.ByteSequence
-
Packages that use ByteSequence Package Description 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 Modifier and Type Method Description static java.lang.StringUtility. codeToString(ByteSequence bytes, ConstantPool constant_pool)static java.lang.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.apache.bcel.generic
Methods in org.apache.bcel.generic with parameters of type ByteSequence Modifier and Type Method Description protected voidBIPUSH. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidBranchInstruction. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidCPInstruction. initFromFile(ByteSequence bytes, boolean wide)Read needed data (i.e., index) from file.protected voidGOTO_W. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidIINC. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidInstruction. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidINVOKEDYNAMIC. initFromFile(ByteSequence bytes, boolean wide)Read needed data (i.e., index) from file.protected voidINVOKEINTERFACE. initFromFile(ByteSequence bytes, boolean wide)Read needed data (i.e., index) from file.protected voidJSR_W. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidLDC_W. initFromFile(ByteSequence bytes, boolean wide)Read needed data (i.e., index) from file.protected voidLDC. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidLocalVariableInstruction. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidLOOKUPSWITCH. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidMULTIANEWARRAY. initFromFile(ByteSequence bytes, boolean wide)Read needed data (i.e., no.protected voidNEWARRAY. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidRET. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidSelect. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidSIPUSH. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.protected voidTABLESWITCH. initFromFile(ByteSequence bytes, boolean wide)Read needed data (e.g.static InstructionInstruction. readInstruction(ByteSequence bytes)Read an instruction from (byte code) input stream and return the appropiate object.
-