git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
260 B
OpenEdge ABL
11 lines
260 B
OpenEdge ABL
/* Testcase for the Java array typemaps which are not used by default. */
|
|
%module java_lib_arrays
|
|
|
|
/* Use the Java library typemaps */
|
|
%include "arrays_java.i"
|
|
|
|
JAVA_ARRAYSOFCLASSES(SimpleStruct)
|
|
%apply ARRAYSOFENUMS[ANY] { finger[ANY] }
|
|
|
|
%include "arrays.i"
|
|
|