Class CPMethodRef


  • public class CPMethodRef
    extends CPRef
    Method reference constant pool entry.
    • Field Detail

      • hashCodeComputed

        private boolean hashCodeComputed
      • cachedHashCode

        private int cachedHashCode
    • Constructor Detail

      • CPMethodRef

        public CPMethodRef​(CPClass className,
                           CPNameAndType descriptor,
                           int globalIndex)