PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/java/typemap/index.html

#
HTML | 32 lines | 23 code | 9 blank | 0 comment | 0 complexity | 2d831afbc3c07724d2468471eccb7fe4 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <html>
  2. <head>
  3. <title>SWIG:Examples:java:typemap</title>
  4. </head>
  5. <body bgcolor="#ffffff">
  6. <tt>SWIG/Examples/java/typemap/</tt>
  7. <hr>
  8. <H2>Typemaps in Java</H2>
  9. <p>
  10. This example shows how typemaps can be used to modify the default behaviour of the Java SWIG module.
  11. <ul>
  12. <li><a href="example.i">example.i</a>. Interface file.
  13. <li><a href="runme.java">runme.java</a>. Sample Java program.
  14. </ul>
  15. <h2>Notes</h2>
  16. <ul>
  17. <li>Shows how to pass strings to Java from c and visa versa.
  18. <li>Typemaps can modify the default behaviour of the Java SWIG module.
  19. <li>The default c to java mapping can be modified using typemaps.
  20. </ul>
  21. <hr>
  22. </body>
  23. </html>