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 LocalVariables.getClone()
          Returns a (correctly typed) clone of this object.
 LocalVariables Frame.getLocals()
           
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type LocalVariables
 void LocalVariables.merge(LocalVariables that)
          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-2008 The Apache Software Foundation. All Rights Reserved.