JML

Uses of Interface
org.multijava.util.classfile.AccessorTransformer

Packages that use AccessorTransformer
org.multijava.dis   
org.multijava.mjc Implements mjc, a MultiJava compiler. 
org.multijava.util.backend Provides an optimizer for methods for the compilers in MultiJava and the Java Modeling Language
org.multijava.util.classfile Provides an editor for classfiles used by MultiJava and the Java Modeling Language
org.multijava.util.optimize Provides an optimizer for classfiles used by MultiJava and the Java Modeling Language
 

Uses of AccessorTransformer in org.multijava.dis
 

Classes in org.multijava.dis that implement AccessorTransformer
 class HandleCreator
          This class replaces all references to instructions by their associated handle.
 

Uses of AccessorTransformer in org.multijava.mjc
 

Classes in org.multijava.mjc that implement AccessorTransformer
(package private)  class CodeSequence.CodeSequence$1
           
 

Uses of AccessorTransformer in org.multijava.util.backend
 

Classes in org.multijava.util.backend that implement AccessorTransformer
(package private)  class Optimizer.Optimizer$1
           
 

Methods in org.multijava.util.backend with parameters of type AccessorTransformer
 void Optimizer.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 void BasicBlock.transformAccessors(AccessorTransformer transformer)
          Transforms the accessors contained in this class.
 

Uses of AccessorTransformer in org.multijava.util.classfile
 

Classes in org.multijava.util.classfile that implement AccessorTransformer
(package private)  class CodeEnv.CodeEnv$1
           
(package private)  class InstructionIO.InstructionIO$1
           
 

Methods in org.multijava.util.classfile with parameters of type AccessorTransformer
abstract  InstructionAccessor InstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
abstract  void AccessorContainer.transformAccessors(AccessorTransformer transformer)
          Transforms the accessors contained in this class.
 void CodeInfo.transformAccessors(AccessorTransformer transformer)
          Transforms the accessors contained in this class.
 InstructionAccessor AbstractInstructionAccessor.transform(AccessorTransformer transformer, AccessorContainer container)
          Transforms the accessor.
 void JumpInstruction.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 void SwitchInstruction.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 void LineNumberInfo.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 void LocalVariableInfo.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 void HandlerInfo.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 

Uses of AccessorTransformer in org.multijava.util.optimize
 

Methods in org.multijava.util.optimize with parameters of type AccessorTransformer
 void Optimizer.transformAccessors(AccessorTransformer transformer)
          Transforms targets (deferences to actual instructions).
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.