|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.ajp.impl.instr.Instruction
public abstract class Instruction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.jeffpalm.decompiler.Dumpable |
---|
Dumpable.Helper |
Field Summary |
---|
Fields inherited from interface com.jeffpalm.decompiler.Dumpable |
---|
HELPER |
Constructor Summary | |
---|---|
Instruction()
|
Method Summary | |
---|---|
void |
dumpTo(java.lang.StringBuffer sb,
ClassFile cf)
|
abstract byte[] |
getBytes()
|
abstract java.lang.String |
getName()
|
protected int |
index(byte b)
|
protected int |
index(byte b1,
byte b2)
|
static java.lang.String |
toHex(byte b)
|
java.lang.String |
toString(ClassFile cf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract byte[] getBytes()
public static java.lang.String toHex(byte b)
protected final int index(byte b)
protected final int index(byte b1, byte b2)
public final java.lang.String toString(ClassFile cf)
public final void dumpTo(java.lang.StringBuffer sb, ClassFile cf)
dumpTo
in interface Dumpable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |