Class MethodFactory

    • Field Detail

      • m_methodClass

        private final int m_methodClass
      • m_methodName

        private final int m_methodName
      • m_methodSignatureIndex

        private final int m_methodSignatureIndex
      • m_methodModifiers

        private final int m_methodModifiers
    • Method Detail

      • createObject

        public IMCMethod createObject​(long identifier,
                                      java.lang.Object source)
        Description copied from interface: IPoolFactory
        Creates a replacement object for a value in a pool
        Specified by:
        createObject in interface IPoolFactory<IMCMethod>
        Parameters:
        identifier - the identifier that is used to look up the object
        Returns:
        the replacement object that will be used instead
      • createMethod

        private IMCMethod createMethod​(java.lang.Object[] o)