|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV NEXT |
Uses of Class
org.apache.bcel.util.ByteSequence
Uses of ByteSequence in org.apache.bcel.util |
Methods in org.apache.bcel.util with parameters of type ByteSequence | |
private java.lang.String |
CodeHTML.codeToHTML(ByteSequence bytes,
int method_number)
Disassemble a stream of byte codes and return the string representation. |
private void |
CodeHTML.findGotos(ByteSequence bytes,
org.apache.bcel.classfile.Method method,
org.apache.bcel.classfile.Code code)
Find all target addresses in code, so that they can be marked with <A NAME = ...>. |
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV NEXT |