Verwendungen von Klasse
org.aspectj.apache.bcel.util.ByteSequence
Packages, die ByteSequence verwenden
-
Verwendungen von ByteSequence in org.aspectj.apache.bcel.classfile
Methoden in org.aspectj.apache.bcel.classfile mit Parametern vom Typ ByteSequenceModifizierer und TypMethodeBeschreibungstatic final String
Utility.codeToString
(ByteSequence bytes, ConstantPool constant_pool) static final String
Utility.codeToString
(ByteSequence bytes, ConstantPool constant_pool, boolean verbose) Disassemble a stream of byte codes and return the string representation. -
Verwendungen von ByteSequence in org.aspectj.apache.bcel.generic
Methoden in org.aspectj.apache.bcel.generic mit Parametern vom Typ ByteSequenceModifizierer und TypMethodeBeschreibungstatic final Instruction
Instruction.readInstruction
(ByteSequence bytes) Read an instruction bytecode from an input stream and return the appropriate object.Konstruktoren in org.aspectj.apache.bcel.generic mit Parametern vom Typ ByteSequenceModifiziererKonstruktorBeschreibungInstructionSelect
(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.