|
|||||||||
| 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.GotoInstruction

java.lang.ObjectCompil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.BranchInstruction
Compil3r.BytecodeAnalysis.Bytecodes.GotoInstruction
- All Implemented Interfaces:
- Bytecodes.InstructionTargeter, Bytecodes.UnconditionalBranch, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.GOTO, Bytecodes.GOTO_W
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.GotoInstruction
- extends Bytecodes.BranchInstruction
- implements Bytecodes.UnconditionalBranch
- 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.GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). |
(package private) |
Bytecodes.GotoInstruction(short opcode,
Bytecodes.InstructionHandle target)
|
| 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 |
| Constructor Detail |
Bytecodes.GotoInstruction
Bytecodes.GotoInstruction(short opcode,
Bytecodes.InstructionHandle target)
Bytecodes.GotoInstruction
Bytecodes.GotoInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC