|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.BytecodeAnalysis
Class Bytecodes.IfInstruction

java.lang.ObjectCompil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction
Compil3r.BytecodeAnalysis.Bytecodes.IfInstruction
- All Implemented Interfaces:
- Bytecodes.InstructionTargeter, Bytecodes.StackConsumer, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.IF_ACMPEQ, Bytecodes.IF_ACMPNE, Bytecodes.IF_ICMPEQ, Bytecodes.IF_ICMPGE, Bytecodes.IF_ICMPGT, Bytecodes.IF_ICMPLE, Bytecodes.IF_ICMPLT, Bytecodes.IF_ICMPNE, Bytecodes.IFEQ, Bytecodes.IFGE, Bytecodes.IFGT, Bytecodes.IFLE, Bytecodes.IFLT, Bytecodes.IFNE, Bytecodes.IFNONNULL, Bytecodes.IFNULL
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.IfInstruction
- extends Bytecodes.BranchInstruction
- implements Bytecodes.StackConsumer
- extends Bytecodes.BranchInstruction
| Field Summary |
| Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction |
index, position, target |
| Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
length, opcode |
| Constructor Summary | |
(package private) |
Bytecodes.IfInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). |
protected |
Bytecodes.IfInstruction(short opcode,
Bytecodes.InstructionHandle target)
|
| Method Summary | |
abstract Bytecodes.IfInstruction |
negate()
|
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction |
containsTarget, dispose, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setTarget, toString, updatePosition, updateTarget |
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface Compil3r.BytecodeAnalysis.Bytecodes.StackConsumer |
consumeStack |
| Constructor Detail |
Bytecodes.IfInstruction
Bytecodes.IfInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.IfInstruction
protected Bytecodes.IfInstruction(short opcode,
Bytecodes.InstructionHandle target)
| Method Detail |
negate
public abstract Bytecodes.IfInstruction negate()
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC