Class CPMethod


  • public class CPMethod
    extends CPMember
    Method constant pool entry.
    • Field Detail

      • hashCodeComputed

        private boolean hashCodeComputed
      • cachedHashCode

        private int cachedHashCode
    • Constructor Detail

      • CPMethod

        public CPMethod​(CPUTF8 name,
                        CPUTF8 descriptor,
                        long flags,
                        java.util.List<Attribute> attributes)
    • Method Detail

      • generateHashCode

        private void generateHashCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CPMember