Class CPInterfaceMethodRef


public class CPInterfaceMethodRef extends CPRef
Interface method reference constant pool entry.
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class ConstantPoolEntry
    • invokeInterfaceCount

      public int invokeInterfaceCount()
      This method answers the value this method will use for an invokeinterface call. This is equal to 1 + the count of all the args, where longs and doubles count for 2 and all others count for 1.
      Returns:
      integer count