replace attribute in javabase typemap

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9453 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-16 20:05:49 +00:00
commit 4a3624203f

View file

@ -4792,6 +4792,10 @@ Elements of proxy classes and type wrapper classes come from the following typem
<p><tt>%typemap(javabase)</tt></p>
<div class="indent">
base (extends) for Java class: empty default
<br>
Note that this typemap accepts a <tt>replace</tt> attribute as an optional flag. When set to "1", it will replace/override any C++ base classes
that might have been parsed. If this flag is not specified and there are C++ base classes, then a multiple inheritance warning
is issued and the code in the typemap is ignored.
</div>
<p><tt>%typemap(javabody)</tt></p>