Uses of Class
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.LocalVariables

Packages that use LocalVariables
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser   
 

Uses of LocalVariables in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return LocalVariables
 LocalVariables Frame.getLocals()
           
 LocalVariables LocalVariables.getClone()
          Returns a (correctly typed) clone of this object.
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type LocalVariables
 void LocalVariables.merge(LocalVariables lv)
          Merges two local variables sets as described in the Java Virtual Machine Specification, Second Edition, section 4.9.2, page 146.
 

Constructors in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type LocalVariables
Frame(LocalVariables locals, OperandStack stack)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.