mjc

Uses of Class
org.multijava.util.classfile.LocalVariableInfo

Packages that use LocalVariableInfo
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 LocalVariableInfo in org.multijava.mjc
 

Methods in org.multijava.mjc that return LocalVariableInfo
 LocalVariableInfo[] CodeSequence.getLocalVariableInfos()
           
 

Uses of LocalVariableInfo in org.multijava.util.backend
 

Fields in org.multijava.util.backend declared as LocalVariableInfo
private  LocalVariableInfo[] Optimizer.localVariables
           
 

Uses of LocalVariableInfo in org.multijava.util.classfile
 

Fields in org.multijava.util.classfile declared as LocalVariableInfo
private  LocalVariableInfo[] LocalVariableTable.entries
           
 

Methods in org.multijava.util.classfile that return LocalVariableInfo
 LocalVariableInfo[] CodeInfo.getLocalVariables()
          Returns local variable information
(package private)  LocalVariableInfo[] LocalVariableTable.getLocalVariables()
          Returns line number information
 

Constructors in org.multijava.util.classfile with parameters of type LocalVariableInfo
CodeInfo(Instruction[] instructions, HandlerInfo[] handlers, LineNumberInfo[] lineNumbers, LocalVariableInfo[] localVariables)
          Make up a new attribute
LocalVariableTable(LocalVariableInfo[] entries)
          Create a line number table attribute.
 

Uses of LocalVariableInfo in org.multijava.util.optimize
 

Fields in org.multijava.util.optimize declared as LocalVariableInfo
private  LocalVariableInfo[] Optimizer.localVariables
           
 


mjc

mjc is Copyright (C) 2000-2004 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. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.