Package mockit.asm.constantPool
Class TypeOrMemberItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.TypeOrMemberItem
- Direct Known Subclasses:
ClassMemberItem
,DynamicItem
,NameAndTypeItem
-
Field Summary
-
Method Summary
Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Method Details
-
getName
-
getDesc
-
getArgSizeComputingIfNeeded
public final @org.checkerframework.checker.index.qual.NonNegative int getArgSizeComputingIfNeeded(@NonNull String methodDesc) Recovers the stack size variation from this constant pool item, computing and storing it if needed. TheargSize
field stores the sizes of the arguments and of the return value corresponding todesc
.
-