SWIG/Examples/java/constants/

Wrapping C Constants

$Header: /cvsroot/CableSwig/CableSwig/SWIG/Examples/java/constants/index.html,v 1.1.1.1 2003/04/09 17:34:09 hoffman Exp $

When SWIG encounters C preprocessor macros and C declarations that look like constants, it creates Java constant with an identical value. Click here to see a SWIG interface with some constant declarations in it.

Accessing Constants from Java

Click here to see a Java program that prints out the values of the constants contained in the above file.

Key points