Click or drag to resize

JVMBridgeBaseTClassSExecuteArray Method

Overload List
 NameDescription
Public methodStatic memberSExecuteArrayTArrayType(String)Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String)Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object)Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object) Statically executes the method identified by methodName on the current class and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object)Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object) Statically executes the method identified by methodName on clazz and returns the result as an array of TArrayType.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object)Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object)Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object)Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array.
Public methodStatic memberSExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array.
Top
See Also