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

java.lang.ObjectCompil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.StackInstruction
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.DUP, Bytecodes.DUP_X1, Bytecodes.DUP_X2, Bytecodes.DUP2, Bytecodes.DUP2_X1, Bytecodes.DUP2_X2, Bytecodes.POP, Bytecodes.POP2, Bytecodes.SWAP
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.StackInstruction
- extends Bytecodes.Instruction
| Field Summary |
| Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
length, opcode |
| Constructor Summary | |
(package private) |
Bytecodes.StackInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). |
protected |
Bytecodes.StackInstruction(short opcode)
|
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, dispose, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
Bytecodes.StackInstruction
Bytecodes.StackInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.StackInstruction
protected Bytecodes.StackInstruction(short opcode)
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC