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 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. -
Verwendungen von ByteSequence in org.aspectj.apache.bcel.generic
Methoden in org.aspectj.apache.bcel.generic mit Parametern vom Typ ByteSequenceModifizierer und TypMethodeBeschreibungstatic final InstructionInstruction.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.