Searched refs:m_method (Results 1 – 2 of 2) sorted by relevance
128 private java.lang.reflect.Method m_method; field in Factory137 m_method = null; in Factory()145 m_method = m_impl_class.getMethod( "__create", params ); in Factory()146 int mod = m_method.getModifiers(); in Factory()147 if (!m_method.getReturnType().equals( Object.class ) || in Factory()151 m_method = null; in Factory()158 if (null == m_method) in Factory()180 if (null != m_method) in instantiate()184 return m_method.invoke( null, new Object [] { xContext } ); in instantiate()
39 private Method m_method; field in ScriptProxy50 this.m_method = method; in ScriptProxy()85 return m_method.invoke( m_targetObject, args ); in invoke()
Completed in 23 milliseconds