Uses of Class
at.dms.classfile.AbstractInstructionAccessor

Packages that use AbstractInstructionAccessor
at.dms.backend   
at.dms.classfile   
 

Uses of AbstractInstructionAccessor in at.dms.backend
 

Subclasses of AbstractInstructionAccessor in at.dms.backend
 class InstructionHandle
           
 

Uses of AbstractInstructionAccessor in at.dms.classfile
 

Subclasses of AbstractInstructionAccessor in at.dms.classfile
 class ClassRefInstruction
          Instructions that refers to class: opc_anewarray, opc_checkcast, opc_instanceof, opc_new
 class FieldRefInstruction
          Instructions thar refers to class fields opc_getstatic, opc_putstatic, opc_getfield, opc_putfield
 class IincInstruction
          Some instructions are perniticky enough that its simpler to write them separately instead of smushing them with all the rest.
 class Instruction
          Root class for instructions.
 class InvokeinterfaceInstruction
          Some instructions are perniticky enough that its simpler to write them separately instead of smushing them with all the rest.
 class JumpInstruction
          This class represents instructions that take a label as argument.
 class LocalVarInstruction
          This class represents instructions that take a local variable as argument.
 class MethodRefInstruction
          Instruction that references method opc_invokevirtual,_invokespecial, opc_invokestatic
 class MultiarrayInstruction
          Some instructions are perniticky enough that its simpler to write them separately instead of smushing them with all the rest.
 class NewarrayInstruction
          This class represents instructions that take a local variable as argument.
 class NoArgInstruction
          This class represents instructions that take no arguments.
 class PushLiteralInstruction
          This class encapsulates the instructions pushing a literal on the stack: bipush, sipush, ldc, ldc_w, ldc2_w, dconst_d, fconst_f, iconst_i, lconst_l
 class SwitchInstruction
          Some instructions are perniticky enough that its simpler to write them separately instead of smushing them with all the rest.
 

Methods in at.dms.classfile with parameters of type AbstractInstructionAccessor
protected  void AbstractInstructionAccessor.deepCloneInto(AbstractInstructionAccessor other)
          Clones all fields of this into