|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.basic.bytecode.instr.Instruction
com.jeffpalm.basic.bytecode.instr.BranchInstruction
com.jeffpalm.basic.bytecode.instr.Ifnonnull
public class Ifnonnull
Branch if reference not null
| Constructor Summary | |
|---|---|
Ifnonnull()
|
|
Ifnonnull(Instruction target)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
| Methods inherited from class com.jeffpalm.basic.bytecode.instr.BranchInstruction |
|---|
branchbyte1, branchbyte2, branchOffset, branchTarget, getBytes, getTarget, length, setTarget, toString |
| Methods inherited from class com.jeffpalm.basic.bytecode.instr.Instruction |
|---|
format, getLabel, opcode, setLabel, toHex, toHex, toInt, toInt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Ifnonnull()
public Ifnonnull(Instruction target)
| Method Detail |
|---|
public java.lang.String getName()
getName in class Instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||