summaryrefslogtreecommitdiff
path: root/Examples/test-suite/java/virtual_poly_runme.java
Commit message (Collapse)AuthorAgeFilesLines
* added a reference polymorphic return type case, andMarcelo Matus2003-12-241-0/+20
| | | | | | | some extra test for the Java side. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Downcast not needed for narrow() call.William S Fulton2003-12-231-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix test by using downcastsWilliam S Fulton2003-12-231-17/+10
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* using static narrow methods instead of %extended ones.Marcelo Matus2003-12-231-6/+10
| | | | | | | now it looks more natural and similar to the CORBA downcasting mechanism. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5587 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix bad variable name in exampleMarcelo Matus2003-12-221-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5583 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added a simple example where the current universalMarcelo Matus2003-12-221-0/+44
Java wrapping mechanism doesn't work, showing the need to use a different way to wrap polymorphic classes. They are two runtime examples: one for java, which is failing, and one for python, which works fine. Detailed description of the case can be found in the three files committed. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5582 626c5289-ae23-0410-ae9c-e8d60b6d4f22