Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Class Bytecodes.ArrayInstruction  view Bytecodes.ArrayInstruction download Bytecodes.ArrayInstruction.java

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.Instruction
      extended byCompil3r.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


Field Summary
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
(package private) Bytecodes.ArrayInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
protected Bytecodes.ArrayInstruction(short opcode)
           
 
Method Summary
 java.util.Set getExceptions()
           
 Clazz.jq_Type getType()
           
 
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.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)
Method Detail

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