wrap lua object into java object

- to ease handling wrap lua object to java object
This commit is contained in:
philippe lhardy
2020-11-04 13:39:04 +01:00
parent 9355fd8b6d
commit 6402766371
6 changed files with 67 additions and 2 deletions

View File

@@ -221,6 +221,8 @@ public class Parser {
if ( result != null )
{
System.out.println(result.toString());
Object we = result.wrapToJava();
System.out.println(we);
}
else
{