Uses of Class
at.dms.classfile.AbstractInstructionAccessor

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

Uses of AbstractInstructionAccessor in at.dms.backend
 

Subclasses of AbstractInstructionAccessor in at.dms.backend
(package private)  class BasicBlock
          This class replaces all references to instructions by their associated handle.
 

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.
 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.
(package private)  class InstructionHandle
           
 class InvokeinterfaceInstruction
          Some instructions are perniticky enough that its simpler to write them separately instead of smushing them with all the rest.
 class JumpInstruction
          Representation of a JVM-bytecode Jump instruction.
 class LocalVarInstruction
          This class represents instructions that take a local variable as argument.
 class MethodRefInstruction
          Instruction that references method.
 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_, fconst_, iconst_, lconst_
 class SwitchInstruction
          Complex switch instruction.
 

Uses of AbstractInstructionAccessor in at.dms.kjc
 

Subclasses of AbstractInstructionAccessor in at.dms.kjc
(package private)  class CodeLabel
          This class represents a position in the code array where the associated instruction has not yet been generated.
 

Uses of AbstractInstructionAccessor in at.dms.ksm
 

Subclasses of AbstractInstructionAccessor in at.dms.ksm
(package private)  class LabelReference
          Instructions that targets labels.