java.lang.Object
Compil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.ArrayInstruction
- All Implemented Interfaces:
- Bytecodes.ExceptionThrower, Bytecodes.TypedInstruction, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.AALOAD, Bytecodes.AASTORE, Bytecodes.BALOAD, Bytecodes.BASTORE, Bytecodes.CALOAD, Bytecodes.CASTORE, Bytecodes.DALOAD, Bytecodes.DASTORE, Bytecodes.FALOAD, Bytecodes.FASTORE, Bytecodes.IALOAD, Bytecodes.IASTORE, Bytecodes.LALOAD, Bytecodes.LASTORE, Bytecodes.SALOAD, Bytecodes.SASTORE
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.ArrayInstruction
- extends Bytecodes.Instruction
- implements Bytecodes.ExceptionThrower, Bytecodes.TypedInstruction
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, dispose, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
Bytecodes.ArrayInstruction
Bytecodes.ArrayInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.ArrayInstruction
protected Bytecodes.ArrayInstruction(short opcode)
getExceptions
public java.util.Set getExceptions()
- Specified by:
getExceptions in interface Bytecodes.ExceptionThrower
getType
public Clazz.jq_Type getType()
- Specified by:
getType in interface Bytecodes.TypedInstruction