|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.asmdex.instruction.DebugInstruction
public abstract class DebugInstruction
Class representing a Debug Instruction, as used in the debug_info_item structure.
| Constructor Summary | |
|---|---|
DebugInstruction()
|
|
| Method Summary | |
|---|---|
abstract int |
getOpcode()
Returns the opcode of the Debug Instruction. |
abstract void |
write(ByteVector out,
ConstantPool constantPool)
Encodes the Debug Instruction in the Dalvik format, to an output buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugInstruction()
| Method Detail |
|---|
public abstract int getOpcode()
public abstract void write(ByteVector out,
ConstantPool constantPool)
out - output buffer.constantPool - the Constant Pool.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||