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

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

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

Fields in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser declared as UninitializedObjectType
static UninitializedObjectType Frame._this
          For instance initialization methods, it is important to remember which instance it is that is not initialized yet.
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type UninitializedObjectType
 void OperandStack.initializeObject(UninitializedObjectType u)
          Replaces all occurences of u in this OperandStack instance with an "initialized" ObjectType.
 void LocalVariables.initializeObject(UninitializedObjectType u)
          Replaces all occurences of u in this local variables set with an "initialized" ObjectType.
 



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