Uses of Interface
at.dms.classfile.AccessorContainer

Packages that use AccessorContainer
at.dms.backend   
at.dms.classfile   
at.dms.dis   
at.dms.kjc   
at.dms.optimize   
 

Uses of AccessorContainer in at.dms.backend
 

Classes in at.dms.backend that implement AccessorContainer
(package private)  class BasicBlock
          This class replaces all references to instructions by their associated handle.
 class Optimizer
          This class is the entry point for the peephole byte code optimizer
 

Methods in at.dms.backend that return AccessorContainer
 AccessorContainer InstructionHandle.getAccessor(int i)
           
 

Methods in at.dms.backend with parameters of type AccessorContainer
 InstructionAccessor HandleCreator.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 void InstructionHandle.addAccessor(AccessorContainer accessor)
           
 void InstructionHandle.removeAccessor(AccessorContainer accessor)
           
 void BasicBlock.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 

Uses of AccessorContainer in at.dms.classfile
 

Classes in at.dms.classfile that implement AccessorContainer
 class HandlerInfo
          This class represents a protected ("try") portion of block with an handler (catch) for a specified type of exception.
 class JumpInstruction
          Representation of a JVM-bytecode Jump instruction.
 class LineNumberInfo
          An entry in a LineNumberTable.
 class LocalVariableInfo
          VMS 4.7.6: Line Number Table Attribute This attribute represents a mapping between he Java Virtual Machine code array and the line number in the original Java source file
 class SwitchInstruction
          Complex switch instruction.
 

Methods in at.dms.classfile with parameters of type AccessorContainer
 InstructionAccessor AbstractInstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 InstructionAccessor HandleCreator.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.
 InstructionAccessor AccessorTransformer.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.
 InstructionAccessor InstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 

Uses of AccessorContainer in at.dms.dis
 

Methods in at.dms.dis with parameters of type AccessorContainer
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 InstructionAccessor HandleCreator.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.
 

Uses of AccessorContainer in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type AccessorContainer
 InstructionAccessor CodeSequence.LabelResolvingTransformer.transform(InstructionAccessor accessor, AccessorContainer container)
           
 

Uses of AccessorContainer in at.dms.optimize
 

Methods in at.dms.optimize that return AccessorContainer
 AccessorContainer InstructionHandle.getAccessor(int i)
           
 

Methods in at.dms.optimize with parameters of type AccessorContainer
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 void InstructionHandle.addAccessor(AccessorContainer accessor)
           
 void InstructionHandle.removeAccessor(AccessorContainer accessor)
           
 InstructionAccessor HandleCreator.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.