Home
last modified time | relevance | path

Searched refs:m_method (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java128 private java.lang.reflect.Method m_method; field in Factory
137 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()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProxy.java39 private Method m_method; field in ScriptProxy
50 this.m_method = method; in ScriptProxy()
85 return m_method.invoke( m_targetObject, args ); in invoke()

Completed in 14 milliseconds