Uses of Class
org.apache.bcel.verifier.structurals.UninitializedObjectType

Packages that use UninitializedObjectType
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.  
 

Uses of UninitializedObjectType in org.apache.bcel.verifier.structurals
 

Fields in org.apache.bcel.verifier.structurals declared as UninitializedObjectType
protected 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.bcel.verifier.structurals 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 © 2002-2003 Apache Software Foundation. All Rights Reserved.