Uses of Interface
at.dms.classfile.AccessorContainer

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

Uses of AccessorContainer in at.dms.backend
 

Classes in at.dms.backend that implement AccessorContainer
 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
 void InstructionHandle.addAccessor(AccessorContainer accessor)
           
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 void InstructionHandle.removeAccessor(AccessorContainer accessor)
           
 

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
          This class represents instructions that take a label as argument.
 class LineNumberInfo
          VMS 4.7.8: Line Number Table Attribute.
 class LocalVariableInfo
          VMS 4.7.9: Local Variable Table Attribute.
 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 AccessorContainer
 InstructionAccessor InstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 InstructionAccessor AbstractInstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 InstructionAccessor AccessorTransformer.transform(InstructionAccessor accessor, AccessorContainer container)
          Transforms the specified accessor.
 

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.addAccessor(AccessorContainer accessor)
           
 void InstructionHandle.attachTo(AccessorContainer container)
          Notifies this handle that is has been attached to the specified container.
 void InstructionHandle.removeAccessor(AccessorContainer accessor)