Uses of Class
org.apache.bcel.verifier.structurals.UninitializedObjectType
-
Packages that use UninitializedObjectType Package Description org.apache.bcel.verifier.structurals 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 Modifier and Type Field Description protected static UninitializedObjectTypeFrame. _thisDeprecated.Use the getter/setter to access the field as it may be made private in a later releaseMethods in org.apache.bcel.verifier.structurals that return UninitializedObjectType Modifier and Type Method Description static UninitializedObjectTypeFrame. getThis()Methods in org.apache.bcel.verifier.structurals with parameters of type UninitializedObjectType Modifier and Type Method Description voidLocalVariables. initializeObject(UninitializedObjectType uninitializedObjectType)Replaces all occurrences ofuninitializedObjectTypein this local variables set with an "initialized" ObjectType.voidOperandStack. initializeObject(UninitializedObjectType u)Replaces all occurrences of u in this OperandStack instance with an "initialized" ObjectType.static voidFrame. setThis(UninitializedObjectType _this)
-