Class TypeOrMemberItem

java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.TypeOrMemberItem
Direct Known Subclasses:
ClassMemberItem, DynamicItem, NameAndTypeItem

public class TypeOrMemberItem extends Item
  • Method Details

    • getName

      @NonNull public String getName()
    • getDesc

      @NonNull public String 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. The argSize field stores the sizes of the arguments and of the return value corresponding to desc.