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:
parent
c9a9af9c9c
commit
4a3624203f
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue