diff --git a/src/net/JNet/Generated/Java/Awt/AWTEventMulticaster.cs b/src/net/JNet/Generated/Java/Awt/AWTEventMulticaster.cs index 8d08d3658b..fb59802416 100644 --- a/src/net/JNet/Generated/Java/Awt/AWTEventMulticaster.cs +++ b/src/net/JNet/Generated/Java/Awt/AWTEventMulticaster.cs @@ -173,7 +173,7 @@ public partial class AWTEventMulticaster /// public static Java.Awt.EventNs.ActionListener Add(Java.Awt.EventNs.ActionListener arg0, Java.Awt.EventNs.ActionListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ActionListener;Ljava/awt/event/ActionListener;)Ljava/awt/event/ActionListener;", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public static Java.Awt.EventNs.ActionListener Add(Java.Awt.EventNs.ActionListene /// public static Java.Awt.EventNs.ActionListener AddDirect(Java.Awt.EventNs.ActionListener arg0, Java.Awt.EventNs.ActionListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ActionListener;Ljava/awt/event/ActionListener;)Ljava/awt/event/ActionListener;", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public static Java.Awt.EventNs.ActionListener AddDirect(Java.Awt.EventNs.ActionL /// public static Java.Awt.EventNs.ActionListener Remove(Java.Awt.EventNs.ActionListener arg0, Java.Awt.EventNs.ActionListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ActionListener;Ljava/awt/event/ActionListener;)Ljava/awt/event/ActionListener;", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public static Java.Awt.EventNs.ActionListener Remove(Java.Awt.EventNs.ActionList /// public static Java.Awt.EventNs.ActionListener RemoveDirect(Java.Awt.EventNs.ActionListener arg0, Java.Awt.EventNs.ActionListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ActionListener;Ljava/awt/event/ActionListener;)Ljava/awt/event/ActionListener;", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public static Java.Awt.EventNs.ActionListener RemoveDirect(Java.Awt.EventNs.Acti /// public static Java.Awt.EventNs.AdjustmentListener Add(Java.Awt.EventNs.AdjustmentListener arg0, Java.Awt.EventNs.AdjustmentListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/AdjustmentListener;Ljava/awt/event/AdjustmentListener;)Ljava/awt/event/AdjustmentListener;", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public static Java.Awt.EventNs.AdjustmentListener Add(Java.Awt.EventNs.Adjustmen /// public static Java.Awt.EventNs.AdjustmentListener AddDirect(Java.Awt.EventNs.AdjustmentListener arg0, Java.Awt.EventNs.AdjustmentListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/AdjustmentListener;Ljava/awt/event/AdjustmentListener;)Ljava/awt/event/AdjustmentListener;", arg0, arg1); } /// /// @@ -233,7 +233,7 @@ public static Java.Awt.EventNs.AdjustmentListener AddDirect(Java.Awt.EventNs.Adj /// public static Java.Awt.EventNs.AdjustmentListener Remove(Java.Awt.EventNs.AdjustmentListener arg0, Java.Awt.EventNs.AdjustmentListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/AdjustmentListener;Ljava/awt/event/AdjustmentListener;)Ljava/awt/event/AdjustmentListener;", arg0, arg1); } /// /// @@ -243,7 +243,7 @@ public static Java.Awt.EventNs.AdjustmentListener Remove(Java.Awt.EventNs.Adjust /// public static Java.Awt.EventNs.AdjustmentListener RemoveDirect(Java.Awt.EventNs.AdjustmentListener arg0, Java.Awt.EventNs.AdjustmentListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/AdjustmentListener;Ljava/awt/event/AdjustmentListener;)Ljava/awt/event/AdjustmentListener;", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public static Java.Awt.EventNs.AdjustmentListener RemoveDirect(Java.Awt.EventNs. /// public static Java.Awt.EventNs.ComponentListener Add(Java.Awt.EventNs.ComponentListener arg0, Java.Awt.EventNs.ComponentListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ComponentListener;Ljava/awt/event/ComponentListener;)Ljava/awt/event/ComponentListener;", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public static Java.Awt.EventNs.ComponentListener Add(Java.Awt.EventNs.ComponentL /// public static Java.Awt.EventNs.ComponentListener AddDirect(Java.Awt.EventNs.ComponentListener arg0, Java.Awt.EventNs.ComponentListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ComponentListener;Ljava/awt/event/ComponentListener;)Ljava/awt/event/ComponentListener;", arg0, arg1); } /// /// @@ -273,7 +273,7 @@ public static Java.Awt.EventNs.ComponentListener AddDirect(Java.Awt.EventNs.Comp /// public static Java.Awt.EventNs.ComponentListener Remove(Java.Awt.EventNs.ComponentListener arg0, Java.Awt.EventNs.ComponentListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ComponentListener;Ljava/awt/event/ComponentListener;)Ljava/awt/event/ComponentListener;", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public static Java.Awt.EventNs.ComponentListener Remove(Java.Awt.EventNs.Compone /// public static Java.Awt.EventNs.ComponentListener RemoveDirect(Java.Awt.EventNs.ComponentListener arg0, Java.Awt.EventNs.ComponentListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ComponentListener;Ljava/awt/event/ComponentListener;)Ljava/awt/event/ComponentListener;", arg0, arg1); } /// /// @@ -293,7 +293,7 @@ public static Java.Awt.EventNs.ComponentListener RemoveDirect(Java.Awt.EventNs.C /// public static Java.Awt.EventNs.ContainerListener Add(Java.Awt.EventNs.ContainerListener arg0, Java.Awt.EventNs.ContainerListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ContainerListener;Ljava/awt/event/ContainerListener;)Ljava/awt/event/ContainerListener;", arg0, arg1); } /// /// @@ -303,7 +303,7 @@ public static Java.Awt.EventNs.ContainerListener Add(Java.Awt.EventNs.ContainerL /// public static Java.Awt.EventNs.ContainerListener AddDirect(Java.Awt.EventNs.ContainerListener arg0, Java.Awt.EventNs.ContainerListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ContainerListener;Ljava/awt/event/ContainerListener;)Ljava/awt/event/ContainerListener;", arg0, arg1); } /// /// @@ -313,7 +313,7 @@ public static Java.Awt.EventNs.ContainerListener AddDirect(Java.Awt.EventNs.Cont /// public static Java.Awt.EventNs.ContainerListener Remove(Java.Awt.EventNs.ContainerListener arg0, Java.Awt.EventNs.ContainerListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ContainerListener;Ljava/awt/event/ContainerListener;)Ljava/awt/event/ContainerListener;", arg0, arg1); } /// /// @@ -323,7 +323,7 @@ public static Java.Awt.EventNs.ContainerListener Remove(Java.Awt.EventNs.Contain /// public static Java.Awt.EventNs.ContainerListener RemoveDirect(Java.Awt.EventNs.ContainerListener arg0, Java.Awt.EventNs.ContainerListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ContainerListener;Ljava/awt/event/ContainerListener;)Ljava/awt/event/ContainerListener;", arg0, arg1); } /// /// @@ -333,7 +333,7 @@ public static Java.Awt.EventNs.ContainerListener RemoveDirect(Java.Awt.EventNs.C /// public static Java.Awt.EventNs.FocusListener Add(Java.Awt.EventNs.FocusListener arg0, Java.Awt.EventNs.FocusListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/FocusListener;Ljava/awt/event/FocusListener;)Ljava/awt/event/FocusListener;", arg0, arg1); } /// /// @@ -343,7 +343,7 @@ public static Java.Awt.EventNs.FocusListener Add(Java.Awt.EventNs.FocusListener /// public static Java.Awt.EventNs.FocusListener AddDirect(Java.Awt.EventNs.FocusListener arg0, Java.Awt.EventNs.FocusListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/FocusListener;Ljava/awt/event/FocusListener;)Ljava/awt/event/FocusListener;", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public static Java.Awt.EventNs.FocusListener AddDirect(Java.Awt.EventNs.FocusLis /// public static Java.Awt.EventNs.FocusListener Remove(Java.Awt.EventNs.FocusListener arg0, Java.Awt.EventNs.FocusListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/FocusListener;Ljava/awt/event/FocusListener;)Ljava/awt/event/FocusListener;", arg0, arg1); } /// /// @@ -363,7 +363,7 @@ public static Java.Awt.EventNs.FocusListener Remove(Java.Awt.EventNs.FocusListen /// public static Java.Awt.EventNs.FocusListener RemoveDirect(Java.Awt.EventNs.FocusListener arg0, Java.Awt.EventNs.FocusListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/FocusListener;Ljava/awt/event/FocusListener;)Ljava/awt/event/FocusListener;", arg0, arg1); } /// /// @@ -373,7 +373,7 @@ public static Java.Awt.EventNs.FocusListener RemoveDirect(Java.Awt.EventNs.Focus /// public static Java.Awt.EventNs.HierarchyBoundsListener Add(Java.Awt.EventNs.HierarchyBoundsListener arg0, Java.Awt.EventNs.HierarchyBoundsListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/HierarchyBoundsListener;Ljava/awt/event/HierarchyBoundsListener;)Ljava/awt/event/HierarchyBoundsListener;", arg0, arg1); } /// /// @@ -383,7 +383,7 @@ public static Java.Awt.EventNs.HierarchyBoundsListener Add(Java.Awt.EventNs.Hier /// public static Java.Awt.EventNs.HierarchyBoundsListener AddDirect(Java.Awt.EventNs.HierarchyBoundsListener arg0, Java.Awt.EventNs.HierarchyBoundsListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/HierarchyBoundsListener;Ljava/awt/event/HierarchyBoundsListener;)Ljava/awt/event/HierarchyBoundsListener;", arg0, arg1); } /// /// @@ -393,7 +393,7 @@ public static Java.Awt.EventNs.HierarchyBoundsListener AddDirect(Java.Awt.EventN /// public static Java.Awt.EventNs.HierarchyBoundsListener Remove(Java.Awt.EventNs.HierarchyBoundsListener arg0, Java.Awt.EventNs.HierarchyBoundsListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/HierarchyBoundsListener;Ljava/awt/event/HierarchyBoundsListener;)Ljava/awt/event/HierarchyBoundsListener;", arg0, arg1); } /// /// @@ -403,7 +403,7 @@ public static Java.Awt.EventNs.HierarchyBoundsListener Remove(Java.Awt.EventNs.H /// public static Java.Awt.EventNs.HierarchyBoundsListener RemoveDirect(Java.Awt.EventNs.HierarchyBoundsListener arg0, Java.Awt.EventNs.HierarchyBoundsListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/HierarchyBoundsListener;Ljava/awt/event/HierarchyBoundsListener;)Ljava/awt/event/HierarchyBoundsListener;", arg0, arg1); } /// /// @@ -413,7 +413,7 @@ public static Java.Awt.EventNs.HierarchyBoundsListener RemoveDirect(Java.Awt.Eve /// public static Java.Awt.EventNs.HierarchyListener Add(Java.Awt.EventNs.HierarchyListener arg0, Java.Awt.EventNs.HierarchyListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/HierarchyListener;Ljava/awt/event/HierarchyListener;)Ljava/awt/event/HierarchyListener;", arg0, arg1); } /// /// @@ -423,7 +423,7 @@ public static Java.Awt.EventNs.HierarchyListener Add(Java.Awt.EventNs.HierarchyL /// public static Java.Awt.EventNs.HierarchyListener AddDirect(Java.Awt.EventNs.HierarchyListener arg0, Java.Awt.EventNs.HierarchyListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/HierarchyListener;Ljava/awt/event/HierarchyListener;)Ljava/awt/event/HierarchyListener;", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public static Java.Awt.EventNs.HierarchyListener AddDirect(Java.Awt.EventNs.Hier /// public static Java.Awt.EventNs.HierarchyListener Remove(Java.Awt.EventNs.HierarchyListener arg0, Java.Awt.EventNs.HierarchyListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/HierarchyListener;Ljava/awt/event/HierarchyListener;)Ljava/awt/event/HierarchyListener;", arg0, arg1); } /// /// @@ -443,7 +443,7 @@ public static Java.Awt.EventNs.HierarchyListener Remove(Java.Awt.EventNs.Hierarc /// public static Java.Awt.EventNs.HierarchyListener RemoveDirect(Java.Awt.EventNs.HierarchyListener arg0, Java.Awt.EventNs.HierarchyListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/HierarchyListener;Ljava/awt/event/HierarchyListener;)Ljava/awt/event/HierarchyListener;", arg0, arg1); } /// /// @@ -453,7 +453,7 @@ public static Java.Awt.EventNs.HierarchyListener RemoveDirect(Java.Awt.EventNs.H /// public static Java.Awt.EventNs.InputMethodListener Add(Java.Awt.EventNs.InputMethodListener arg0, Java.Awt.EventNs.InputMethodListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/InputMethodListener;Ljava/awt/event/InputMethodListener;)Ljava/awt/event/InputMethodListener;", arg0, arg1); } /// /// @@ -463,7 +463,7 @@ public static Java.Awt.EventNs.InputMethodListener Add(Java.Awt.EventNs.InputMet /// public static Java.Awt.EventNs.InputMethodListener AddDirect(Java.Awt.EventNs.InputMethodListener arg0, Java.Awt.EventNs.InputMethodListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/InputMethodListener;Ljava/awt/event/InputMethodListener;)Ljava/awt/event/InputMethodListener;", arg0, arg1); } /// /// @@ -473,7 +473,7 @@ public static Java.Awt.EventNs.InputMethodListener AddDirect(Java.Awt.EventNs.In /// public static Java.Awt.EventNs.InputMethodListener Remove(Java.Awt.EventNs.InputMethodListener arg0, Java.Awt.EventNs.InputMethodListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/InputMethodListener;Ljava/awt/event/InputMethodListener;)Ljava/awt/event/InputMethodListener;", arg0, arg1); } /// /// @@ -483,7 +483,7 @@ public static Java.Awt.EventNs.InputMethodListener Remove(Java.Awt.EventNs.Input /// public static Java.Awt.EventNs.InputMethodListener RemoveDirect(Java.Awt.EventNs.InputMethodListener arg0, Java.Awt.EventNs.InputMethodListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/InputMethodListener;Ljava/awt/event/InputMethodListener;)Ljava/awt/event/InputMethodListener;", arg0, arg1); } /// /// @@ -493,7 +493,7 @@ public static Java.Awt.EventNs.InputMethodListener RemoveDirect(Java.Awt.EventNs /// public static Java.Awt.EventNs.ItemListener Add(Java.Awt.EventNs.ItemListener arg0, Java.Awt.EventNs.ItemListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ItemListener;Ljava/awt/event/ItemListener;)Ljava/awt/event/ItemListener;", arg0, arg1); } /// /// @@ -503,7 +503,7 @@ public static Java.Awt.EventNs.ItemListener Add(Java.Awt.EventNs.ItemListener ar /// public static Java.Awt.EventNs.ItemListener AddDirect(Java.Awt.EventNs.ItemListener arg0, Java.Awt.EventNs.ItemListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/ItemListener;Ljava/awt/event/ItemListener;)Ljava/awt/event/ItemListener;", arg0, arg1); } /// /// @@ -513,7 +513,7 @@ public static Java.Awt.EventNs.ItemListener AddDirect(Java.Awt.EventNs.ItemListe /// public static Java.Awt.EventNs.ItemListener Remove(Java.Awt.EventNs.ItemListener arg0, Java.Awt.EventNs.ItemListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ItemListener;Ljava/awt/event/ItemListener;)Ljava/awt/event/ItemListener;", arg0, arg1); } /// /// @@ -523,7 +523,7 @@ public static Java.Awt.EventNs.ItemListener Remove(Java.Awt.EventNs.ItemListener /// public static Java.Awt.EventNs.ItemListener RemoveDirect(Java.Awt.EventNs.ItemListener arg0, Java.Awt.EventNs.ItemListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/ItemListener;Ljava/awt/event/ItemListener;)Ljava/awt/event/ItemListener;", arg0, arg1); } /// /// @@ -533,7 +533,7 @@ public static Java.Awt.EventNs.ItemListener RemoveDirect(Java.Awt.EventNs.ItemLi /// public static Java.Awt.EventNs.KeyListener Add(Java.Awt.EventNs.KeyListener arg0, Java.Awt.EventNs.KeyListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/KeyListener;Ljava/awt/event/KeyListener;)Ljava/awt/event/KeyListener;", arg0, arg1); } /// /// @@ -543,7 +543,7 @@ public static Java.Awt.EventNs.KeyListener Add(Java.Awt.EventNs.KeyListener arg0 /// public static Java.Awt.EventNs.KeyListener AddDirect(Java.Awt.EventNs.KeyListener arg0, Java.Awt.EventNs.KeyListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/KeyListener;Ljava/awt/event/KeyListener;)Ljava/awt/event/KeyListener;", arg0, arg1); } /// /// @@ -553,7 +553,7 @@ public static Java.Awt.EventNs.KeyListener AddDirect(Java.Awt.EventNs.KeyListene /// public static Java.Awt.EventNs.KeyListener Remove(Java.Awt.EventNs.KeyListener arg0, Java.Awt.EventNs.KeyListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/KeyListener;Ljava/awt/event/KeyListener;)Ljava/awt/event/KeyListener;", arg0, arg1); } /// /// @@ -563,7 +563,7 @@ public static Java.Awt.EventNs.KeyListener Remove(Java.Awt.EventNs.KeyListener a /// public static Java.Awt.EventNs.KeyListener RemoveDirect(Java.Awt.EventNs.KeyListener arg0, Java.Awt.EventNs.KeyListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/KeyListener;Ljava/awt/event/KeyListener;)Ljava/awt/event/KeyListener;", arg0, arg1); } /// /// @@ -573,7 +573,7 @@ public static Java.Awt.EventNs.KeyListener RemoveDirect(Java.Awt.EventNs.KeyList /// public static Java.Awt.EventNs.MouseListener Add(Java.Awt.EventNs.MouseListener arg0, Java.Awt.EventNs.MouseListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseListener;Ljava/awt/event/MouseListener;)Ljava/awt/event/MouseListener;", arg0, arg1); } /// /// @@ -583,7 +583,7 @@ public static Java.Awt.EventNs.MouseListener Add(Java.Awt.EventNs.MouseListener /// public static Java.Awt.EventNs.MouseListener AddDirect(Java.Awt.EventNs.MouseListener arg0, Java.Awt.EventNs.MouseListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseListener;Ljava/awt/event/MouseListener;)Ljava/awt/event/MouseListener;", arg0, arg1); } /// /// @@ -593,7 +593,7 @@ public static Java.Awt.EventNs.MouseListener AddDirect(Java.Awt.EventNs.MouseLis /// public static Java.Awt.EventNs.MouseListener Remove(Java.Awt.EventNs.MouseListener arg0, Java.Awt.EventNs.MouseListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseListener;Ljava/awt/event/MouseListener;)Ljava/awt/event/MouseListener;", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public static Java.Awt.EventNs.MouseListener Remove(Java.Awt.EventNs.MouseListen /// public static Java.Awt.EventNs.MouseListener RemoveDirect(Java.Awt.EventNs.MouseListener arg0, Java.Awt.EventNs.MouseListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseListener;Ljava/awt/event/MouseListener;)Ljava/awt/event/MouseListener;", arg0, arg1); } /// /// @@ -613,7 +613,7 @@ public static Java.Awt.EventNs.MouseListener RemoveDirect(Java.Awt.EventNs.Mouse /// public static Java.Awt.EventNs.MouseMotionListener Add(Java.Awt.EventNs.MouseMotionListener arg0, Java.Awt.EventNs.MouseMotionListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseMotionListener;Ljava/awt/event/MouseMotionListener;)Ljava/awt/event/MouseMotionListener;", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public static Java.Awt.EventNs.MouseMotionListener Add(Java.Awt.EventNs.MouseMot /// public static Java.Awt.EventNs.MouseMotionListener AddDirect(Java.Awt.EventNs.MouseMotionListener arg0, Java.Awt.EventNs.MouseMotionListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseMotionListener;Ljava/awt/event/MouseMotionListener;)Ljava/awt/event/MouseMotionListener;", arg0, arg1); } /// /// @@ -633,7 +633,7 @@ public static Java.Awt.EventNs.MouseMotionListener AddDirect(Java.Awt.EventNs.Mo /// public static Java.Awt.EventNs.MouseMotionListener Remove(Java.Awt.EventNs.MouseMotionListener arg0, Java.Awt.EventNs.MouseMotionListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseMotionListener;Ljava/awt/event/MouseMotionListener;)Ljava/awt/event/MouseMotionListener;", arg0, arg1); } /// /// @@ -643,7 +643,7 @@ public static Java.Awt.EventNs.MouseMotionListener Remove(Java.Awt.EventNs.Mouse /// public static Java.Awt.EventNs.MouseMotionListener RemoveDirect(Java.Awt.EventNs.MouseMotionListener arg0, Java.Awt.EventNs.MouseMotionListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseMotionListener;Ljava/awt/event/MouseMotionListener;)Ljava/awt/event/MouseMotionListener;", arg0, arg1); } /// /// @@ -653,7 +653,7 @@ public static Java.Awt.EventNs.MouseMotionListener RemoveDirect(Java.Awt.EventNs /// public static Java.Awt.EventNs.MouseWheelListener Add(Java.Awt.EventNs.MouseWheelListener arg0, Java.Awt.EventNs.MouseWheelListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseWheelListener;Ljava/awt/event/MouseWheelListener;)Ljava/awt/event/MouseWheelListener;", arg0, arg1); } /// /// @@ -663,7 +663,7 @@ public static Java.Awt.EventNs.MouseWheelListener Add(Java.Awt.EventNs.MouseWhee /// public static Java.Awt.EventNs.MouseWheelListener AddDirect(Java.Awt.EventNs.MouseWheelListener arg0, Java.Awt.EventNs.MouseWheelListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/MouseWheelListener;Ljava/awt/event/MouseWheelListener;)Ljava/awt/event/MouseWheelListener;", arg0, arg1); } /// /// @@ -673,7 +673,7 @@ public static Java.Awt.EventNs.MouseWheelListener AddDirect(Java.Awt.EventNs.Mou /// public static Java.Awt.EventNs.MouseWheelListener Remove(Java.Awt.EventNs.MouseWheelListener arg0, Java.Awt.EventNs.MouseWheelListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseWheelListener;Ljava/awt/event/MouseWheelListener;)Ljava/awt/event/MouseWheelListener;", arg0, arg1); } /// /// @@ -683,7 +683,7 @@ public static Java.Awt.EventNs.MouseWheelListener Remove(Java.Awt.EventNs.MouseW /// public static Java.Awt.EventNs.MouseWheelListener RemoveDirect(Java.Awt.EventNs.MouseWheelListener arg0, Java.Awt.EventNs.MouseWheelListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/MouseWheelListener;Ljava/awt/event/MouseWheelListener;)Ljava/awt/event/MouseWheelListener;", arg0, arg1); } /// /// @@ -693,7 +693,7 @@ public static Java.Awt.EventNs.MouseWheelListener RemoveDirect(Java.Awt.EventNs. /// public static Java.Awt.EventNs.TextListener Add(Java.Awt.EventNs.TextListener arg0, Java.Awt.EventNs.TextListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/TextListener;Ljava/awt/event/TextListener;)Ljava/awt/event/TextListener;", arg0, arg1); } /// /// @@ -703,7 +703,7 @@ public static Java.Awt.EventNs.TextListener Add(Java.Awt.EventNs.TextListener ar /// public static Java.Awt.EventNs.TextListener AddDirect(Java.Awt.EventNs.TextListener arg0, Java.Awt.EventNs.TextListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/TextListener;Ljava/awt/event/TextListener;)Ljava/awt/event/TextListener;", arg0, arg1); } /// /// @@ -713,7 +713,7 @@ public static Java.Awt.EventNs.TextListener AddDirect(Java.Awt.EventNs.TextListe /// public static Java.Awt.EventNs.TextListener Remove(Java.Awt.EventNs.TextListener arg0, Java.Awt.EventNs.TextListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/TextListener;Ljava/awt/event/TextListener;)Ljava/awt/event/TextListener;", arg0, arg1); } /// /// @@ -723,7 +723,7 @@ public static Java.Awt.EventNs.TextListener Remove(Java.Awt.EventNs.TextListener /// public static Java.Awt.EventNs.TextListener RemoveDirect(Java.Awt.EventNs.TextListener arg0, Java.Awt.EventNs.TextListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/TextListener;Ljava/awt/event/TextListener;)Ljava/awt/event/TextListener;", arg0, arg1); } /// /// @@ -733,7 +733,7 @@ public static Java.Awt.EventNs.TextListener RemoveDirect(Java.Awt.EventNs.TextLi /// public static Java.Awt.EventNs.WindowFocusListener Add(Java.Awt.EventNs.WindowFocusListener arg0, Java.Awt.EventNs.WindowFocusListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowFocusListener;Ljava/awt/event/WindowFocusListener;)Ljava/awt/event/WindowFocusListener;", arg0, arg1); } /// /// @@ -743,7 +743,7 @@ public static Java.Awt.EventNs.WindowFocusListener Add(Java.Awt.EventNs.WindowFo /// public static Java.Awt.EventNs.WindowFocusListener AddDirect(Java.Awt.EventNs.WindowFocusListener arg0, Java.Awt.EventNs.WindowFocusListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowFocusListener;Ljava/awt/event/WindowFocusListener;)Ljava/awt/event/WindowFocusListener;", arg0, arg1); } /// /// @@ -753,7 +753,7 @@ public static Java.Awt.EventNs.WindowFocusListener AddDirect(Java.Awt.EventNs.Wi /// public static Java.Awt.EventNs.WindowFocusListener Remove(Java.Awt.EventNs.WindowFocusListener arg0, Java.Awt.EventNs.WindowFocusListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowFocusListener;Ljava/awt/event/WindowFocusListener;)Ljava/awt/event/WindowFocusListener;", arg0, arg1); } /// /// @@ -763,7 +763,7 @@ public static Java.Awt.EventNs.WindowFocusListener Remove(Java.Awt.EventNs.Windo /// public static Java.Awt.EventNs.WindowFocusListener RemoveDirect(Java.Awt.EventNs.WindowFocusListener arg0, Java.Awt.EventNs.WindowFocusListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowFocusListener;Ljava/awt/event/WindowFocusListener;)Ljava/awt/event/WindowFocusListener;", arg0, arg1); } /// /// @@ -773,7 +773,7 @@ public static Java.Awt.EventNs.WindowFocusListener RemoveDirect(Java.Awt.EventNs /// public static Java.Awt.EventNs.WindowListener Add(Java.Awt.EventNs.WindowListener arg0, Java.Awt.EventNs.WindowListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowListener;Ljava/awt/event/WindowListener;)Ljava/awt/event/WindowListener;", arg0, arg1); } /// /// @@ -783,7 +783,7 @@ public static Java.Awt.EventNs.WindowListener Add(Java.Awt.EventNs.WindowListene /// public static Java.Awt.EventNs.WindowListener AddDirect(Java.Awt.EventNs.WindowListener arg0, Java.Awt.EventNs.WindowListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowListener;Ljava/awt/event/WindowListener;)Ljava/awt/event/WindowListener;", arg0, arg1); } /// /// @@ -793,7 +793,7 @@ public static Java.Awt.EventNs.WindowListener AddDirect(Java.Awt.EventNs.WindowL /// public static Java.Awt.EventNs.WindowListener Remove(Java.Awt.EventNs.WindowListener arg0, Java.Awt.EventNs.WindowListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowListener;Ljava/awt/event/WindowListener;)Ljava/awt/event/WindowListener;", arg0, arg1); } /// /// @@ -803,7 +803,7 @@ public static Java.Awt.EventNs.WindowListener Remove(Java.Awt.EventNs.WindowList /// public static Java.Awt.EventNs.WindowListener RemoveDirect(Java.Awt.EventNs.WindowListener arg0, Java.Awt.EventNs.WindowListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowListener;Ljava/awt/event/WindowListener;)Ljava/awt/event/WindowListener;", arg0, arg1); } /// /// @@ -813,7 +813,7 @@ public static Java.Awt.EventNs.WindowListener RemoveDirect(Java.Awt.EventNs.Wind /// public static Java.Awt.EventNs.WindowStateListener Add(Java.Awt.EventNs.WindowStateListener arg0, Java.Awt.EventNs.WindowStateListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowStateListener;Ljava/awt/event/WindowStateListener;)Ljava/awt/event/WindowStateListener;", arg0, arg1); } /// /// @@ -823,7 +823,7 @@ public static Java.Awt.EventNs.WindowStateListener Add(Java.Awt.EventNs.WindowSt /// public static Java.Awt.EventNs.WindowStateListener AddDirect(Java.Awt.EventNs.WindowStateListener arg0, Java.Awt.EventNs.WindowStateListener arg1) { - return SExecute(LocalBridgeClazz, "add", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "add", "(Ljava/awt/event/WindowStateListener;Ljava/awt/event/WindowStateListener;)Ljava/awt/event/WindowStateListener;", arg0, arg1); } /// /// @@ -833,7 +833,7 @@ public static Java.Awt.EventNs.WindowStateListener AddDirect(Java.Awt.EventNs.Wi /// public static Java.Awt.EventNs.WindowStateListener Remove(Java.Awt.EventNs.WindowStateListener arg0, Java.Awt.EventNs.WindowStateListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowStateListener;Ljava/awt/event/WindowStateListener;)Ljava/awt/event/WindowStateListener;", arg0, arg1); } /// /// @@ -843,7 +843,7 @@ public static Java.Awt.EventNs.WindowStateListener Remove(Java.Awt.EventNs.Windo /// public static Java.Awt.EventNs.WindowStateListener RemoveDirect(Java.Awt.EventNs.WindowStateListener arg0, Java.Awt.EventNs.WindowStateListener arg1) { - return SExecute(LocalBridgeClazz, "remove", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remove", "(Ljava/awt/event/WindowStateListener;Ljava/awt/event/WindowStateListener;)Ljava/awt/event/WindowStateListener;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/AWTKeyStroke.cs b/src/net/JNet/Generated/Java/Awt/AWTKeyStroke.cs index b46a82d64b..2deeef1c0d 100644 --- a/src/net/JNet/Generated/Java/Awt/AWTKeyStroke.cs +++ b/src/net/JNet/Generated/Java/Awt/AWTKeyStroke.cs @@ -104,7 +104,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(char arg0) /// public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1, bool arg2) { - return SExecute(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getAWTKeyStroke", "(IIZ)Ljava/awt/AWTKeyStroke;", arg0, arg1, arg2); } /// /// @@ -114,7 +114,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1, bool arg /// public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAWTKeyStroke", "(II)Ljava/awt/AWTKeyStroke;", arg0, arg1); } /// /// @@ -124,7 +124,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1) /// public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(Java.Lang.Character arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAWTKeyStroke", "(Ljava/lang/Character;I)Ljava/awt/AWTKeyStroke;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/AlphaComposite.cs b/src/net/JNet/Generated/Java/Awt/AlphaComposite.cs index b25631e012..71439e749a 100644 --- a/src/net/JNet/Generated/Java/Awt/AlphaComposite.cs +++ b/src/net/JNet/Generated/Java/Awt/AlphaComposite.cs @@ -238,7 +238,7 @@ public partial class AlphaComposite /// public static Java.Awt.AlphaComposite GetInstance(int arg0, float arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(IF)Ljava/awt/AlphaComposite;", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public Java.Awt.AlphaComposite Derive(int arg0) /// public Java.Awt.CompositeContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.ImageNs.ColorModel arg1, Java.Awt.RenderingHints arg2) { - return IExecute("createContext", arg0, arg1, arg2); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;Ljava/awt/RenderingHints;)Ljava/awt/CompositeContext;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/BorderLayout.cs b/src/net/JNet/Generated/Java/Awt/BorderLayout.cs index 0a4eef0b5b..ee848879c9 100644 --- a/src/net/JNet/Generated/Java/Awt/BorderLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/BorderLayout.cs @@ -225,7 +225,7 @@ public float GetLayoutAlignmentY(Java.Awt.Container arg0) /// public Java.Awt.Component GetLayoutComponent(Java.Awt.Container arg0, object arg1) { - return IExecute("getLayoutComponent", arg0, arg1); + return IExecuteWithSignature("getLayoutComponent", "(Ljava/awt/Container;Ljava/lang/Object;)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public object GetConstraints(Java.Awt.Component arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Canvas.cs b/src/net/JNet/Generated/Java/Awt/Canvas.cs index 1f392007a8..c57426cab8 100644 --- a/src/net/JNet/Generated/Java/Awt/Canvas.cs +++ b/src/net/JNet/Generated/Java/Awt/Canvas.cs @@ -117,7 +117,7 @@ public Java.Awt.ImageNs.BufferStrategy BufferStrategy /// public void CreateBufferStrategy(int arg0, Java.Awt.BufferCapabilities arg1) { - IExecute("createBufferStrategy", arg0, arg1); + IExecuteWithSignature("createBufferStrategy", "(ILjava/awt/BufferCapabilities;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/CardLayout.cs b/src/net/JNet/Generated/Java/Awt/CardLayout.cs index a478108614..69be8ea125 100644 --- a/src/net/JNet/Generated/Java/Awt/CardLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/CardLayout.cs @@ -173,7 +173,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public void RemoveLayoutComponent(Java.Awt.Component arg0) /// public void Show(Java.Awt.Container arg0, Java.Lang.String arg1) { - IExecute("show", arg0, arg1); + IExecuteWithSignature("show", "(Ljava/awt/Container;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Choice.cs b/src/net/JNet/Generated/Java/Awt/Choice.cs index 9a7e43c40b..27051e16dd 100644 --- a/src/net/JNet/Generated/Java/Awt/Choice.cs +++ b/src/net/JNet/Generated/Java/Awt/Choice.cs @@ -197,7 +197,7 @@ public void AddItem(Java.Lang.String arg0) /// public void Insert(Java.Lang.String arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Color.cs b/src/net/JNet/Generated/Java/Awt/Color.cs index 31ded898af..ab0385f141 100644 --- a/src/net/JNet/Generated/Java/Awt/Color.cs +++ b/src/net/JNet/Generated/Java/Awt/Color.cs @@ -329,7 +329,7 @@ public Color(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1, float arg2) /// public static float[] RGBtoHSB(int arg0, int arg1, int arg2, float[] arg3) { - return SExecuteArray(LocalBridgeClazz, "RGBtoHSB", arg0, arg1, arg2, arg3); + return SExecuteWithSignatureArray(LocalBridgeClazz, "RGBtoHSB", "(III[F)[F", arg0, arg1, arg2, arg3); } /// /// @@ -340,7 +340,7 @@ public static float[] RGBtoHSB(int arg0, int arg1, int arg2, float[] arg3) /// public static int HSBtoRGB(float arg0, float arg1, float arg2) { - return SExecute(LocalBridgeClazz, "HSBtoRGB", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "HSBtoRGB", "(FFF)I", arg0, arg1, arg2); } /// /// @@ -360,7 +360,7 @@ public static Java.Awt.Color Decode(Java.Lang.String arg0) /// public static Java.Awt.Color GetColor(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getColor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getColor", "(Ljava/lang/String;I)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public static Java.Awt.Color GetColor(Java.Lang.String arg0, int arg1) /// public static Java.Awt.Color GetColor(Java.Lang.String arg0, Java.Awt.Color arg1) { - return SExecute(LocalBridgeClazz, "getColor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getColor", "(Ljava/lang/String;Ljava/awt/Color;)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public static Java.Awt.Color GetColor(Java.Lang.String arg0) /// public static Java.Awt.Color GetHSBColor(float arg0, float arg1, float arg2) { - return SExecute(LocalBridgeClazz, "getHSBColor", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getHSBColor", "(FFF)Ljava/awt/Color;", arg0, arg1, arg2); } #endregion @@ -462,7 +462,7 @@ public float[] GetColorComponents(float[] arg0) /// public float[] GetColorComponents(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1) { - return IExecuteArray("getColorComponents", arg0, arg1); + return IExecuteWithSignatureArray("getColorComponents", "(Ljava/awt/color/ColorSpace;[F)[F", arg0, arg1); } /// /// @@ -481,7 +481,7 @@ public float[] GetComponents(float[] arg0) /// public float[] GetComponents(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1) { - return IExecuteArray("getComponents", arg0, arg1); + return IExecuteWithSignatureArray("getComponents", "(Ljava/awt/color/ColorSpace;[F)[F", arg0, arg1); } /// /// @@ -528,7 +528,7 @@ public Java.Awt.Color Darker() /// public Java.Awt.PaintContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.Rectangle arg1, Java.Awt.Geom.Rectangle2D arg2, Java.Awt.Geom.AffineTransform arg3, Java.Awt.RenderingHints arg4) { - return IExecute("createContext", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ColorNs/ICC_Profile.cs b/src/net/JNet/Generated/Java/Awt/ColorNs/ICC_Profile.cs index 4bec785b11..d06e94dd52 100644 --- a/src/net/JNet/Generated/Java/Awt/ColorNs/ICC_Profile.cs +++ b/src/net/JNet/Generated/Java/Awt/ColorNs/ICC_Profile.cs @@ -907,7 +907,7 @@ public byte[] GetData(int arg0) /// public void SetData(int arg0, byte[] arg1) { - IExecute("setData", arg0, arg1); + IExecuteWithSignature("setData", "(I[B)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Component.cs b/src/net/JNet/Generated/Java/Awt/Component.cs index 8678695e85..68eb9f84b5 100644 --- a/src/net/JNet/Generated/Java/Awt/Component.cs +++ b/src/net/JNet/Generated/Java/Awt/Component.cs @@ -521,7 +521,7 @@ public bool AreFocusTraversalKeysSet(int arg0) /// public bool Contains(int arg0, int arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(II)Z", arg0, arg1); } /// /// @@ -552,7 +552,7 @@ public bool HasFocus() /// public bool ImageUpdate(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - return IExecute("imageUpdate", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("imageUpdate", "(Ljava/awt/Image;IIIII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -709,7 +709,7 @@ public bool IsVisible() /// public bool PrepareImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs.ImageObserver arg3) { - return IExecute("prepareImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("prepareImage", "(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3); } /// /// @@ -719,7 +719,7 @@ public bool PrepareImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.Image /// public bool PrepareImage(Java.Awt.Image arg0, Java.Awt.ImageNs.ImageObserver arg1) { - return IExecute("prepareImage", arg0, arg1); + return IExecuteWithSignature("prepareImage", "(Ljava/awt/Image;Ljava/awt/image/ImageObserver;)Z", arg0, arg1); } /// /// @@ -756,7 +756,7 @@ public void DispatchEvent(Java.Awt.AWTEvent arg0) /// public int CheckImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs.ImageObserver arg3) { - return IExecute("checkImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("checkImage", "(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)I", arg0, arg1, arg2, arg3); } /// /// @@ -766,7 +766,7 @@ public int CheckImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs. /// public int CheckImage(Java.Awt.Image arg0, Java.Awt.ImageNs.ImageObserver arg1) { - return IExecute("checkImage", arg0, arg1); + return IExecuteWithSignature("checkImage", "(Ljava/awt/Image;Ljava/awt/image/ImageObserver;)I", arg0, arg1); } /// /// @@ -776,7 +776,7 @@ public int CheckImage(Java.Awt.Image arg0, Java.Awt.ImageNs.ImageObserver arg1) /// public int GetBaseline(int arg0, int arg1) { - return IExecute("getBaseline", arg0, arg1); + return IExecuteWithSignature("getBaseline", "(II)I", arg0, arg1); } /// /// @@ -786,7 +786,7 @@ public int GetBaseline(int arg0, int arg1) /// public Java.Awt.Component GetComponentAt(int arg0, int arg1) { - return IExecute("getComponentAt", arg0, arg1); + return IExecuteWithSignature("getComponentAt", "(II)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -823,7 +823,7 @@ public Java.Awt.FontMetrics GetFontMetrics(Java.Awt.Font arg0) /// public Java.Awt.Image CreateImage(int arg0, int arg1) { - return IExecute("createImage", arg0, arg1); + return IExecuteWithSignature("createImage", "(II)Ljava/awt/Image;", arg0, arg1); } /// /// @@ -844,7 +844,7 @@ public Java.Awt.Image CreateImage(Java.Awt.ImageNs.ImageProducer arg0) /// public Java.Awt.ImageNs.VolatileImage CreateVolatileImage(int arg0, int arg1, Java.Awt.ImageCapabilities arg2) { - return IExecute("createVolatileImage", arg0, arg1, arg2); + return IExecuteWithSignature("createVolatileImage", "(IILjava/awt/ImageCapabilities;)Ljava/awt/image/VolatileImage;", arg0, arg1, arg2); } /// /// @@ -854,7 +854,7 @@ public Java.Awt.ImageNs.VolatileImage CreateVolatileImage(int arg0, int arg1, Ja /// public Java.Awt.ImageNs.VolatileImage CreateVolatileImage(int arg0, int arg1) { - return IExecute("createVolatileImage", arg0, arg1); + return IExecuteWithSignature("createVolatileImage", "(II)Ljava/awt/image/VolatileImage;", arg0, arg1); } /// /// @@ -1050,7 +1050,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -1083,7 +1083,7 @@ public void EnableInputMethods(bool arg0) /// public void FirePropertyChange(Java.Lang.String arg0, byte arg1, byte arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;BB)V", arg0, arg1, arg2); } /// /// @@ -1093,7 +1093,7 @@ public void FirePropertyChange(Java.Lang.String arg0, byte arg1, byte arg2) /// public void FirePropertyChange(Java.Lang.String arg0, char arg1, char arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;CC)V", arg0, arg1, arg2); } /// /// @@ -1103,7 +1103,7 @@ public void FirePropertyChange(Java.Lang.String arg0, char arg1, char arg2) /// public void FirePropertyChange(Java.Lang.String arg0, double arg1, double arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;DD)V", arg0, arg1, arg2); } /// /// @@ -1113,7 +1113,7 @@ public void FirePropertyChange(Java.Lang.String arg0, double arg1, double arg2) /// public void FirePropertyChange(Java.Lang.String arg0, float arg1, float arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;FF)V", arg0, arg1, arg2); } /// /// @@ -1123,7 +1123,7 @@ public void FirePropertyChange(Java.Lang.String arg0, float arg1, float arg2) /// public void FirePropertyChange(Java.Lang.String arg0, long arg1, long arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;JJ)V", arg0, arg1, arg2); } /// /// @@ -1133,7 +1133,7 @@ public void FirePropertyChange(Java.Lang.String arg0, long arg1, long arg2) /// public void FirePropertyChange(Java.Lang.String arg0, short arg1, short arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;SS)V", arg0, arg1, arg2); } /// /// @@ -1156,7 +1156,7 @@ public void List() /// public void List(Java.Io.PrintStream arg0, int arg1) { - IExecute("list", arg0, arg1); + IExecuteWithSignature("list", "(Ljava/io/PrintStream;I)V", arg0, arg1); } /// /// @@ -1173,7 +1173,7 @@ public void List(Java.Io.PrintStream arg0) /// public void List(Java.Io.PrintWriter arg0, int arg1) { - IExecute("list", arg0, arg1); + IExecuteWithSignature("list", "(Ljava/io/PrintWriter;I)V", arg0, arg1); } /// /// @@ -1261,7 +1261,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -1279,7 +1279,7 @@ public void Repaint() /// public void Repaint(int arg0, int arg1, int arg2, int arg3) { - IExecute("repaint", arg0, arg1, arg2, arg3); + IExecuteWithSignature("repaint", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -1291,7 +1291,7 @@ public void Repaint(int arg0, int arg1, int arg2, int arg3) /// public void Repaint(long arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("repaint", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("repaint", "(JIIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -1332,7 +1332,7 @@ public void Revalidate() /// public void SetBounds(int arg0, int arg1, int arg2, int arg3) { - IExecute("setBounds", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setBounds", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -1358,7 +1358,7 @@ public void SetFocusable(bool arg0) /// public void SetFocusTraversalKeys(int arg0, Java.Util.Set arg1) where Arg1ExtendsJava_Awt_AWTKeyStroke : Java.Awt.AWTKeyStroke { - IExecute("setFocusTraversalKeys", arg0, arg1); + IExecuteWithSignature("setFocusTraversalKeys", "(ILjava/util/Set;)V", arg0, arg1); } /// /// @@ -1367,7 +1367,7 @@ public void SetFocusTraversalKeys(int arg0, Ja /// public void SetLocation(int arg0, int arg1) { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(II)V", arg0, arg1); } /// /// @@ -1384,7 +1384,7 @@ public void SetMixingCutoutShape(Java.Awt.Shape arg0) /// public void SetSize(int arg0, int arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Composite.cs b/src/net/JNet/Generated/Java/Awt/Composite.cs index 6ed4976284..d1649eab77 100644 --- a/src/net/JNet/Generated/Java/Awt/Composite.cs +++ b/src/net/JNet/Generated/Java/Awt/Composite.cs @@ -127,7 +127,7 @@ public partial class Composite : Java.Awt.IComposite /// public Java.Awt.CompositeContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.ImageNs.ColorModel arg1, Java.Awt.RenderingHints arg2) { - return IExecute("createContext", arg0, arg1, arg2); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;Ljava/awt/RenderingHints;)Ljava/awt/CompositeContext;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/CompositeContext.cs b/src/net/JNet/Generated/Java/Awt/CompositeContext.cs index bcb38bd6f2..07d6b70060 100644 --- a/src/net/JNet/Generated/Java/Awt/CompositeContext.cs +++ b/src/net/JNet/Generated/Java/Awt/CompositeContext.cs @@ -129,7 +129,7 @@ public partial class CompositeContext : Java.Awt.ICompositeContext /// public void Compose(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.Raster arg1, Java.Awt.ImageNs.WritableRaster arg2) { - IExecute("compose", arg0, arg1, arg2); + IExecuteWithSignature("compose", "(Ljava/awt/image/Raster;Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Container.cs b/src/net/JNet/Generated/Java/Awt/Container.cs index 1b080e5171..2f8b27c708 100644 --- a/src/net/JNet/Generated/Java/Awt/Container.cs +++ b/src/net/JNet/Generated/Java/Awt/Container.cs @@ -198,7 +198,7 @@ public int GetComponentZOrder(Java.Awt.Component arg0) /// public Java.Awt.Component Add(Java.Awt.Component arg0, int arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(Ljava/awt/Component;I)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -217,7 +217,7 @@ public Java.Awt.Component Add(Java.Awt.Component arg0) /// public Java.Awt.Component Add(Java.Lang.String arg0, Java.Awt.Component arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(Ljava/lang/String;Ljava/awt/Component;)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -227,7 +227,7 @@ public Java.Awt.Component Add(Java.Lang.String arg0, Java.Awt.Component arg1) /// public Java.Awt.Component FindComponentAt(int arg0, int arg1) { - return IExecute("findComponentAt", arg0, arg1); + return IExecuteWithSignature("findComponentAt", "(II)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public void RemoveContainerListener(Java.Awt.EventNs.ContainerListener arg0) /// public void Add(Java.Awt.Component arg0, object arg1, int arg2) { - IExecute("add", arg0, arg1, arg2); + IExecuteWithSignature("add", "(Ljava/awt/Component;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -290,7 +290,7 @@ public void Add(Java.Awt.Component arg0, object arg1, int arg2) /// public void Add(Java.Awt.Component arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -338,7 +338,7 @@ public void RemoveAll() /// public void SetComponentZOrder(Java.Awt.Component arg0, int arg1) { - IExecute("setComponentZOrder", arg0, arg1); + IExecuteWithSignature("setComponentZOrder", "(Ljava/awt/Component;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Datatransfer/Clipboard.cs b/src/net/JNet/Generated/Java/Awt/Datatransfer/Clipboard.cs index 19a103fd43..5d71a80fe3 100644 --- a/src/net/JNet/Generated/Java/Awt/Datatransfer/Clipboard.cs +++ b/src/net/JNet/Generated/Java/Awt/Datatransfer/Clipboard.cs @@ -171,7 +171,7 @@ public void RemoveFlavorListener(Java.Awt.Datatransfer.FlavorListener arg0) /// public void SetContents(Java.Awt.Datatransfer.Transferable arg0, Java.Awt.Datatransfer.ClipboardOwner arg1) { - IExecute("setContents", arg0, arg1); + IExecuteWithSignature("setContents", "(Ljava/awt/datatransfer/Transferable;Ljava/awt/datatransfer/ClipboardOwner;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Datatransfer/ClipboardOwner.cs b/src/net/JNet/Generated/Java/Awt/Datatransfer/ClipboardOwner.cs index 785e02f498..8712c41aab 100644 --- a/src/net/JNet/Generated/Java/Awt/Datatransfer/ClipboardOwner.cs +++ b/src/net/JNet/Generated/Java/Awt/Datatransfer/ClipboardOwner.cs @@ -123,7 +123,7 @@ public partial class ClipboardOwner : Java.Awt.Datatransfer.IClipboardOwner /// public void LostOwnership(Java.Awt.Datatransfer.Clipboard arg0, Java.Awt.Datatransfer.Transferable arg1) { - IExecute("lostOwnership", arg0, arg1); + IExecuteWithSignature("lostOwnership", "(Ljava/awt/datatransfer/Clipboard;Ljava/awt/datatransfer/Transferable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Datatransfer/StringSelection.cs b/src/net/JNet/Generated/Java/Awt/Datatransfer/StringSelection.cs index 0e0ebeca71..c59929689c 100644 --- a/src/net/JNet/Generated/Java/Awt/Datatransfer/StringSelection.cs +++ b/src/net/JNet/Generated/Java/Awt/Datatransfer/StringSelection.cs @@ -140,7 +140,7 @@ public object GetTransferData(Java.Awt.Datatransfer.DataFlavor arg0) /// public void LostOwnership(Java.Awt.Datatransfer.Clipboard arg0, Java.Awt.Datatransfer.Transferable arg1) { - IExecute("lostOwnership", arg0, arg1); + IExecuteWithSignature("lostOwnership", "(Ljava/awt/datatransfer/Clipboard;Ljava/awt/datatransfer/Transferable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Datatransfer/SystemFlavorMap.cs b/src/net/JNet/Generated/Java/Awt/Datatransfer/SystemFlavorMap.cs index 6e81d88949..a1b059b6c0 100644 --- a/src/net/JNet/Generated/Java/Awt/Datatransfer/SystemFlavorMap.cs +++ b/src/net/JNet/Generated/Java/Awt/Datatransfer/SystemFlavorMap.cs @@ -194,7 +194,7 @@ public static Java.Lang.String EncodeJavaMIMEType(Java.Lang.String arg0) /// public void AddFlavorForUnencodedNative(Java.Lang.String arg0, Java.Awt.Datatransfer.DataFlavor arg1) { - IExecute("addFlavorForUnencodedNative", arg0, arg1); + IExecuteWithSignature("addFlavorForUnencodedNative", "(Ljava/lang/String;Ljava/awt/datatransfer/DataFlavor;)V", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public void AddFlavorForUnencodedNative(Java.Lang.String arg0, Java.Awt.Datatran /// public void AddUnencodedNativeForFlavor(Java.Awt.Datatransfer.DataFlavor arg0, Java.Lang.String arg1) { - IExecute("addUnencodedNativeForFlavor", arg0, arg1); + IExecuteWithSignature("addUnencodedNativeForFlavor", "(Ljava/awt/datatransfer/DataFlavor;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -212,7 +212,7 @@ public void AddUnencodedNativeForFlavor(Java.Awt.Datatransfer.DataFlavor arg0, J /// public void SetFlavorsForNative(Java.Lang.String arg0, Java.Awt.Datatransfer.DataFlavor[] arg1) { - IExecute("setFlavorsForNative", arg0, arg1); + IExecuteWithSignature("setFlavorsForNative", "(Ljava/lang/String;[Ljava/awt/datatransfer/DataFlavor;)V", arg0, arg1); } /// /// @@ -221,7 +221,7 @@ public void SetFlavorsForNative(Java.Lang.String arg0, Java.Awt.Datatransfer.Dat /// public void SetNativesForFlavor(Java.Awt.Datatransfer.DataFlavor arg0, Java.Lang.String[] arg1) { - IExecute("setNativesForFlavor", arg0, arg1); + IExecuteWithSignature("setNativesForFlavor", "(Ljava/awt/datatransfer/DataFlavor;[Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/DesktopNs/QuitHandler.cs b/src/net/JNet/Generated/Java/Awt/DesktopNs/QuitHandler.cs index 28e25ce7b0..b864e2b8ef 100644 --- a/src/net/JNet/Generated/Java/Awt/DesktopNs/QuitHandler.cs +++ b/src/net/JNet/Generated/Java/Awt/DesktopNs/QuitHandler.cs @@ -123,7 +123,7 @@ public partial class QuitHandler : Java.Awt.DesktopNs.IQuitHandler /// public void HandleQuitRequestWith(Java.Awt.DesktopNs.QuitEvent arg0, Java.Awt.DesktopNs.QuitResponse arg1) { - IExecute("handleQuitRequestWith", arg0, arg1); + IExecuteWithSignature("handleQuitRequestWith", "(Ljava/awt/desktop/QuitEvent;Ljava/awt/desktop/QuitResponse;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Dimension.cs b/src/net/JNet/Generated/Java/Awt/Dimension.cs index 6424462989..ecf5f3ca32 100644 --- a/src/net/JNet/Generated/Java/Awt/Dimension.cs +++ b/src/net/JNet/Generated/Java/Awt/Dimension.cs @@ -133,7 +133,7 @@ public Java.Awt.Dimension Size /// public void SetSize(int arg0, int arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Dnd/DragGestureEvent.cs b/src/net/JNet/Generated/Java/Awt/Dnd/DragGestureEvent.cs index d339132923..5f656e5337 100644 --- a/src/net/JNet/Generated/Java/Awt/Dnd/DragGestureEvent.cs +++ b/src/net/JNet/Generated/Java/Awt/Dnd/DragGestureEvent.cs @@ -177,7 +177,7 @@ public object[] ToArray(object[] arg0) /// public void StartDrag(Java.Awt.Cursor arg0, Java.Awt.Datatransfer.Transferable arg1, Java.Awt.Dnd.DragSourceListener arg2) { - IExecute("startDrag", arg0, arg1, arg2); + IExecuteWithSignature("startDrag", "(Ljava/awt/Cursor;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;)V", arg0, arg1, arg2); } /// /// @@ -187,7 +187,7 @@ public void StartDrag(Java.Awt.Cursor arg0, Java.Awt.Datatransfer.Transferable a /// public void StartDrag(Java.Awt.Cursor arg0, Java.Awt.Datatransfer.Transferable arg1) { - IExecute("startDrag", arg0, arg1); + IExecuteWithSignature("startDrag", "(Ljava/awt/Cursor;Ljava/awt/datatransfer/Transferable;)V", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public void StartDrag(Java.Awt.Cursor arg0, Java.Awt.Datatransfer.Transferable a /// public void StartDrag(Java.Awt.Cursor arg0, Java.Awt.Image arg1, Java.Awt.Point arg2, Java.Awt.Datatransfer.Transferable arg3, Java.Awt.Dnd.DragSourceListener arg4) { - IExecute("startDrag", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("startDrag", "(Ljava/awt/Cursor;Ljava/awt/Image;Ljava/awt/Point;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Dnd/DragSource.cs b/src/net/JNet/Generated/Java/Awt/Dnd/DragSource.cs index 84ddb25ec0..67d941d2ef 100644 --- a/src/net/JNet/Generated/Java/Awt/Dnd/DragSource.cs +++ b/src/net/JNet/Generated/Java/Awt/Dnd/DragSource.cs @@ -201,7 +201,7 @@ public T CreateDragGestureRecognizer(Java.Lang.Class arg0, Java.Awt.Component /// public Java.Awt.Dnd.DragGestureRecognizer CreateDefaultDragGestureRecognizer(Java.Awt.Component arg0, int arg1, Java.Awt.Dnd.DragGestureListener arg2) { - return IExecute("createDefaultDragGestureRecognizer", arg0, arg1, arg2); + return IExecuteWithSignature("createDefaultDragGestureRecognizer", "(Ljava/awt/Component;ILjava/awt/dnd/DragGestureListener;)Ljava/awt/dnd/DragGestureRecognizer;", arg0, arg1, arg2); } /// /// @@ -246,7 +246,7 @@ public void RemoveDragSourceMotionListener(Java.Awt.Dnd.DragSourceMotionListener /// public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, Java.Awt.Datatransfer.Transferable arg2, Java.Awt.Dnd.DragSourceListener arg3, Java.Awt.Datatransfer.FlavorMap arg4) { - IExecute("startDrag", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("startDrag", "(Ljava/awt/dnd/DragGestureEvent;Ljava/awt/Cursor;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;Ljava/awt/datatransfer/FlavorMap;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -258,7 +258,7 @@ public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, /// public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, Java.Awt.Datatransfer.Transferable arg2, Java.Awt.Dnd.DragSourceListener arg3) { - IExecute("startDrag", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startDrag", "(Ljava/awt/dnd/DragGestureEvent;Ljava/awt/Cursor;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;)V", arg0, arg1, arg2, arg3); } /// /// @@ -273,7 +273,7 @@ public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, /// public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, Java.Awt.Image arg2, Java.Awt.Point arg3, Java.Awt.Datatransfer.Transferable arg4, Java.Awt.Dnd.DragSourceListener arg5, Java.Awt.Datatransfer.FlavorMap arg6) { - IExecute("startDrag", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("startDrag", "(Ljava/awt/dnd/DragGestureEvent;Ljava/awt/Cursor;Ljava/awt/Image;Ljava/awt/Point;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;Ljava/awt/datatransfer/FlavorMap;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -287,7 +287,7 @@ public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, /// public void StartDrag(Java.Awt.Dnd.DragGestureEvent arg0, Java.Awt.Cursor arg1, Java.Awt.Image arg2, Java.Awt.Point arg3, Java.Awt.Datatransfer.Transferable arg4, Java.Awt.Dnd.DragSourceListener arg5) { - IExecute("startDrag", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("startDrag", "(Ljava/awt/dnd/DragGestureEvent;Ljava/awt/Cursor;Ljava/awt/Image;Ljava/awt/Point;Ljava/awt/datatransfer/Transferable;Ljava/awt/dnd/DragSourceListener;)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Dnd/Peer/DragSourceContextPeer.cs b/src/net/JNet/Generated/Java/Awt/Dnd/Peer/DragSourceContextPeer.cs index b6c4d529a6..d7a325d645 100644 --- a/src/net/JNet/Generated/Java/Awt/Dnd/Peer/DragSourceContextPeer.cs +++ b/src/net/JNet/Generated/Java/Awt/Dnd/Peer/DragSourceContextPeer.cs @@ -144,7 +144,7 @@ public Java.Awt.Cursor Cursor /// public void StartDrag(Java.Awt.Dnd.DragSourceContext arg0, Java.Awt.Cursor arg1, Java.Awt.Image arg2, Java.Awt.Point arg3) { - IExecute("startDrag", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startDrag", "(Ljava/awt/dnd/DragSourceContext;Ljava/awt/Cursor;Ljava/awt/Image;Ljava/awt/Point;)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/EventNs/MouseEvent.cs b/src/net/JNet/Generated/Java/Awt/EventNs/MouseEvent.cs index 63cb46e8d7..86b3b84036 100644 --- a/src/net/JNet/Generated/Java/Awt/EventNs/MouseEvent.cs +++ b/src/net/JNet/Generated/Java/Awt/EventNs/MouseEvent.cs @@ -303,7 +303,7 @@ public bool IsPopupTrigger() /// public void TranslatePoint(int arg0, int arg1) { - IExecute("translatePoint", arg0, arg1); + IExecuteWithSignature("translatePoint", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FlowLayout.cs b/src/net/JNet/Generated/Java/Awt/FlowLayout.cs index c6e8259475..2f9026af39 100644 --- a/src/net/JNet/Generated/Java/Awt/FlowLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/FlowLayout.cs @@ -199,7 +199,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/FocusTraversalPolicy.cs b/src/net/JNet/Generated/Java/Awt/FocusTraversalPolicy.cs index 930bd9a221..8de2a14d46 100644 --- a/src/net/JNet/Generated/Java/Awt/FocusTraversalPolicy.cs +++ b/src/net/JNet/Generated/Java/Awt/FocusTraversalPolicy.cs @@ -100,7 +100,7 @@ public partial class FocusTraversalPolicy /// public Java.Awt.Component GetComponentAfter(Java.Awt.Container arg0, Java.Awt.Component arg1) { - return IExecute("getComponentAfter", arg0, arg1); + return IExecuteWithSignature("getComponentAfter", "(Ljava/awt/Container;Ljava/awt/Component;)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -110,7 +110,7 @@ public Java.Awt.Component GetComponentAfter(Java.Awt.Container arg0, Java.Awt.Co /// public Java.Awt.Component GetComponentBefore(Java.Awt.Container arg0, Java.Awt.Component arg1) { - return IExecute("getComponentBefore", arg0, arg1); + return IExecuteWithSignature("getComponentBefore", "(Ljava/awt/Container;Ljava/awt/Component;)Ljava/awt/Component;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Font.cs b/src/net/JNet/Generated/Java/Awt/Font.cs index 2e74f0f828..2605b928e0 100644 --- a/src/net/JNet/Generated/Java/Awt/Font.cs +++ b/src/net/JNet/Generated/Java/Awt/Font.cs @@ -215,7 +215,7 @@ public Font(Java.Util.Map arg0) /// public static bool TextRequiresLayout(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "textRequiresLayout", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "textRequiresLayout", "([CII)Z", arg0, arg1, arg2); } /// /// @@ -227,7 +227,7 @@ public static bool TextRequiresLayout(char[] arg0, int arg1, int arg2) /// public static Java.Awt.Font CreateFont(int arg0, Java.Io.File arg1) { - return SExecute(LocalBridgeClazz, "createFont", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createFont", "(ILjava/io/File;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public static Java.Awt.Font CreateFont(int arg0, Java.Io.File arg1) /// public static Java.Awt.Font CreateFont(int arg0, Java.Io.InputStream arg1) { - return SExecute(LocalBridgeClazz, "createFont", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createFont", "(ILjava/io/InputStream;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public static Java.Awt.Font Decode(Java.Lang.String arg0) /// public static Java.Awt.Font GetFont(Java.Lang.String arg0, Java.Awt.Font arg1) { - return SExecute(LocalBridgeClazz, "getFont", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFont", "(Ljava/lang/String;Ljava/awt/Font;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -480,7 +480,7 @@ public byte GetBaselineFor(char arg0) /// public int CanDisplayUpTo(char[] arg0, int arg1, int arg2) { - return IExecute("canDisplayUpTo", arg0, arg1, arg2); + return IExecuteWithSignature("canDisplayUpTo", "([CII)I", arg0, arg1, arg2); } /// /// @@ -500,7 +500,7 @@ public int CanDisplayUpTo(Java.Lang.String arg0) /// public int CanDisplayUpTo(Java.Text.CharacterIterator arg0, int arg1, int arg2) { - return IExecute("canDisplayUpTo", arg0, arg1, arg2); + return IExecuteWithSignature("canDisplayUpTo", "(Ljava/text/CharacterIterator;II)I", arg0, arg1, arg2); } /// /// @@ -519,7 +519,7 @@ public Java.Awt.Font DeriveFont(float arg0) /// public Java.Awt.Font DeriveFont(int arg0, float arg1) { - return IExecute("deriveFont", arg0, arg1); + return IExecuteWithSignature("deriveFont", "(IF)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -529,7 +529,7 @@ public Java.Awt.Font DeriveFont(int arg0, float arg1) /// public Java.Awt.Font DeriveFont(int arg0, Java.Awt.Geom.AffineTransform arg1) { - return IExecute("deriveFont", arg0, arg1); + return IExecuteWithSignature("deriveFont", "(ILjava/awt/geom/AffineTransform;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -567,7 +567,7 @@ public Java.Awt.Font DeriveFont public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderContext arg0, char[] arg1) { - return IExecute("createGlyphVector", arg0, arg1); + return IExecuteWithSignature("createGlyphVector", "(Ljava/awt/font/FontRenderContext;[C)Ljava/awt/font/GlyphVector;", arg0, arg1); } /// /// @@ -577,7 +577,7 @@ public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderC /// public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderContext arg0, int[] arg1) { - return IExecute("createGlyphVector", arg0, arg1); + return IExecuteWithSignature("createGlyphVector", "(Ljava/awt/font/FontRenderContext;[I)Ljava/awt/font/GlyphVector;", arg0, arg1); } /// /// @@ -587,7 +587,7 @@ public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderC /// public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderContext arg0, Java.Lang.String arg1) { - return IExecute("createGlyphVector", arg0, arg1); + return IExecuteWithSignature("createGlyphVector", "(Ljava/awt/font/FontRenderContext;Ljava/lang/String;)Ljava/awt/font/GlyphVector;", arg0, arg1); } /// /// @@ -597,7 +597,7 @@ public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderC /// public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderContext arg0, Java.Text.CharacterIterator arg1) { - return IExecute("createGlyphVector", arg0, arg1); + return IExecuteWithSignature("createGlyphVector", "(Ljava/awt/font/FontRenderContext;Ljava/text/CharacterIterator;)Ljava/awt/font/GlyphVector;", arg0, arg1); } /// /// @@ -610,7 +610,7 @@ public Java.Awt.FontNs.GlyphVector CreateGlyphVector(Java.Awt.FontNs.FontRenderC /// public Java.Awt.FontNs.GlyphVector LayoutGlyphVector(Java.Awt.FontNs.FontRenderContext arg0, char[] arg1, int arg2, int arg3, int arg4) { - return IExecute("layoutGlyphVector", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("layoutGlyphVector", "(Ljava/awt/font/FontRenderContext;[CIII)Ljava/awt/font/GlyphVector;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -622,7 +622,7 @@ public Java.Awt.FontNs.GlyphVector LayoutGlyphVector(Java.Awt.FontNs.FontRenderC /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(char[] arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "([CIILjava/awt/font/FontRenderContext;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -634,7 +634,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(char[] arg0, int arg1, int arg /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "(Ljava/lang/String;IILjava/awt/font/FontRenderContext;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -644,7 +644,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, int arg /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, Java.Awt.FontNs.FontRenderContext arg1) { - return IExecute("getLineMetrics", arg0, arg1); + return IExecuteWithSignature("getLineMetrics", "(Ljava/lang/String;Ljava/awt/font/FontRenderContext;)Ljava/awt/font/LineMetrics;", arg0, arg1); } /// /// @@ -656,7 +656,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, Java.Aw /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Text.CharacterIterator arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "(Ljava/text/CharacterIterator;IILjava/awt/font/FontRenderContext;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -677,7 +677,7 @@ public Java.Awt.Geom.Rectangle2D GetMaxCharBounds(Java.Awt.FontNs.FontRenderCont /// public Java.Awt.Geom.Rectangle2D GetStringBounds(char[] arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "([CIILjava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } /// /// @@ -689,7 +689,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(char[] arg0, int arg1, int arg2 /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "(Ljava/lang/String;IILjava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } /// /// @@ -699,7 +699,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, int arg1 /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, Java.Awt.FontNs.FontRenderContext arg1) { - return IExecute("getStringBounds", arg0, arg1); + return IExecuteWithSignature("getStringBounds", "(Ljava/lang/String;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;", arg0, arg1); } /// /// @@ -711,7 +711,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, Java.Awt /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Text.CharacterIterator arg0, int arg1, int arg2, Java.Awt.FontNs.FontRenderContext arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "(Ljava/text/CharacterIterator;IILjava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/FontMetrics.cs b/src/net/JNet/Generated/Java/Awt/FontMetrics.cs index fedc7feeb9..a233ad71ce 100644 --- a/src/net/JNet/Generated/Java/Awt/FontMetrics.cs +++ b/src/net/JNet/Generated/Java/Awt/FontMetrics.cs @@ -179,7 +179,7 @@ public bool HasUniformLineMetrics() /// public int BytesWidth(byte[] arg0, int arg1, int arg2) { - return IExecute("bytesWidth", arg0, arg1, arg2); + return IExecuteWithSignature("bytesWidth", "([BII)I", arg0, arg1, arg2); } /// /// @@ -190,7 +190,7 @@ public int BytesWidth(byte[] arg0, int arg1, int arg2) /// public int CharsWidth(char[] arg0, int arg1, int arg2) { - return IExecute("charsWidth", arg0, arg1, arg2); + return IExecuteWithSignature("charsWidth", "([CII)I", arg0, arg1, arg2); } /// /// @@ -229,7 +229,7 @@ public int StringWidth(Java.Lang.String arg0) /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(char[] arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "([CIILjava/awt/Graphics;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -241,7 +241,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(char[] arg0, int arg1, int arg /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "(Ljava/lang/String;IILjava/awt/Graphics;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -251,7 +251,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, int arg /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, Java.Awt.Graphics arg1) { - return IExecute("getLineMetrics", arg0, arg1); + return IExecuteWithSignature("getLineMetrics", "(Ljava/lang/String;Ljava/awt/Graphics;)Ljava/awt/font/LineMetrics;", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Lang.String arg0, Java.Aw /// public Java.Awt.FontNs.LineMetrics GetLineMetrics(Java.Text.CharacterIterator arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getLineMetrics", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getLineMetrics", "(Ljava/text/CharacterIterator;IILjava/awt/Graphics;)Ljava/awt/font/LineMetrics;", arg0, arg1, arg2, arg3); } /// /// @@ -284,7 +284,7 @@ public Java.Awt.Geom.Rectangle2D GetMaxCharBounds(Java.Awt.Graphics arg0) /// public Java.Awt.Geom.Rectangle2D GetStringBounds(char[] arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "([CIILjava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } /// /// @@ -296,7 +296,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(char[] arg0, int arg1, int arg2 /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "(Ljava/lang/String;IILjava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } /// /// @@ -306,7 +306,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, int arg1 /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, Java.Awt.Graphics arg1) { - return IExecute("getStringBounds", arg0, arg1); + return IExecuteWithSignature("getStringBounds", "(Ljava/lang/String;Ljava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Lang.String arg0, Java.Awt /// public Java.Awt.Geom.Rectangle2D GetStringBounds(Java.Text.CharacterIterator arg0, int arg1, int arg2, Java.Awt.Graphics arg3) { - return IExecute("getStringBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStringBounds", "(Ljava/text/CharacterIterator;IILjava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/GlyphVector.cs b/src/net/JNet/Generated/Java/Awt/FontNs/GlyphVector.cs index 9f8cf9d64b..a7c9990c88 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/GlyphVector.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/GlyphVector.cs @@ -180,7 +180,7 @@ public Java.Awt.Geom.Rectangle2D VisualBounds /// public float[] GetGlyphPositions(int arg0, int arg1, float[] arg2) { - return IExecuteArray("getGlyphPositions", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getGlyphPositions", "(II[F)[F", arg0, arg1, arg2); } /// /// @@ -200,7 +200,7 @@ public int GetGlyphCode(int arg0) /// public int[] GetGlyphCodes(int arg0, int arg1, int[] arg2) { - return IExecuteArray("getGlyphCodes", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getGlyphCodes", "(II[I)[I", arg0, arg1, arg2); } /// /// @@ -273,7 +273,7 @@ public Java.Awt.Shape GetGlyphVisualBounds(int arg0) /// public Java.Awt.Shape GetOutline(float arg0, float arg1) { - return IExecute("getOutline", arg0, arg1); + return IExecuteWithSignature("getOutline", "(FF)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public void PerformDefaultLayout() /// public void SetGlyphPosition(int arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("setGlyphPosition", arg0, arg1); + IExecuteWithSignature("setGlyphPosition", "(ILjava/awt/geom/Point2D;)V", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public void SetGlyphPosition(int arg0, Java.Awt.Geom.Point2D arg1) /// public void SetGlyphTransform(int arg0, Java.Awt.Geom.AffineTransform arg1) { - IExecute("setGlyphTransform", arg0, arg1); + IExecuteWithSignature("setGlyphTransform", "(ILjava/awt/geom/AffineTransform;)V", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public int GetGlyphCharIndex(int arg0) /// public int[] GetGlyphCharIndices(int arg0, int arg1, int[] arg2) { - return IExecuteArray("getGlyphCharIndices", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getGlyphCharIndices", "(II[I)[I", arg0, arg1, arg2); } /// /// @@ -330,7 +330,7 @@ public int[] GetGlyphCharIndices(int arg0, int arg1, int[] arg2) /// public Java.Awt.Rectangle GetGlyphPixelBounds(int arg0, Java.Awt.FontNs.FontRenderContext arg1, float arg2, float arg3) { - return IExecute("getGlyphPixelBounds", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getGlyphPixelBounds", "(ILjava/awt/font/FontRenderContext;FF)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3); } /// /// @@ -341,7 +341,7 @@ public Java.Awt.Rectangle GetGlyphPixelBounds(int arg0, Java.Awt.FontNs.FontRend /// public Java.Awt.Rectangle GetPixelBounds(Java.Awt.FontNs.FontRenderContext arg0, float arg1, float arg2) { - return IExecute("getPixelBounds", arg0, arg1, arg2); + return IExecuteWithSignature("getPixelBounds", "(Ljava/awt/font/FontRenderContext;FF)Ljava/awt/Rectangle;", arg0, arg1, arg2); } /// /// @@ -352,7 +352,7 @@ public Java.Awt.Rectangle GetPixelBounds(Java.Awt.FontNs.FontRenderContext arg0, /// public Java.Awt.Shape GetGlyphOutline(int arg0, float arg1, float arg2) { - return IExecute("getGlyphOutline", arg0, arg1, arg2); + return IExecuteWithSignature("getGlyphOutline", "(IFF)Ljava/awt/Shape;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/GraphicAttribute.cs b/src/net/JNet/Generated/Java/Awt/FontNs/GraphicAttribute.cs index 57ccbf88dc..9180dc6d1c 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/GraphicAttribute.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/GraphicAttribute.cs @@ -172,7 +172,7 @@ public Java.Awt.FontNs.GlyphJustificationInfo JustificationInfo /// public void Draw(Java.Awt.Graphics2D arg0, float arg1, float arg2) { - IExecute("draw", arg0, arg1, arg2); + IExecuteWithSignature("draw", "(Ljava/awt/Graphics2D;FF)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/LayoutPath.cs b/src/net/JNet/Generated/Java/Awt/FontNs/LayoutPath.cs index 1b0f6c8d67..b060864dd1 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/LayoutPath.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/LayoutPath.cs @@ -100,7 +100,7 @@ public partial class LayoutPath /// public bool PointToPath(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("pointToPath", arg0, arg1); + return IExecuteWithSignature("pointToPath", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Z", arg0, arg1); } /// /// @@ -110,7 +110,7 @@ public bool PointToPath(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) /// public void PathToPoint(Java.Awt.Geom.Point2D arg0, bool arg1, Java.Awt.Geom.Point2D arg2) { - IExecute("pathToPoint", arg0, arg1, arg2); + IExecuteWithSignature("pathToPoint", "(Ljava/awt/geom/Point2D;ZLjava/awt/geom/Point2D;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/LineBreakMeasurer.cs b/src/net/JNet/Generated/Java/Awt/FontNs/LineBreakMeasurer.cs index 6a8dcf08ca..ddedc25d60 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/LineBreakMeasurer.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/LineBreakMeasurer.cs @@ -125,7 +125,7 @@ public int Position /// public int NextOffset(float arg0, int arg1, bool arg2) { - return IExecute("nextOffset", arg0, arg1, arg2); + return IExecuteWithSignature("nextOffset", "(FIZ)I", arg0, arg1, arg2); } /// /// @@ -145,7 +145,7 @@ public int NextOffset(float arg0) /// public Java.Awt.FontNs.TextLayout NextLayout(float arg0, int arg1, bool arg2) { - return IExecute("nextLayout", arg0, arg1, arg2); + return IExecuteWithSignature("nextLayout", "(FIZ)Ljava/awt/font/TextLayout;", arg0, arg1, arg2); } /// /// @@ -163,7 +163,7 @@ public Java.Awt.FontNs.TextLayout NextLayout(float arg0) /// public void DeleteChar(Java.Text.AttributedCharacterIterator arg0, int arg1) { - IExecute("deleteChar", arg0, arg1); + IExecuteWithSignature("deleteChar", "(Ljava/text/AttributedCharacterIterator;I)V", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public void DeleteChar(Java.Text.AttributedCharacterIterator arg0, int arg1) /// public void InsertChar(Java.Text.AttributedCharacterIterator arg0, int arg1) { - IExecute("insertChar", arg0, arg1); + IExecuteWithSignature("insertChar", "(Ljava/text/AttributedCharacterIterator;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/MultipleMaster.cs b/src/net/JNet/Generated/Java/Awt/FontNs/MultipleMaster.cs index dbb829b1c8..5038bbd0a2 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/MultipleMaster.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/MultipleMaster.cs @@ -181,7 +181,7 @@ public int NumDesignAxes /// public Java.Awt.Font DeriveMMFont(float[] arg0, float arg1, float arg2, float arg3, float arg4) { - return IExecute("deriveMMFont", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("deriveMMFont", "([FFFFF)Ljava/awt/Font;", arg0, arg1, arg2, arg3, arg4); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/NumericShaper.cs b/src/net/JNet/Generated/Java/Awt/FontNs/NumericShaper.cs index 244af384fa..42d12c0be2 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/NumericShaper.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/NumericShaper.cs @@ -259,7 +259,7 @@ public partial class NumericShaper /// public static Java.Awt.FontNs.NumericShaper GetContextualShaper(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getContextualShaper", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getContextualShaper", "(II)Ljava/awt/font/NumericShaper;", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public static Java.Awt.FontNs.NumericShaper GetContextualShaper(int arg0) /// public static Java.Awt.FontNs.NumericShaper GetContextualShaper(Java.Util.Set arg0, Java.Awt.FontNs.NumericShaper.Range arg1) { - return SExecute(LocalBridgeClazz, "getContextualShaper", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getContextualShaper", "(Ljava/util/Set;Ljava/awt/font/NumericShaper$Range;)Ljava/awt/font/NumericShaper;", arg0, arg1); } /// /// @@ -342,7 +342,7 @@ public bool IsContextual() /// public void Shape(char[] arg0, int arg1, int arg2, int arg3) { - IExecute("shape", arg0, arg1, arg2, arg3); + IExecuteWithSignature("shape", "([CIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -353,7 +353,7 @@ public void Shape(char[] arg0, int arg1, int arg2, int arg3) /// public void Shape(char[] arg0, int arg1, int arg2, Java.Awt.FontNs.NumericShaper.Range arg3) { - IExecute("shape", arg0, arg1, arg2, arg3); + IExecuteWithSignature("shape", "([CIILjava/awt/font/NumericShaper$Range;)V", arg0, arg1, arg2, arg3); } /// /// @@ -363,7 +363,7 @@ public void Shape(char[] arg0, int arg1, int arg2, Java.Awt.FontNs.NumericShaper /// public void Shape(char[] arg0, int arg1, int arg2) { - IExecute("shape", arg0, arg1, arg2); + IExecuteWithSignature("shape", "([CII)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/OpenType.cs b/src/net/JNet/Generated/Java/Awt/FontNs/OpenType.cs index 94a9e40256..cd5634faff 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/OpenType.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/OpenType.cs @@ -476,7 +476,7 @@ public int Version /// public byte[] GetFontTable(int arg0, int arg1, int arg2) { - return IExecuteArray("getFontTable", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getFontTable", "(III)[B", arg0, arg1, arg2); } /// /// @@ -496,7 +496,7 @@ public byte[] GetFontTable(int arg0) /// public byte[] GetFontTable(Java.Lang.String arg0, int arg1, int arg2) { - return IExecuteArray("getFontTable", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getFontTable", "(Ljava/lang/String;II)[B", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/TextLayout.cs b/src/net/JNet/Generated/Java/Awt/FontNs/TextLayout.cs index dab580135b..513ec32540 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/TextLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/TextLayout.cs @@ -273,7 +273,7 @@ public byte GetCharacterLevel(int arg0) /// public float[] GetCaretInfo(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.Geom.Rectangle2D arg1) { - return IExecuteArray("getCaretInfo", arg0, arg1); + return IExecuteWithSignatureArray("getCaretInfo", "(Ljava/awt/font/TextHitInfo;Ljava/awt/geom/Rectangle2D;)[F", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public float[] GetCaretInfo(Java.Awt.FontNs.TextHitInfo arg0) /// public int[] GetLogicalRangesForVisualSelection(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.FontNs.TextHitInfo arg1) { - return IExecuteArray("getLogicalRangesForVisualSelection", arg0, arg1); + return IExecuteWithSignatureArray("getLogicalRangesForVisualSelection", "(Ljava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)[I", arg0, arg1); } /// /// @@ -302,7 +302,7 @@ public int[] GetLogicalRangesForVisualSelection(Java.Awt.FontNs.TextHitInfo arg0 /// public Java.Awt.FontNs.TextHitInfo GetNextLeftHit(int arg0, Java.Awt.FontNs.TextLayout.CaretPolicy arg1) { - return IExecute("getNextLeftHit", arg0, arg1); + return IExecuteWithSignature("getNextLeftHit", "(ILjava/awt/font/TextLayout$CaretPolicy;)Ljava/awt/font/TextHitInfo;", arg0, arg1); } /// /// @@ -330,7 +330,7 @@ public Java.Awt.FontNs.TextHitInfo GetNextLeftHit(Java.Awt.FontNs.TextHitInfo ar /// public Java.Awt.FontNs.TextHitInfo GetNextRightHit(int arg0, Java.Awt.FontNs.TextLayout.CaretPolicy arg1) { - return IExecute("getNextRightHit", arg0, arg1); + return IExecuteWithSignature("getNextRightHit", "(ILjava/awt/font/TextLayout$CaretPolicy;)Ljava/awt/font/TextHitInfo;", arg0, arg1); } /// /// @@ -368,7 +368,7 @@ public Java.Awt.FontNs.TextHitInfo GetVisualOtherHit(Java.Awt.FontNs.TextHitInfo /// public Java.Awt.FontNs.TextHitInfo HitTestChar(float arg0, float arg1, Java.Awt.Geom.Rectangle2D arg2) { - return IExecute("hitTestChar", arg0, arg1, arg2); + return IExecuteWithSignature("hitTestChar", "(FFLjava/awt/geom/Rectangle2D;)Ljava/awt/font/TextHitInfo;", arg0, arg1, arg2); } /// /// @@ -378,7 +378,7 @@ public Java.Awt.FontNs.TextHitInfo HitTestChar(float arg0, float arg1, Java.Awt. /// public Java.Awt.FontNs.TextHitInfo HitTestChar(float arg0, float arg1) { - return IExecute("hitTestChar", arg0, arg1); + return IExecuteWithSignature("hitTestChar", "(FF)Ljava/awt/font/TextHitInfo;", arg0, arg1); } /// /// @@ -398,7 +398,7 @@ public Java.Awt.FontNs.TextLayout GetJustifiedLayout(float arg0) /// public Java.Awt.Rectangle GetPixelBounds(Java.Awt.FontNs.FontRenderContext arg0, float arg1, float arg2) { - return IExecute("getPixelBounds", arg0, arg1, arg2); + return IExecuteWithSignature("getPixelBounds", "(Ljava/awt/font/FontRenderContext;FF)Ljava/awt/Rectangle;", arg0, arg1, arg2); } /// /// @@ -408,7 +408,7 @@ public Java.Awt.Rectangle GetPixelBounds(Java.Awt.FontNs.FontRenderContext arg0, /// public Java.Awt.Shape GetBlackBoxBounds(int arg0, int arg1) { - return IExecute("getBlackBoxBounds", arg0, arg1); + return IExecuteWithSignature("getBlackBoxBounds", "(II)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -418,7 +418,7 @@ public Java.Awt.Shape GetBlackBoxBounds(int arg0, int arg1) /// public Java.Awt.Shape GetCaretShape(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.Geom.Rectangle2D arg1) { - return IExecute("getCaretShape", arg0, arg1); + return IExecuteWithSignature("getCaretShape", "(Ljava/awt/font/TextHitInfo;Ljava/awt/geom/Rectangle2D;)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -438,7 +438,7 @@ public Java.Awt.Shape GetCaretShape(Java.Awt.FontNs.TextHitInfo arg0) /// public Java.Awt.Shape GetLogicalHighlightShape(int arg0, int arg1, Java.Awt.Geom.Rectangle2D arg2) { - return IExecute("getLogicalHighlightShape", arg0, arg1, arg2); + return IExecuteWithSignature("getLogicalHighlightShape", "(IILjava/awt/geom/Rectangle2D;)Ljava/awt/Shape;", arg0, arg1, arg2); } /// /// @@ -448,7 +448,7 @@ public Java.Awt.Shape GetLogicalHighlightShape(int arg0, int arg1, Java.Awt.Geom /// public Java.Awt.Shape GetLogicalHighlightShape(int arg0, int arg1) { - return IExecute("getLogicalHighlightShape", arg0, arg1); + return IExecuteWithSignature("getLogicalHighlightShape", "(II)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -468,7 +468,7 @@ public Java.Awt.Shape GetOutline(Java.Awt.Geom.AffineTransform arg0) /// public Java.Awt.Shape GetVisualHighlightShape(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.FontNs.TextHitInfo arg1, Java.Awt.Geom.Rectangle2D arg2) { - return IExecute("getVisualHighlightShape", arg0, arg1, arg2); + return IExecuteWithSignature("getVisualHighlightShape", "(Ljava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;Ljava/awt/geom/Rectangle2D;)Ljava/awt/Shape;", arg0, arg1, arg2); } /// /// @@ -478,7 +478,7 @@ public Java.Awt.Shape GetVisualHighlightShape(Java.Awt.FontNs.TextHitInfo arg0, /// public Java.Awt.Shape GetVisualHighlightShape(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.FontNs.TextHitInfo arg1) { - return IExecute("getVisualHighlightShape", arg0, arg1); + return IExecuteWithSignature("getVisualHighlightShape", "(Ljava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -489,7 +489,7 @@ public Java.Awt.Shape GetVisualHighlightShape(Java.Awt.FontNs.TextHitInfo arg0, /// public Java.Awt.Shape[] GetCaretShapes(int arg0, Java.Awt.Geom.Rectangle2D arg1, Java.Awt.FontNs.TextLayout.CaretPolicy arg2) { - return IExecuteArray("getCaretShapes", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getCaretShapes", "(ILjava/awt/geom/Rectangle2D;Ljava/awt/font/TextLayout$CaretPolicy;)[Ljava/awt/Shape;", arg0, arg1, arg2); } /// /// @@ -499,7 +499,7 @@ public Java.Awt.Shape[] GetCaretShapes(int arg0, Java.Awt.Geom.Rectangle2D arg1, /// public Java.Awt.Shape[] GetCaretShapes(int arg0, Java.Awt.Geom.Rectangle2D arg1) { - return IExecuteArray("getCaretShapes", arg0, arg1); + return IExecuteWithSignatureArray("getCaretShapes", "(ILjava/awt/geom/Rectangle2D;)[Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -518,7 +518,7 @@ public Java.Awt.Shape[] GetCaretShapes(int arg0) /// public void Draw(Java.Awt.Graphics2D arg0, float arg1, float arg2) { - IExecute("draw", arg0, arg1, arg2); + IExecuteWithSignature("draw", "(Ljava/awt/Graphics2D;FF)V", arg0, arg1, arg2); } /// /// @@ -527,7 +527,7 @@ public void Draw(Java.Awt.Graphics2D arg0, float arg1, float arg2) /// public void HitToPoint(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("hitToPoint", arg0, arg1); + IExecuteWithSignature("hitToPoint", "(Ljava/awt/font/TextHitInfo;Ljava/awt/geom/Point2D;)V", arg0, arg1); } #endregion @@ -562,7 +562,7 @@ public partial class CaretPolicy /// public Java.Awt.FontNs.TextHitInfo GetStrongCaret(Java.Awt.FontNs.TextHitInfo arg0, Java.Awt.FontNs.TextHitInfo arg1, Java.Awt.FontNs.TextLayout arg2) { - return IExecute("getStrongCaret", arg0, arg1, arg2); + return IExecuteWithSignature("getStrongCaret", "(Ljava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;Ljava/awt/font/TextLayout;)Ljava/awt/font/TextHitInfo;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/FontNs/TextMeasurer.cs b/src/net/JNet/Generated/Java/Awt/FontNs/TextMeasurer.cs index 605fbc01ed..6de169cbeb 100644 --- a/src/net/JNet/Generated/Java/Awt/FontNs/TextMeasurer.cs +++ b/src/net/JNet/Generated/Java/Awt/FontNs/TextMeasurer.cs @@ -107,7 +107,7 @@ public TextMeasurer(Java.Text.AttributedCharacterIterator arg0, Java.Awt.FontNs. /// public float GetAdvanceBetween(int arg0, int arg1) { - return IExecute("getAdvanceBetween", arg0, arg1); + return IExecuteWithSignature("getAdvanceBetween", "(II)F", arg0, arg1); } /// /// @@ -117,7 +117,7 @@ public float GetAdvanceBetween(int arg0, int arg1) /// public int GetLineBreakIndex(int arg0, float arg1) { - return IExecute("getLineBreakIndex", arg0, arg1); + return IExecuteWithSignature("getLineBreakIndex", "(IF)I", arg0, arg1); } /// /// @@ -127,7 +127,7 @@ public int GetLineBreakIndex(int arg0, float arg1) /// public Java.Awt.FontNs.TextLayout GetLayout(int arg0, int arg1) { - return IExecute("getLayout", arg0, arg1); + return IExecuteWithSignature("getLayout", "(II)Ljava/awt/font/TextLayout;", arg0, arg1); } /// /// @@ -136,7 +136,7 @@ public Java.Awt.FontNs.TextLayout GetLayout(int arg0, int arg1) /// public void DeleteChar(Java.Text.AttributedCharacterIterator arg0, int arg1) { - IExecute("deleteChar", arg0, arg1); + IExecuteWithSignature("deleteChar", "(Ljava/text/AttributedCharacterIterator;I)V", arg0, arg1); } /// /// @@ -145,7 +145,7 @@ public void DeleteChar(Java.Text.AttributedCharacterIterator arg0, int arg1) /// public void InsertChar(Java.Text.AttributedCharacterIterator arg0, int arg1) { - IExecute("insertChar", arg0, arg1); + IExecuteWithSignature("insertChar", "(Ljava/text/AttributedCharacterIterator;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/AffineTransform.cs b/src/net/JNet/Generated/Java/Awt/Geom/AffineTransform.cs index de33c012a7..2887b3d99d 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/AffineTransform.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/AffineTransform.cs @@ -213,7 +213,7 @@ public AffineTransform(Java.Awt.Geom.AffineTransform arg0) /// public static Java.Awt.Geom.AffineTransform GetQuadrantRotateInstance(int arg0, double arg1, double arg2) { - return SExecute(LocalBridgeClazz, "getQuadrantRotateInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getQuadrantRotateInstance", "(IDD)Ljava/awt/geom/AffineTransform;", arg0, arg1, arg2); } /// /// @@ -234,7 +234,7 @@ public static Java.Awt.Geom.AffineTransform GetQuadrantRotateInstance(int arg0) /// public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0, double arg1, double arg2, double arg3) { - return SExecute(LocalBridgeClazz, "getRotateInstance", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getRotateInstance", "(DDDD)Ljava/awt/geom/AffineTransform;", arg0, arg1, arg2, arg3); } /// /// @@ -245,7 +245,7 @@ public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0, doubl /// public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0, double arg1, double arg2) { - return SExecute(LocalBridgeClazz, "getRotateInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getRotateInstance", "(DDD)Ljava/awt/geom/AffineTransform;", arg0, arg1, arg2); } /// /// @@ -255,7 +255,7 @@ public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0, doubl /// public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "getRotateInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getRotateInstance", "(DD)Ljava/awt/geom/AffineTransform;", arg0, arg1); } /// /// @@ -274,7 +274,7 @@ public static Java.Awt.Geom.AffineTransform GetRotateInstance(double arg0) /// public static Java.Awt.Geom.AffineTransform GetScaleInstance(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "getScaleInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getScaleInstance", "(DD)Ljava/awt/geom/AffineTransform;", arg0, arg1); } /// /// @@ -284,7 +284,7 @@ public static Java.Awt.Geom.AffineTransform GetScaleInstance(double arg0, double /// public static Java.Awt.Geom.AffineTransform GetShearInstance(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "getShearInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getShearInstance", "(DD)Ljava/awt/geom/AffineTransform;", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public static Java.Awt.Geom.AffineTransform GetShearInstance(double arg0, double /// public static Java.Awt.Geom.AffineTransform GetTranslateInstance(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "getTranslateInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getTranslateInstance", "(DD)Ljava/awt/geom/AffineTransform;", arg0, arg1); } #endregion @@ -381,7 +381,7 @@ public Java.Awt.Geom.AffineTransform CreateInverse() /// public Java.Awt.Geom.Point2D DeltaTransform(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("deltaTransform", arg0, arg1); + return IExecuteWithSignature("deltaTransform", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -392,7 +392,7 @@ public Java.Awt.Geom.Point2D DeltaTransform(Java.Awt.Geom.Point2D arg0, Java.Awt /// public Java.Awt.Geom.Point2D InverseTransform(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("inverseTransform", arg0, arg1); + return IExecuteWithSignature("inverseTransform", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -402,7 +402,7 @@ public Java.Awt.Geom.Point2D InverseTransform(Java.Awt.Geom.Point2D arg0, Java.A /// public Java.Awt.Geom.Point2D Transform(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("transform", arg0, arg1); + return IExecuteWithSignature("transform", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -431,7 +431,7 @@ public void Concatenate(Java.Awt.Geom.AffineTransform arg0) /// public void DeltaTransform(double[] arg0, int arg1, double[] arg2, int arg3, int arg4) { - IExecute("deltaTransform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("deltaTransform", "([DI[DII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -452,7 +452,7 @@ public void GetMatrix(double[] arg0) /// public void InverseTransform(double[] arg0, int arg1, double[] arg2, int arg3, int arg4) { - IExecute("inverseTransform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("inverseTransform", "([DI[DII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -478,7 +478,7 @@ public void PreConcatenate(Java.Awt.Geom.AffineTransform arg0) /// public void QuadrantRotate(int arg0, double arg1, double arg2) { - IExecute("quadrantRotate", arg0, arg1, arg2); + IExecuteWithSignature("quadrantRotate", "(IDD)V", arg0, arg1, arg2); } /// /// @@ -497,7 +497,7 @@ public void QuadrantRotate(int arg0) /// public void Rotate(double arg0, double arg1, double arg2, double arg3) { - IExecute("rotate", arg0, arg1, arg2, arg3); + IExecuteWithSignature("rotate", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -507,7 +507,7 @@ public void Rotate(double arg0, double arg1, double arg2, double arg3) /// public void Rotate(double arg0, double arg1, double arg2) { - IExecute("rotate", arg0, arg1, arg2); + IExecuteWithSignature("rotate", "(DDD)V", arg0, arg1, arg2); } /// /// @@ -516,7 +516,7 @@ public void Rotate(double arg0, double arg1, double arg2) /// public void Rotate(double arg0, double arg1) { - IExecute("rotate", arg0, arg1); + IExecuteWithSignature("rotate", "(DD)V", arg0, arg1); } /// /// @@ -533,7 +533,7 @@ public void Rotate(double arg0) /// public void Scale(double arg0, double arg1) { - IExecute("scale", arg0, arg1); + IExecuteWithSignature("scale", "(DD)V", arg0, arg1); } /// /// @@ -550,7 +550,7 @@ public void SetToIdentity() /// public void SetToQuadrantRotation(int arg0, double arg1, double arg2) { - IExecute("setToQuadrantRotation", arg0, arg1, arg2); + IExecuteWithSignature("setToQuadrantRotation", "(IDD)V", arg0, arg1, arg2); } /// /// @@ -569,7 +569,7 @@ public void SetToQuadrantRotation(int arg0) /// public void SetToRotation(double arg0, double arg1, double arg2, double arg3) { - IExecute("setToRotation", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setToRotation", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -579,7 +579,7 @@ public void SetToRotation(double arg0, double arg1, double arg2, double arg3) /// public void SetToRotation(double arg0, double arg1, double arg2) { - IExecute("setToRotation", arg0, arg1, arg2); + IExecuteWithSignature("setToRotation", "(DDD)V", arg0, arg1, arg2); } /// /// @@ -588,7 +588,7 @@ public void SetToRotation(double arg0, double arg1, double arg2) /// public void SetToRotation(double arg0, double arg1) { - IExecute("setToRotation", arg0, arg1); + IExecuteWithSignature("setToRotation", "(DD)V", arg0, arg1); } /// /// @@ -605,7 +605,7 @@ public void SetToRotation(double arg0) /// public void SetToScale(double arg0, double arg1) { - IExecute("setToScale", arg0, arg1); + IExecuteWithSignature("setToScale", "(DD)V", arg0, arg1); } /// /// @@ -614,7 +614,7 @@ public void SetToScale(double arg0, double arg1) /// public void SetToShear(double arg0, double arg1) { - IExecute("setToShear", arg0, arg1); + IExecuteWithSignature("setToShear", "(DD)V", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public void SetToShear(double arg0, double arg1) /// public void SetToTranslation(double arg0, double arg1) { - IExecute("setToTranslation", arg0, arg1); + IExecuteWithSignature("setToTranslation", "(DD)V", arg0, arg1); } /// /// @@ -636,7 +636,7 @@ public void SetToTranslation(double arg0, double arg1) /// public void SetTransform(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - IExecute("setTransform", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setTransform", "(DDDDDD)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -653,7 +653,7 @@ public void SetTransform(Java.Awt.Geom.AffineTransform arg0) /// public void Shear(double arg0, double arg1) { - IExecute("shear", arg0, arg1); + IExecuteWithSignature("shear", "(DD)V", arg0, arg1); } /// /// @@ -665,7 +665,7 @@ public void Shear(double arg0, double arg1) /// public void Transform(double[] arg0, int arg1, double[] arg2, int arg3, int arg4) { - IExecute("transform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("transform", "([DI[DII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -677,7 +677,7 @@ public void Transform(double[] arg0, int arg1, double[] arg2, int arg3, int arg4 /// public void Transform(double[] arg0, int arg1, float[] arg2, int arg3, int arg4) { - IExecute("transform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("transform", "([DI[FII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -689,7 +689,7 @@ public void Transform(double[] arg0, int arg1, float[] arg2, int arg3, int arg4) /// public void Transform(float[] arg0, int arg1, double[] arg2, int arg3, int arg4) { - IExecute("transform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("transform", "([FI[DII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -701,7 +701,7 @@ public void Transform(float[] arg0, int arg1, double[] arg2, int arg3, int arg4) /// public void Transform(float[] arg0, int arg1, float[] arg2, int arg3, int arg4) { - IExecute("transform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("transform", "([FI[FII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -713,7 +713,7 @@ public void Transform(float[] arg0, int arg1, float[] arg2, int arg3, int arg4) /// public void Transform(Java.Awt.Geom.Point2D[] arg0, int arg1, Java.Awt.Geom.Point2D[] arg2, int arg3, int arg4) { - IExecute("transform", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("transform", "([Ljava/awt/geom/Point2D;I[Ljava/awt/geom/Point2D;II)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -722,7 +722,7 @@ public void Transform(Java.Awt.Geom.Point2D[] arg0, int arg1, Java.Awt.Geom.Poin /// public void Translate(double arg0, double arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(DD)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Arc2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Arc2D.cs index 32d99ecad9..35aca735c6 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Arc2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Arc2D.cs @@ -255,7 +255,7 @@ public void SetAngleStart(double arg0) /// public void SetArc(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, int arg6) { - IExecute("setArc", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("setArc", "(DDDDDDI)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -275,7 +275,7 @@ public bool ContainsAngle(double arg0) /// public void SetAngles(double arg0, double arg1, double arg2, double arg3) { - IExecute("setAngles", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setAngles", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -284,7 +284,7 @@ public void SetAngles(double arg0, double arg1, double arg2, double arg3) /// public void SetAngles(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("setAngles", arg0, arg1); + IExecuteWithSignature("setAngles", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public void SetArc(Java.Awt.Geom.Arc2D arg0) /// public void SetArc(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Dimension2D arg1, double arg2, double arg3, int arg4) { - IExecute("setArc", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setArc", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Dimension2D;DDI)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -323,7 +323,7 @@ public void SetArc(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Dimension2D arg1, d /// public void SetArc(Java.Awt.Geom.Rectangle2D arg0, double arg1, double arg2, int arg3) { - IExecute("setArc", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setArc", "(Ljava/awt/geom/Rectangle2D;DDI)V", arg0, arg1, arg2, arg3); } /// /// @@ -336,7 +336,7 @@ public void SetArc(Java.Awt.Geom.Rectangle2D arg0, double arg1, double arg2, int /// public void SetArcByCenter(double arg0, double arg1, double arg2, double arg3, double arg4, int arg5) { - IExecute("setArcByCenter", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setArcByCenter", "(DDDDDI)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -347,7 +347,7 @@ public void SetArcByCenter(double arg0, double arg1, double arg2, double arg3, d /// public void SetArcByTangent(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1, Java.Awt.Geom.Point2D arg2, double arg3) { - IExecute("setArcByTangent", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setArcByTangent", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;D)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Area.cs b/src/net/JNet/Generated/Java/Awt/Geom/Area.cs index cbdd95073e..7700a157ee 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Area.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Area.cs @@ -130,7 +130,7 @@ public Java.Awt.Geom.Rectangle2D Bounds2D /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -140,7 +140,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -230,7 +230,7 @@ public Java.Awt.Geom.Area CreateTransformedArea(Java.Awt.Geom.AffineTransform ar /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Geom/CubicCurve2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/CubicCurve2D.cs index ff856a4397..01f76c6670 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/CubicCurve2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/CubicCurve2D.cs @@ -200,7 +200,7 @@ public partial class CubicCurve2D /// public static double GetFlatness(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7) { - return SExecute(LocalBridgeClazz, "getFlatness", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatness", "(DDDDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -210,7 +210,7 @@ public static double GetFlatness(double arg0, double arg1, double arg2, double a /// public static double GetFlatness(double[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getFlatness", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatness", "([DI)D", arg0, arg1); } /// /// @@ -226,7 +226,7 @@ public static double GetFlatness(double[] arg0, int arg1) /// public static double GetFlatnessSq(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7) { - return SExecute(LocalBridgeClazz, "getFlatnessSq", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatnessSq", "(DDDDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -236,7 +236,7 @@ public static double GetFlatnessSq(double arg0, double arg1, double arg2, double /// public static double GetFlatnessSq(double[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getFlatnessSq", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatnessSq", "([DI)D", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public static double GetFlatnessSq(double[] arg0, int arg1) /// public static int SolveCubic(double[] arg0, double[] arg1) { - return SExecute(LocalBridgeClazz, "solveCubic", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "solveCubic", "([D[D)I", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public static int SolveCubic(double[] arg0) /// public static void Subdivide(double[] arg0, int arg1, double[] arg2, int arg3, double[] arg4, int arg5) { - SExecute(LocalBridgeClazz, "subdivide", arg0, arg1, arg2, arg3, arg4, arg5); + SExecuteWithSignature(LocalBridgeClazz, "subdivide", "([DI[DI[DI)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -278,7 +278,7 @@ public static void Subdivide(double[] arg0, int arg1, double[] arg2, int arg3, d /// public static void Subdivide(Java.Awt.Geom.CubicCurve2D arg0, Java.Awt.Geom.CubicCurve2D arg1, Java.Awt.Geom.CubicCurve2D arg2) { - SExecute(LocalBridgeClazz, "subdivide", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "subdivide", "(Ljava/awt/geom/CubicCurve2D;Ljava/awt/geom/CubicCurve2D;Ljava/awt/geom/CubicCurve2D;)V", arg0, arg1, arg2); } #endregion @@ -402,7 +402,7 @@ public double Y2 /// public void SetCurve(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7) { - IExecute("setCurve", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setCurve", "(DDDDDDDD)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -414,7 +414,7 @@ public void SetCurve(double arg0, double arg1, double arg2, double arg3, double /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -424,7 +424,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -473,7 +473,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -491,7 +491,7 @@ public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform /// public void SetCurve(double[] arg0, int arg1) { - IExecute("setCurve", arg0, arg1); + IExecuteWithSignature("setCurve", "([DI)V", arg0, arg1); } /// /// @@ -510,7 +510,7 @@ public void SetCurve(Java.Awt.Geom.CubicCurve2D arg0) /// public void SetCurve(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1, Java.Awt.Geom.Point2D arg2, Java.Awt.Geom.Point2D arg3) { - IExecute("setCurve", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setCurve", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1, arg2, arg3); } /// /// @@ -519,7 +519,7 @@ public void SetCurve(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1, Jav /// public void SetCurve(Java.Awt.Geom.Point2D[] arg0, int arg1) { - IExecute("setCurve", arg0, arg1); + IExecuteWithSignature("setCurve", "([Ljava/awt/geom/Point2D;I)V", arg0, arg1); } /// /// @@ -528,7 +528,7 @@ public void SetCurve(Java.Awt.Geom.Point2D[] arg0, int arg1) /// public void Subdivide(Java.Awt.Geom.CubicCurve2D arg0, Java.Awt.Geom.CubicCurve2D arg1) { - IExecute("subdivide", arg0, arg1); + IExecuteWithSignature("subdivide", "(Ljava/awt/geom/CubicCurve2D;Ljava/awt/geom/CubicCurve2D;)V", arg0, arg1); } #endregion @@ -700,7 +700,7 @@ public Float(float arg0, float arg1, float arg2, float arg3, float arg4, float a /// public void SetCurve(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7) { - IExecute("setCurve", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setCurve", "(FFFFFFFF)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Dimension2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Dimension2D.cs index bd4723c4be..7141880a58 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Dimension2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Dimension2D.cs @@ -113,7 +113,7 @@ public double Width /// public void SetSize(double arg0, double arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(DD)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Ellipse2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Ellipse2D.cs index 1b03f4d4c8..be87bde20c 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Ellipse2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Ellipse2D.cs @@ -308,7 +308,7 @@ public Float(float arg0, float arg1, float arg2, float arg3) /// public void SetFrame(float arg0, float arg1, float arg2, float arg3) { - IExecute("setFrame", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setFrame", "(FFFF)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Line2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Line2D.cs index 5803fa18f0..be311c3ab7 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Line2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Line2D.cs @@ -200,7 +200,7 @@ public partial class Line2D /// public static bool LinesIntersect(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6, double arg7) { - return SExecute(LocalBridgeClazz, "linesIntersect", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "linesIntersect", "(DDDDDDDD)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -214,7 +214,7 @@ public static bool LinesIntersect(double arg0, double arg1, double arg2, double /// public static double PtLineDist(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "ptLineDist", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "ptLineDist", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -228,7 +228,7 @@ public static double PtLineDist(double arg0, double arg1, double arg2, double ar /// public static double PtLineDistSq(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "ptLineDistSq", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "ptLineDistSq", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -242,7 +242,7 @@ public static double PtLineDistSq(double arg0, double arg1, double arg2, double /// public static double PtSegDist(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "ptSegDist", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "ptSegDist", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -256,7 +256,7 @@ public static double PtSegDist(double arg0, double arg1, double arg2, double arg /// public static double PtSegDistSq(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "ptSegDistSq", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "ptSegDistSq", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -270,7 +270,7 @@ public static double PtSegDistSq(double arg0, double arg1, double arg2, double a /// public static int RelativeCCW(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "relativeCCW", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "relativeCCW", "(DDDDDD)I", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion @@ -334,7 +334,7 @@ public double Y2 /// public void SetLine(double arg0, double arg1, double arg2, double arg3) { - IExecute("setLine", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setLine", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -346,7 +346,7 @@ public void SetLine(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -356,7 +356,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -386,7 +386,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -407,7 +407,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public bool IntersectsLine(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersectsLine", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersectsLine", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -426,7 +426,7 @@ public bool IntersectsLine(Java.Awt.Geom.Line2D arg0) /// public double PtLineDist(double arg0, double arg1) { - return IExecute("ptLineDist", arg0, arg1); + return IExecuteWithSignature("ptLineDist", "(DD)D", arg0, arg1); } /// /// @@ -445,7 +445,7 @@ public double PtLineDist(Java.Awt.Geom.Point2D arg0) /// public double PtLineDistSq(double arg0, double arg1) { - return IExecute("ptLineDistSq", arg0, arg1); + return IExecuteWithSignature("ptLineDistSq", "(DD)D", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public double PtLineDistSq(Java.Awt.Geom.Point2D arg0) /// public double PtSegDist(double arg0, double arg1) { - return IExecute("ptSegDist", arg0, arg1); + return IExecuteWithSignature("ptSegDist", "(DD)D", arg0, arg1); } /// /// @@ -483,7 +483,7 @@ public double PtSegDist(Java.Awt.Geom.Point2D arg0) /// public double PtSegDistSq(double arg0, double arg1) { - return IExecute("ptSegDistSq", arg0, arg1); + return IExecuteWithSignature("ptSegDistSq", "(DD)D", arg0, arg1); } /// /// @@ -502,7 +502,7 @@ public double PtSegDistSq(Java.Awt.Geom.Point2D arg0) /// public int RelativeCCW(double arg0, double arg1) { - return IExecute("relativeCCW", arg0, arg1); + return IExecuteWithSignature("relativeCCW", "(DD)I", arg0, arg1); } /// /// @@ -521,7 +521,7 @@ public int RelativeCCW(Java.Awt.Geom.Point2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -547,7 +547,7 @@ public void SetLine(Java.Awt.Geom.Line2D arg0) /// public void SetLine(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("setLine", arg0, arg1); + IExecuteWithSignature("setLine", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1); } #endregion @@ -693,7 +693,7 @@ public Float(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) /// public void SetLine(float arg0, float arg1, float arg2, float arg3) { - IExecute("setLine", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setLine", "(FFFF)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Path2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Path2D.cs index 2848dc5333..d9ba608534 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Path2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Path2D.cs @@ -209,7 +209,7 @@ public partial class Path2D /// public static bool Contains(Java.Awt.Geom.PathIterator arg0, double arg1, double arg2, double arg3, double arg4) { - return SExecute(LocalBridgeClazz, "contains", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "contains", "(Ljava/awt/geom/PathIterator;DDDD)Z", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -220,7 +220,7 @@ public static bool Contains(Java.Awt.Geom.PathIterator arg0, double arg1, double /// public static bool Contains(Java.Awt.Geom.PathIterator arg0, double arg1, double arg2) { - return SExecute(LocalBridgeClazz, "contains", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "contains", "(Ljava/awt/geom/PathIterator;DD)Z", arg0, arg1, arg2); } /// /// @@ -230,7 +230,7 @@ public static bool Contains(Java.Awt.Geom.PathIterator arg0, double arg1, double /// public static bool Contains(Java.Awt.Geom.PathIterator arg0, Java.Awt.Geom.Point2D arg1) { - return SExecute(LocalBridgeClazz, "contains", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "contains", "(Ljava/awt/geom/PathIterator;Ljava/awt/geom/Point2D;)Z", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public static bool Contains(Java.Awt.Geom.PathIterator arg0, Java.Awt.Geom.Point /// public static bool Contains(Java.Awt.Geom.PathIterator arg0, Java.Awt.Geom.Rectangle2D arg1) { - return SExecute(LocalBridgeClazz, "contains", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "contains", "(Ljava/awt/geom/PathIterator;Ljava/awt/geom/Rectangle2D;)Z", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public static bool Contains(Java.Awt.Geom.PathIterator arg0, Java.Awt.Geom.Recta /// public static bool Intersects(Java.Awt.Geom.PathIterator arg0, double arg1, double arg2, double arg3, double arg4) { - return SExecute(LocalBridgeClazz, "intersects", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "intersects", "(Ljava/awt/geom/PathIterator;DDDD)Z", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -263,7 +263,7 @@ public static bool Intersects(Java.Awt.Geom.PathIterator arg0, double arg1, doub /// public static bool Intersects(Java.Awt.Geom.PathIterator arg0, Java.Awt.Geom.Rectangle2D arg1) { - return SExecute(LocalBridgeClazz, "intersects", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "intersects", "(Ljava/awt/geom/PathIterator;Ljava/awt/geom/Rectangle2D;)Z", arg0, arg1); } #endregion @@ -297,7 +297,7 @@ public int WindingRule /// public void Append(Java.Awt.Geom.PathIterator arg0, bool arg1) { - IExecute("append", arg0, arg1); + IExecuteWithSignature("append", "(Ljava/awt/geom/PathIterator;Z)V", arg0, arg1); } /// /// @@ -310,7 +310,7 @@ public void Append(Java.Awt.Geom.PathIterator arg0, bool arg1) /// public void CurveTo(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - IExecute("curveTo", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("curveTo", "(DDDDDD)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -319,7 +319,7 @@ public void CurveTo(double arg0, double arg1, double arg2, double arg3, double a /// public void LineTo(double arg0, double arg1) { - IExecute("lineTo", arg0, arg1); + IExecuteWithSignature("lineTo", "(DD)V", arg0, arg1); } /// /// @@ -328,7 +328,7 @@ public void LineTo(double arg0, double arg1) /// public void MoveTo(double arg0, double arg1) { - IExecute("moveTo", arg0, arg1); + IExecuteWithSignature("moveTo", "(DD)V", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public void MoveTo(double arg0, double arg1) /// public void QuadTo(double arg0, double arg1, double arg2, double arg3) { - IExecute("quadTo", arg0, arg1, arg2, arg3); + IExecuteWithSignature("quadTo", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -366,7 +366,7 @@ public void TrimToSize() /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -376,7 +376,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -406,7 +406,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -425,7 +425,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -457,7 +457,7 @@ public void Reset() /// public void Append(Java.Awt.Shape arg0, bool arg1) { - IExecute("append", arg0, arg1); + IExecuteWithSignature("append", "(Ljava/awt/Shape;Z)V", arg0, arg1); } #endregion @@ -601,7 +601,7 @@ public Float(Java.Awt.Shape arg0) /// public void CurveTo(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5) { - IExecute("curveTo", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("curveTo", "(FFFFFF)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -610,7 +610,7 @@ public void CurveTo(float arg0, float arg1, float arg2, float arg3, float arg4, /// public void LineTo(float arg0, float arg1) { - IExecute("lineTo", arg0, arg1); + IExecuteWithSignature("lineTo", "(FF)V", arg0, arg1); } /// /// @@ -619,7 +619,7 @@ public void LineTo(float arg0, float arg1) /// public void MoveTo(float arg0, float arg1) { - IExecute("moveTo", arg0, arg1); + IExecuteWithSignature("moveTo", "(FF)V", arg0, arg1); } /// /// @@ -630,7 +630,7 @@ public void MoveTo(float arg0, float arg1) /// public void QuadTo(float arg0, float arg1, float arg2, float arg3) { - IExecute("quadTo", arg0, arg1, arg2, arg3); + IExecuteWithSignature("quadTo", "(FFFF)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Point2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Point2D.cs index ff2461363d..25da75c564 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Point2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Point2D.cs @@ -188,7 +188,7 @@ public partial class Point2D /// public static double Distance(double arg0, double arg1, double arg2, double arg3) { - return SExecute(LocalBridgeClazz, "distance", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "distance", "(DDDD)D", arg0, arg1, arg2, arg3); } /// /// @@ -200,7 +200,7 @@ public static double Distance(double arg0, double arg1, double arg2, double arg3 /// public static double DistanceSq(double arg0, double arg1, double arg2, double arg3) { - return SExecute(LocalBridgeClazz, "distanceSq", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "distanceSq", "(DDDD)D", arg0, arg1, arg2, arg3); } #endregion @@ -227,7 +227,7 @@ public double Y /// public void SetLocation(double arg0, double arg1) { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(DD)V", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public void SetLocation(double arg0, double arg1) /// public double Distance(double arg0, double arg1) { - return IExecute("distance", arg0, arg1); + return IExecuteWithSignature("distance", "(DD)D", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public double Distance(Java.Awt.Geom.Point2D arg0) /// public double DistanceSq(double arg0, double arg1) { - return IExecute("distanceSq", arg0, arg1); + return IExecuteWithSignature("distanceSq", "(DD)D", arg0, arg1); } /// /// @@ -379,7 +379,7 @@ public Float(float arg0, float arg1) /// public void SetLocation(float arg0, float arg1) { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(FF)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/QuadCurve2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/QuadCurve2D.cs index b7d51375d1..ad2f9b3c5f 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/QuadCurve2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/QuadCurve2D.cs @@ -198,7 +198,7 @@ public partial class QuadCurve2D /// public static double GetFlatness(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "getFlatness", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatness", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -208,7 +208,7 @@ public static double GetFlatness(double arg0, double arg1, double arg2, double a /// public static double GetFlatness(double[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getFlatness", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatness", "([DI)D", arg0, arg1); } /// /// @@ -222,7 +222,7 @@ public static double GetFlatness(double[] arg0, int arg1) /// public static double GetFlatnessSq(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - return SExecute(LocalBridgeClazz, "getFlatnessSq", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatnessSq", "(DDDDDD)D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -232,7 +232,7 @@ public static double GetFlatnessSq(double arg0, double arg1, double arg2, double /// public static double GetFlatnessSq(double[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getFlatnessSq", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFlatnessSq", "([DI)D", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public static double GetFlatnessSq(double[] arg0, int arg1) /// public static int SolveQuadratic(double[] arg0, double[] arg1) { - return SExecute(LocalBridgeClazz, "solveQuadratic", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "solveQuadratic", "([D[D)I", arg0, arg1); } /// /// @@ -264,7 +264,7 @@ public static int SolveQuadratic(double[] arg0) /// public static void Subdivide(double[] arg0, int arg1, double[] arg2, int arg3, double[] arg4, int arg5) { - SExecute(LocalBridgeClazz, "subdivide", arg0, arg1, arg2, arg3, arg4, arg5); + SExecuteWithSignature(LocalBridgeClazz, "subdivide", "([DI[DI[DI)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -274,7 +274,7 @@ public static void Subdivide(double[] arg0, int arg1, double[] arg2, int arg3, d /// public static void Subdivide(Java.Awt.Geom.QuadCurve2D arg0, Java.Awt.Geom.QuadCurve2D arg1, Java.Awt.Geom.QuadCurve2D arg2) { - SExecute(LocalBridgeClazz, "subdivide", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "subdivide", "(Ljava/awt/geom/QuadCurve2D;Ljava/awt/geom/QuadCurve2D;Ljava/awt/geom/QuadCurve2D;)V", arg0, arg1, arg2); } #endregion @@ -375,7 +375,7 @@ public double Y2 /// public void SetCurve(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - IExecute("setCurve", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setCurve", "(DDDDDD)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -387,7 +387,7 @@ public void SetCurve(double arg0, double arg1, double arg2, double arg3, double /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -397,7 +397,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -427,7 +427,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -446,7 +446,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform /// public void SetCurve(double[] arg0, int arg1) { - IExecute("setCurve", arg0, arg1); + IExecuteWithSignature("setCurve", "([DI)V", arg0, arg1); } /// /// @@ -474,7 +474,7 @@ public void SetCurve(double[] arg0, int arg1) /// public void SetCurve(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1, Java.Awt.Geom.Point2D arg2) { - IExecute("setCurve", arg0, arg1, arg2); + IExecuteWithSignature("setCurve", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1, arg2); } /// /// @@ -483,7 +483,7 @@ public void SetCurve(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1, Jav /// public void SetCurve(Java.Awt.Geom.Point2D[] arg0, int arg1) { - IExecute("setCurve", arg0, arg1); + IExecuteWithSignature("setCurve", "([Ljava/awt/geom/Point2D;I)V", arg0, arg1); } /// /// @@ -500,7 +500,7 @@ public void SetCurve(Java.Awt.Geom.QuadCurve2D arg0) /// public void Subdivide(Java.Awt.Geom.QuadCurve2D arg0, Java.Awt.Geom.QuadCurve2D arg1) { - IExecute("subdivide", arg0, arg1); + IExecuteWithSignature("subdivide", "(Ljava/awt/geom/QuadCurve2D;Ljava/awt/geom/QuadCurve2D;)V", arg0, arg1); } #endregion @@ -650,7 +650,7 @@ public Float(float arg0, float arg1, float arg2, float arg3, float arg4, float a /// public void SetCurve(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5) { - IExecute("setCurve", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setCurve", "(FFFFFF)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/Rectangle2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/Rectangle2D.cs index 32fab5d4f0..d8dd18135b 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/Rectangle2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/Rectangle2D.cs @@ -210,7 +210,7 @@ public partial class Rectangle2D /// public static void Intersect(Java.Awt.Geom.Rectangle2D arg0, Java.Awt.Geom.Rectangle2D arg1, Java.Awt.Geom.Rectangle2D arg2) { - SExecute(LocalBridgeClazz, "intersect", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "intersect", "(Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;)V", arg0, arg1, arg2); } /// /// @@ -220,7 +220,7 @@ public static void Intersect(Java.Awt.Geom.Rectangle2D arg0, Java.Awt.Geom.Recta /// public static void Union(Java.Awt.Geom.Rectangle2D arg0, Java.Awt.Geom.Rectangle2D arg1, Java.Awt.Geom.Rectangle2D arg2) { - SExecute(LocalBridgeClazz, "union", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "union", "(Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/Rectangle2D;)V", arg0, arg1, arg2); } #endregion @@ -234,7 +234,7 @@ public static void Union(Java.Awt.Geom.Rectangle2D arg0, Java.Awt.Geom.Rectangle /// public int Outcode(double arg0, double arg1) { - return IExecute("outcode", arg0, arg1); + return IExecuteWithSignature("outcode", "(DD)I", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public Java.Awt.Geom.Rectangle2D CreateUnion(Java.Awt.Geom.Rectangle2D arg0) /// public void SetRect(double arg0, double arg1, double arg2, double arg3) { - IExecute("setRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setRect", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -275,7 +275,7 @@ public void SetRect(double arg0, double arg1, double arg2, double arg3) /// public bool IntersectsLine(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersectsLine", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersectsLine", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -302,7 +302,7 @@ public int Outcode(Java.Awt.Geom.Point2D arg0) /// public void Add(double arg0, double arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(DD)V", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public Float(float arg0, float arg1, float arg2, float arg3) /// public void SetRect(float arg0, float arg1, float arg2, float arg3) { - IExecute("setRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setRect", "(FFFF)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/RectangularShape.cs b/src/net/JNet/Generated/Java/Awt/Geom/RectangularShape.cs index ddc18a42de..f8d35c4455 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/RectangularShape.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/RectangularShape.cs @@ -201,7 +201,7 @@ public bool IsEmpty() /// public void SetFrame(double arg0, double arg1, double arg2, double arg3) { - IExecute("setFrame", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setFrame", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -238,7 +238,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -247,7 +247,7 @@ public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform /// public void SetFrame(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Dimension2D arg1) { - IExecute("setFrame", arg0, arg1); + IExecuteWithSignature("setFrame", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Dimension2D;)V", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public void SetFrame(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Dimension2D arg1) /// public void SetFrameFromCenter(double arg0, double arg1, double arg2, double arg3) { - IExecute("setFrameFromCenter", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setFrameFromCenter", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -267,7 +267,7 @@ public void SetFrameFromCenter(double arg0, double arg1, double arg2, double arg /// public void SetFrameFromCenter(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("setFrameFromCenter", arg0, arg1); + IExecuteWithSignature("setFrameFromCenter", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public void SetFrameFromCenter(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D /// public void SetFrameFromDiagonal(double arg0, double arg1, double arg2, double arg3) { - IExecute("setFrameFromDiagonal", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setFrameFromDiagonal", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -287,7 +287,7 @@ public void SetFrameFromDiagonal(double arg0, double arg1, double arg2, double a /// public void SetFrameFromDiagonal(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - IExecute("setFrameFromDiagonal", arg0, arg1); + IExecuteWithSignature("setFrameFromDiagonal", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Geom/RoundRectangle2D.cs b/src/net/JNet/Generated/Java/Awt/Geom/RoundRectangle2D.cs index 9a213977ae..8da7da26ee 100644 --- a/src/net/JNet/Generated/Java/Awt/Geom/RoundRectangle2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Geom/RoundRectangle2D.cs @@ -207,7 +207,7 @@ public double ArcWidth /// public void SetRoundRect(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) { - IExecute("setRoundRect", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setRoundRect", "(DDDDDD)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -365,7 +365,7 @@ public Float(float arg0, float arg1, float arg2, float arg3, float arg4, float a /// public void SetRoundRect(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5) { - IExecute("setRoundRect", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setRoundRect", "(FFFFFF)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/GradientPaint.cs b/src/net/JNet/Generated/Java/Awt/GradientPaint.cs index b4fc512a1b..802b8c0f7c 100644 --- a/src/net/JNet/Generated/Java/Awt/GradientPaint.cs +++ b/src/net/JNet/Generated/Java/Awt/GradientPaint.cs @@ -194,7 +194,7 @@ public bool IsCyclic() /// public Java.Awt.PaintContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.Rectangle arg1, Java.Awt.Geom.Rectangle2D arg2, Java.Awt.Geom.AffineTransform arg3, Java.Awt.RenderingHints arg4) { - return IExecute("createContext", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Graphics.cs b/src/net/JNet/Generated/Java/Awt/Graphics.cs index 97e7a7d9a5..edec589315 100644 --- a/src/net/JNet/Generated/Java/Awt/Graphics.cs +++ b/src/net/JNet/Generated/Java/Awt/Graphics.cs @@ -144,7 +144,7 @@ public Java.Awt.FontMetrics FontMetrics /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Java.Awt.Color arg9, Java.Awt.ImageNs.ImageObserver arg10) { - return IExecute("drawImage", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); } /// /// @@ -162,7 +162,7 @@ public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Java.Awt.ImageNs.ImageObserver arg9) { - return IExecute("drawImage", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IIIIIIIILjava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -177,7 +177,7 @@ public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.Color arg5, Java.Awt.ImageNs.ImageObserver arg6) { - return IExecute("drawImage", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -191,7 +191,7 @@ public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.ImageNs.ImageObserver arg5) { - return IExecute("drawImage", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -204,7 +204,7 @@ public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.Color arg3, Java.Awt.ImageNs.ImageObserver arg4) { - return IExecute("drawImage", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -216,7 +216,7 @@ public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.Color ar /// public bool DrawImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs.ImageObserver arg3) { - return IExecute("drawImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3); } /// /// @@ -244,7 +244,7 @@ public Java.Awt.Graphics Create() /// public void ClearRect(int arg0, int arg1, int arg2, int arg3) { - IExecute("clearRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("clearRect", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -255,7 +255,7 @@ public void ClearRect(int arg0, int arg1, int arg2, int arg3) /// public void ClipRect(int arg0, int arg1, int arg2, int arg3) { - IExecute("clipRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("clipRect", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -268,7 +268,7 @@ public void ClipRect(int arg0, int arg1, int arg2, int arg3) /// public void CopyArea(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("copyArea", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("copyArea", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -288,7 +288,7 @@ public void CopyArea(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) /// public void DrawArc(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("drawArc", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("drawArc", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -299,7 +299,7 @@ public void DrawArc(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) /// public void DrawLine(int arg0, int arg1, int arg2, int arg3) { - IExecute("drawLine", arg0, arg1, arg2, arg3); + IExecuteWithSignature("drawLine", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -310,7 +310,7 @@ public void DrawLine(int arg0, int arg1, int arg2, int arg3) /// public void DrawOval(int arg0, int arg1, int arg2, int arg3) { - IExecute("drawOval", arg0, arg1, arg2, arg3); + IExecuteWithSignature("drawOval", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -320,7 +320,7 @@ public void DrawOval(int arg0, int arg1, int arg2, int arg3) /// public void DrawPolygon(int[] arg0, int[] arg1, int arg2) { - IExecute("drawPolygon", arg0, arg1, arg2); + IExecuteWithSignature("drawPolygon", "([I[II)V", arg0, arg1, arg2); } /// /// @@ -330,7 +330,7 @@ public void DrawPolygon(int[] arg0, int[] arg1, int arg2) /// public void DrawPolyline(int[] arg0, int[] arg1, int arg2) { - IExecute("drawPolyline", arg0, arg1, arg2); + IExecuteWithSignature("drawPolyline", "([I[II)V", arg0, arg1, arg2); } /// /// @@ -343,7 +343,7 @@ public void DrawPolyline(int[] arg0, int[] arg1, int arg2) /// public void DrawRoundRect(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("drawRoundRect", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("drawRoundRect", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -353,7 +353,7 @@ public void DrawRoundRect(int arg0, int arg1, int arg2, int arg3, int arg4, int /// public void DrawString(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("drawString", arg0, arg1, arg2); + IExecuteWithSignature("drawString", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// @@ -363,7 +363,7 @@ public void DrawString(Java.Lang.String arg0, int arg1, int arg2) /// public void DrawString(Java.Text.AttributedCharacterIterator arg0, int arg1, int arg2) { - IExecute("drawString", arg0, arg1, arg2); + IExecuteWithSignature("drawString", "(Ljava/text/AttributedCharacterIterator;II)V", arg0, arg1, arg2); } /// /// @@ -376,7 +376,7 @@ public void DrawString(Java.Text.AttributedCharacterIterator arg0, int arg1, int /// public void FillArc(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("fillArc", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("fillArc", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -387,7 +387,7 @@ public void FillArc(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) /// public void FillOval(int arg0, int arg1, int arg2, int arg3) { - IExecute("fillOval", arg0, arg1, arg2, arg3); + IExecuteWithSignature("fillOval", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -397,7 +397,7 @@ public void FillOval(int arg0, int arg1, int arg2, int arg3) /// public void FillPolygon(int[] arg0, int[] arg1, int arg2) { - IExecute("fillPolygon", arg0, arg1, arg2); + IExecuteWithSignature("fillPolygon", "([I[II)V", arg0, arg1, arg2); } /// /// @@ -408,7 +408,7 @@ public void FillPolygon(int[] arg0, int[] arg1, int arg2) /// public void FillRect(int arg0, int arg1, int arg2, int arg3) { - IExecute("fillRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("fillRect", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -421,7 +421,7 @@ public void FillRect(int arg0, int arg1, int arg2, int arg3) /// public void FillRoundRect(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("fillRoundRect", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("fillRoundRect", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -432,7 +432,7 @@ public void FillRoundRect(int arg0, int arg1, int arg2, int arg3, int arg4, int /// public void SetClip(int arg0, int arg1, int arg2, int arg3) { - IExecute("setClip", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setClip", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -456,7 +456,7 @@ public void SetXORMode(Java.Awt.Color arg0) /// public void Translate(int arg0, int arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(II)V", arg0, arg1); } /// /// @@ -468,7 +468,7 @@ public void Translate(int arg0, int arg1) /// public bool HitClip(int arg0, int arg1, int arg2, int arg3) { - return IExecute("hitClip", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("hitClip", "(IIII)Z", arg0, arg1, arg2, arg3); } /// /// @@ -480,7 +480,7 @@ public bool HitClip(int arg0, int arg1, int arg2, int arg3) /// public Java.Awt.Graphics Create(int arg0, int arg1, int arg2, int arg3) { - return IExecute("create", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("create", "(IIII)Ljava/awt/Graphics;", arg0, arg1, arg2, arg3); } /// /// @@ -501,7 +501,7 @@ public Java.Awt.Rectangle GetClipBounds(Java.Awt.Rectangle arg0) /// public void Draw3DRect(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("draw3DRect", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("draw3DRect", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -513,7 +513,7 @@ public void Draw3DRect(int arg0, int arg1, int arg2, int arg3, bool arg4) /// public void DrawBytes(byte[] arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("drawBytes", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("drawBytes", "([BIIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -525,7 +525,7 @@ public void DrawBytes(byte[] arg0, int arg1, int arg2, int arg3, int arg4) /// public void DrawChars(char[] arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("drawChars", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("drawChars", "([CIIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -544,7 +544,7 @@ public void DrawPolygon(Java.Awt.Polygon arg0) /// public void DrawRect(int arg0, int arg1, int arg2, int arg3) { - IExecute("drawRect", arg0, arg1, arg2, arg3); + IExecuteWithSignature("drawRect", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -556,7 +556,7 @@ public void DrawRect(int arg0, int arg1, int arg2, int arg3) /// public void Fill3DRect(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("fill3DRect", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("fill3DRect", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Graphics2D.cs b/src/net/JNet/Generated/Java/Awt/Graphics2D.cs index 8589081087..44471bbcfa 100644 --- a/src/net/JNet/Generated/Java/Awt/Graphics2D.cs +++ b/src/net/JNet/Generated/Java/Awt/Graphics2D.cs @@ -150,7 +150,7 @@ public Java.Awt.Stroke Stroke /// public bool DrawImage(Java.Awt.Image arg0, Java.Awt.Geom.AffineTransform arg1, Java.Awt.ImageNs.ImageObserver arg2) { - return IExecute("drawImage", arg0, arg1, arg2); + return IExecuteWithSignature("drawImage", "(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z", arg0, arg1, arg2); } /// /// @@ -161,7 +161,7 @@ public bool DrawImage(Java.Awt.Image arg0, Java.Awt.Geom.AffineTransform arg1, J /// public bool Hit(Java.Awt.Rectangle arg0, Java.Awt.Shape arg1, bool arg2) { - return IExecute("hit", arg0, arg1, arg2); + return IExecuteWithSignature("hit", "(Ljava/awt/Rectangle;Ljava/awt/Shape;Z)Z", arg0, arg1, arg2); } /// /// @@ -212,7 +212,7 @@ public void Draw(Java.Awt.Shape arg0) /// public void DrawGlyphVector(Java.Awt.FontNs.GlyphVector arg0, float arg1, float arg2) { - IExecute("drawGlyphVector", arg0, arg1, arg2); + IExecuteWithSignature("drawGlyphVector", "(Ljava/awt/font/GlyphVector;FF)V", arg0, arg1, arg2); } /// /// @@ -223,7 +223,7 @@ public void DrawGlyphVector(Java.Awt.FontNs.GlyphVector arg0, float arg1, float /// public void DrawImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImageOp arg1, int arg2, int arg3) { - IExecute("drawImage", arg0, arg1, arg2, arg3); + IExecuteWithSignature("drawImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -232,7 +232,7 @@ public void DrawImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.Buff /// public void DrawRenderableImage(Java.Awt.ImageNs.Renderable.RenderableImage arg0, Java.Awt.Geom.AffineTransform arg1) { - IExecute("drawRenderableImage", arg0, arg1); + IExecuteWithSignature("drawRenderableImage", "(Ljava/awt/image/renderable/RenderableImage;Ljava/awt/geom/AffineTransform;)V", arg0, arg1); } /// /// @@ -241,7 +241,7 @@ public void DrawRenderableImage(Java.Awt.ImageNs.Renderable.RenderableImage arg0 /// public void DrawRenderedImage(Java.Awt.ImageNs.RenderedImage arg0, Java.Awt.Geom.AffineTransform arg1) { - IExecute("drawRenderedImage", arg0, arg1); + IExecuteWithSignature("drawRenderedImage", "(Ljava/awt/image/RenderedImage;Ljava/awt/geom/AffineTransform;)V", arg0, arg1); } /// /// @@ -251,7 +251,7 @@ public void DrawRenderedImage(Java.Awt.ImageNs.RenderedImage arg0, Java.Awt.Geom /// public void DrawString(Java.Lang.String arg0, float arg1, float arg2) { - IExecute("drawString", arg0, arg1, arg2); + IExecuteWithSignature("drawString", "(Ljava/lang/String;FF)V", arg0, arg1, arg2); } /// /// @@ -261,7 +261,7 @@ public void DrawString(Java.Lang.String arg0, float arg1, float arg2) /// public void DrawString(Java.Text.AttributedCharacterIterator arg0, float arg1, float arg2) { - IExecute("drawString", arg0, arg1, arg2); + IExecuteWithSignature("drawString", "(Ljava/text/AttributedCharacterIterator;FF)V", arg0, arg1, arg2); } /// /// @@ -279,7 +279,7 @@ public void Fill(Java.Awt.Shape arg0) /// public void Rotate(double arg0, double arg1, double arg2) { - IExecute("rotate", arg0, arg1, arg2); + IExecuteWithSignature("rotate", "(DDD)V", arg0, arg1, arg2); } /// /// @@ -296,7 +296,7 @@ public void Rotate(double arg0) /// public void Scale(double arg0, double arg1) { - IExecute("scale", arg0, arg1); + IExecuteWithSignature("scale", "(DD)V", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public void Scale(double arg0, double arg1) /// public void SetRenderingHint(Java.Awt.RenderingHints.Key arg0, object arg1) { - IExecute("setRenderingHint", arg0, arg1); + IExecuteWithSignature("setRenderingHint", "(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -322,7 +322,7 @@ public void SetTransform(Java.Awt.Geom.AffineTransform arg0) /// public void Shear(double arg0, double arg1) { - IExecute("shear", arg0, arg1); + IExecuteWithSignature("shear", "(DD)V", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public void Transform(Java.Awt.Geom.AffineTransform arg0) /// public void Translate(double arg0, double arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(DD)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/GraphicsConfiguration.cs b/src/net/JNet/Generated/Java/Awt/GraphicsConfiguration.cs index 8c9ac3a316..ae5dce2390 100644 --- a/src/net/JNet/Generated/Java/Awt/GraphicsConfiguration.cs +++ b/src/net/JNet/Generated/Java/Awt/GraphicsConfiguration.cs @@ -167,7 +167,7 @@ public bool IsTranslucencyCapable() /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleImage(int arg0, int arg1, int arg2) { - return IExecute("createCompatibleImage", arg0, arg1, arg2); + return IExecuteWithSignature("createCompatibleImage", "(III)Ljava/awt/image/BufferedImage;", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public Java.Awt.ImageNs.BufferedImage CreateCompatibleImage(int arg0, int arg1, /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleImage(int arg0, int arg1) { - return IExecute("createCompatibleImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleImage", "(II)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public Java.Awt.ImageNs.BufferedImage CreateCompatibleImage(int arg0, int arg1) /// public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, int arg1, int arg2) { - return IExecute("createCompatibleVolatileImage", arg0, arg1, arg2); + return IExecuteWithSignature("createCompatibleVolatileImage", "(III)Ljava/awt/image/VolatileImage;", arg0, arg1, arg2); } /// /// @@ -201,7 +201,7 @@ public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, in /// public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, int arg1, Java.Awt.ImageCapabilities arg2, int arg3) { - return IExecute("createCompatibleVolatileImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createCompatibleVolatileImage", "(IILjava/awt/ImageCapabilities;I)Ljava/awt/image/VolatileImage;", arg0, arg1, arg2, arg3); } /// /// @@ -213,7 +213,7 @@ public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, in /// public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, int arg1, Java.Awt.ImageCapabilities arg2) { - return IExecute("createCompatibleVolatileImage", arg0, arg1, arg2); + return IExecuteWithSignature("createCompatibleVolatileImage", "(IILjava/awt/ImageCapabilities;)Ljava/awt/image/VolatileImage;", arg0, arg1, arg2); } /// /// @@ -223,7 +223,7 @@ public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, in /// public Java.Awt.ImageNs.VolatileImage CreateCompatibleVolatileImage(int arg0, int arg1) { - return IExecute("createCompatibleVolatileImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleVolatileImage", "(II)Ljava/awt/image/VolatileImage;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/GridBagLayout.cs b/src/net/JNet/Generated/Java/Awt/GridBagLayout.cs index 714c15039e..a8acf88a24 100644 --- a/src/net/JNet/Generated/Java/Awt/GridBagLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/GridBagLayout.cs @@ -197,7 +197,7 @@ public Java.Awt.GridBagConstraints GetConstraints(Java.Awt.Component arg0) /// public Java.Awt.Point Location(int arg0, int arg1) { - return IExecute("location", arg0, arg1); + return IExecuteWithSignature("location", "(II)Ljava/awt/Point;", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Java.Awt.Point Location(int arg0, int arg1) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -215,7 +215,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -248,7 +248,7 @@ public void RemoveLayoutComponent(Java.Awt.Component arg0) /// public void SetConstraints(Java.Awt.Component arg0, Java.Awt.GridBagConstraints arg1) { - IExecute("setConstraints", arg0, arg1); + IExecuteWithSignature("setConstraints", "(Ljava/awt/Component;Ljava/awt/GridBagConstraints;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/GridLayout.cs b/src/net/JNet/Generated/Java/Awt/GridLayout.cs index ef817240d8..c140c20e89 100644 --- a/src/net/JNet/Generated/Java/Awt/GridLayout.cs +++ b/src/net/JNet/Generated/Java/Awt/GridLayout.cs @@ -171,7 +171,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Im/InputMethodRequests.cs b/src/net/JNet/Generated/Java/Awt/Im/InputMethodRequests.cs index d8e4938262..9a1162746b 100644 --- a/src/net/JNet/Generated/Java/Awt/Im/InputMethodRequests.cs +++ b/src/net/JNet/Generated/Java/Awt/Im/InputMethodRequests.cs @@ -173,7 +173,7 @@ public int InsertPositionOffset /// public Java.Awt.FontNs.TextHitInfo GetLocationOffset(int arg0, int arg1) { - return IExecute("getLocationOffset", arg0, arg1); + return IExecuteWithSignature("getLocationOffset", "(II)Ljava/awt/font/TextHitInfo;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Java.Text.AttributedCharacterIterator CancelLatestCommittedText(Java.Text /// public Java.Text.AttributedCharacterIterator GetCommittedText(int arg0, int arg1, Java.Text.AttributedCharacterIterator.Attribute[] arg2) { - return IExecute("getCommittedText", arg0, arg1, arg2); + return IExecuteWithSignature("getCommittedText", "(II[Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodContext.cs b/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodContext.cs index 7f8915a43b..f27ca4f3a9 100644 --- a/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodContext.cs +++ b/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodContext.cs @@ -147,7 +147,7 @@ public partial class InputMethodContext : Java.Awt.Im.Spi.IInputMethodContext /// public Java.Awt.Window CreateInputMethodWindow(Java.Lang.String arg0, bool arg1) { - return IExecute("createInputMethodWindow", arg0, arg1); + return IExecuteWithSignature("createInputMethodWindow", "(Ljava/lang/String;Z)Ljava/awt/Window;", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public Java.Awt.Window CreateInputMethodWindow(Java.Lang.String arg0, bool arg1) /// public Javax.Swing.JFrame CreateInputMethodJFrame(Java.Lang.String arg0, bool arg1) { - return IExecute("createInputMethodJFrame", arg0, arg1); + return IExecuteWithSignature("createInputMethodJFrame", "(Ljava/lang/String;Z)Ljavax/swing/JFrame;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public Javax.Swing.JFrame CreateInputMethodJFrame(Java.Lang.String arg0, bool ar /// public void DispatchInputMethodEvent(int arg0, Java.Text.AttributedCharacterIterator arg1, int arg2, Java.Awt.FontNs.TextHitInfo arg3, Java.Awt.FontNs.TextHitInfo arg4) { - IExecute("dispatchInputMethodEvent", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("dispatchInputMethodEvent", "(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -178,7 +178,7 @@ public void DispatchInputMethodEvent(int arg0, Java.Text.AttributedCharacterIter /// public void EnableClientWindowNotification(Java.Awt.Im.Spi.InputMethod arg0, bool arg1) { - IExecute("enableClientWindowNotification", arg0, arg1); + IExecuteWithSignature("enableClientWindowNotification", "(Ljava/awt/im/spi/InputMethod;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodDescriptor.cs b/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodDescriptor.cs index 9fc47d467d..c4ff25710c 100644 --- a/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodDescriptor.cs +++ b/src/net/JNet/Generated/Java/Awt/Im/Spi/InputMethodDescriptor.cs @@ -179,7 +179,7 @@ public Java.Awt.Image GetInputMethodIcon(Java.Util.Locale arg0) /// public Java.Lang.String GetInputMethodDisplayName(Java.Util.Locale arg0, Java.Util.Locale arg1) { - return IExecute("getInputMethodDisplayName", arg0, arg1); + return IExecuteWithSignature("getInputMethodDisplayName", "(Ljava/util/Locale;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Image.cs b/src/net/JNet/Generated/Java/Awt/Image.cs index f32abc67cb..ab7ad8af19 100644 --- a/src/net/JNet/Generated/Java/Awt/Image.cs +++ b/src/net/JNet/Generated/Java/Awt/Image.cs @@ -175,7 +175,7 @@ public int GetWidth(Java.Awt.ImageNs.ImageObserver arg0) /// public object GetProperty(Java.Lang.String arg0, Java.Awt.ImageNs.ImageObserver arg1) { - return IExecute("getProperty", arg0, arg1); + return IExecuteWithSignature("getProperty", "(Ljava/lang/String;Ljava/awt/image/ImageObserver;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -186,7 +186,7 @@ public object GetProperty(Java.Lang.String arg0, Java.Awt.ImageNs.ImageObserver /// public Java.Awt.Image GetScaledInstance(int arg0, int arg1, int arg2) { - return IExecute("getScaledInstance", arg0, arg1, arg2); + return IExecuteWithSignature("getScaledInstance", "(III)Ljava/awt/Image;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/AffineTransformOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/AffineTransformOp.cs index c9e9cd039c..4dcd438918 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/AffineTransformOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/AffineTransformOp.cs @@ -163,7 +163,7 @@ public Java.Awt.Geom.AffineTransform Transform /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Raster arg0) /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -211,7 +211,7 @@ public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/BandCombineOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/BandCombineOp.cs index 06ff793118..de78170168 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/BandCombineOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/BandCombineOp.cs @@ -121,7 +121,7 @@ public Java.Awt.RenderingHints RenderingHints /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public Java.Awt.ImageNs.WritableRaster CreateCompatibleDestRaster(Java.Awt.Image /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImage.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImage.cs index 48ae072e55..ce2a41c950 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImage.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImage.cs @@ -392,7 +392,7 @@ public bool IsAlphaPremultiplied() /// public bool IsTileWritable(int arg0, int arg1) { - return IExecute("isTileWritable", arg0, arg1); + return IExecuteWithSignature("isTileWritable", "(II)Z", arg0, arg1); } /// /// @@ -402,7 +402,7 @@ public bool IsTileWritable(int arg0, int arg1) /// public int GetRGB(int arg0, int arg1) { - return IExecute("getRGB", arg0, arg1); + return IExecuteWithSignature("getRGB", "(II)I", arg0, arg1); } /// /// @@ -417,7 +417,7 @@ public int GetRGB(int arg0, int arg1) /// public int[] GetRGB(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6) { - return IExecuteArray("getRGB", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignatureArray("getRGB", "(IIII[III)[I", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -437,7 +437,7 @@ public Java.Awt.Graphics2D CreateGraphics() /// public Java.Awt.ImageNs.BufferedImage GetSubimage(int arg0, int arg1, int arg2, int arg3) { - return IExecute("getSubimage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getSubimage", "(IIII)Ljava/awt/image/BufferedImage;", arg0, arg1, arg2, arg3); } /// /// @@ -456,7 +456,7 @@ public Java.Awt.ImageNs.Raster GetData(Java.Awt.Rectangle arg0) /// public Java.Awt.ImageNs.Raster GetTile(int arg0, int arg1) { - return IExecute("getTile", arg0, arg1); + return IExecuteWithSignature("getTile", "(II)Ljava/awt/image/Raster;", arg0, arg1); } /// /// @@ -475,7 +475,7 @@ public Java.Awt.ImageNs.WritableRaster CopyData(Java.Awt.ImageNs.WritableRaster /// public Java.Awt.ImageNs.WritableRaster GetWritableTile(int arg0, int arg1) { - return IExecute("getWritableTile", arg0, arg1); + return IExecuteWithSignature("getWritableTile", "(II)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -509,7 +509,7 @@ public void CoerceData(bool arg0) /// public void ReleaseWritableTile(int arg0, int arg1) { - IExecute("releaseWritableTile", arg0, arg1); + IExecuteWithSignature("releaseWritableTile", "(II)V", arg0, arg1); } /// /// @@ -531,7 +531,7 @@ public void RemoveTileObserver(Java.Awt.ImageNs.TileObserver arg0) /// public void SetRGB(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6) { - IExecute("setRGB", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("setRGB", "(IIII[III)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -541,7 +541,7 @@ public void SetRGB(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, /// public void SetRGB(int arg0, int arg1, int arg2) { - IExecute("setRGB", arg0, arg1, arg2); + IExecuteWithSignature("setRGB", "(III)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImageOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImageOp.cs index 7f793b41a8..eb66511ec8 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImageOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/BufferedImageOp.cs @@ -156,7 +156,7 @@ public Java.Awt.RenderingHints RenderingHints /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ByteLookupTable.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ByteLookupTable.cs index 3c8218f3f5..d695ac0695 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ByteLookupTable.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ByteLookupTable.cs @@ -123,7 +123,7 @@ public byte[] Table /// public byte[] LookupPixel(byte[] arg0, byte[] arg1) { - return IExecuteArray("lookupPixel", arg0, arg1); + return IExecuteWithSignatureArray("lookupPixel", "([B[B)[B", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ColorConvertOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ColorConvertOp.cs index 7646f9b1bc..353c5d0d11 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ColorConvertOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ColorConvertOp.cs @@ -156,7 +156,7 @@ public Java.Awt.RenderingHints RenderingHints /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -184,7 +184,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Raster arg0) /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -194,7 +194,7 @@ public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ColorModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ColorModel.cs index e2e00a1ded..1081b21cf9 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ColorModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ColorModel.cs @@ -236,7 +236,7 @@ public bool IsAlphaPremultiplied() /// public float[] GetNormalizedComponents(int[] arg0, int arg1, float[] arg2, int arg3) { - return IExecuteArray("getNormalizedComponents", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getNormalizedComponents", "([II[FI)[F", arg0, arg1, arg2, arg3); } /// /// @@ -247,7 +247,7 @@ public float[] GetNormalizedComponents(int[] arg0, int arg1, float[] arg2, int a /// public float[] GetNormalizedComponents(object arg0, float[] arg1, int arg2) { - return IExecuteArray("getNormalizedComponents", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getNormalizedComponents", "(Ljava/lang/Object;[FI)[F", arg0, arg1, arg2); } /// /// @@ -284,7 +284,7 @@ public int GetComponentSize(int arg0) /// public int GetDataElement(float[] arg0, int arg1) { - return IExecute("getDataElement", arg0, arg1); + return IExecuteWithSignature("getDataElement", "([FI)I", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public int GetDataElement(float[] arg0, int arg1) /// public int GetDataElement(int[] arg0, int arg1) { - return IExecute("getDataElement", arg0, arg1); + return IExecuteWithSignature("getDataElement", "([II)I", arg0, arg1); } /// /// @@ -341,7 +341,7 @@ public int GetRGB(object arg0) /// public int[] GetComponents(int arg0, int[] arg1, int arg2) { - return IExecuteArray("getComponents", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getComponents", "(I[II)[I", arg0, arg1, arg2); } /// /// @@ -352,7 +352,7 @@ public int[] GetComponents(int arg0, int[] arg1, int arg2) /// public int[] GetComponents(object arg0, int[] arg1, int arg2) { - return IExecuteArray("getComponents", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getComponents", "(Ljava/lang/Object;[II)[I", arg0, arg1, arg2); } /// /// @@ -364,7 +364,7 @@ public int[] GetComponents(object arg0, int[] arg1, int arg2) /// public int[] GetUnnormalizedComponents(float[] arg0, int arg1, int[] arg2, int arg3) { - return IExecuteArray("getUnnormalizedComponents", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getUnnormalizedComponents", "([FI[II)[I", arg0, arg1, arg2, arg3); } /// /// @@ -374,7 +374,7 @@ public int[] GetUnnormalizedComponents(float[] arg0, int arg1, int[] arg2, int a /// public Java.Awt.ImageNs.ColorModel CoerceData(Java.Awt.ImageNs.WritableRaster arg0, bool arg1) { - return IExecute("coerceData", arg0, arg1); + return IExecuteWithSignature("coerceData", "(Ljava/awt/image/WritableRaster;Z)Ljava/awt/image/ColorModel;", arg0, arg1); } /// /// @@ -384,7 +384,7 @@ public Java.Awt.ImageNs.ColorModel CoerceData(Java.Awt.ImageNs.WritableRaster ar /// public Java.Awt.ImageNs.SampleModel CreateCompatibleSampleModel(int arg0, int arg1) { - return IExecute("createCompatibleSampleModel", arg0, arg1); + return IExecuteWithSignature("createCompatibleSampleModel", "(II)Ljava/awt/image/SampleModel;", arg0, arg1); } /// /// @@ -394,7 +394,7 @@ public Java.Awt.ImageNs.SampleModel CreateCompatibleSampleModel(int arg0, int ar /// public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster(int arg0, int arg1) { - return IExecute("createCompatibleWritableRaster", arg0, arg1); + return IExecuteWithSignature("createCompatibleWritableRaster", "(II)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -414,7 +414,7 @@ public Java.Awt.ImageNs.WritableRaster GetAlphaRaster(Java.Awt.ImageNs.WritableR /// public object GetDataElements(float[] arg0, int arg1, object arg2) { - return IExecute("getDataElements", arg0, arg1, arg2); + return IExecuteWithSignature("getDataElements", "([FILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -424,7 +424,7 @@ public object GetDataElements(float[] arg0, int arg1, object arg2) /// public object GetDataElements(int arg0, object arg1) { - return IExecute("getDataElements", arg0, arg1); + return IExecuteWithSignature("getDataElements", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -435,7 +435,7 @@ public object GetDataElements(int arg0, object arg1) /// public object GetDataElements(int[] arg0, int arg1, object arg2) { - return IExecute("getDataElements", arg0, arg1, arg2); + return IExecuteWithSignature("getDataElements", "([IILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ComponentSampleModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ComponentSampleModel.cs index db1abcbdc1..3bc4857ba0 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ComponentSampleModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ComponentSampleModel.cs @@ -154,7 +154,7 @@ public int ScanlineStride /// public int GetOffset(int arg0, int arg1, int arg2) { - return IExecute("getOffset", arg0, arg1, arg2); + return IExecuteWithSignature("getOffset", "(III)I", arg0, arg1, arg2); } /// /// @@ -164,7 +164,7 @@ public int GetOffset(int arg0, int arg1, int arg2) /// public int GetOffset(int arg0, int arg1) { - return IExecute("getOffset", arg0, arg1); + return IExecuteWithSignature("getOffset", "(II)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ConvolveOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ConvolveOp.cs index 24a40e8312..5b2c9de4df 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ConvolveOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ConvolveOp.cs @@ -157,7 +157,7 @@ public Java.Awt.RenderingHints RenderingHints /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Raster arg0) /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/DataBuffer.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/DataBuffer.cs index 896bd88ba4..875f331e60 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/DataBuffer.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/DataBuffer.cs @@ -186,7 +186,7 @@ public int Size /// public int GetElem(int arg0, int arg1) { - return IExecute("getElem", arg0, arg1); + return IExecuteWithSignature("getElem", "(II)I", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public int GetElem(int arg0, int arg1) /// public void SetElem(int arg0, int arg1, int arg2) { - IExecute("setElem", arg0, arg1, arg2); + IExecuteWithSignature("setElem", "(III)V", arg0, arg1, arg2); } /// /// @@ -206,7 +206,7 @@ public void SetElem(int arg0, int arg1, int arg2) /// public double GetElemDouble(int arg0, int arg1) { - return IExecute("getElemDouble", arg0, arg1); + return IExecuteWithSignature("getElemDouble", "(II)D", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public double GetElemDouble(int arg0) /// public float GetElemFloat(int arg0, int arg1) { - return IExecute("getElemFloat", arg0, arg1); + return IExecuteWithSignature("getElemFloat", "(II)F", arg0, arg1); } /// /// @@ -252,7 +252,7 @@ public int GetElem(int arg0) /// public void SetElem(int arg0, int arg1) { - IExecute("setElem", arg0, arg1); + IExecuteWithSignature("setElem", "(II)V", arg0, arg1); } /// /// @@ -261,7 +261,7 @@ public void SetElem(int arg0, int arg1) /// public void SetElemDouble(int arg0, double arg1) { - IExecute("setElemDouble", arg0, arg1); + IExecuteWithSignature("setElemDouble", "(ID)V", arg0, arg1); } /// /// @@ -271,7 +271,7 @@ public void SetElemDouble(int arg0, double arg1) /// public void SetElemDouble(int arg0, int arg1, double arg2) { - IExecute("setElemDouble", arg0, arg1, arg2); + IExecuteWithSignature("setElemDouble", "(IID)V", arg0, arg1, arg2); } /// /// @@ -280,7 +280,7 @@ public void SetElemDouble(int arg0, int arg1, double arg2) /// public void SetElemFloat(int arg0, float arg1) { - IExecute("setElemFloat", arg0, arg1); + IExecuteWithSignature("setElemFloat", "(IF)V", arg0, arg1); } /// /// @@ -290,7 +290,7 @@ public void SetElemFloat(int arg0, float arg1) /// public void SetElemFloat(int arg0, int arg1, float arg2) { - IExecute("setElemFloat", arg0, arg1, arg2); + IExecuteWithSignature("setElemFloat", "(IIF)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageConsumer.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageConsumer.cs index c153272240..63119b62ca 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageConsumer.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageConsumer.cs @@ -237,7 +237,7 @@ public void SetColorModel(Java.Awt.ImageNs.ColorModel arg0) /// public void SetDimensions(int arg0, int arg1) { - IExecute("setDimensions", arg0, arg1); + IExecuteWithSignature("setDimensions", "(II)V", arg0, arg1); } /// /// @@ -260,7 +260,7 @@ public void SetHints(int arg0) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, byte[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[BII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -275,7 +275,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.C /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, int[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[III)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageFilter.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageFilter.cs index c6233d5e88..507159388e 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageFilter.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageFilter.cs @@ -138,7 +138,7 @@ public void SetColorModel(Java.Awt.ImageNs.ColorModel arg0) /// public void SetDimensions(int arg0, int arg1) { - IExecute("setDimensions", arg0, arg1); + IExecuteWithSignature("setDimensions", "(II)V", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public void SetHints(int arg0) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, byte[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[BII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -176,7 +176,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.C /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, int[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[III)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageObserver.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageObserver.cs index 658575b8c4..f585249b16 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ImageObserver.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ImageObserver.cs @@ -181,7 +181,7 @@ public partial class ImageObserver : Java.Awt.ImageNs.IImageObserver /// public bool ImageUpdate(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - return IExecute("imageUpdate", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("imageUpdate", "(Ljava/awt/Image;IIIII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/IndexColorModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/IndexColorModel.cs index c7a1786653..f7e581307c 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/IndexColorModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/IndexColorModel.cs @@ -266,7 +266,7 @@ public void GetRGBs(int[] arg0) /// public Java.Awt.ImageNs.BufferedImage ConvertToIntDiscrete(Java.Awt.ImageNs.Raster arg0, bool arg1) { - return IExecute("convertToIntDiscrete", arg0, arg1); + return IExecuteWithSignature("convertToIntDiscrete", "(Ljava/awt/image/Raster;Z)Ljava/awt/image/BufferedImage;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/LookupOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/LookupOp.cs index c05152335e..0b75562de1 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/LookupOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/LookupOp.cs @@ -129,7 +129,7 @@ public Java.Awt.ImageNs.LookupTable Table /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Raster arg0) /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -177,7 +177,7 @@ public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/LookupTable.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/LookupTable.cs index 7d7f7413be..5951e8060c 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/LookupTable.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/LookupTable.cs @@ -114,7 +114,7 @@ public int Offset /// public int[] LookupPixel(int[] arg0, int[] arg1) { - return IExecuteArray("lookupPixel", arg0, arg1); + return IExecuteWithSignatureArray("lookupPixel", "([I[I)[I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/MemoryImageSource.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/MemoryImageSource.cs index f8af0db339..12f0ceb895 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/MemoryImageSource.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/MemoryImageSource.cs @@ -195,7 +195,7 @@ public void AddConsumer(Java.Awt.ImageNs.ImageConsumer arg0) /// public void NewPixels(byte[] arg0, Java.Awt.ImageNs.ColorModel arg1, int arg2, int arg3) { - IExecute("newPixels", arg0, arg1, arg2, arg3); + IExecuteWithSignature("newPixels", "([BLjava/awt/image/ColorModel;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -207,7 +207,7 @@ public void NewPixels(byte[] arg0, Java.Awt.ImageNs.ColorModel arg1, int arg2, i /// public void NewPixels(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("newPixels", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("newPixels", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -218,7 +218,7 @@ public void NewPixels(int arg0, int arg1, int arg2, int arg3, bool arg4) /// public void NewPixels(int arg0, int arg1, int arg2, int arg3) { - IExecute("newPixels", arg0, arg1, arg2, arg3); + IExecuteWithSignature("newPixels", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -229,7 +229,7 @@ public void NewPixels(int arg0, int arg1, int arg2, int arg3) /// public void NewPixels(int[] arg0, Java.Awt.ImageNs.ColorModel arg1, int arg2, int arg3) { - IExecute("newPixels", arg0, arg1, arg2, arg3); + IExecuteWithSignature("newPixels", "([ILjava/awt/image/ColorModel;II)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/MultiPixelPackedSampleModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/MultiPixelPackedSampleModel.cs index badf8c768e..ca205d9764 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/MultiPixelPackedSampleModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/MultiPixelPackedSampleModel.cs @@ -152,7 +152,7 @@ public int GetBitOffset(int arg0) /// public int GetOffset(int arg0, int arg1) { - return IExecute("getOffset", arg0, arg1); + return IExecuteWithSignature("getOffset", "(II)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/MultiResolutionImage.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/MultiResolutionImage.cs index ff2159146a..c9df1563c1 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/MultiResolutionImage.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/MultiResolutionImage.cs @@ -136,7 +136,7 @@ public Java.Util.List ResolutionVariants /// public Java.Awt.Image GetResolutionVariant(double arg0, double arg1) { - return IExecute("getResolutionVariant", arg0, arg1); + return IExecuteWithSignature("getResolutionVariant", "(DD)Ljava/awt/Image;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/PixelGrabber.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/PixelGrabber.cs index b3f34d3698..4957f48f9f 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/PixelGrabber.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/PixelGrabber.cs @@ -225,7 +225,7 @@ public void StartGrabbing() /// public void SetDimensions(int arg0, int arg1) { - IExecute("setDimensions", arg0, arg1); + IExecuteWithSignature("setDimensions", "(II)V", arg0, arg1); } /// /// @@ -248,7 +248,7 @@ public void SetHints(int arg0) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, byte[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[BII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -263,7 +263,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.C /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.ColorModel arg4, int[] arg5, int arg6, int arg7) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("setPixels", "(IIIILjava/awt/image/ColorModel;[III)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/RGBImageFilter.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/RGBImageFilter.cs index 1180e7ff2f..c5e264a4ac 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/RGBImageFilter.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/RGBImageFilter.cs @@ -101,7 +101,7 @@ public partial class RGBImageFilter /// public int FilterRGB(int arg0, int arg1, int arg2) { - return IExecute("filterRGB", arg0, arg1, arg2); + return IExecuteWithSignature("filterRGB", "(III)I", arg0, arg1, arg2); } /// /// @@ -124,7 +124,7 @@ public Java.Awt.ImageNs.IndexColorModel FilterIndexColorModel(Java.Awt.ImageNs.I /// public void FilterRGBPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6) { - IExecute("filterRGBPixels", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("filterRGBPixels", "(IIII[III)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -133,7 +133,7 @@ public void FilterRGBPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, /// public void SubstituteColorModel(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.ImageNs.ColorModel arg1) { - IExecute("substituteColorModel", arg0, arg1); + IExecuteWithSignature("substituteColorModel", "(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Raster.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Raster.cs index 511387c426..ad247cef38 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Raster.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Raster.cs @@ -95,7 +95,7 @@ public partial class Raster /// public static Java.Awt.ImageNs.Raster CreateRaster(Java.Awt.ImageNs.SampleModel arg0, Java.Awt.ImageNs.DataBuffer arg1, Java.Awt.Point arg2) { - return SExecute(LocalBridgeClazz, "createRaster", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createRaster", "(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/Raster;", arg0, arg1, arg2); } /// /// @@ -110,7 +110,7 @@ public static Java.Awt.ImageNs.Raster CreateRaster(Java.Awt.ImageNs.SampleModel /// public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(int arg0, int arg1, int arg2, int arg3, int[] arg4, int[] arg5, Java.Awt.Point arg6) { - return SExecute(LocalBridgeClazz, "createBandedRaster", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "createBandedRaster", "(IIII[I[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -123,7 +123,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(int arg0, int a /// public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(int arg0, int arg1, int arg2, int arg3, Java.Awt.Point arg4) { - return SExecute(LocalBridgeClazz, "createBandedRaster", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createBandedRaster", "(IIIILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -138,7 +138,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(int arg0, int a /// public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(Java.Awt.ImageNs.DataBuffer arg0, int arg1, int arg2, int arg3, int[] arg4, int[] arg5, Java.Awt.Point arg6) { - return SExecute(LocalBridgeClazz, "createBandedRaster", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "createBandedRaster", "(Ljava/awt/image/DataBuffer;III[I[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -153,7 +153,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateBandedRaster(Java.Awt.ImageN /// public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, Java.Awt.Point arg6) { - return SExecute(LocalBridgeClazz, "createInterleavedRaster", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "createInterleavedRaster", "(IIIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -166,7 +166,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(int arg0, /// public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(int arg0, int arg1, int arg2, int arg3, Java.Awt.Point arg4) { - return SExecute(LocalBridgeClazz, "createInterleavedRaster", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createInterleavedRaster", "(IIIILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -181,7 +181,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(int arg0, /// public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(Java.Awt.ImageNs.DataBuffer arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, Java.Awt.Point arg6) { - return SExecute(LocalBridgeClazz, "createInterleavedRaster", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "createInterleavedRaster", "(Ljava/awt/image/DataBuffer;IIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -195,7 +195,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateInterleavedRaster(Java.Awt.I /// public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(int arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.Point arg5) { - return SExecute(LocalBridgeClazz, "createPackedRaster", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createPackedRaster", "(IIIIILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -208,7 +208,7 @@ public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(int arg0, int a /// public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(int arg0, int arg1, int arg2, int[] arg3, Java.Awt.Point arg4) { - return SExecute(LocalBridgeClazz, "createPackedRaster", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createPackedRaster", "(III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -222,7 +222,7 @@ public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(int arg0, int a /// public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(Java.Awt.ImageNs.DataBuffer arg0, int arg1, int arg2, int arg3, int[] arg4, Java.Awt.Point arg5) { - return SExecute(LocalBridgeClazz, "createPackedRaster", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createPackedRaster", "(Ljava/awt/image/DataBuffer;III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -235,7 +235,7 @@ public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(Java.Awt.ImageN /// public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(Java.Awt.ImageNs.DataBuffer arg0, int arg1, int arg2, int arg3, Java.Awt.Point arg4) { - return SExecute(LocalBridgeClazz, "createPackedRaster", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createPackedRaster", "(Ljava/awt/image/DataBuffer;IIILjava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -246,7 +246,7 @@ public static Java.Awt.ImageNs.WritableRaster CreatePackedRaster(Java.Awt.ImageN /// public static Java.Awt.ImageNs.WritableRaster CreateWritableRaster(Java.Awt.ImageNs.SampleModel arg0, Java.Awt.ImageNs.DataBuffer arg1, Java.Awt.Point arg2) { - return SExecute(LocalBridgeClazz, "createWritableRaster", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createWritableRaster", "(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2); } /// /// @@ -256,7 +256,7 @@ public static Java.Awt.ImageNs.WritableRaster CreateWritableRaster(Java.Awt.Imag /// public static Java.Awt.ImageNs.WritableRaster CreateWritableRaster(Java.Awt.ImageNs.SampleModel arg0, Java.Awt.Point arg1) { - return SExecute(LocalBridgeClazz, "createWritableRaster", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createWritableRaster", "(Ljava/awt/image/SampleModel;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;", arg0, arg1); } #endregion @@ -362,7 +362,7 @@ public int Width /// public double GetSampleDouble(int arg0, int arg1, int arg2) { - return IExecute("getSampleDouble", arg0, arg1, arg2); + return IExecuteWithSignature("getSampleDouble", "(III)D", arg0, arg1, arg2); } /// /// @@ -373,7 +373,7 @@ public double GetSampleDouble(int arg0, int arg1, int arg2) /// public double[] GetPixel(int arg0, int arg1, double[] arg2) { - return IExecuteArray("getPixel", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getPixel", "(II[D)[D", arg0, arg1, arg2); } /// /// @@ -386,7 +386,7 @@ public double[] GetPixel(int arg0, int arg1, double[] arg2) /// public double[] GetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignatureArray("getPixels", "(IIII[D)[D", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -400,7 +400,7 @@ public double[] GetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4) /// public double[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getSamples", "(IIIII[D)[D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -411,7 +411,7 @@ public double[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, dou /// public float GetSampleFloat(int arg0, int arg1, int arg2) { - return IExecute("getSampleFloat", arg0, arg1, arg2); + return IExecuteWithSignature("getSampleFloat", "(III)F", arg0, arg1, arg2); } /// /// @@ -422,7 +422,7 @@ public float GetSampleFloat(int arg0, int arg1, int arg2) /// public float[] GetPixel(int arg0, int arg1, float[] arg2) { - return IExecuteArray("getPixel", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getPixel", "(II[F)[F", arg0, arg1, arg2); } /// /// @@ -435,7 +435,7 @@ public float[] GetPixel(int arg0, int arg1, float[] arg2) /// public float[] GetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignatureArray("getPixels", "(IIII[F)[F", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -449,7 +449,7 @@ public float[] GetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4) /// public float[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getSamples", "(IIIII[F)[F", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -460,7 +460,7 @@ public float[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, floa /// public int GetSample(int arg0, int arg1, int arg2) { - return IExecute("getSample", arg0, arg1, arg2); + return IExecuteWithSignature("getSample", "(III)I", arg0, arg1, arg2); } /// /// @@ -471,7 +471,7 @@ public int GetSample(int arg0, int arg1, int arg2) /// public int[] GetPixel(int arg0, int arg1, int[] arg2) { - return IExecuteArray("getPixel", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getPixel", "(II[I)[I", arg0, arg1, arg2); } /// /// @@ -484,7 +484,7 @@ public int[] GetPixel(int arg0, int arg1, int[] arg2) /// public int[] GetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignatureArray("getPixels", "(IIII[I)[I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -498,7 +498,7 @@ public int[] GetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4) /// public int[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getSamples", "(IIIII[I)[I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -513,7 +513,7 @@ public int[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] /// public Java.Awt.ImageNs.Raster CreateChild(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int[] arg6) { - return IExecute("createChild", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("createChild", "(IIIIII[I)Ljava/awt/image/Raster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -523,7 +523,7 @@ public Java.Awt.ImageNs.Raster CreateChild(int arg0, int arg1, int arg2, int arg /// public Java.Awt.ImageNs.Raster CreateTranslatedChild(int arg0, int arg1) { - return IExecute("createTranslatedChild", arg0, arg1); + return IExecuteWithSignature("createTranslatedChild", "(II)Ljava/awt/image/Raster;", arg0, arg1); } /// /// @@ -543,7 +543,7 @@ public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster() /// public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster(int arg0, int arg1, int arg2, int arg3) { - return IExecute("createCompatibleWritableRaster", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createCompatibleWritableRaster", "(IIII)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3); } /// /// @@ -553,7 +553,7 @@ public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster(int arg0, /// public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster(int arg0, int arg1) { - return IExecute("createCompatibleWritableRaster", arg0, arg1); + return IExecuteWithSignature("createCompatibleWritableRaster", "(II)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -575,7 +575,7 @@ public Java.Awt.ImageNs.WritableRaster CreateCompatibleWritableRaster(Java.Awt.R /// public object GetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4) { - return IExecute("getDataElements", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getDataElements", "(IIIILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -586,7 +586,7 @@ public object GetDataElements(int arg0, int arg1, int arg2, int arg3, object arg /// public object GetDataElements(int arg0, int arg1, object arg2) { - return IExecute("getDataElements", arg0, arg1, arg2); + return IExecuteWithSignature("getDataElements", "(IILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/RasterOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/RasterOp.cs index 65110cb9c5..93c2ad7cbd 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/RasterOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/RasterOp.cs @@ -155,7 +155,7 @@ public Java.Awt.RenderingHints RenderingHints /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public Java.Awt.ImageNs.WritableRaster CreateCompatibleDestRaster(Java.Awt.Image /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ContextualRenderedImageFactory.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ContextualRenderedImageFactory.cs index 8c43c1ec13..658b24c146 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ContextualRenderedImageFactory.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ContextualRenderedImageFactory.cs @@ -182,7 +182,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Renderable.Paramet /// public Java.Awt.ImageNs.Renderable.RenderContext MapRenderContext(int arg0, Java.Awt.ImageNs.Renderable.RenderContext arg1, Java.Awt.ImageNs.Renderable.ParameterBlock arg2, Java.Awt.ImageNs.Renderable.RenderableImage arg3) { - return IExecute("mapRenderContext", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("mapRenderContext", "(ILjava/awt/image/renderable/RenderContext;Ljava/awt/image/renderable/ParameterBlock;Ljava/awt/image/renderable/RenderableImage;)Ljava/awt/image/renderable/RenderContext;", arg0, arg1, arg2, arg3); } /// /// @@ -192,7 +192,7 @@ public Java.Awt.ImageNs.Renderable.RenderContext MapRenderContext(int arg0, Java /// public Java.Awt.ImageNs.RenderedImage Create(Java.Awt.ImageNs.Renderable.RenderContext arg0, Java.Awt.ImageNs.Renderable.ParameterBlock arg1) { - return IExecute("create", arg0, arg1); + return IExecuteWithSignature("create", "(Ljava/awt/image/renderable/RenderContext;Ljava/awt/image/renderable/ParameterBlock;)Ljava/awt/image/RenderedImage;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Java.Awt.ImageNs.RenderedImage Create(Java.Awt.ImageNs.Renderable.RenderC /// public object GetProperty(Java.Awt.ImageNs.Renderable.ParameterBlock arg0, Java.Lang.String arg1) { - return IExecute("getProperty", arg0, arg1); + return IExecuteWithSignature("getProperty", "(Ljava/awt/image/renderable/ParameterBlock;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ParameterBlock.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ParameterBlock.cs index 8fc9baba2c..9fadc9a8c8 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ParameterBlock.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/ParameterBlock.cs @@ -284,7 +284,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock AddSource(object arg0) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(byte arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(BI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(byte arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(char arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(CI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(char arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(double arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(DI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(double arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(float arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(FI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -324,7 +324,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(float arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(int arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(II)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(int arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(object arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(Ljava/lang/Object;I)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(object arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(long arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(JI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -354,7 +354,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(long arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock Set(short arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(SI)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public Java.Awt.ImageNs.Renderable.ParameterBlock Set(short arg0, int arg1) /// public Java.Awt.ImageNs.Renderable.ParameterBlock SetSource(object arg0, int arg1) { - return IExecute("setSource", arg0, arg1); + return IExecuteWithSignature("setSource", "(Ljava/lang/Object;I)Ljava/awt/image/renderable/ParameterBlock;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImage.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImage.cs index 66492bb8bb..4579ca2a19 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImage.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImage.cs @@ -246,7 +246,7 @@ public Java.Awt.ImageNs.RenderedImage CreateRendering(Java.Awt.ImageNs.Renderabl /// public Java.Awt.ImageNs.RenderedImage CreateScaledRendering(int arg0, int arg1, Java.Awt.RenderingHints arg2) { - return IExecute("createScaledRendering", arg0, arg1, arg2); + return IExecuteWithSignature("createScaledRendering", "(IILjava/awt/RenderingHints;)Ljava/awt/image/RenderedImage;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImageOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImageOp.cs index 96c7eb562c..d493014061 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImageOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderableImageOp.cs @@ -191,7 +191,7 @@ public Java.Awt.ImageNs.RenderedImage CreateRendering(Java.Awt.ImageNs.Renderabl /// public Java.Awt.ImageNs.RenderedImage CreateScaledRendering(int arg0, int arg1, Java.Awt.RenderingHints arg2) { - return IExecute("createScaledRendering", arg0, arg1, arg2); + return IExecuteWithSignature("createScaledRendering", "(IILjava/awt/RenderingHints;)Ljava/awt/image/RenderedImage;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderedImageFactory.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderedImageFactory.cs index 49229c2d4b..f3ba494453 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderedImageFactory.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/Renderable/RenderedImageFactory.cs @@ -125,7 +125,7 @@ public partial class RenderedImageFactory : Java.Awt.ImageNs.Renderable.IRendere /// public Java.Awt.ImageNs.RenderedImage Create(Java.Awt.ImageNs.Renderable.ParameterBlock arg0, Java.Awt.RenderingHints arg1) { - return IExecute("create", arg0, arg1); + return IExecuteWithSignature("create", "(Ljava/awt/image/renderable/ParameterBlock;Ljava/awt/RenderingHints;)Ljava/awt/image/RenderedImage;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/RenderedImage.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/RenderedImage.cs index 42edda2b0f..83b10ded93 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/RenderedImage.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/RenderedImage.cs @@ -339,7 +339,7 @@ public Java.Awt.ImageNs.Raster GetData(Java.Awt.Rectangle arg0) /// public Java.Awt.ImageNs.Raster GetTile(int arg0, int arg1) { - return IExecute("getTile", arg0, arg1); + return IExecuteWithSignature("getTile", "(II)Ljava/awt/image/Raster;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/RescaleOp.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/RescaleOp.cs index f146d19f58..722731cee0 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/RescaleOp.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/RescaleOp.cs @@ -158,7 +158,7 @@ public float[] GetScaleFactors(float[] arg0) /// public Java.Awt.Geom.Point2D GetPoint2D(Java.Awt.Geom.Point2D arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getPoint2D", arg0, arg1); + return IExecuteWithSignature("getPoint2D", "(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;", arg0, arg1); } /// /// @@ -186,7 +186,7 @@ public Java.Awt.Geom.Rectangle2D GetBounds2D(Java.Awt.ImageNs.Raster arg0) /// public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.BufferedImage arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public Java.Awt.ImageNs.BufferedImage Filter(Java.Awt.ImageNs.BufferedImage arg0 /// public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java.Awt.ImageNs.WritableRaster arg1) { - return IExecute("filter", arg0, arg1); + return IExecuteWithSignature("filter", "(Ljava/awt/image/Raster;Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Java.Awt.ImageNs.WritableRaster Filter(Java.Awt.ImageNs.Raster arg0, Java /// public Java.Awt.ImageNs.BufferedImage CreateCompatibleDestImage(Java.Awt.ImageNs.BufferedImage arg0, Java.Awt.ImageNs.ColorModel arg1) { - return IExecute("createCompatibleDestImage", arg0, arg1); + return IExecuteWithSignature("createCompatibleDestImage", "(Ljava/awt/image/BufferedImage;Ljava/awt/image/ColorModel;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/SampleModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/SampleModel.cs index 851798a12b..9df41e55a9 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/SampleModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/SampleModel.cs @@ -162,7 +162,7 @@ public int Width /// public int GetSample(int arg0, int arg1, int arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecute("getSample", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getSample", "(IIILjava/awt/image/DataBuffer;)I", arg0, arg1, arg2, arg3); } /// /// @@ -189,7 +189,7 @@ public Java.Awt.ImageNs.DataBuffer CreateDataBuffer() /// public Java.Awt.ImageNs.SampleModel CreateCompatibleSampleModel(int arg0, int arg1) { - return IExecute("createCompatibleSampleModel", arg0, arg1); + return IExecuteWithSignature("createCompatibleSampleModel", "(II)Ljava/awt/image/SampleModel;", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public Java.Awt.ImageNs.SampleModel CreateSubsetSampleModel(int[] arg0) /// public object GetDataElements(int arg0, int arg1, object arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecute("getDataElements", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getDataElements", "(IILjava/lang/Object;Ljava/awt/image/DataBuffer;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -221,7 +221,7 @@ public object GetDataElements(int arg0, int arg1, object arg2, Java.Awt.ImageNs. /// public void SetDataElements(int arg0, int arg1, object arg2, Java.Awt.ImageNs.DataBuffer arg3) { - IExecute("setDataElements", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setDataElements", "(IILjava/lang/Object;Ljava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3); } /// /// @@ -233,7 +233,7 @@ public void SetDataElements(int arg0, int arg1, object arg2, Java.Awt.ImageNs.Da /// public void SetSample(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.DataBuffer arg4) { - IExecute("setSample", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setSample", "(IIIILjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -245,7 +245,7 @@ public void SetSample(int arg0, int arg1, int arg2, int arg3, Java.Awt.ImageNs.D /// public double GetSampleDouble(int arg0, int arg1, int arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecute("getSampleDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getSampleDouble", "(IIILjava/awt/image/DataBuffer;)D", arg0, arg1, arg2, arg3); } /// /// @@ -257,7 +257,7 @@ public double GetSampleDouble(int arg0, int arg1, int arg2, Java.Awt.ImageNs.Dat /// public double[] GetPixel(int arg0, int arg1, double[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecuteArray("getPixel", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getPixel", "(II[DLjava/awt/image/DataBuffer;)[D", arg0, arg1, arg2, arg3); } /// /// @@ -271,7 +271,7 @@ public double[] GetPixel(int arg0, int arg1, double[] arg2, Java.Awt.ImageNs.Dat /// public double[] GetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getPixels", "(IIII[DLjava/awt/image/DataBuffer;)[D", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -286,7 +286,7 @@ public double[] GetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4, /// public double[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignatureArray("getSamples", "(IIIII[DLjava/awt/image/DataBuffer;)[D", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -298,7 +298,7 @@ public double[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, dou /// public float GetSampleFloat(int arg0, int arg1, int arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecute("getSampleFloat", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getSampleFloat", "(IIILjava/awt/image/DataBuffer;)F", arg0, arg1, arg2, arg3); } /// /// @@ -310,7 +310,7 @@ public float GetSampleFloat(int arg0, int arg1, int arg2, Java.Awt.ImageNs.DataB /// public float[] GetPixel(int arg0, int arg1, float[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecuteArray("getPixel", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getPixel", "(II[FLjava/awt/image/DataBuffer;)[F", arg0, arg1, arg2, arg3); } /// /// @@ -324,7 +324,7 @@ public float[] GetPixel(int arg0, int arg1, float[] arg2, Java.Awt.ImageNs.DataB /// public float[] GetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getPixels", "(IIII[FLjava/awt/image/DataBuffer;)[F", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -339,7 +339,7 @@ public float[] GetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4, J /// public float[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignatureArray("getSamples", "(IIIII[FLjava/awt/image/DataBuffer;)[F", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -351,7 +351,7 @@ public float[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, floa /// public int[] GetPixel(int arg0, int arg1, int[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - return IExecuteArray("getPixel", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getPixel", "(II[ILjava/awt/image/DataBuffer;)[I", arg0, arg1, arg2, arg3); } /// /// @@ -365,7 +365,7 @@ public int[] GetPixel(int arg0, int arg1, int[] arg2, Java.Awt.ImageNs.DataBuffe /// public int[] GetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - return IExecuteArray("getPixels", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("getPixels", "(IIII[ILjava/awt/image/DataBuffer;)[I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -380,7 +380,7 @@ public int[] GetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, Java. /// public int[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - return IExecuteArray("getSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignatureArray("getSamples", "(IIIII[ILjava/awt/image/DataBuffer;)[I", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -394,7 +394,7 @@ public int[] GetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] /// public object GetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4, Java.Awt.ImageNs.DataBuffer arg5) { - return IExecute("getDataElements", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getDataElements", "(IIIILjava/lang/Object;Ljava/awt/image/DataBuffer;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -407,7 +407,7 @@ public object GetDataElements(int arg0, int arg1, int arg2, int arg3, object arg /// public void SetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4, Java.Awt.ImageNs.DataBuffer arg5) { - IExecute("setDataElements", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setDataElements", "(IIIILjava/lang/Object;Ljava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -418,7 +418,7 @@ public void SetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4, /// public void SetPixel(int arg0, int arg1, double[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - IExecute("setPixel", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setPixel", "(II[DLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3); } /// /// @@ -429,7 +429,7 @@ public void SetPixel(int arg0, int arg1, double[] arg2, Java.Awt.ImageNs.DataBuf /// public void SetPixel(int arg0, int arg1, float[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - IExecute("setPixel", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setPixel", "(II[FLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3); } /// /// @@ -440,7 +440,7 @@ public void SetPixel(int arg0, int arg1, float[] arg2, Java.Awt.ImageNs.DataBuff /// public void SetPixel(int arg0, int arg1, int[] arg2, Java.Awt.ImageNs.DataBuffer arg3) { - IExecute("setPixel", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setPixel", "(II[ILjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3); } /// /// @@ -453,7 +453,7 @@ public void SetPixel(int arg0, int arg1, int[] arg2, Java.Awt.ImageNs.DataBuffer /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setPixels", "(IIII[DLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -466,7 +466,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4, Jav /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setPixels", "(IIII[FLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -479,7 +479,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4, Java /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, Java.Awt.ImageNs.DataBuffer arg5) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setPixels", "(IIII[ILjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -491,7 +491,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4, Java.A /// public void SetSample(int arg0, int arg1, int arg2, double arg3, Java.Awt.ImageNs.DataBuffer arg4) { - IExecute("setSample", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setSample", "(IIIDLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -503,7 +503,7 @@ public void SetSample(int arg0, int arg1, int arg2, double arg3, Java.Awt.ImageN /// public void SetSample(int arg0, int arg1, int arg2, float arg3, Java.Awt.ImageNs.DataBuffer arg4) { - IExecute("setSample", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setSample", "(IIIFLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -517,7 +517,7 @@ public void SetSample(int arg0, int arg1, int arg2, float arg3, Java.Awt.ImageNs /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("setSamples", "(IIIII[DLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -531,7 +531,7 @@ public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[ /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("setSamples", "(IIIII[FLjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -545,7 +545,7 @@ public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5, Java.Awt.ImageNs.DataBuffer arg6) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("setSamples", "(IIIII[ILjava/awt/image/DataBuffer;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/ShortLookupTable.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/ShortLookupTable.cs index d5884f41d0..78407399b9 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/ShortLookupTable.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/ShortLookupTable.cs @@ -123,7 +123,7 @@ public short[] Table /// public short[] LookupPixel(short[] arg0, short[] arg1) { - return IExecuteArray("lookupPixel", arg0, arg1); + return IExecuteWithSignatureArray("lookupPixel", "([S[S)[S", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/SinglePixelPackedSampleModel.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/SinglePixelPackedSampleModel.cs index 2f0d72d2a8..bd688bf481 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/SinglePixelPackedSampleModel.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/SinglePixelPackedSampleModel.cs @@ -142,7 +142,7 @@ public int ScanlineStride /// public int GetOffset(int arg0, int arg1) { - return IExecute("getOffset", arg0, arg1); + return IExecuteWithSignature("getOffset", "(II)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/TileObserver.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/TileObserver.cs index 75dd2d29fb..4edcd572b5 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/TileObserver.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/TileObserver.cs @@ -127,7 +127,7 @@ public partial class TileObserver : Java.Awt.ImageNs.ITileObserver /// public void TileUpdate(Java.Awt.ImageNs.WritableRenderedImage arg0, int arg1, int arg2, bool arg3) { - IExecute("tileUpdate", arg0, arg1, arg2, arg3); + IExecuteWithSignature("tileUpdate", "(Ljava/awt/image/WritableRenderedImage;IIZ)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRaster.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRaster.cs index 4edc127d89..06a0a553e1 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRaster.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRaster.cs @@ -110,7 +110,7 @@ public Java.Awt.ImageNs.WritableRaster WritableParent /// public Java.Awt.ImageNs.WritableRaster CreateWritableChild(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int[] arg6) { - return IExecute("createWritableChild", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("createWritableChild", "(IIIIII[I)Ljava/awt/image/WritableRaster;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -120,7 +120,7 @@ public Java.Awt.ImageNs.WritableRaster CreateWritableChild(int arg0, int arg1, i /// public Java.Awt.ImageNs.WritableRaster CreateWritableTranslatedChild(int arg0, int arg1) { - return IExecute("createWritableTranslatedChild", arg0, arg1); + return IExecuteWithSignature("createWritableTranslatedChild", "(II)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -132,7 +132,7 @@ public Java.Awt.ImageNs.WritableRaster CreateWritableTranslatedChild(int arg0, i /// public void SetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4) { - IExecute("setDataElements", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setDataElements", "(IIIILjava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -142,7 +142,7 @@ public void SetDataElements(int arg0, int arg1, int arg2, int arg3, object arg4) /// public void SetDataElements(int arg0, int arg1, Java.Awt.ImageNs.Raster arg2) { - IExecute("setDataElements", arg0, arg1, arg2); + IExecuteWithSignature("setDataElements", "(IILjava/awt/image/Raster;)V", arg0, arg1, arg2); } /// /// @@ -152,7 +152,7 @@ public void SetDataElements(int arg0, int arg1, Java.Awt.ImageNs.Raster arg2) /// public void SetDataElements(int arg0, int arg1, object arg2) { - IExecute("setDataElements", arg0, arg1, arg2); + IExecuteWithSignature("setDataElements", "(IILjava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -162,7 +162,7 @@ public void SetDataElements(int arg0, int arg1, object arg2) /// public void SetPixel(int arg0, int arg1, double[] arg2) { - IExecute("setPixel", arg0, arg1, arg2); + IExecuteWithSignature("setPixel", "(II[D)V", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public void SetPixel(int arg0, int arg1, double[] arg2) /// public void SetPixel(int arg0, int arg1, float[] arg2) { - IExecute("setPixel", arg0, arg1, arg2); + IExecuteWithSignature("setPixel", "(II[F)V", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public void SetPixel(int arg0, int arg1, float[] arg2) /// public void SetPixel(int arg0, int arg1, int[] arg2) { - IExecute("setPixel", arg0, arg1, arg2); + IExecuteWithSignature("setPixel", "(II[I)V", arg0, arg1, arg2); } /// /// @@ -194,7 +194,7 @@ public void SetPixel(int arg0, int arg1, int[] arg2) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setPixels", "(IIII[D)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -206,7 +206,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, double[] arg4) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setPixels", "(IIII[F)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -218,7 +218,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, float[] arg4) /// public void SetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4) { - IExecute("setPixels", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setPixels", "(IIII[I)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -228,7 +228,7 @@ public void SetPixels(int arg0, int arg1, int arg2, int arg3, int[] arg4) /// public void SetRect(int arg0, int arg1, Java.Awt.ImageNs.Raster arg2) { - IExecute("setRect", arg0, arg1, arg2); + IExecuteWithSignature("setRect", "(IILjava/awt/image/Raster;)V", arg0, arg1, arg2); } /// /// @@ -247,7 +247,7 @@ public void SetRect(Java.Awt.ImageNs.Raster arg0) /// public void SetSample(int arg0, int arg1, int arg2, double arg3) { - IExecute("setSample", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setSample", "(IIID)V", arg0, arg1, arg2, arg3); } /// /// @@ -258,7 +258,7 @@ public void SetSample(int arg0, int arg1, int arg2, double arg3) /// public void SetSample(int arg0, int arg1, int arg2, float arg3) { - IExecute("setSample", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setSample", "(IIIF)V", arg0, arg1, arg2, arg3); } /// /// @@ -269,7 +269,7 @@ public void SetSample(int arg0, int arg1, int arg2, float arg3) /// public void SetSample(int arg0, int arg1, int arg2, int arg3) { - IExecute("setSample", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setSample", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -282,7 +282,7 @@ public void SetSample(int arg0, int arg1, int arg2, int arg3) /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[] arg5) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setSamples", "(IIIII[D)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -295,7 +295,7 @@ public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, double[ /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setSamples", "(IIIII[F)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -308,7 +308,7 @@ public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, float[] /// public void SetSamples(int arg0, int arg1, int arg2, int arg3, int arg4, int[] arg5) { - IExecute("setSamples", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setSamples", "(IIIII[I)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRenderedImage.cs b/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRenderedImage.cs index 196919ee89..172c61bdda 100644 --- a/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRenderedImage.cs +++ b/src/net/JNet/Generated/Java/Awt/ImageNs/WritableRenderedImage.cs @@ -177,7 +177,7 @@ public bool HasTileWriters() /// public bool IsTileWritable(int arg0, int arg1) { - return IExecute("isTileWritable", arg0, arg1); + return IExecuteWithSignature("isTileWritable", "(II)Z", arg0, arg1); } /// /// @@ -187,7 +187,7 @@ public bool IsTileWritable(int arg0, int arg1) /// public Java.Awt.ImageNs.WritableRaster GetWritableTile(int arg0, int arg1) { - return IExecute("getWritableTile", arg0, arg1); + return IExecuteWithSignature("getWritableTile", "(II)Ljava/awt/image/WritableRaster;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public void AddTileObserver(Java.Awt.ImageNs.TileObserver arg0) /// public void ReleaseWritableTile(int arg0, int arg1) { - IExecute("releaseWritableTile", arg0, arg1); + IExecuteWithSignature("releaseWritableTile", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Insets.cs b/src/net/JNet/Generated/Java/Awt/Insets.cs index f99a838c8e..5e5d6f8e62 100644 --- a/src/net/JNet/Generated/Java/Awt/Insets.cs +++ b/src/net/JNet/Generated/Java/Awt/Insets.cs @@ -134,7 +134,7 @@ public Insets(int arg0, int arg1, int arg2, int arg3) /// public void Set(int arg0, int arg1, int arg2, int arg3) { - IExecute("set", arg0, arg1, arg2, arg3); + IExecuteWithSignature("set", "(IIII)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/KeyboardFocusManager.cs b/src/net/JNet/Generated/Java/Awt/KeyboardFocusManager.cs index 66b4020f97..8864eba21d 100644 --- a/src/net/JNet/Generated/Java/Awt/KeyboardFocusManager.cs +++ b/src/net/JNet/Generated/Java/Awt/KeyboardFocusManager.cs @@ -245,7 +245,7 @@ public void FocusPreviousComponent(Java.Awt.Component arg0) /// public void ProcessKeyEvent(Java.Awt.Component arg0, Java.Awt.EventNs.KeyEvent arg1) { - IExecute("processKeyEvent", arg0, arg1); + IExecuteWithSignature("processKeyEvent", "(Ljava/awt/Component;Ljava/awt/event/KeyEvent;)V", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public void FocusPreviousComponent() /// public void RedispatchEvent(Java.Awt.Component arg0, Java.Awt.AWTEvent arg1) { - IExecute("redispatchEvent", arg0, arg1); + IExecuteWithSignature("redispatchEvent", "(Ljava/awt/Component;Ljava/awt/AWTEvent;)V", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -367,7 +367,7 @@ public void AddVetoableChangeListener(Java.Beans.VetoableChangeListener arg0) /// public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("addVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("addVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// @@ -415,7 +415,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -432,7 +432,7 @@ public void RemoveVetoableChangeListener(Java.Beans.VetoableChangeListener arg0) /// public void RemoveVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("removeVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("removeVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// @@ -442,7 +442,7 @@ public void RemoveVetoableChangeListener(Java.Lang.String arg0, Java.Beans.Vetoa /// public void SetDefaultFocusTraversalKeys(int arg0, Java.Util.Set arg1) where Arg1ExtendsJava_Awt_AWTKeyStroke : Java.Awt.AWTKeyStroke { - IExecute("setDefaultFocusTraversalKeys", arg0, arg1); + IExecuteWithSignature("setDefaultFocusTraversalKeys", "(ILjava/util/Set;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/LayoutManager.cs b/src/net/JNet/Generated/Java/Awt/LayoutManager.cs index c004179209..69a7898250 100644 --- a/src/net/JNet/Generated/Java/Awt/LayoutManager.cs +++ b/src/net/JNet/Generated/Java/Awt/LayoutManager.cs @@ -163,7 +163,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/LayoutManager2.cs b/src/net/JNet/Generated/Java/Awt/LayoutManager2.cs index 4c3952facd..8216eff79a 100644 --- a/src/net/JNet/Generated/Java/Awt/LayoutManager2.cs +++ b/src/net/JNet/Generated/Java/Awt/LayoutManager2.cs @@ -173,7 +173,7 @@ public Java.Awt.Dimension MaximumLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/List.cs b/src/net/JNet/Generated/Java/Awt/List.cs index 89912338f8..b0442833b7 100644 --- a/src/net/JNet/Generated/Java/Awt/List.cs +++ b/src/net/JNet/Generated/Java/Awt/List.cs @@ -301,7 +301,7 @@ public void RemoveItemListener(Java.Awt.EventNs.ItemListener arg0) /// public void ReplaceItem(Java.Lang.String arg0, int arg1) { - IExecute("replaceItem", arg0, arg1); + IExecuteWithSignature("replaceItem", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -310,7 +310,7 @@ public void ReplaceItem(Java.Lang.String arg0, int arg1) /// public void Add(Java.Lang.String arg0, int arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/MediaTracker.cs b/src/net/JNet/Generated/Java/Awt/MediaTracker.cs index 250be65efd..5be2eef9d7 100644 --- a/src/net/JNet/Generated/Java/Awt/MediaTracker.cs +++ b/src/net/JNet/Generated/Java/Awt/MediaTracker.cs @@ -154,7 +154,7 @@ public bool CheckAll(bool arg0) /// public bool CheckID(int arg0, bool arg1) { - return IExecute("checkID", arg0, arg1); + return IExecuteWithSignature("checkID", "(IZ)Z", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public int StatusAll(bool arg0) /// public int StatusID(int arg0, bool arg1) { - return IExecute("statusID", arg0, arg1); + return IExecuteWithSignature("statusID", "(IZ)I", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public bool WaitForAll(long arg0) /// public bool WaitForID(int arg0, long arg1) { - return IExecute("waitForID", arg0, arg1); + return IExecuteWithSignature("waitForID", "(IJ)Z", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public object[] GetErrorsID(int arg0) /// public void AddImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3) { - IExecute("addImage", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addImage", "(Ljava/awt/Image;III)V", arg0, arg1, arg2, arg3); } /// /// @@ -251,7 +251,7 @@ public void AddImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3) /// public void RemoveImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3) { - IExecute("removeImage", arg0, arg1, arg2, arg3); + IExecuteWithSignature("removeImage", "(Ljava/awt/Image;III)V", arg0, arg1, arg2, arg3); } /// /// @@ -260,7 +260,7 @@ public void RemoveImage(Java.Awt.Image arg0, int arg1, int arg2, int arg3) /// public void RemoveImage(Java.Awt.Image arg0, int arg1) { - IExecute("removeImage", arg0, arg1); + IExecuteWithSignature("removeImage", "(Ljava/awt/Image;I)V", arg0, arg1); } /// /// @@ -277,7 +277,7 @@ public void RemoveImage(Java.Awt.Image arg0) /// public void AddImage(Java.Awt.Image arg0, int arg1) { - IExecute("addImage", arg0, arg1); + IExecuteWithSignature("addImage", "(Ljava/awt/Image;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Menu.cs b/src/net/JNet/Generated/Java/Awt/Menu.cs index 3a62f4d781..530513705c 100644 --- a/src/net/JNet/Generated/Java/Awt/Menu.cs +++ b/src/net/JNet/Generated/Java/Awt/Menu.cs @@ -168,7 +168,7 @@ public void AddSeparator() /// public void Insert(Java.Awt.MenuItem arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/awt/MenuItem;I)V", arg0, arg1); } /// /// @@ -177,7 +177,7 @@ public void Insert(Java.Awt.MenuItem arg0, int arg1) /// public void Insert(Java.Lang.String arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Paint.cs b/src/net/JNet/Generated/Java/Awt/Paint.cs index 122ed65ea4..8a5dfe4758 100644 --- a/src/net/JNet/Generated/Java/Awt/Paint.cs +++ b/src/net/JNet/Generated/Java/Awt/Paint.cs @@ -131,7 +131,7 @@ public partial class Paint : Java.Awt.IPaint /// public Java.Awt.PaintContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.Rectangle arg1, Java.Awt.Geom.Rectangle2D arg2, Java.Awt.Geom.AffineTransform arg3, Java.Awt.RenderingHints arg4) { - return IExecute("createContext", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/PaintContext.cs b/src/net/JNet/Generated/Java/Awt/PaintContext.cs index 4e00d31569..593de3326f 100644 --- a/src/net/JNet/Generated/Java/Awt/PaintContext.cs +++ b/src/net/JNet/Generated/Java/Awt/PaintContext.cs @@ -144,7 +144,7 @@ public Java.Awt.ImageNs.ColorModel ColorModel /// public Java.Awt.ImageNs.Raster GetRaster(int arg0, int arg1, int arg2, int arg3) { - return IExecute("getRaster", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getRaster", "(IIII)Ljava/awt/image/Raster;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Point.cs b/src/net/JNet/Generated/Java/Awt/Point.cs index 16038505a3..62260fea7a 100644 --- a/src/net/JNet/Generated/Java/Awt/Point.cs +++ b/src/net/JNet/Generated/Java/Awt/Point.cs @@ -133,7 +133,7 @@ public Java.Awt.Point Location /// public void Move(int arg0, int arg1) { - IExecute("move", arg0, arg1); + IExecuteWithSignature("move", "(II)V", arg0, arg1); } /// /// @@ -142,7 +142,7 @@ public void Move(int arg0, int arg1) /// public void SetLocation(int arg0, int arg1) { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(II)V", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public void SetLocation(int arg0, int arg1) /// public void Translate(int arg0, int arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Polygon.cs b/src/net/JNet/Generated/Java/Awt/Polygon.cs index 46196e4290..c53e13833d 100644 --- a/src/net/JNet/Generated/Java/Awt/Polygon.cs +++ b/src/net/JNet/Generated/Java/Awt/Polygon.cs @@ -144,7 +144,7 @@ public Java.Awt.Geom.Rectangle2D Bounds2D /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -154,7 +154,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public bool Contains(double arg0, double arg1) /// public bool Contains(int arg0, int arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(II)Z", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public bool Contains(Java.Awt.Point arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -222,7 +222,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform /// public void AddPoint(int arg0, int arg1) { - IExecute("addPoint", arg0, arg1); + IExecuteWithSignature("addPoint", "(II)V", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public void Reset() /// public void Translate(int arg0, int arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/PopupMenu.cs b/src/net/JNet/Generated/Java/Awt/PopupMenu.cs index 4b5f727d46..805611f00a 100644 --- a/src/net/JNet/Generated/Java/Awt/PopupMenu.cs +++ b/src/net/JNet/Generated/Java/Awt/PopupMenu.cs @@ -107,7 +107,7 @@ public PopupMenu(Java.Lang.String arg0) /// public void Show(Java.Awt.Component arg0, int arg1, int arg2) { - IExecute("show", arg0, arg1, arg2); + IExecuteWithSignature("show", "(Ljava/awt/Component;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Print/Book.cs b/src/net/JNet/Generated/Java/Awt/Print/Book.cs index 38dc10f02d..7fc691818b 100644 --- a/src/net/JNet/Generated/Java/Awt/Print/Book.cs +++ b/src/net/JNet/Generated/Java/Awt/Print/Book.cs @@ -125,7 +125,7 @@ public Java.Awt.Print.Printable GetPrintable(int arg0) /// public void Append(Java.Awt.Print.Printable arg0, Java.Awt.Print.PageFormat arg1, int arg2) { - IExecute("append", arg0, arg1, arg2); + IExecuteWithSignature("append", "(Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;I)V", arg0, arg1, arg2); } /// /// @@ -134,7 +134,7 @@ public void Append(Java.Awt.Print.Printable arg0, Java.Awt.Print.PageFormat arg1 /// public void Append(Java.Awt.Print.Printable arg0, Java.Awt.Print.PageFormat arg1) { - IExecute("append", arg0, arg1); + IExecuteWithSignature("append", "(Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;)V", arg0, arg1); } /// /// @@ -145,7 +145,7 @@ public void Append(Java.Awt.Print.Printable arg0, Java.Awt.Print.PageFormat arg1 /// public void SetPage(int arg0, Java.Awt.Print.Printable arg1, Java.Awt.Print.PageFormat arg2) { - IExecute("setPage", arg0, arg1, arg2); + IExecuteWithSignature("setPage", "(ILjava/awt/print/Printable;Ljava/awt/print/PageFormat;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Print/Paper.cs b/src/net/JNet/Generated/Java/Awt/Print/Paper.cs index d8ce70d5f0..8189199e27 100644 --- a/src/net/JNet/Generated/Java/Awt/Print/Paper.cs +++ b/src/net/JNet/Generated/Java/Awt/Print/Paper.cs @@ -141,7 +141,7 @@ public double Width /// public void SetImageableArea(double arg0, double arg1, double arg2, double arg3) { - IExecute("setImageableArea", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setImageableArea", "(DDDD)V", arg0, arg1, arg2, arg3); } /// /// @@ -150,7 +150,7 @@ public void SetImageableArea(double arg0, double arg1, double arg2, double arg3) /// public void SetSize(double arg0, double arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(DD)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Print/Printable.cs b/src/net/JNet/Generated/Java/Awt/Print/Printable.cs index 60c20be073..0b18ac4f29 100644 --- a/src/net/JNet/Generated/Java/Awt/Print/Printable.cs +++ b/src/net/JNet/Generated/Java/Awt/Print/Printable.cs @@ -141,7 +141,7 @@ public partial class Printable : Java.Awt.Print.IPrintable /// public int Print(Java.Awt.Graphics arg0, Java.Awt.Print.PageFormat arg1, int arg2) { - return IExecute("print", arg0, arg1, arg2); + return IExecuteWithSignature("print", "(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Print/PrinterJob.cs b/src/net/JNet/Generated/Java/Awt/Print/PrinterJob.cs index 302c0720ac..65bad65717 100644 --- a/src/net/JNet/Generated/Java/Awt/Print/PrinterJob.cs +++ b/src/net/JNet/Generated/Java/Awt/Print/PrinterJob.cs @@ -220,7 +220,7 @@ public void SetPageable(Java.Awt.Print.Pageable arg0) /// public void SetPrintable(Java.Awt.Print.Printable arg0, Java.Awt.Print.PageFormat arg1) { - IExecute("setPrintable", arg0, arg1); + IExecuteWithSignature("setPrintable", "(Ljava/awt/print/Printable;Ljava/awt/print/PageFormat;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Rectangle.cs b/src/net/JNet/Generated/Java/Awt/Rectangle.cs index 35850a6d4f..b0464c0b92 100644 --- a/src/net/JNet/Generated/Java/Awt/Rectangle.cs +++ b/src/net/JNet/Generated/Java/Awt/Rectangle.cs @@ -191,7 +191,7 @@ public Java.Awt.Dimension Size /// public bool Contains(int arg0, int arg1, int arg2, int arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(IIII)Z", arg0, arg1, arg2, arg3); } /// /// @@ -201,7 +201,7 @@ public bool Contains(int arg0, int arg1, int arg2, int arg3) /// public bool Contains(int arg0, int arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(II)Z", arg0, arg1); } /// /// @@ -255,7 +255,7 @@ public Java.Awt.Rectangle Union(Java.Awt.Rectangle arg0) /// public void Add(int arg0, int arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(II)V", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public void Add(Java.Awt.Rectangle arg0) /// public void Grow(int arg0, int arg1) { - IExecute("grow", arg0, arg1); + IExecuteWithSignature("grow", "(II)V", arg0, arg1); } /// /// @@ -291,7 +291,7 @@ public void Grow(int arg0, int arg1) /// public void SetBounds(int arg0, int arg1, int arg2, int arg3) { - IExecute("setBounds", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setBounds", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -308,7 +308,7 @@ public void SetBounds(Java.Awt.Rectangle arg0) /// public void SetLocation(int arg0, int arg1) { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(II)V", arg0, arg1); } /// /// @@ -317,7 +317,7 @@ public void SetLocation(int arg0, int arg1) /// public void SetSize(int arg0, int arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(II)V", arg0, arg1); } /// /// @@ -326,7 +326,7 @@ public void SetSize(int arg0, int arg1) /// public void Translate(int arg0, int arg1) { - IExecute("translate", arg0, arg1); + IExecuteWithSignature("translate", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/RenderingHints.cs b/src/net/JNet/Generated/Java/Awt/RenderingHints.cs index 56a6ae9efe..8035e010a5 100644 --- a/src/net/JNet/Generated/Java/Awt/RenderingHints.cs +++ b/src/net/JNet/Generated/Java/Awt/RenderingHints.cs @@ -495,7 +495,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Robot.cs b/src/net/JNet/Generated/Java/Awt/Robot.cs index 2221ab9bcb..82caa20900 100644 --- a/src/net/JNet/Generated/Java/Awt/Robot.cs +++ b/src/net/JNet/Generated/Java/Awt/Robot.cs @@ -122,7 +122,7 @@ public bool IsAutoWaitForIdle() /// public Java.Awt.Color GetPixelColor(int arg0, int arg1) { - return IExecute("getPixelColor", arg0, arg1); + return IExecuteWithSignature("getPixelColor", "(II)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public void KeyRelease(int arg0) /// public void MouseMove(int arg0, int arg1) { - IExecute("mouseMove", arg0, arg1); + IExecuteWithSignature("mouseMove", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/ScrollPane.cs b/src/net/JNet/Generated/Java/Awt/ScrollPane.cs index c68f238bc4..e9978af7d6 100644 --- a/src/net/JNet/Generated/Java/Awt/ScrollPane.cs +++ b/src/net/JNet/Generated/Java/Awt/ScrollPane.cs @@ -193,7 +193,7 @@ public Java.Lang.String ParamString() /// public void SetScrollPosition(int arg0, int arg1) { - IExecute("setScrollPosition", arg0, arg1); + IExecuteWithSignature("setScrollPosition", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Scrollbar.cs b/src/net/JNet/Generated/Java/Awt/Scrollbar.cs index c7715fb248..57f7902255 100644 --- a/src/net/JNet/Generated/Java/Awt/Scrollbar.cs +++ b/src/net/JNet/Generated/Java/Awt/Scrollbar.cs @@ -220,7 +220,7 @@ public void RemoveAdjustmentListener(Java.Awt.EventNs.AdjustmentListener arg0) /// public void SetValues(int arg0, int arg1, int arg2, int arg3) { - IExecute("setValues", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setValues", "(IIII)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Shape.cs b/src/net/JNet/Generated/Java/Awt/Shape.cs index 1ebca79f9d..8e1947ffb9 100644 --- a/src/net/JNet/Generated/Java/Awt/Shape.cs +++ b/src/net/JNet/Generated/Java/Awt/Shape.cs @@ -198,7 +198,7 @@ public Java.Awt.Geom.Rectangle2D Bounds2D /// public bool Contains(double arg0, double arg1, double arg2, double arg3) { - return IExecute("contains", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("contains", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -208,7 +208,7 @@ public bool Contains(double arg0, double arg1, double arg2, double arg3) /// public bool Contains(double arg0, double arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(DD)Z", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public bool Contains(Java.Awt.Geom.Rectangle2D arg0) /// public bool Intersects(double arg0, double arg1, double arg2, double arg3) { - return IExecute("intersects", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("intersects", "(DDDD)Z", arg0, arg1, arg2, arg3); } /// /// @@ -257,7 +257,7 @@ public bool Intersects(Java.Awt.Geom.Rectangle2D arg0) /// public Java.Awt.Geom.PathIterator GetPathIterator(Java.Awt.Geom.AffineTransform arg0, double arg1) { - return IExecute("getPathIterator", arg0, arg1); + return IExecuteWithSignature("getPathIterator", "(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/SystemTray.cs b/src/net/JNet/Generated/Java/Awt/SystemTray.cs index 3ab706b4d6..cc540862d5 100644 --- a/src/net/JNet/Generated/Java/Awt/SystemTray.cs +++ b/src/net/JNet/Generated/Java/Awt/SystemTray.cs @@ -135,7 +135,7 @@ public Java.Beans.PropertyChangeListener[] GetPropertyChangeListeners(Java.Lang. /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -144,7 +144,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Taskbar.cs b/src/net/JNet/Generated/Java/Awt/Taskbar.cs index 546adf696d..b500361ce4 100644 --- a/src/net/JNet/Generated/Java/Awt/Taskbar.cs +++ b/src/net/JNet/Generated/Java/Awt/Taskbar.cs @@ -225,7 +225,7 @@ public bool IsSupported(Java.Awt.Taskbar.Feature arg0) /// public void RequestUserAttention(bool arg0, bool arg1) { - IExecute("requestUserAttention", arg0, arg1); + IExecuteWithSignature("requestUserAttention", "(ZZ)V", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public void SetProgressValue(int arg0) /// public void SetWindowIconBadge(Java.Awt.Window arg0, Java.Awt.Image arg1) { - IExecute("setWindowIconBadge", arg0, arg1); + IExecuteWithSignature("setWindowIconBadge", "(Ljava/awt/Window;Ljava/awt/Image;)V", arg0, arg1); } /// /// @@ -267,7 +267,7 @@ public void SetWindowIconBadge(Java.Awt.Window arg0, Java.Awt.Image arg1) /// public void SetWindowProgressState(Java.Awt.Window arg0, Java.Awt.Taskbar.State arg1) { - IExecute("setWindowProgressState", arg0, arg1); + IExecuteWithSignature("setWindowProgressState", "(Ljava/awt/Window;Ljava/awt/Taskbar$State;)V", arg0, arg1); } /// /// @@ -276,7 +276,7 @@ public void SetWindowProgressState(Java.Awt.Window arg0, Java.Awt.Taskbar.State /// public void SetWindowProgressValue(Java.Awt.Window arg0, int arg1) { - IExecute("setWindowProgressValue", arg0, arg1); + IExecuteWithSignature("setWindowProgressValue", "(Ljava/awt/Window;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/TextArea.cs b/src/net/JNet/Generated/Java/Awt/TextArea.cs index c233a6edcd..b8c1ef9404 100644 --- a/src/net/JNet/Generated/Java/Awt/TextArea.cs +++ b/src/net/JNet/Generated/Java/Awt/TextArea.cs @@ -185,7 +185,7 @@ public int ScrollbarVisibility /// public Java.Awt.Dimension GetMinimumSize(int arg0, int arg1) { - return IExecute("getMinimumSize", arg0, arg1); + return IExecuteWithSignature("getMinimumSize", "(II)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public Java.Awt.Dimension GetMinimumSize(int arg0, int arg1) /// public Java.Awt.Dimension GetPreferredSize(int arg0, int arg1) { - return IExecute("getPreferredSize", arg0, arg1); + return IExecuteWithSignature("getPreferredSize", "(II)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -212,7 +212,7 @@ public void Append(Java.Lang.String arg0) /// public void Insert(Java.Lang.String arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -222,7 +222,7 @@ public void Insert(Java.Lang.String arg0, int arg1) /// public void ReplaceRange(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("replaceRange", arg0, arg1, arg2); + IExecuteWithSignature("replaceRange", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/TextComponent.cs b/src/net/JNet/Generated/Java/Awt/TextComponent.cs index c75f3e545b..248a7a2822 100644 --- a/src/net/JNet/Generated/Java/Awt/TextComponent.cs +++ b/src/net/JNet/Generated/Java/Awt/TextComponent.cs @@ -167,7 +167,7 @@ public void RemoveTextListener(Java.Awt.EventNs.TextListener arg0) /// public void Select(int arg0, int arg1) { - IExecute("select", arg0, arg1); + IExecuteWithSignature("select", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/TexturePaint.cs b/src/net/JNet/Generated/Java/Awt/TexturePaint.cs index c1b872168c..0c6feb6497 100644 --- a/src/net/JNet/Generated/Java/Awt/TexturePaint.cs +++ b/src/net/JNet/Generated/Java/Awt/TexturePaint.cs @@ -131,7 +131,7 @@ public int Transparency /// public Java.Awt.PaintContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.Rectangle arg1, Java.Awt.Geom.Rectangle2D arg2, Java.Awt.Geom.AffineTransform arg3, Java.Awt.RenderingHints arg4) { - return IExecute("createContext", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/Toolkit.cs b/src/net/JNet/Generated/Java/Awt/Toolkit.cs index fe90738075..d655cbb1c2 100644 --- a/src/net/JNet/Generated/Java/Awt/Toolkit.cs +++ b/src/net/JNet/Generated/Java/Awt/Toolkit.cs @@ -103,7 +103,7 @@ public static Java.Awt.Toolkit DefaultToolkit /// public static Java.Lang.String GetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getProperty", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } #endregion @@ -221,7 +221,7 @@ public bool IsModalityTypeSupported(Java.Awt.Dialog.ModalityType arg0) /// public bool PrepareImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs.ImageObserver arg3) { - return IExecute("prepareImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("prepareImage", "(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z", arg0, arg1, arg2, arg3); } /// /// @@ -233,7 +233,7 @@ public bool PrepareImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.Image /// public int CheckImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs.ImageObserver arg3) { - return IExecute("checkImage", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("checkImage", "(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)I", arg0, arg1, arg2, arg3); } /// /// @@ -244,7 +244,7 @@ public int CheckImage(Java.Awt.Image arg0, int arg1, int arg2, Java.Awt.ImageNs. /// public Java.Awt.Image CreateImage(byte[] arg0, int arg1, int arg2) { - return IExecute("createImage", arg0, arg1, arg2); + return IExecuteWithSignature("createImage", "([BII)Ljava/awt/Image;", arg0, arg1, arg2); } /// /// @@ -300,7 +300,7 @@ public Java.Awt.Image GetImage(Java.Net.URL arg0) /// public Java.Awt.PrintJob GetPrintJob(Java.Awt.Frame arg0, Java.Lang.String arg1, Java.Util.Properties arg2) { - return IExecute("getPrintJob", arg0, arg1, arg2); + return IExecuteWithSignature("getPrintJob", "(Ljava/awt/Frame;Ljava/lang/String;Ljava/util/Properties;)Ljava/awt/PrintJob;", arg0, arg1, arg2); } /// /// @@ -392,7 +392,7 @@ public object GetDesktopProperty(Java.Lang.String arg0) /// public Java.Awt.Cursor CreateCustomCursor(Java.Awt.Image arg0, Java.Awt.Point arg1, Java.Lang.String arg2) { - return IExecute("createCustomCursor", arg0, arg1, arg2); + return IExecuteWithSignature("createCustomCursor", "(Ljava/awt/Image;Ljava/awt/Point;Ljava/lang/String;)Ljava/awt/Cursor;", arg0, arg1, arg2); } /// /// @@ -403,7 +403,7 @@ public Java.Awt.Cursor CreateCustomCursor(Java.Awt.Image arg0, Java.Awt.Point ar /// public Java.Awt.Dimension GetBestCursorSize(int arg0, int arg1) { - return IExecute("getBestCursorSize", arg0, arg1); + return IExecuteWithSignature("getBestCursorSize", "(II)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -443,7 +443,7 @@ public Java.Awt.Insets GetScreenInsets(Java.Awt.GraphicsConfiguration arg0) /// public Java.Awt.PrintJob GetPrintJob(Java.Awt.Frame arg0, Java.Lang.String arg1, Java.Awt.JobAttributes arg2, Java.Awt.PageAttributes arg3) { - return IExecute("getPrintJob", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getPrintJob", "(Ljava/awt/Frame;Ljava/lang/String;Ljava/awt/JobAttributes;Ljava/awt/PageAttributes;)Ljava/awt/PrintJob;", arg0, arg1, arg2, arg3); } /// /// @@ -461,7 +461,7 @@ public Java.Beans.PropertyChangeListener[] GetPropertyChangeListeners(Java.Lang. /// public void AddAWTEventListener(Java.Awt.EventNs.AWTEventListener arg0, long arg1) { - IExecute("addAWTEventListener", arg0, arg1); + IExecuteWithSignature("addAWTEventListener", "(Ljava/awt/event/AWTEventListener;J)V", arg0, arg1); } /// /// @@ -470,7 +470,7 @@ public void AddAWTEventListener(Java.Awt.EventNs.AWTEventListener arg0, long arg /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -487,7 +487,7 @@ public void RemoveAWTEventListener(Java.Awt.EventNs.AWTEventListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -506,7 +506,7 @@ public void SetDynamicLayout(bool arg0) /// public void SetLockingKeyState(int arg0, bool arg1) { - IExecute("setLockingKeyState", arg0, arg1); + IExecuteWithSignature("setLockingKeyState", "(IZ)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Awt/TrayIcon.cs b/src/net/JNet/Generated/Java/Awt/TrayIcon.cs index 67974b5a43..f37100a3b4 100644 --- a/src/net/JNet/Generated/Java/Awt/TrayIcon.cs +++ b/src/net/JNet/Generated/Java/Awt/TrayIcon.cs @@ -282,7 +282,7 @@ public void RemoveMouseMotionListener(Java.Awt.EventNs.MouseMotionListener arg0) /// public void DisplayMessage(Java.Lang.String arg0, Java.Lang.String arg1, Java.Awt.TrayIcon.MessageType arg2) { - IExecute("displayMessage", arg0, arg1, arg2); + IExecuteWithSignature("displayMessage", "(Ljava/lang/String;Ljava/lang/String;Ljava/awt/TrayIcon$MessageType;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Awt/Window.cs b/src/net/JNet/Generated/Java/Awt/Window.cs index e1252b03ed..d900ace042 100644 --- a/src/net/JNet/Generated/Java/Awt/Window.cs +++ b/src/net/JNet/Generated/Java/Awt/Window.cs @@ -404,7 +404,7 @@ public void RemoveWindowStateListener(Java.Awt.EventNs.WindowStateListener arg0) /// public void CreateBufferStrategy(int arg0, Java.Awt.BufferCapabilities arg1) { - IExecute("createBufferStrategy", arg0, arg1); + IExecuteWithSignature("createBufferStrategy", "(ILjava/awt/BufferCapabilities;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContext.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContext.cs index b5e9b70f99..6a85f63ac2 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContext.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContext.cs @@ -175,7 +175,7 @@ public partial class BeanContext : Java.Beans.Beancontext.IBeanContext /// public Java.Io.InputStream GetResourceAsStream(Java.Lang.String arg0, Java.Beans.Beancontext.BeanContextChild arg1) { - return IExecute("getResourceAsStream", arg0, arg1); + return IExecuteWithSignature("getResourceAsStream", "(Ljava/lang/String;Ljava/beans/beancontext/BeanContextChild;)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -197,7 +197,7 @@ public object InstantiateChild(Java.Lang.String arg0) /// public Java.Net.URL GetResource(Java.Lang.String arg0, Java.Beans.Beancontext.BeanContextChild arg1) { - return IExecute("getResource", arg0, arg1); + return IExecuteWithSignature("getResource", "(Ljava/lang/String;Ljava/beans/beancontext/BeanContextChild;)Ljava/net/URL;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChild.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChild.cs index e37a246613..4bf4dd2577 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChild.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChild.cs @@ -152,7 +152,7 @@ public Java.Beans.Beancontext.BeanContext BeanContext /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("addVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("addVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.Vetoable /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.Prope /// public void RemoveVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("removeVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("removeVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChildSupport.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChildSupport.cs index 8bb7d3635a..4e416ac228 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChildSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextChildSupport.cs @@ -152,7 +152,7 @@ public bool ValidatePendingSetBeanContext(Java.Beans.Beancontext.BeanContext arg /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("addVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("addVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.Vetoable /// public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) /// public void FireVetoableChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("fireVetoableChange", arg0, arg1, arg2); + IExecuteWithSignature("fireVetoableChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -191,7 +191,7 @@ public void FireVetoableChange(Java.Lang.String arg0, object arg1, object arg2) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.Prope /// public void RemoveVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("removeVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("removeVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServiceProvider.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServiceProvider.cs index 87721d0d18..fc19948d85 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServiceProvider.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServiceProvider.cs @@ -143,7 +143,7 @@ public partial class BeanContextServiceProvider : Java.Beans.Beancontext.IBeanCo /// public object GetService(Java.Beans.Beancontext.BeanContextServices arg0, object arg1, Java.Lang.Class arg2, object arg3) { - return IExecute("getService", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getService", "(Ljava/beans/beancontext/BeanContextServices;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -153,7 +153,7 @@ public object GetService(Java.Beans.Beancontext.BeanContextServices arg0, object /// public Java.Util.Iterator GetCurrentServiceSelectors(Java.Beans.Beancontext.BeanContextServices arg0, Java.Lang.Class arg1) { - return IExecute>("getCurrentServiceSelectors", arg0, arg1); + return IExecuteWithSignature>("getCurrentServiceSelectors", "(Ljava/beans/beancontext/BeanContextServices;Ljava/lang/Class;)Ljava/util/Iterator;", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public Java.Util.Iterator GetCurrentServiceSelectors(Java.Beans.Beancont /// public void ReleaseService(Java.Beans.Beancontext.BeanContextServices arg0, object arg1, object arg2) { - IExecute("releaseService", arg0, arg1, arg2); + IExecuteWithSignature("releaseService", "(Ljava/beans/beancontext/BeanContextServices;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServices.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServices.cs index 06340f2081..f0e9b3e36c 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServices.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServices.cs @@ -191,7 +191,7 @@ public Java.Util.Iterator CurrentServiceClasses /// public bool AddService(Java.Lang.Class arg0, Java.Beans.Beancontext.BeanContextServiceProvider arg1) { - return IExecute("addService", arg0, arg1); + return IExecuteWithSignature("addService", "(Ljava/lang/Class;Ljava/beans/beancontext/BeanContextServiceProvider;)Z", arg0, arg1); } /// /// @@ -214,7 +214,7 @@ public bool HasService(Java.Lang.Class arg0) /// public object GetService(Java.Beans.Beancontext.BeanContextChild arg0, object arg1, Java.Lang.Class arg2, object arg3, Java.Beans.Beancontext.BeanContextServiceRevokedListener arg4) { - return IExecute("getService", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getService", "(Ljava/beans/beancontext/BeanContextChild;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Object;Ljava/beans/beancontext/BeanContextServiceRevokedListener;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -241,7 +241,7 @@ public void AddBeanContextServicesListener(Java.Beans.Beancontext.BeanContextSer /// public void ReleaseService(Java.Beans.Beancontext.BeanContextChild arg0, object arg1, object arg2) { - IExecute("releaseService", arg0, arg1, arg2); + IExecuteWithSignature("releaseService", "(Ljava/beans/beancontext/BeanContextChild;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -259,7 +259,7 @@ public void RemoveBeanContextServicesListener(Java.Beans.Beancontext.BeanContext /// public void RevokeService(Java.Lang.Class arg0, Java.Beans.Beancontext.BeanContextServiceProvider arg1, bool arg2) { - IExecute("revokeService", arg0, arg1, arg2); + IExecuteWithSignature("revokeService", "(Ljava/lang/Class;Ljava/beans/beancontext/BeanContextServiceProvider;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServicesSupport.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServicesSupport.cs index 8dc72ba5b6..12d2c6b61c 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServicesSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextServicesSupport.cs @@ -154,7 +154,7 @@ public Java.Util.Iterator CurrentServiceClasses /// public bool AddService(Java.Lang.Class arg0, Java.Beans.Beancontext.BeanContextServiceProvider arg1) { - return IExecute("addService", arg0, arg1); + return IExecuteWithSignature("addService", "(Ljava/lang/Class;Ljava/beans/beancontext/BeanContextServiceProvider;)Z", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public bool AddService(Java.Lang.Class arg0, Java.Beans.Beancontext.BeanContextS /// public object GetService(Java.Beans.Beancontext.BeanContextChild arg0, object arg1, Java.Lang.Class arg2, object arg3, Java.Beans.Beancontext.BeanContextServiceRevokedListener arg4) { - return IExecute("getService", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getService", "(Ljava/beans/beancontext/BeanContextChild;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Object;Ljava/beans/beancontext/BeanContextServiceRevokedListener;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -211,7 +211,7 @@ public void Initialize() /// public void ReleaseService(Java.Beans.Beancontext.BeanContextChild arg0, object arg1, object arg2) { - IExecute("releaseService", arg0, arg1, arg2); + IExecuteWithSignature("releaseService", "(Ljava/beans/beancontext/BeanContextChild;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -229,7 +229,7 @@ public void RemoveBeanContextServicesListener(Java.Beans.Beancontext.BeanContext /// public void RevokeService(Java.Lang.Class arg0, Java.Beans.Beancontext.BeanContextServiceProvider arg1, bool arg2) { - IExecute("revokeService", arg0, arg1, arg2); + IExecuteWithSignature("revokeService", "(Ljava/lang/Class;Ljava/beans/beancontext/BeanContextServiceProvider;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextSupport.cs b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextSupport.cs index 8dd913b13d..48d9dd7fd4 100644 --- a/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/Beancontext/BeanContextSupport.cs @@ -285,7 +285,7 @@ public int Size() /// public Java.Io.InputStream GetResourceAsStream(Java.Lang.String arg0, Java.Beans.Beancontext.BeanContextChild arg1) { - return IExecute("getResourceAsStream", arg0, arg1); + return IExecuteWithSignature("getResourceAsStream", "(Ljava/lang/String;Ljava/beans/beancontext/BeanContextChild;)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -323,7 +323,7 @@ public object[] ToArray(object[] arg0) /// public Java.Net.URL GetResource(Java.Lang.String arg0, Java.Beans.Beancontext.BeanContextChild arg1) { - return IExecute("getResource", arg0, arg1); + return IExecuteWithSignature("getResource", "(Ljava/lang/String;Ljava/beans/beancontext/BeanContextChild;)Ljava/net/URL;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/Beans.cs b/src/net/JNet/Generated/Java/Beans/Beans.cs index c928fec904..c153d970bc 100644 --- a/src/net/JNet/Generated/Java/Beans/Beans.cs +++ b/src/net/JNet/Generated/Java/Beans/Beans.cs @@ -110,7 +110,7 @@ public static bool IsGuiAvailable() /// public static bool IsInstanceOf(object arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "isInstanceOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isInstanceOf", "(Ljava/lang/Object;Ljava/lang/Class;)Z", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public static bool IsInstanceOf(object arg0, Java.Lang.Class arg1) /// public static object GetInstanceOf(object arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "getInstanceOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstanceOf", "(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -133,7 +133,7 @@ public static object GetInstanceOf(object arg0, Java.Lang.Class arg1) /// public static object Instantiate(Java.Lang.ClassLoader arg0, Java.Lang.String arg1, Java.Beans.Beancontext.BeanContext arg2) { - return SExecute(LocalBridgeClazz, "instantiate", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "instantiate", "(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/beans/beancontext/BeanContext;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -145,7 +145,7 @@ public static object Instantiate(Java.Lang.ClassLoader arg0, Java.Lang.String ar /// public static object Instantiate(Java.Lang.ClassLoader arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "instantiate", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "instantiate", "(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/Encoder.cs b/src/net/JNet/Generated/Java/Beans/Encoder.cs index e5be58477f..efc2d91334 100644 --- a/src/net/JNet/Generated/Java/Beans/Encoder.cs +++ b/src/net/JNet/Generated/Java/Beans/Encoder.cs @@ -131,7 +131,7 @@ public object Remove(object arg0) /// public void SetPersistenceDelegate(Java.Lang.Class arg0, Java.Beans.PersistenceDelegate arg1) { - IExecute("setPersistenceDelegate", arg0, arg1); + IExecuteWithSignature("setPersistenceDelegate", "(Ljava/lang/Class;Ljava/beans/PersistenceDelegate;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/EventHandler.cs b/src/net/JNet/Generated/Java/Beans/EventHandler.cs index ce82aae25f..1593b373a0 100644 --- a/src/net/JNet/Generated/Java/Beans/EventHandler.cs +++ b/src/net/JNet/Generated/Java/Beans/EventHandler.cs @@ -109,7 +109,7 @@ public EventHandler(object arg0, Java.Lang.String arg1, Java.Lang.String arg2, J /// public static T Create(Java.Lang.Class arg0, object arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - return SExecute(LocalBridgeClazz, "create", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "create", "(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -122,7 +122,7 @@ public static T Create(Java.Lang.Class arg0, object arg1, Java.Lang.String ar /// public static T Create(Java.Lang.Class arg0, object arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return SExecute(LocalBridgeClazz, "create", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "create", "(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -134,7 +134,7 @@ public static T Create(Java.Lang.Class arg0, object arg1, Java.Lang.String ar /// public static T Create(Java.Lang.Class arg0, object arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "create", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "create", "(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion @@ -177,7 +177,7 @@ public object Target /// public object Invoke(object arg0, Java.Lang.Reflect.Method arg1, object[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/FeatureDescriptor.cs b/src/net/JNet/Generated/Java/Beans/FeatureDescriptor.cs index ed0cd7dd09..d759faed0a 100644 --- a/src/net/JNet/Generated/Java/Beans/FeatureDescriptor.cs +++ b/src/net/JNet/Generated/Java/Beans/FeatureDescriptor.cs @@ -183,7 +183,7 @@ public void SetPreferred(bool arg0) /// public void SetValue(Java.Lang.String arg0, object arg1) { - IExecute("setValue", arg0, arg1); + IExecuteWithSignature("setValue", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/Introspector.cs b/src/net/JNet/Generated/Java/Beans/Introspector.cs index 920d19ef01..89d8626a6b 100644 --- a/src/net/JNet/Generated/Java/Beans/Introspector.cs +++ b/src/net/JNet/Generated/Java/Beans/Introspector.cs @@ -120,7 +120,7 @@ public static Java.Lang.String[] BeanInfoSearchPath /// public static Java.Beans.BeanInfo GetBeanInfo(Java.Lang.Class arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getBeanInfo", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBeanInfo", "(Ljava/lang/Class;I)Ljava/beans/BeanInfo;", arg0, arg1); } /// /// @@ -132,7 +132,7 @@ public static Java.Beans.BeanInfo GetBeanInfo(Java.Lang.Class arg0, int arg1) /// public static Java.Beans.BeanInfo GetBeanInfo(Java.Lang.Class arg0, Java.Lang.Class arg1, int arg2) { - return SExecute(LocalBridgeClazz, "getBeanInfo", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getBeanInfo", "(Ljava/lang/Class;Ljava/lang/Class;I)Ljava/beans/BeanInfo;", arg0, arg1, arg2); } /// /// @@ -143,7 +143,7 @@ public static Java.Beans.BeanInfo GetBeanInfo(Java.Lang.Class arg0, Java.Lang.Cl /// public static Java.Beans.BeanInfo GetBeanInfo(Java.Lang.Class arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "getBeanInfo", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBeanInfo", "(Ljava/lang/Class;Ljava/lang/Class;)Ljava/beans/BeanInfo;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/PersistenceDelegate.cs b/src/net/JNet/Generated/Java/Beans/PersistenceDelegate.cs index 5933ea7ab1..ae3ae7c399 100644 --- a/src/net/JNet/Generated/Java/Beans/PersistenceDelegate.cs +++ b/src/net/JNet/Generated/Java/Beans/PersistenceDelegate.cs @@ -99,7 +99,7 @@ public partial class PersistenceDelegate /// public void WriteObject(object arg0, Java.Beans.Encoder arg1) { - IExecute("writeObject", arg0, arg1); + IExecuteWithSignature("writeObject", "(Ljava/lang/Object;Ljava/beans/Encoder;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/PropertyChangeSupport.cs b/src/net/JNet/Generated/Java/Beans/PropertyChangeSupport.cs index 1947612d6d..d08a718ea2 100644 --- a/src/net/JNet/Generated/Java/Beans/PropertyChangeSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/PropertyChangeSupport.cs @@ -138,7 +138,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void FireIndexedPropertyChange(Java.Lang.String arg0, int arg1, bool arg2, bool arg3) { - IExecute("fireIndexedPropertyChange", arg0, arg1, arg2, arg3); + IExecuteWithSignature("fireIndexedPropertyChange", "(Ljava/lang/String;IZZ)V", arg0, arg1, arg2, arg3); } /// /// @@ -160,7 +160,7 @@ public void FireIndexedPropertyChange(Java.Lang.String arg0, int arg1, bool arg2 /// public void FireIndexedPropertyChange(Java.Lang.String arg0, int arg1, int arg2, int arg3) { - IExecute("fireIndexedPropertyChange", arg0, arg1, arg2, arg3); + IExecuteWithSignature("fireIndexedPropertyChange", "(Ljava/lang/String;III)V", arg0, arg1, arg2, arg3); } /// /// @@ -171,7 +171,7 @@ public void FireIndexedPropertyChange(Java.Lang.String arg0, int arg1, int arg2, /// public void FireIndexedPropertyChange(Java.Lang.String arg0, int arg1, object arg2, object arg3) { - IExecute("fireIndexedPropertyChange", arg0, arg1, arg2, arg3); + IExecuteWithSignature("fireIndexedPropertyChange", "(Ljava/lang/String;ILjava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -189,7 +189,7 @@ public void FirePropertyChange(Java.Beans.PropertyChangeEvent arg0) /// public void FirePropertyChange(Java.Lang.String arg0, bool arg1, bool arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;ZZ)V", arg0, arg1, arg2); } /// /// @@ -199,7 +199,7 @@ public void FirePropertyChange(Java.Lang.String arg0, bool arg1, bool arg2) /// public void FirePropertyChange(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// @@ -209,7 +209,7 @@ public void FirePropertyChange(Java.Lang.String arg0, int arg1, int arg2) /// public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -226,7 +226,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/PropertyEditor.cs b/src/net/JNet/Generated/Java/Beans/PropertyEditor.cs index c867025031..97b9345a39 100644 --- a/src/net/JNet/Generated/Java/Beans/PropertyEditor.cs +++ b/src/net/JNet/Generated/Java/Beans/PropertyEditor.cs @@ -222,7 +222,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void PaintValue(Java.Awt.Graphics arg0, Java.Awt.Rectangle arg1) { - IExecute("paintValue", arg0, arg1); + IExecuteWithSignature("paintValue", "(Ljava/awt/Graphics;Ljava/awt/Rectangle;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Beans/PropertyEditorManager.cs b/src/net/JNet/Generated/Java/Beans/PropertyEditorManager.cs index f8a1da0ac5..35dd8139e7 100644 --- a/src/net/JNet/Generated/Java/Beans/PropertyEditorManager.cs +++ b/src/net/JNet/Generated/Java/Beans/PropertyEditorManager.cs @@ -109,7 +109,7 @@ public static Java.Beans.PropertyEditor FindEditor(Java.Lang.Class arg0) /// public static void RegisterEditor(Java.Lang.Class arg0, Java.Lang.Class arg1) { - SExecute(LocalBridgeClazz, "registerEditor", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "registerEditor", "(Ljava/lang/Class;Ljava/lang/Class;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/PropertyEditorSupport.cs b/src/net/JNet/Generated/Java/Beans/PropertyEditorSupport.cs index 6004a638a4..8839326be8 100644 --- a/src/net/JNet/Generated/Java/Beans/PropertyEditorSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/PropertyEditorSupport.cs @@ -186,7 +186,7 @@ public void FirePropertyChange() /// public void PaintValue(Java.Awt.Graphics arg0, Java.Awt.Rectangle arg1) { - IExecute("paintValue", arg0, arg1); + IExecuteWithSignature("paintValue", "(Ljava/awt/Graphics;Ljava/awt/Rectangle;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/VetoableChangeSupport.cs b/src/net/JNet/Generated/Java/Beans/VetoableChangeSupport.cs index ffb75ffc78..53bb0bc2e2 100644 --- a/src/net/JNet/Generated/Java/Beans/VetoableChangeSupport.cs +++ b/src/net/JNet/Generated/Java/Beans/VetoableChangeSupport.cs @@ -138,7 +138,7 @@ public void AddVetoableChangeListener(Java.Beans.VetoableChangeListener arg0) /// public void AddVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("addVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("addVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } /// /// @@ -158,7 +158,7 @@ public void FireVetoableChange(Java.Beans.PropertyChangeEvent arg0) /// public void FireVetoableChange(Java.Lang.String arg0, bool arg1, bool arg2) { - IExecute("fireVetoableChange", arg0, arg1, arg2); + IExecuteWithSignature("fireVetoableChange", "(Ljava/lang/String;ZZ)V", arg0, arg1, arg2); } /// /// @@ -169,7 +169,7 @@ public void FireVetoableChange(Java.Lang.String arg0, bool arg1, bool arg2) /// public void FireVetoableChange(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("fireVetoableChange", arg0, arg1, arg2); + IExecuteWithSignature("fireVetoableChange", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// @@ -180,7 +180,7 @@ public void FireVetoableChange(Java.Lang.String arg0, int arg1, int arg2) /// public void FireVetoableChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("fireVetoableChange", arg0, arg1, arg2); + IExecuteWithSignature("fireVetoableChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public void RemoveVetoableChangeListener(Java.Beans.VetoableChangeListener arg0) /// public void RemoveVetoableChangeListener(Java.Lang.String arg0, Java.Beans.VetoableChangeListener arg1) { - IExecute("removeVetoableChangeListener", arg0, arg1); + IExecuteWithSignature("removeVetoableChangeListener", "(Ljava/lang/String;Ljava/beans/VetoableChangeListener;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Beans/XMLDecoder.cs b/src/net/JNet/Generated/Java/Beans/XMLDecoder.cs index cff4e8932b..23d4dd3920 100644 --- a/src/net/JNet/Generated/Java/Beans/XMLDecoder.cs +++ b/src/net/JNet/Generated/Java/Beans/XMLDecoder.cs @@ -141,7 +141,7 @@ public XMLDecoder(Org.Xml.Sax.InputSource arg0) /// public static Org.Xml.Sax.Helpers.DefaultHandler CreateHandler(object arg0, Java.Beans.ExceptionListener arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "createHandler", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createHandler", "(Ljava/lang/Object;Ljava/beans/ExceptionListener;Ljava/lang/ClassLoader;)Lorg/xml/sax/helpers/DefaultHandler;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Io/Console.cs b/src/net/JNet/Generated/Java/Io/Console.cs index f7ec2ae34d..34fa0f2e9f 100644 --- a/src/net/JNet/Generated/Java/Io/Console.cs +++ b/src/net/JNet/Generated/Java/Io/Console.cs @@ -106,7 +106,7 @@ public char[] ReadPassword() /// public char[] ReadPassword(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecuteArray("readPassword", arg0); else return IExecuteArray("readPassword", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignatureArray("readPassword", "(Ljava/lang/String;[Ljava/lang/Object;)[C", arg0); else return IExecuteWithSignatureArray("readPassword", "(Ljava/lang/String;[Ljava/lang/Object;)[C", arg0, arg1); } /// /// @@ -116,7 +116,7 @@ public char[] ReadPassword(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.Console Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("format", arg0); else return IExecute("format", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;", arg0); else return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;", arg0, arg1); } /// /// @@ -126,7 +126,7 @@ public Java.Io.Console Format(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.Console Printf(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("printf", arg0); else return IExecute("printf", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;", arg0); else return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public Java.Lang.String ReadLine() /// public Java.Lang.String ReadLine(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("readLine", arg0); else return IExecute("readLine", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("readLine", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0); else return IExecuteWithSignature("readLine", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/DataInput.cs b/src/net/JNet/Generated/Java/Io/DataInput.cs index 9cab9fa2a7..9a41984f6c 100644 --- a/src/net/JNet/Generated/Java/Io/DataInput.cs +++ b/src/net/JNet/Generated/Java/Io/DataInput.cs @@ -330,7 +330,7 @@ public short ReadShort() /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/DataInputStream.cs b/src/net/JNet/Generated/Java/Io/DataInputStream.cs index 5ce0bdbf2e..d40d505ea4 100644 --- a/src/net/JNet/Generated/Java/Io/DataInputStream.cs +++ b/src/net/JNet/Generated/Java/Io/DataInputStream.cs @@ -230,7 +230,7 @@ public short ReadShort() /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/DataOutput.cs b/src/net/JNet/Generated/Java/Io/DataOutput.cs index 879992c8b4..071bd2674f 100644 --- a/src/net/JNet/Generated/Java/Io/DataOutput.cs +++ b/src/net/JNet/Generated/Java/Io/DataOutput.cs @@ -205,7 +205,7 @@ public partial class DataOutput : Java.Io.IDataOutput /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/File.cs b/src/net/JNet/Generated/Java/Io/File.cs index 669689b1bb..b9047663d2 100644 --- a/src/net/JNet/Generated/Java/Io/File.cs +++ b/src/net/JNet/Generated/Java/Io/File.cs @@ -162,7 +162,7 @@ public File(Java.Net.URI arg0) /// public static Java.Io.File CreateTempFile(Java.Lang.String arg0, Java.Lang.String arg1, Java.Io.File arg2) { - return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;", arg0, arg1, arg2); } /// /// @@ -173,7 +173,7 @@ public static Java.Io.File CreateTempFile(Java.Lang.String arg0, Java.Lang.Strin /// public static Java.Io.File CreateTempFile(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;", arg0, arg1); } /// /// @@ -378,7 +378,7 @@ public bool RenameTo(Java.Io.File arg0) /// public bool SetExecutable(bool arg0, bool arg1) { - return IExecute("setExecutable", arg0, arg1); + return IExecuteWithSignature("setExecutable", "(ZZ)Z", arg0, arg1); } /// /// @@ -406,7 +406,7 @@ public bool SetLastModified(long arg0) /// public bool SetReadable(bool arg0, bool arg1) { - return IExecute("setReadable", arg0, arg1); + return IExecuteWithSignature("setReadable", "(ZZ)Z", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public bool SetReadOnly() /// public bool SetWritable(bool arg0, bool arg1) { - return IExecute("setWritable", arg0, arg1); + return IExecuteWithSignature("setWritable", "(ZZ)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/FilenameFilter.cs b/src/net/JNet/Generated/Java/Io/FilenameFilter.cs index f6d03f6cd2..e3f605f15f 100644 --- a/src/net/JNet/Generated/Java/Io/FilenameFilter.cs +++ b/src/net/JNet/Generated/Java/Io/FilenameFilter.cs @@ -125,7 +125,7 @@ public partial class FilenameFilter : Java.Io.IFilenameFilter /// public bool Accept(Java.Io.File arg0, Java.Lang.String arg1) { - return IExecute("accept", arg0, arg1); + return IExecuteWithSignature("accept", "(Ljava/io/File;Ljava/lang/String;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Io/InputStream.cs b/src/net/JNet/Generated/Java/Io/InputStream.cs index cccb12ea93..a85c9e5bd8 100644 --- a/src/net/JNet/Generated/Java/Io/InputStream.cs +++ b/src/net/JNet/Generated/Java/Io/InputStream.cs @@ -155,7 +155,7 @@ public int Available() /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public int Read(byte[] arg0) /// public int ReadNBytes(byte[] arg0, int arg1, int arg2) { - return IExecute("readNBytes", arg0, arg1, arg2); + return IExecuteWithSignature("readNBytes", "([BII)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/ObjectInput.cs b/src/net/JNet/Generated/Java/Io/ObjectInput.cs index d869fc65cf..ab2b798c3b 100644 --- a/src/net/JNet/Generated/Java/Io/ObjectInput.cs +++ b/src/net/JNet/Generated/Java/Io/ObjectInput.cs @@ -193,7 +193,7 @@ public int Read() /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/ObjectInputStream.cs b/src/net/JNet/Generated/Java/Io/ObjectInputStream.cs index c560e1dd1f..71df08672a 100644 --- a/src/net/JNet/Generated/Java/Io/ObjectInputStream.cs +++ b/src/net/JNet/Generated/Java/Io/ObjectInputStream.cs @@ -318,7 +318,7 @@ public void DefaultReadObject() /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// @@ -338,7 +338,7 @@ public void ReadFully(byte[] arg0) /// public void RegisterValidation(Java.Io.ObjectInputValidation arg0, int arg1) { - IExecute("registerValidation", arg0, arg1); + IExecuteWithSignature("registerValidation", "(Ljava/io/ObjectInputValidation;I)V", arg0, arg1); } #endregion @@ -390,7 +390,7 @@ public bool Defaulted(Java.Lang.String arg0) /// public bool Get(Java.Lang.String arg0, bool arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;Z)Z", arg0, arg1); } /// /// @@ -401,7 +401,7 @@ public bool Get(Java.Lang.String arg0, bool arg1) /// public byte Get(Java.Lang.String arg0, byte arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;B)B", arg0, arg1); } /// /// @@ -412,7 +412,7 @@ public byte Get(Java.Lang.String arg0, byte arg1) /// public char Get(Java.Lang.String arg0, char arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;C)C", arg0, arg1); } /// /// @@ -423,7 +423,7 @@ public char Get(Java.Lang.String arg0, char arg1) /// public double Get(Java.Lang.String arg0, double arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;D)D", arg0, arg1); } /// /// @@ -434,7 +434,7 @@ public double Get(Java.Lang.String arg0, double arg1) /// public float Get(Java.Lang.String arg0, float arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;F)F", arg0, arg1); } /// /// @@ -445,7 +445,7 @@ public float Get(Java.Lang.String arg0, float arg1) /// public int Get(Java.Lang.String arg0, int arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -456,7 +456,7 @@ public int Get(Java.Lang.String arg0, int arg1) /// public object Get(Java.Lang.String arg0, object arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -467,7 +467,7 @@ public object Get(Java.Lang.String arg0, object arg1) /// public long Get(Java.Lang.String arg0, long arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -478,7 +478,7 @@ public long Get(Java.Lang.String arg0, long arg1) /// public short Get(Java.Lang.String arg0, short arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;S)S", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Io/ObjectOutput.cs b/src/net/JNet/Generated/Java/Io/ObjectOutput.cs index 559e808c73..d9bb3882ca 100644 --- a/src/net/JNet/Generated/Java/Io/ObjectOutput.cs +++ b/src/net/JNet/Generated/Java/Io/ObjectOutput.cs @@ -179,7 +179,7 @@ public void Flush() /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/ObjectOutputStream.cs b/src/net/JNet/Generated/Java/Io/ObjectOutputStream.cs index b636e6c3ad..5c5d50bb01 100644 --- a/src/net/JNet/Generated/Java/Io/ObjectOutputStream.cs +++ b/src/net/JNet/Generated/Java/Io/ObjectOutputStream.cs @@ -344,7 +344,7 @@ public partial class PutField /// public void Put(Java.Lang.String arg0, bool arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public void Put(Java.Lang.String arg0, bool arg1) /// public void Put(Java.Lang.String arg0, byte arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;B)V", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public void Put(Java.Lang.String arg0, byte arg1) /// public void Put(Java.Lang.String arg0, char arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;C)V", arg0, arg1); } /// /// @@ -371,7 +371,7 @@ public void Put(Java.Lang.String arg0, char arg1) /// public void Put(Java.Lang.String arg0, double arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public void Put(Java.Lang.String arg0, double arg1) /// public void Put(Java.Lang.String arg0, float arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public void Put(Java.Lang.String arg0, float arg1) /// public void Put(Java.Lang.String arg0, int arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -398,7 +398,7 @@ public void Put(Java.Lang.String arg0, int arg1) /// public void Put(Java.Lang.String arg0, object arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -407,7 +407,7 @@ public void Put(Java.Lang.String arg0, object arg1) /// public void Put(Java.Lang.String arg0, long arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// @@ -416,7 +416,7 @@ public void Put(Java.Lang.String arg0, long arg1) /// public void Put(Java.Lang.String arg0, short arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;S)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Io/OutputStream.cs b/src/net/JNet/Generated/Java/Io/OutputStream.cs index 24b1881da6..9e4c5276d7 100644 --- a/src/net/JNet/Generated/Java/Io/OutputStream.cs +++ b/src/net/JNet/Generated/Java/Io/OutputStream.cs @@ -142,7 +142,7 @@ public void Flush() /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/PrintStream.cs b/src/net/JNet/Generated/Java/Io/PrintStream.cs index 8d00b0629f..79093cd3b1 100644 --- a/src/net/JNet/Generated/Java/Io/PrintStream.cs +++ b/src/net/JNet/Generated/Java/Io/PrintStream.cs @@ -212,7 +212,7 @@ public bool CheckError() /// public Java.Io.PrintStream Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("format", arg0); else return IExecute("format", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0); else return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public Java.Io.PrintStream Format(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.PrintStream Format(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("format", arg0, arg1); else return IExecute("format", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1); else return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1, arg2); } /// /// @@ -233,7 +233,7 @@ public Java.Io.PrintStream Format(Java.Util.Locale arg0, Java.Lang.String arg1, /// public Java.Io.PrintStream Printf(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("printf", arg0); else return IExecute("printf", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0); else return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public Java.Io.PrintStream Printf(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.PrintStream Printf(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("printf", arg0, arg1); else return IExecute("printf", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("printf", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1); else return IExecuteWithSignature("printf", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;", arg0, arg1, arg2); } /// /// @@ -266,7 +266,7 @@ public Java.Lang.Appendable Append(char arg0) /// public Java.Lang.Appendable Append(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return IExecute("append", arg0, arg1, arg2); + return IExecuteWithSignature("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/PrintWriter.cs b/src/net/JNet/Generated/Java/Io/PrintWriter.cs index a26c4d21ea..4d6ae573f0 100644 --- a/src/net/JNet/Generated/Java/Io/PrintWriter.cs +++ b/src/net/JNet/Generated/Java/Io/PrintWriter.cs @@ -210,7 +210,7 @@ public bool CheckError() /// public Java.Io.PrintWriter Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("format", arg0); else return IExecute("format", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0); else return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1); } /// /// @@ -221,7 +221,7 @@ public Java.Io.PrintWriter Format(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.PrintWriter Format(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("format", arg0, arg1); else return IExecute("format", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1); else return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1, arg2); } /// /// @@ -231,7 +231,7 @@ public Java.Io.PrintWriter Format(Java.Util.Locale arg0, Java.Lang.String arg1, /// public Java.Io.PrintWriter Printf(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("printf", arg0); else return IExecute("printf", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0); else return IExecuteWithSignature("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public Java.Io.PrintWriter Printf(Java.Lang.String arg0, params object[] arg1) /// public Java.Io.PrintWriter Printf(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("printf", arg0, arg1); else return IExecute("printf", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("printf", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1); else return IExecuteWithSignature("printf", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/PushbackInputStream.cs b/src/net/JNet/Generated/Java/Io/PushbackInputStream.cs index 16ea59379f..fbc7a8ee25 100644 --- a/src/net/JNet/Generated/Java/Io/PushbackInputStream.cs +++ b/src/net/JNet/Generated/Java/Io/PushbackInputStream.cs @@ -116,7 +116,7 @@ public PushbackInputStream(Java.Io.InputStream arg0) /// public void Unread(byte[] arg0, int arg1, int arg2) { - IExecute("unread", arg0, arg1, arg2); + IExecuteWithSignature("unread", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/PushbackReader.cs b/src/net/JNet/Generated/Java/Io/PushbackReader.cs index 7dc429eeec..06c5686eaa 100644 --- a/src/net/JNet/Generated/Java/Io/PushbackReader.cs +++ b/src/net/JNet/Generated/Java/Io/PushbackReader.cs @@ -116,7 +116,7 @@ public PushbackReader(Java.Io.Reader arg0) /// public void Unread(char[] arg0, int arg1, int arg2) { - IExecute("unread", arg0, arg1, arg2); + IExecuteWithSignature("unread", "([CII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/RandomAccessFile.cs b/src/net/JNet/Generated/Java/Io/RandomAccessFile.cs index b9ef76e30c..d56170687b 100644 --- a/src/net/JNet/Generated/Java/Io/RandomAccessFile.cs +++ b/src/net/JNet/Generated/Java/Io/RandomAccessFile.cs @@ -260,7 +260,7 @@ public short ReadShort() /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// @@ -389,7 +389,7 @@ public int Read() /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// @@ -455,7 +455,7 @@ public void Seek(long arg0) /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/Reader.cs b/src/net/JNet/Generated/Java/Io/Reader.cs index 4353bd173d..977c057f2a 100644 --- a/src/net/JNet/Generated/Java/Io/Reader.cs +++ b/src/net/JNet/Generated/Java/Io/Reader.cs @@ -118,7 +118,7 @@ public static Java.Io.Reader NullReader() /// public int Read(char[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([CII)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Io/StreamTokenizer.cs b/src/net/JNet/Generated/Java/Io/StreamTokenizer.cs index 55a95261e0..a6e4f71525 100644 --- a/src/net/JNet/Generated/Java/Io/StreamTokenizer.cs +++ b/src/net/JNet/Generated/Java/Io/StreamTokenizer.cs @@ -190,7 +190,7 @@ public void OrdinaryChar(int arg0) /// public void OrdinaryChars(int arg0, int arg1) { - IExecute("ordinaryChars", arg0, arg1); + IExecuteWithSignature("ordinaryChars", "(II)V", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public void SlashStarComments(bool arg0) /// public void WhitespaceChars(int arg0, int arg1) { - IExecute("whitespaceChars", arg0, arg1); + IExecuteWithSignature("whitespaceChars", "(II)V", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public void WhitespaceChars(int arg0, int arg1) /// public void WordChars(int arg0, int arg1) { - IExecute("wordChars", arg0, arg1); + IExecuteWithSignature("wordChars", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Io/Writer.cs b/src/net/JNet/Generated/Java/Io/Writer.cs index b410789d87..ccff5c3896 100644 --- a/src/net/JNet/Generated/Java/Io/Writer.cs +++ b/src/net/JNet/Generated/Java/Io/Writer.cs @@ -137,7 +137,7 @@ public void Flush() /// public void Write(char[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([CII)V", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public Java.Lang.Appendable Append(char arg0) /// public Java.Lang.Appendable Append(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return IExecute("append", arg0, arg1, arg2); + return IExecuteWithSignature("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", arg0, arg1, arg2); } /// /// @@ -198,7 +198,7 @@ public void Write(int arg0) /// public void Write(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Appendable.cs b/src/net/JNet/Generated/Java/Lang/Appendable.cs index c095fcd7e5..74ebd9c337 100644 --- a/src/net/JNet/Generated/Java/Lang/Appendable.cs +++ b/src/net/JNet/Generated/Java/Lang/Appendable.cs @@ -153,7 +153,7 @@ public Java.Lang.Appendable Append(char arg0) /// public Java.Lang.Appendable Append(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return IExecute("append", arg0, arg1, arg2); + return IExecuteWithSignature("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Boolean.cs b/src/net/JNet/Generated/Java/Lang/Boolean.cs index e45ea0194d..276be0072f 100644 --- a/src/net/JNet/Generated/Java/Lang/Boolean.cs +++ b/src/net/JNet/Generated/Java/Lang/Boolean.cs @@ -129,7 +129,7 @@ public static bool GetBoolean(Java.Lang.String arg0) /// public static bool LogicalAnd(bool arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "logicalAnd", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "logicalAnd", "(ZZ)Z", arg0, arg1); } /// /// @@ -139,7 +139,7 @@ public static bool LogicalAnd(bool arg0, bool arg1) /// public static bool LogicalOr(bool arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "logicalOr", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "logicalOr", "(ZZ)Z", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public static bool LogicalOr(bool arg0, bool arg1) /// public static bool LogicalXor(bool arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "logicalXor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "logicalXor", "(ZZ)Z", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public static bool ParseBoolean(Java.Lang.String arg0) /// public static int Compare(bool arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(ZZ)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Byte.cs b/src/net/JNet/Generated/Java/Lang/Byte.cs index 1c152b87c8..d38088dc39 100644 --- a/src/net/JNet/Generated/Java/Lang/Byte.cs +++ b/src/net/JNet/Generated/Java/Lang/Byte.cs @@ -129,7 +129,7 @@ public partial class Byte /// public static byte ParseByte(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseByte", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseByte", "(Ljava/lang/String;I)B", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public static byte ParseByte(Java.Lang.String arg0) /// public static int Compare(byte arg0, byte arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(BB)I", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public static int Compare(byte arg0, byte arg1) /// public static int CompareUnsigned(byte arg0, byte arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "(BB)I", arg0, arg1); } /// /// @@ -207,7 +207,7 @@ public static Java.Lang.Byte ValueOf(byte arg0) /// public static Java.Lang.Byte ValueOf(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "(Ljava/lang/String;I)Ljava/lang/Byte;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/CharSequence.cs b/src/net/JNet/Generated/Java/Lang/CharSequence.cs index 023cca3bc7..9ec02b053d 100644 --- a/src/net/JNet/Generated/Java/Lang/CharSequence.cs +++ b/src/net/JNet/Generated/Java/Lang/CharSequence.cs @@ -142,7 +142,7 @@ public partial class CharSequence : Java.Lang.ICharSequence /// public static int Compare(Java.Lang.CharSequence arg0, Java.Lang.CharSequence arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)I", arg0, arg1); } #endregion @@ -173,7 +173,7 @@ public int Length() /// public Java.Lang.CharSequence SubSequence(int arg0, int arg1) { - return IExecute("subSequence", arg0, arg1); + return IExecuteWithSignature("subSequence", "(II)Ljava/lang/CharSequence;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Character.cs b/src/net/JNet/Generated/Java/Lang/Character.cs index b58566e81e..a460810a46 100644 --- a/src/net/JNet/Generated/Java/Lang/Character.cs +++ b/src/net/JNet/Generated/Java/Lang/Character.cs @@ -918,7 +918,7 @@ public static bool IsSurrogate(char arg0) /// public static bool IsSurrogatePair(char arg0, char arg1) { - return SExecute(LocalBridgeClazz, "isSurrogatePair", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isSurrogatePair", "(CC)Z", arg0, arg1); } /// /// @@ -1045,7 +1045,7 @@ public static byte GetDirectionality(int arg0) /// public static char ForDigit(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "forDigit", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "forDigit", "(II)C", arg0, arg1); } /// /// @@ -1128,7 +1128,7 @@ public static int CharCount(int arg0) /// public static int CodePointAt(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "codePointAt", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "codePointAt", "([CII)I", arg0, arg1, arg2); } /// /// @@ -1138,7 +1138,7 @@ public static int CodePointAt(char[] arg0, int arg1, int arg2) /// public static int CodePointAt(char[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "codePointAt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "codePointAt", "([CI)I", arg0, arg1); } /// /// @@ -1148,7 +1148,7 @@ public static int CodePointAt(char[] arg0, int arg1) /// public static int CodePointAt(Java.Lang.CharSequence arg0, int arg1) { - return SExecute(LocalBridgeClazz, "codePointAt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "codePointAt", "(Ljava/lang/CharSequence;I)I", arg0, arg1); } /// /// @@ -1159,7 +1159,7 @@ public static int CodePointAt(Java.Lang.CharSequence arg0, int arg1) /// public static int CodePointBefore(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "codePointBefore", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "codePointBefore", "([CII)I", arg0, arg1, arg2); } /// /// @@ -1169,7 +1169,7 @@ public static int CodePointBefore(char[] arg0, int arg1, int arg2) /// public static int CodePointBefore(char[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "codePointBefore", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "codePointBefore", "([CI)I", arg0, arg1); } /// /// @@ -1179,7 +1179,7 @@ public static int CodePointBefore(char[] arg0, int arg1) /// public static int CodePointBefore(Java.Lang.CharSequence arg0, int arg1) { - return SExecute(LocalBridgeClazz, "codePointBefore", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "codePointBefore", "(Ljava/lang/CharSequence;I)I", arg0, arg1); } /// /// @@ -1190,7 +1190,7 @@ public static int CodePointBefore(Java.Lang.CharSequence arg0, int arg1) /// public static int CodePointCount(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "codePointCount", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "codePointCount", "([CII)I", arg0, arg1, arg2); } /// /// @@ -1201,7 +1201,7 @@ public static int CodePointCount(char[] arg0, int arg1, int arg2) /// public static int CodePointCount(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "codePointCount", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "codePointCount", "(Ljava/lang/CharSequence;II)I", arg0, arg1, arg2); } /// /// @@ -1220,7 +1220,7 @@ public static int CodePointOf(Java.Lang.String arg0) /// public static int Compare(char arg0, char arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(CC)I", arg0, arg1); } /// /// @@ -1230,7 +1230,7 @@ public static int Compare(char arg0, char arg1) /// public static int Digit(char arg0, int arg1) { - return SExecute(LocalBridgeClazz, "digit", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "digit", "(CI)I", arg0, arg1); } /// /// @@ -1240,7 +1240,7 @@ public static int Digit(char arg0, int arg1) /// public static int Digit(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "digit", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "digit", "(II)I", arg0, arg1); } /// /// @@ -1298,7 +1298,7 @@ public static int HashCode(char arg0) /// public static int OffsetByCodePoints(char[] arg0, int arg1, int arg2, int arg3, int arg4) { - return SExecute(LocalBridgeClazz, "offsetByCodePoints", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "offsetByCodePoints", "([CIIII)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -1309,7 +1309,7 @@ public static int OffsetByCodePoints(char[] arg0, int arg1, int arg2, int arg3, /// public static int OffsetByCodePoints(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "offsetByCodePoints", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "offsetByCodePoints", "(Ljava/lang/CharSequence;II)I", arg0, arg1, arg2); } /// /// @@ -1320,7 +1320,7 @@ public static int OffsetByCodePoints(Java.Lang.CharSequence arg0, int arg1, int /// public static int ToChars(int arg0, char[] arg1, int arg2) { - return SExecute(LocalBridgeClazz, "toChars", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "toChars", "(I[CI)I", arg0, arg1, arg2); } /// /// @@ -1330,7 +1330,7 @@ public static int ToChars(int arg0, char[] arg1, int arg2) /// public static int ToCodePoint(char arg0, char arg1) { - return SExecute(LocalBridgeClazz, "toCodePoint", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toCodePoint", "(CC)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Class.cs b/src/net/JNet/Generated/Java/Lang/Class.cs index 910c9a5ddd..9b5f2f8cbf 100644 --- a/src/net/JNet/Generated/Java/Lang/Class.cs +++ b/src/net/JNet/Generated/Java/Lang/Class.cs @@ -156,7 +156,7 @@ public partial class Class /// public static Java.Lang.Class ForName(Java.Lang.Module arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "forName", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "forName", "(Ljava/lang/Module;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public static Java.Lang.Class ForName(Java.Lang.Module arg0, Java.Lang.String ar /// public static Java.Lang.Class ForName(Java.Lang.String arg0, bool arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "forName", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "forName", "(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// @@ -618,7 +618,7 @@ public Java.Lang.Reflect.Field GetField(Java.Lang.String arg0) /// public Java.Lang.Reflect.Method GetDeclaredMethod(Java.Lang.String arg0, params Java.Lang.Class[] arg1) { - if (arg1.Length == 0) return IExecute("getDeclaredMethod", arg0); else return IExecute("getDeclaredMethod", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getDeclaredMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0); else return IExecuteWithSignature("getDeclaredMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0, arg1); } /// /// @@ -630,7 +630,7 @@ public Java.Lang.Reflect.Method GetDeclaredMethod(Java.Lang.String arg0, params /// public Java.Lang.Reflect.Method GetMethod(Java.Lang.String arg0, params Java.Lang.Class[] arg1) { - if (arg1.Length == 0) return IExecute("getMethod", arg0); else return IExecute("getMethod", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0); else return IExecuteWithSignature("getMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0, arg1); } /// /// @@ -755,7 +755,7 @@ public partial class Class /// public static Java.Lang.Class ForName(Java.Lang.Module arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "forName", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "forName", "(Ljava/lang/Module;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -767,7 +767,7 @@ public static Java.Lang.Class ForName(Java.Lang.Module arg0, Java.Lang.String ar /// public static Java.Lang.Class ForName(Java.Lang.String arg0, bool arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "forName", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "forName", "(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// @@ -1223,7 +1223,7 @@ public Java.Lang.Reflect.Field GetField(Java.Lang.String arg0) /// public Java.Lang.Reflect.Method GetDeclaredMethod(Java.Lang.String arg0, params Java.Lang.Class[] arg1) { - if (arg1.Length == 0) return IExecute("getDeclaredMethod", arg0); else return IExecute("getDeclaredMethod", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getDeclaredMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0); else return IExecuteWithSignature("getDeclaredMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0, arg1); } /// /// @@ -1235,7 +1235,7 @@ public Java.Lang.Reflect.Method GetDeclaredMethod(Java.Lang.String arg0, params /// public Java.Lang.Reflect.Method GetMethod(Java.Lang.String arg0, params Java.Lang.Class[] arg1) { - if (arg1.Length == 0) return IExecute("getMethod", arg0); else return IExecute("getMethod", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0); else return IExecuteWithSignature("getMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/ClassLoader.cs b/src/net/JNet/Generated/Java/Lang/ClassLoader.cs index a134e4a760..902ba8e882 100644 --- a/src/net/JNet/Generated/Java/Lang/ClassLoader.cs +++ b/src/net/JNet/Generated/Java/Lang/ClassLoader.cs @@ -240,7 +240,7 @@ public void ClearAssertionStatus() /// public void SetClassAssertionStatus(Java.Lang.String arg0, bool arg1) { - IExecute("setClassAssertionStatus", arg0, arg1); + IExecuteWithSignature("setClassAssertionStatus", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -257,7 +257,7 @@ public void SetDefaultAssertionStatus(bool arg0) /// public void SetPackageAssertionStatus(Java.Lang.String arg0, bool arg1) { - IExecute("setPackageAssertionStatus", arg0, arg1); + IExecuteWithSignature("setPackageAssertionStatus", "(Ljava/lang/String;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Double.cs b/src/net/JNet/Generated/Java/Lang/Double.cs index 10b961795c..9b9f5eebe2 100644 --- a/src/net/JNet/Generated/Java/Lang/Double.cs +++ b/src/net/JNet/Generated/Java/Lang/Double.cs @@ -191,7 +191,7 @@ public static bool IsNaN(double arg0) /// public static double Max(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(DD)D", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public static double Max(double arg0, double arg1) /// public static double Min(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(DD)D", arg0, arg1); } /// /// @@ -221,7 +221,7 @@ public static double ParseDouble(Java.Lang.String arg0) /// public static double Sum(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "sum", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "sum", "(DD)D", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public static double Sum(double arg0, double arg1) /// public static int Compare(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(DD)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Float.cs b/src/net/JNet/Generated/Java/Lang/Float.cs index 7384e13165..974ece2bc1 100644 --- a/src/net/JNet/Generated/Java/Lang/Float.cs +++ b/src/net/JNet/Generated/Java/Lang/Float.cs @@ -191,7 +191,7 @@ public static bool IsNaN(float arg0) /// public static float Max(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(FF)F", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public static float Max(float arg0, float arg1) /// public static float Min(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(FF)F", arg0, arg1); } /// /// @@ -221,7 +221,7 @@ public static float ParseFloat(Java.Lang.String arg0) /// public static float Sum(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "sum", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "sum", "(FF)F", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public static float Sum(float arg0, float arg1) /// public static int Compare(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(FF)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Instrument/ClassFileTransformer.cs b/src/net/JNet/Generated/Java/Lang/Instrument/ClassFileTransformer.cs index 8e9a441b6c..3060b2dfd7 100644 --- a/src/net/JNet/Generated/Java/Lang/Instrument/ClassFileTransformer.cs +++ b/src/net/JNet/Generated/Java/Lang/Instrument/ClassFileTransformer.cs @@ -145,7 +145,7 @@ public partial class ClassFileTransformer : Java.Lang.Instrument.IClassFileTrans /// public byte[] Transform(Java.Lang.ClassLoader arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Security.ProtectionDomain arg3, byte[] arg4) { - return IExecuteArray("transform", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignatureArray("transform", "(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -160,7 +160,7 @@ public byte[] Transform(Java.Lang.ClassLoader arg0, Java.Lang.String arg1, Java. /// public byte[] Transform(Java.Lang.Module arg0, Java.Lang.ClassLoader arg1, Java.Lang.String arg2, Java.Lang.Class arg3, Java.Security.ProtectionDomain arg4, byte[] arg5) { - return IExecuteArray("transform", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignatureArray("transform", "(Ljava/lang/Module;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Instrument/Instrumentation.cs b/src/net/JNet/Generated/Java/Lang/Instrument/Instrumentation.cs index e51439f54f..d056d2b0ae 100644 --- a/src/net/JNet/Generated/Java/Lang/Instrument/Instrumentation.cs +++ b/src/net/JNet/Generated/Java/Lang/Instrument/Instrumentation.cs @@ -292,7 +292,7 @@ public long GetObjectSize(object arg0) /// public void AddTransformer(Java.Lang.Instrument.ClassFileTransformer arg0, bool arg1) { - IExecute("addTransformer", arg0, arg1); + IExecuteWithSignature("addTransformer", "(Ljava/lang/instrument/ClassFileTransformer;Z)V", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public void RedefineClasses(params Java.Lang.Instrument.ClassDefinition[] arg0) /// public void RedefineModule(Java.Lang.Module arg0, Java.Util.Set arg1, Java.Util.Map> arg2, Java.Util.Map> arg3, Java.Util.Set arg4, Java.Util.Map> arg5) { - IExecute("redefineModule", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("redefineModule", "(Ljava/lang/Module;Ljava/util/Set;Ljava/util/Map;Ljava/util/Map;Ljava/util/Set;Ljava/util/Map;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -357,7 +357,7 @@ public void RetransformClasses(params Java.Lang.Class[] arg0) /// public void SetNativeMethodPrefix(Java.Lang.Instrument.ClassFileTransformer arg0, Java.Lang.String arg1) { - IExecute("setNativeMethodPrefix", arg0, arg1); + IExecuteWithSignature("setNativeMethodPrefix", "(Ljava/lang/instrument/ClassFileTransformer;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Integer.cs b/src/net/JNet/Generated/Java/Lang/Integer.cs index dacfdece53..379dd55058 100644 --- a/src/net/JNet/Generated/Java/Lang/Integer.cs +++ b/src/net/JNet/Generated/Java/Lang/Integer.cs @@ -137,7 +137,7 @@ public static int BitCount(int arg0) /// public static int Compare(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(II)I", arg0, arg1); } /// /// @@ -147,7 +147,7 @@ public static int Compare(int arg0, int arg1) /// public static int CompareUnsigned(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "(II)I", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public static int CompareUnsigned(int arg0, int arg1) /// public static int DivideUnsigned(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "divideUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "divideUnsigned", "(II)I", arg0, arg1); } /// /// @@ -194,7 +194,7 @@ public static int LowestOneBit(int arg0) /// public static int Max(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(II)I", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public static int Max(int arg0, int arg1) /// public static int Min(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(II)I", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public static int NumberOfTrailingZeros(int arg0) /// public static int ParseInt(Java.Lang.CharSequence arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "parseInt", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "parseInt", "(Ljava/lang/CharSequence;III)I", arg0, arg1, arg2, arg3); } /// /// @@ -246,7 +246,7 @@ public static int ParseInt(Java.Lang.CharSequence arg0, int arg1, int arg2, int /// public static int ParseInt(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseInt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseInt", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public static int ParseInt(Java.Lang.String arg0) /// public static int ParseUnsignedInt(Java.Lang.CharSequence arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "parseUnsignedInt", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "parseUnsignedInt", "(Ljava/lang/CharSequence;III)I", arg0, arg1, arg2, arg3); } /// /// @@ -280,7 +280,7 @@ public static int ParseUnsignedInt(Java.Lang.CharSequence arg0, int arg1, int ar /// public static int ParseUnsignedInt(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseUnsignedInt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseUnsignedInt", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public static int ParseUnsignedInt(Java.Lang.String arg0) /// public static int RemainderUnsigned(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "remainderUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remainderUnsigned", "(II)I", arg0, arg1); } /// /// @@ -328,7 +328,7 @@ public static int ReverseBytes(int arg0) /// public static int RotateLeft(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "rotateLeft", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rotateLeft", "(II)I", arg0, arg1); } /// /// @@ -338,7 +338,7 @@ public static int RotateLeft(int arg0, int arg1) /// public static int RotateRight(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "rotateRight", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rotateRight", "(II)I", arg0, arg1); } /// /// @@ -357,7 +357,7 @@ public static int Signum(int arg0) /// public static int Sum(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "sum", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "sum", "(II)I", arg0, arg1); } /// /// @@ -377,7 +377,7 @@ public static Java.Lang.Integer Decode(Java.Lang.String arg0) /// public static Java.Lang.Integer GetInteger(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getInteger", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInteger", "(Ljava/lang/String;I)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -387,7 +387,7 @@ public static Java.Lang.Integer GetInteger(Java.Lang.String arg0, int arg1) /// public static Java.Lang.Integer GetInteger(Java.Lang.String arg0, Java.Lang.Integer arg1) { - return SExecute(LocalBridgeClazz, "getInteger", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInteger", "(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -416,7 +416,7 @@ public static Java.Lang.Integer ValueOf(int arg0) /// public static Java.Lang.Integer ValueOf(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "(Ljava/lang/String;I)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -463,7 +463,7 @@ public static Java.Lang.String ToOctalString(int arg0) /// public static Java.Lang.String ToString(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toString", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -482,7 +482,7 @@ public static Java.Lang.String ToString(int arg0) /// public static Java.Lang.String ToUnsignedString(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toUnsignedString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toUnsignedString", "(II)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/ConstantBootstraps.cs b/src/net/JNet/Generated/Java/Lang/Invoke/ConstantBootstraps.cs index 91023c1852..a38990cc7b 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/ConstantBootstraps.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/ConstantBootstraps.cs @@ -107,7 +107,7 @@ public static E EnumConstant(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java /// public static Java.Lang.Class PrimitiveClass(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "primitiveClass", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "primitiveClass", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// @@ -119,7 +119,7 @@ public static Java.Lang.Class PrimitiveClass(Java.Lang.Invoke.MethodHandles.Look /// public static Java.Lang.Invoke.VarHandle ArrayVarHandle(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Lang.Class arg3) { - return SExecute(LocalBridgeClazz, "arrayVarHandle", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "arrayVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;", arg0, arg1, arg2, arg3); } /// /// @@ -132,7 +132,7 @@ public static Java.Lang.Invoke.VarHandle ArrayVarHandle(Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.VarHandle FieldVarHandle(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Lang.Class arg3, Java.Lang.Class arg4) { - return SExecute(LocalBridgeClazz, "fieldVarHandle", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "fieldVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -145,7 +145,7 @@ public static Java.Lang.Invoke.VarHandle FieldVarHandle(Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.VarHandle StaticFieldVarHandle(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Lang.Class arg3, Java.Lang.Class arg4) { - return SExecute(LocalBridgeClazz, "staticFieldVarHandle", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "staticFieldVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -157,7 +157,7 @@ public static Java.Lang.Invoke.VarHandle StaticFieldVarHandle(Java.Lang.Invoke.M /// public static object GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Lang.Class arg3) { - return SExecute(LocalBridgeClazz, "getStaticFinal", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getStaticFinal", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -168,7 +168,7 @@ public static object GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup arg0, /// public static object GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "getStaticFinal", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getStaticFinal", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public static object GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup arg0, /// public static object Invoke(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2, Java.Lang.Invoke.MethodHandle arg3, params object[] arg4) { - if (arg4.Length == 0) return SExecute(LocalBridgeClazz, "invoke", arg0, arg1, arg2, arg3); else return SExecute(LocalBridgeClazz, "invoke", arg0, arg1, arg2, arg3, arg4); + if (arg4.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "invoke", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); else return SExecuteWithSignature(LocalBridgeClazz, "invoke", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -193,7 +193,7 @@ public static object Invoke(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lan /// public static object NullConstant(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "nullConstant", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "nullConstant", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/LambdaMetafactory.cs b/src/net/JNet/Generated/Java/Lang/Invoke/LambdaMetafactory.cs index 5c515dfb0b..4ed6a31b50 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/LambdaMetafactory.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/LambdaMetafactory.cs @@ -115,7 +115,7 @@ public partial class LambdaMetafactory /// public static Java.Lang.Invoke.CallSite AltMetafactory(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2, params object[] arg3) { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "altMetafactory", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "altMetafactory", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "altMetafactory", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "altMetafactory", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2, arg3); } /// /// @@ -130,7 +130,7 @@ public static Java.Lang.Invoke.CallSite AltMetafactory(Java.Lang.Invoke.MethodHa /// public static Java.Lang.Invoke.CallSite Metafactory(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2, Java.Lang.Invoke.MethodType arg3, Java.Lang.Invoke.MethodHandle arg4, Java.Lang.Invoke.MethodType arg5) { - return SExecute(LocalBridgeClazz, "metafactory", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "metafactory", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandle.cs b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandle.cs index 6f3027e806..40ef6156dc 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandle.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandle.cs @@ -129,7 +129,7 @@ public object InvokeExact(params object[] arg0) /// public Java.Lang.Invoke.MethodHandle AsCollector(int arg0, Java.Lang.Class arg1, int arg2) { - return IExecute("asCollector", arg0, arg1, arg2); + return IExecuteWithSignature("asCollector", "(ILjava/lang/Class;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -139,7 +139,7 @@ public Java.Lang.Invoke.MethodHandle AsCollector(int arg0, Java.Lang.Class arg1, /// public Java.Lang.Invoke.MethodHandle AsCollector(Java.Lang.Class arg0, int arg1) { - return IExecute("asCollector", arg0, arg1); + return IExecuteWithSignature("asCollector", "(Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -158,7 +158,7 @@ public Java.Lang.Invoke.MethodHandle AsFixedArity() /// public Java.Lang.Invoke.MethodHandle AsSpreader(int arg0, Java.Lang.Class arg1, int arg2) { - return IExecute("asSpreader", arg0, arg1, arg2); + return IExecuteWithSignature("asSpreader", "(ILjava/lang/Class;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -168,7 +168,7 @@ public Java.Lang.Invoke.MethodHandle AsSpreader(int arg0, Java.Lang.Class arg1, /// public Java.Lang.Invoke.MethodHandle AsSpreader(Java.Lang.Class arg0, int arg1) { - return IExecute("asSpreader", arg0, arg1); + return IExecuteWithSignature("asSpreader", "(Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleInfo.cs b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleInfo.cs index 529867f2af..d11e0ad608 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleInfo.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleInfo.cs @@ -212,7 +212,7 @@ public static Java.Lang.String ReferenceKindToString(int arg0) /// public static Java.Lang.String ToString(int arg0, Java.Lang.Class arg1, Java.Lang.String arg2, Java.Lang.Invoke.MethodType arg3) { - return SExecute(LocalBridgeClazz, "toString", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "toString", "(ILjava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/String;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleProxies.cs b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleProxies.cs index bacc37ec80..4f66eee670 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleProxies.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandleProxies.cs @@ -95,7 +95,7 @@ public partial class MethodHandleProxies /// public static T AsInterfaceInstance(Java.Lang.Class arg0, Java.Lang.Invoke.MethodHandle arg1) { - return SExecute(LocalBridgeClazz, "asInterfaceInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "asInterfaceInstance", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandles.cs b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandles.cs index 3cbfe6f4b3..ed2e79c46d 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandles.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/MethodHandles.cs @@ -191,7 +191,7 @@ public static Java.Lang.Invoke.MethodHandle ArrayLength(Java.Lang.Class arg0) /// public static Java.Lang.Invoke.MethodHandle CatchException(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Class arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "catchException", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "catchException", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -202,7 +202,7 @@ public static Java.Lang.Invoke.MethodHandle CatchException(Java.Lang.Invoke.Meth /// public static Java.Lang.Invoke.MethodHandle CollectArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "collectArguments", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "collectArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -212,7 +212,7 @@ public static Java.Lang.Invoke.MethodHandle CollectArguments(Java.Lang.Invoke.Me /// public static Java.Lang.Invoke.MethodHandle Constant(Java.Lang.Class arg0, object arg1) { - return SExecute(LocalBridgeClazz, "constant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "constant", "(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public static Java.Lang.Invoke.MethodHandle Constant(Java.Lang.Class arg0, objec /// public static Java.Lang.Invoke.MethodHandle CountedLoop(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2, Java.Lang.Invoke.MethodHandle arg3) { - return SExecute(LocalBridgeClazz, "countedLoop", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "countedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2, arg3); } /// /// @@ -235,7 +235,7 @@ public static Java.Lang.Invoke.MethodHandle CountedLoop(Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.MethodHandle CountedLoop(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "countedLoop", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "countedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -246,7 +246,7 @@ public static Java.Lang.Invoke.MethodHandle CountedLoop(Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.MethodHandle DoWhileLoop(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "doWhileLoop", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "doWhileLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -257,7 +257,7 @@ public static Java.Lang.Invoke.MethodHandle DoWhileLoop(Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.MethodHandle DropArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, params Java.Lang.Class[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "dropArguments", arg0, arg1); else return SExecute(LocalBridgeClazz, "dropArguments", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "dropArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "dropArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -268,7 +268,7 @@ public static Java.Lang.Invoke.MethodHandle DropArguments(Java.Lang.Invoke.Metho /// public static Java.Lang.Invoke.MethodHandle DropArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, Java.Util.List arg2) { - return SExecute(LocalBridgeClazz, "dropArguments", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "dropArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/util/List;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -280,7 +280,7 @@ public static Java.Lang.Invoke.MethodHandle DropArguments(Java.Lang.Invoke.Metho /// public static Java.Lang.Invoke.MethodHandle DropArgumentsToMatch(Java.Lang.Invoke.MethodHandle arg0, int arg1, Java.Util.List arg2, int arg3) { - return SExecute(LocalBridgeClazz, "dropArgumentsToMatch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "dropArgumentsToMatch", "(Ljava/lang/invoke/MethodHandle;ILjava/util/List;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2, arg3); } /// /// @@ -308,7 +308,7 @@ public static Java.Lang.Invoke.MethodHandle ExactInvoker(Java.Lang.Invoke.Method /// public static Java.Lang.Invoke.MethodHandle ExplicitCastArguments(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodType arg1) { - return SExecute(LocalBridgeClazz, "explicitCastArguments", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "explicitCastArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -319,7 +319,7 @@ public static Java.Lang.Invoke.MethodHandle ExplicitCastArguments(Java.Lang.Invo /// public static Java.Lang.Invoke.MethodHandle FilterArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, params Java.Lang.Invoke.MethodHandle[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "filterArguments", arg0, arg1); else return SExecute(LocalBridgeClazz, "filterArguments", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "filterArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "filterArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -329,7 +329,7 @@ public static Java.Lang.Invoke.MethodHandle FilterArguments(Java.Lang.Invoke.Met /// public static Java.Lang.Invoke.MethodHandle FilterReturnValue(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1) { - return SExecute(LocalBridgeClazz, "filterReturnValue", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "filterReturnValue", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public static Java.Lang.Invoke.MethodHandle FilterReturnValue(Java.Lang.Invoke.M /// public static Java.Lang.Invoke.MethodHandle FoldArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "foldArguments", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "foldArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -350,7 +350,7 @@ public static Java.Lang.Invoke.MethodHandle FoldArguments(Java.Lang.Invoke.Metho /// public static Java.Lang.Invoke.MethodHandle FoldArguments(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1) { - return SExecute(LocalBridgeClazz, "foldArguments", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "foldArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -361,7 +361,7 @@ public static Java.Lang.Invoke.MethodHandle FoldArguments(Java.Lang.Invoke.Metho /// public static Java.Lang.Invoke.MethodHandle GuardWithTest(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "guardWithTest", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "guardWithTest", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -381,7 +381,7 @@ public static Java.Lang.Invoke.MethodHandle Identity(Java.Lang.Class arg0) /// public static Java.Lang.Invoke.MethodHandle InsertArguments(Java.Lang.Invoke.MethodHandle arg0, int arg1, params object[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "insertArguments", arg0, arg1); else return SExecute(LocalBridgeClazz, "insertArguments", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "insertArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "insertArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -401,7 +401,7 @@ public static Java.Lang.Invoke.MethodHandle Invoker(Java.Lang.Invoke.MethodType /// public static Java.Lang.Invoke.MethodHandle IteratedLoop(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "iteratedLoop", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "iteratedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -421,7 +421,7 @@ public static Java.Lang.Invoke.MethodHandle Loop(params Java.Lang.Invoke.MethodH /// public static Java.Lang.Invoke.MethodHandle PermuteArguments(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodType arg1, params int[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "permuteArguments", arg0, arg1); else return SExecute(LocalBridgeClazz, "permuteArguments", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "permuteArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;[I)Ljava/lang/invoke/MethodHandle;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "permuteArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;[I)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -431,7 +431,7 @@ public static Java.Lang.Invoke.MethodHandle PermuteArguments(Java.Lang.Invoke.Me /// public static Java.Lang.Invoke.MethodHandle SpreadInvoker(Java.Lang.Invoke.MethodType arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spreadInvoker", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spreadInvoker", "(Ljava/lang/invoke/MethodType;I)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -441,7 +441,7 @@ public static Java.Lang.Invoke.MethodHandle SpreadInvoker(Java.Lang.Invoke.Metho /// public static Java.Lang.Invoke.MethodHandle ThrowException(Java.Lang.Class arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "throwException", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "throwException", "(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -451,7 +451,7 @@ public static Java.Lang.Invoke.MethodHandle ThrowException(Java.Lang.Class arg0, /// public static Java.Lang.Invoke.MethodHandle TryFinally(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1) { - return SExecute(LocalBridgeClazz, "tryFinally", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "tryFinally", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -461,7 +461,7 @@ public static Java.Lang.Invoke.MethodHandle TryFinally(Java.Lang.Invoke.MethodHa /// public static Java.Lang.Invoke.MethodHandle VarHandleExactInvoker(Java.Lang.Invoke.VarHandle.AccessMode arg0, Java.Lang.Invoke.MethodType arg1) { - return SExecute(LocalBridgeClazz, "varHandleExactInvoker", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "varHandleExactInvoker", "(Ljava/lang/invoke/VarHandle$AccessMode;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -471,7 +471,7 @@ public static Java.Lang.Invoke.MethodHandle VarHandleExactInvoker(Java.Lang.Invo /// public static Java.Lang.Invoke.MethodHandle VarHandleInvoker(Java.Lang.Invoke.VarHandle.AccessMode arg0, Java.Lang.Invoke.MethodType arg1) { - return SExecute(LocalBridgeClazz, "varHandleInvoker", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "varHandleInvoker", "(Ljava/lang/invoke/VarHandle$AccessMode;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -482,7 +482,7 @@ public static Java.Lang.Invoke.MethodHandle VarHandleInvoker(Java.Lang.Invoke.Va /// public static Java.Lang.Invoke.MethodHandle WhileLoop(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1, Java.Lang.Invoke.MethodHandle arg2) { - return SExecute(LocalBridgeClazz, "whileLoop", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "whileLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -510,7 +510,7 @@ public static Java.Lang.Invoke.MethodHandles.Lookup LookupMethod() /// public static Java.Lang.Invoke.MethodHandles.Lookup PrivateLookupIn(Java.Lang.Class arg0, Java.Lang.Invoke.MethodHandles.Lookup arg1) { - return SExecute(LocalBridgeClazz, "privateLookupIn", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "privateLookupIn", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/invoke/MethodHandles$Lookup;", arg0, arg1); } /// /// @@ -539,7 +539,7 @@ public static Java.Lang.Invoke.VarHandle ArrayElementVarHandle(Java.Lang.Class a /// public static Java.Lang.Invoke.VarHandle ByteArrayViewVarHandle(Java.Lang.Class arg0, Java.Nio.ByteOrder arg1) { - return SExecute(LocalBridgeClazz, "byteArrayViewVarHandle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "byteArrayViewVarHandle", "(Ljava/lang/Class;Ljava/nio/ByteOrder;)Ljava/lang/invoke/VarHandle;", arg0, arg1); } /// /// @@ -550,7 +550,7 @@ public static Java.Lang.Invoke.VarHandle ByteArrayViewVarHandle(Java.Lang.Class /// public static Java.Lang.Invoke.VarHandle ByteBufferViewVarHandle(Java.Lang.Class arg0, Java.Nio.ByteOrder arg1) { - return SExecute(LocalBridgeClazz, "byteBufferViewVarHandle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "byteBufferViewVarHandle", "(Ljava/lang/Class;Ljava/nio/ByteOrder;)Ljava/lang/invoke/VarHandle;", arg0, arg1); } #endregion @@ -682,7 +682,7 @@ public Java.Lang.Class LookupClass() /// public Java.Lang.Invoke.MethodHandle Bind(object arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2) { - return IExecute("bind", arg0, arg1, arg2); + return IExecuteWithSignature("bind", "(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -694,7 +694,7 @@ public Java.Lang.Invoke.MethodHandle Bind(object arg0, Java.Lang.String arg1, Ja /// public Java.Lang.Invoke.MethodHandle FindConstructor(Java.Lang.Class arg0, Java.Lang.Invoke.MethodType arg1) { - return IExecute("findConstructor", arg0, arg1); + return IExecuteWithSignature("findConstructor", "(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -707,7 +707,7 @@ public Java.Lang.Invoke.MethodHandle FindConstructor(Java.Lang.Class arg0, Java. /// public Java.Lang.Invoke.MethodHandle FindGetter(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findGetter", arg0, arg1, arg2); + return IExecuteWithSignature("findGetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -720,7 +720,7 @@ public Java.Lang.Invoke.MethodHandle FindGetter(Java.Lang.Class arg0, Java.Lang. /// public Java.Lang.Invoke.MethodHandle FindSetter(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findSetter", arg0, arg1, arg2); + return IExecuteWithSignature("findSetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -734,7 +734,7 @@ public Java.Lang.Invoke.MethodHandle FindSetter(Java.Lang.Class arg0, Java.Lang. /// public Java.Lang.Invoke.MethodHandle FindSpecial(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2, Java.Lang.Class arg3) { - return IExecute("findSpecial", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("findSpecial", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2, arg3); } /// /// @@ -747,7 +747,7 @@ public Java.Lang.Invoke.MethodHandle FindSpecial(Java.Lang.Class arg0, Java.Lang /// public Java.Lang.Invoke.MethodHandle FindStatic(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2) { - return IExecute("findStatic", arg0, arg1, arg2); + return IExecuteWithSignature("findStatic", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -760,7 +760,7 @@ public Java.Lang.Invoke.MethodHandle FindStatic(Java.Lang.Class arg0, Java.Lang. /// public Java.Lang.Invoke.MethodHandle FindStaticGetter(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findStaticGetter", arg0, arg1, arg2); + return IExecuteWithSignature("findStaticGetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -773,7 +773,7 @@ public Java.Lang.Invoke.MethodHandle FindStaticGetter(Java.Lang.Class arg0, Java /// public Java.Lang.Invoke.MethodHandle FindStaticSetter(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findStaticSetter", arg0, arg1, arg2); + return IExecuteWithSignature("findStaticSetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -786,7 +786,7 @@ public Java.Lang.Invoke.MethodHandle FindStaticSetter(Java.Lang.Class arg0, Java /// public Java.Lang.Invoke.MethodHandle FindVirtual(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2) { - return IExecute("findVirtual", arg0, arg1, arg2); + return IExecuteWithSignature("findVirtual", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;", arg0, arg1, arg2); } /// /// @@ -837,7 +837,7 @@ public Java.Lang.Invoke.MethodHandle UnreflectSetter(Java.Lang.Reflect.Field arg /// public Java.Lang.Invoke.MethodHandle UnreflectSpecial(Java.Lang.Reflect.Method arg0, Java.Lang.Class arg1) { - return IExecute("unreflectSpecial", arg0, arg1); + return IExecuteWithSignature("unreflectSpecial", "(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } /// /// @@ -877,7 +877,7 @@ public Java.Lang.Invoke.MethodHandles.Lookup In(Java.Lang.Class arg0) /// public Java.Lang.Invoke.VarHandle FindStaticVarHandle(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findStaticVarHandle", arg0, arg1, arg2); + return IExecuteWithSignature("findStaticVarHandle", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;", arg0, arg1, arg2); } /// /// @@ -890,7 +890,7 @@ public Java.Lang.Invoke.VarHandle FindStaticVarHandle(Java.Lang.Class arg0, Java /// public Java.Lang.Invoke.VarHandle FindVarHandle(Java.Lang.Class arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return IExecute("findVarHandle", arg0, arg1, arg2); + return IExecuteWithSignature("findVarHandle", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/MethodType.cs b/src/net/JNet/Generated/Java/Lang/Invoke/MethodType.cs index 4f194573bc..96f4a651ee 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/MethodType.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/MethodType.cs @@ -96,7 +96,7 @@ public partial class MethodType /// public static Java.Lang.Invoke.MethodType FromMethodDescriptorString(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "fromMethodDescriptorString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "fromMethodDescriptorString", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -106,7 +106,7 @@ public static Java.Lang.Invoke.MethodType FromMethodDescriptorString(Java.Lang.S /// public static Java.Lang.Invoke.MethodType GenericMethodType(int arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "genericMethodType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "genericMethodType", "(IZ)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -126,7 +126,7 @@ public static Java.Lang.Invoke.MethodType GenericMethodType(int arg0) /// public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, Java.Lang.Class arg1, params Java.Lang.Class[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "methodType", arg0, arg1); else return SExecute(LocalBridgeClazz, "methodType", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1, arg2); } /// /// @@ -136,7 +136,7 @@ public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, /// public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "methodType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, /// public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, Java.Lang.Class[] arg1) { - return SExecute(LocalBridgeClazz, "methodType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, /// public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, Java.Lang.Invoke.MethodType arg1) { - return SExecute(LocalBridgeClazz, "methodType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, /// public static Java.Lang.Invoke.MethodType MethodTypeMethod(Java.Lang.Class arg0, Java.Util.List arg1) { - return SExecute(LocalBridgeClazz, "methodType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "methodType", "(Ljava/lang/Class;Ljava/util/List;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -264,7 +264,7 @@ public Java.Lang.Invoke.MethodType AppendParameterTypes(Java.Util.List public Java.Lang.Invoke.MethodType ChangeParameterType(int arg0, Java.Lang.Class arg1) { - return IExecute("changeParameterType", arg0, arg1); + return IExecuteWithSignature("changeParameterType", "(ILjava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public Java.Lang.Invoke.MethodType ChangeReturnType(Java.Lang.Class arg0) /// public Java.Lang.Invoke.MethodType DropParameterTypes(int arg0, int arg1) { - return IExecute("dropParameterTypes", arg0, arg1); + return IExecuteWithSignature("dropParameterTypes", "(II)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public Java.Lang.Invoke.MethodType Generic() /// public Java.Lang.Invoke.MethodType InsertParameterTypes(int arg0, params Java.Lang.Class[] arg1) { - if (arg1.Length == 0) return IExecute("insertParameterTypes", arg0); else return IExecute("insertParameterTypes", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("insertParameterTypes", "(I[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0); else return IExecuteWithSignature("insertParameterTypes", "(I[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// @@ -319,7 +319,7 @@ public Java.Lang.Invoke.MethodType InsertParameterTypes(int arg0, params Java.La /// public Java.Lang.Invoke.MethodType InsertParameterTypes(int arg0, Java.Util.List arg1) { - return IExecute("insertParameterTypes", arg0, arg1); + return IExecuteWithSignature("insertParameterTypes", "(ILjava/util/List;)Ljava/lang/invoke/MethodType;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/StringConcatFactory.cs b/src/net/JNet/Generated/Java/Lang/Invoke/StringConcatFactory.cs index 51f748146e..58fabbb59b 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/StringConcatFactory.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/StringConcatFactory.cs @@ -96,7 +96,7 @@ public partial class StringConcatFactory /// public static Java.Lang.Invoke.CallSite MakeConcat(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2) { - return SExecute(LocalBridgeClazz, "makeConcat", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "makeConcat", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2); } /// /// @@ -110,7 +110,7 @@ public static Java.Lang.Invoke.CallSite MakeConcat(Java.Lang.Invoke.MethodHandle /// public static Java.Lang.Invoke.CallSite MakeConcatWithConstants(Java.Lang.Invoke.MethodHandles.Lookup arg0, Java.Lang.String arg1, Java.Lang.Invoke.MethodType arg2, Java.Lang.String arg3, params object[] arg4) { - if (arg4.Length == 0) return SExecute(LocalBridgeClazz, "makeConcatWithConstants", arg0, arg1, arg2, arg3); else return SExecute(LocalBridgeClazz, "makeConcatWithConstants", arg0, arg1, arg2, arg3, arg4); + if (arg4.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "makeConcatWithConstants", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2, arg3); else return SExecuteWithSignature(LocalBridgeClazz, "makeConcatWithConstants", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Invoke/SwitchPoint.cs b/src/net/JNet/Generated/Java/Lang/Invoke/SwitchPoint.cs index 33dbd69274..c8f4ffb973 100644 --- a/src/net/JNet/Generated/Java/Lang/Invoke/SwitchPoint.cs +++ b/src/net/JNet/Generated/Java/Lang/Invoke/SwitchPoint.cs @@ -114,7 +114,7 @@ public bool HasBeenInvalidated() /// public Java.Lang.Invoke.MethodHandle GuardWithTest(Java.Lang.Invoke.MethodHandle arg0, Java.Lang.Invoke.MethodHandle arg1) { - return IExecute("guardWithTest", arg0, arg1); + return IExecuteWithSignature("guardWithTest", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Long.cs b/src/net/JNet/Generated/Java/Lang/Long.cs index 2de2a000d2..8fca0ba8e1 100644 --- a/src/net/JNet/Generated/Java/Lang/Long.cs +++ b/src/net/JNet/Generated/Java/Lang/Long.cs @@ -137,7 +137,7 @@ public static int BitCount(long arg0) /// public static int Compare(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(JJ)I", arg0, arg1); } /// /// @@ -147,7 +147,7 @@ public static int Compare(long arg0, long arg1) /// public static int CompareUnsigned(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "(JJ)I", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public static Java.Lang.Long Decode(Java.Lang.String arg0) /// public static Java.Lang.Long GetLong(Java.Lang.String arg0, Java.Lang.Long arg1) { - return SExecute(LocalBridgeClazz, "getLong", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getLong", "(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public static Java.Lang.Long GetLong(Java.Lang.String arg0, Java.Lang.Long arg1) /// public static Java.Lang.Long GetLong(Java.Lang.String arg0, long arg1) { - return SExecute(LocalBridgeClazz, "getLong", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getLong", "(Ljava/lang/String;J)Ljava/lang/Long;", arg0, arg1); } /// /// @@ -233,7 +233,7 @@ public static Java.Lang.Long GetLong(Java.Lang.String arg0) /// public static Java.Lang.Long ValueOf(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "(Ljava/lang/String;I)Ljava/lang/Long;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public static Java.Lang.String ToOctalString(long arg0) /// public static Java.Lang.String ToString(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toString", "(JI)Ljava/lang/String;", arg0, arg1); } /// /// @@ -308,7 +308,7 @@ public static Java.Lang.String ToString(long arg0) /// public static Java.Lang.String ToUnsignedString(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toUnsignedString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toUnsignedString", "(JI)Ljava/lang/String;", arg0, arg1); } /// /// @@ -327,7 +327,7 @@ public static Java.Lang.String ToUnsignedString(long arg0) /// public static long DivideUnsigned(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "divideUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "divideUnsigned", "(JJ)J", arg0, arg1); } /// /// @@ -355,7 +355,7 @@ public static long LowestOneBit(long arg0) /// public static long Max(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(JJ)J", arg0, arg1); } /// /// @@ -365,7 +365,7 @@ public static long Max(long arg0, long arg1) /// public static long Min(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(JJ)J", arg0, arg1); } /// /// @@ -378,7 +378,7 @@ public static long Min(long arg0, long arg1) /// public static long ParseLong(Java.Lang.CharSequence arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "parseLong", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "parseLong", "(Ljava/lang/CharSequence;III)J", arg0, arg1, arg2, arg3); } /// /// @@ -389,7 +389,7 @@ public static long ParseLong(Java.Lang.CharSequence arg0, int arg1, int arg2, in /// public static long ParseLong(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseLong", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseLong", "(Ljava/lang/String;I)J", arg0, arg1); } /// /// @@ -412,7 +412,7 @@ public static long ParseLong(Java.Lang.String arg0) /// public static long ParseUnsignedLong(Java.Lang.CharSequence arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "parseUnsignedLong", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "parseUnsignedLong", "(Ljava/lang/CharSequence;III)J", arg0, arg1, arg2, arg3); } /// /// @@ -423,7 +423,7 @@ public static long ParseUnsignedLong(Java.Lang.CharSequence arg0, int arg1, int /// public static long ParseUnsignedLong(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseUnsignedLong", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseUnsignedLong", "(Ljava/lang/String;I)J", arg0, arg1); } /// /// @@ -443,7 +443,7 @@ public static long ParseUnsignedLong(Java.Lang.String arg0) /// public static long RemainderUnsigned(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "remainderUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "remainderUnsigned", "(JJ)J", arg0, arg1); } /// /// @@ -471,7 +471,7 @@ public static long ReverseBytes(long arg0) /// public static long RotateLeft(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "rotateLeft", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rotateLeft", "(JI)J", arg0, arg1); } /// /// @@ -481,7 +481,7 @@ public static long RotateLeft(long arg0, int arg1) /// public static long RotateRight(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "rotateRight", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rotateRight", "(JI)J", arg0, arg1); } /// /// @@ -491,7 +491,7 @@ public static long RotateRight(long arg0, int arg1) /// public static long Sum(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "sum", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "sum", "(JJ)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Management/ManagementFactory.cs b/src/net/JNet/Generated/Java/Lang/Management/ManagementFactory.cs index 17a6fe5549..eee04835f1 100644 --- a/src/net/JNet/Generated/Java/Lang/Management/ManagementFactory.cs +++ b/src/net/JNet/Generated/Java/Lang/Management/ManagementFactory.cs @@ -272,7 +272,7 @@ public static Java.Lang.Management.ThreadMXBean ThreadMXBean /// public static T NewPlatformMXBeanProxy(Javax.Management.MBeanServerConnection arg0, Java.Lang.String arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "newPlatformMXBeanProxy", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newPlatformMXBeanProxy", "(Ljavax/management/MBeanServerConnection;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Management/PlatformLoggingMXBean.cs b/src/net/JNet/Generated/Java/Lang/Management/PlatformLoggingMXBean.cs index 07f8d174a4..3a04541e25 100644 --- a/src/net/JNet/Generated/Java/Lang/Management/PlatformLoggingMXBean.cs +++ b/src/net/JNet/Generated/Java/Lang/Management/PlatformLoggingMXBean.cs @@ -164,7 +164,7 @@ public Java.Lang.String GetParentLoggerName(Java.Lang.String arg0) /// public void SetLoggerLevel(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setLoggerLevel", arg0, arg1); + IExecuteWithSignature("setLoggerLevel", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Management/ThreadMXBean.cs b/src/net/JNet/Generated/Java/Lang/Management/ThreadMXBean.cs index 248d725e03..44332137d4 100644 --- a/src/net/JNet/Generated/Java/Lang/Management/ThreadMXBean.cs +++ b/src/net/JNet/Generated/Java/Lang/Management/ThreadMXBean.cs @@ -380,7 +380,7 @@ public bool IsThreadCpuTimeSupported() /// public Java.Lang.Management.ThreadInfo GetThreadInfo(long arg0, int arg1) { - return IExecute("getThreadInfo", arg0, arg1); + return IExecuteWithSignature("getThreadInfo", "(JI)Ljava/lang/management/ThreadInfo;", arg0, arg1); } /// /// @@ -399,7 +399,7 @@ public Java.Lang.Management.ThreadInfo GetThreadInfo(long arg0) /// public Java.Lang.Management.ThreadInfo[] DumpAllThreads(bool arg0, bool arg1) { - return IExecuteArray("dumpAllThreads", arg0, arg1); + return IExecuteWithSignatureArray("dumpAllThreads", "(ZZ)[Ljava/lang/management/ThreadInfo;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public Java.Lang.Management.ThreadInfo[] DumpAllThreads(bool arg0, bool arg1) /// public Java.Lang.Management.ThreadInfo[] GetThreadInfo(long[] arg0, bool arg1, bool arg2) { - return IExecuteArray("getThreadInfo", arg0, arg1, arg2); + return IExecuteWithSignatureArray("getThreadInfo", "([JZZ)[Ljava/lang/management/ThreadInfo;", arg0, arg1, arg2); } /// /// @@ -420,7 +420,7 @@ public Java.Lang.Management.ThreadInfo[] GetThreadInfo(long[] arg0, bool arg1, b /// public Java.Lang.Management.ThreadInfo[] GetThreadInfo(long[] arg0, int arg1) { - return IExecuteArray("getThreadInfo", arg0, arg1); + return IExecuteWithSignatureArray("getThreadInfo", "([JI)[Ljava/lang/management/ThreadInfo;", arg0, arg1); } /// /// @@ -497,7 +497,7 @@ public void SetThreadCpuTimeEnabled(bool arg0) /// public Java.Lang.Management.ThreadInfo[] DumpAllThreads(bool arg0, bool arg1, int arg2) { - return IExecuteArray("dumpAllThreads", arg0, arg1, arg2); + return IExecuteWithSignatureArray("dumpAllThreads", "(ZZI)[Ljava/lang/management/ThreadInfo;", arg0, arg1, arg2); } /// /// @@ -509,7 +509,7 @@ public Java.Lang.Management.ThreadInfo[] DumpAllThreads(bool arg0, bool arg1, in /// public Java.Lang.Management.ThreadInfo[] GetThreadInfo(long[] arg0, bool arg1, bool arg2, int arg3) { - return IExecuteArray("getThreadInfo", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getThreadInfo", "([JZZI)[Ljava/lang/management/ThreadInfo;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Math.cs b/src/net/JNet/Generated/Java/Lang/Math.cs index f138f726e0..87d28aa155 100644 --- a/src/net/JNet/Generated/Java/Lang/Math.cs +++ b/src/net/JNet/Generated/Java/Lang/Math.cs @@ -142,7 +142,7 @@ public static double Atan(double arg0) /// public static double Atan2(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "atan2", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "atan2", "(DD)D", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public static double Ceil(double arg0) /// public static double CopySign(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "copySign", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "copySign", "(DD)D", arg0, arg1); } /// /// @@ -226,7 +226,7 @@ public static double Floor(double arg0) /// public static double Fma(double arg0, double arg1, double arg2) { - return SExecute(LocalBridgeClazz, "fma", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "fma", "(DDD)D", arg0, arg1, arg2); } /// /// @@ -236,7 +236,7 @@ public static double Fma(double arg0, double arg1, double arg2) /// public static double Hypot(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "hypot", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "hypot", "(DD)D", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public static double Hypot(double arg0, double arg1) /// public static double IEEEremainder(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "IEEEremainder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "IEEEremainder", "(DD)D", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public static double Log1p(double arg0) /// public static double Max(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(DD)D", arg0, arg1); } /// /// @@ -293,7 +293,7 @@ public static double Max(double arg0, double arg1) /// public static double Min(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(DD)D", arg0, arg1); } /// /// @@ -303,7 +303,7 @@ public static double Min(double arg0, double arg1) /// public static double NextAfter(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "nextAfter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "nextAfter", "(DD)D", arg0, arg1); } /// /// @@ -331,7 +331,7 @@ public static double NextUp(double arg0) /// public static double Pow(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "pow", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "pow", "(DD)D", arg0, arg1); } /// /// @@ -358,7 +358,7 @@ public static double Rint(double arg0) /// public static double Scalb(double arg0, int arg1) { - return SExecute(LocalBridgeClazz, "scalb", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "scalb", "(DI)D", arg0, arg1); } /// /// @@ -458,7 +458,7 @@ public static float Abs(float arg0) /// public static float CopySign(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "copySign", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "copySign", "(FF)F", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public static float CopySign(float arg0, float arg1) /// public static float Fma(float arg0, float arg1, float arg2) { - return SExecute(LocalBridgeClazz, "fma", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "fma", "(FFF)F", arg0, arg1, arg2); } /// /// @@ -479,7 +479,7 @@ public static float Fma(float arg0, float arg1, float arg2) /// public static float Max(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(FF)F", arg0, arg1); } /// /// @@ -489,7 +489,7 @@ public static float Max(float arg0, float arg1) /// public static float Min(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(FF)F", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public static float Min(float arg0, float arg1) /// public static float NextAfter(float arg0, double arg1) { - return SExecute(LocalBridgeClazz, "nextAfter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "nextAfter", "(FD)F", arg0, arg1); } /// /// @@ -527,7 +527,7 @@ public static float NextUp(float arg0) /// public static float Scalb(float arg0, int arg1) { - return SExecute(LocalBridgeClazz, "scalb", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "scalb", "(FI)F", arg0, arg1); } /// /// @@ -564,7 +564,7 @@ public static int Abs(int arg0) /// public static int AddExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "addExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "addExact", "(II)I", arg0, arg1); } /// /// @@ -583,7 +583,7 @@ public static int DecrementExact(int arg0) /// public static int FloorDiv(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(II)I", arg0, arg1); } /// /// @@ -593,7 +593,7 @@ public static int FloorDiv(int arg0, int arg1) /// public static int FloorMod(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(II)I", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public static int FloorMod(int arg0, int arg1) /// public static int FloorMod(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(JI)I", arg0, arg1); } /// /// @@ -640,7 +640,7 @@ public static int IncrementExact(int arg0) /// public static int Max(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(II)I", arg0, arg1); } /// /// @@ -650,7 +650,7 @@ public static int Max(int arg0, int arg1) /// public static int Min(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(II)I", arg0, arg1); } /// /// @@ -660,7 +660,7 @@ public static int Min(int arg0, int arg1) /// public static int MultiplyExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(II)I", arg0, arg1); } /// /// @@ -688,7 +688,7 @@ public static int Round(float arg0) /// public static int SubtractExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "subtractExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "subtractExact", "(II)I", arg0, arg1); } /// /// @@ -716,7 +716,7 @@ public static long Abs(long arg0) /// public static long AddExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "addExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "addExact", "(JJ)J", arg0, arg1); } /// /// @@ -735,7 +735,7 @@ public static long DecrementExact(long arg0) /// public static long FloorDiv(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(JI)J", arg0, arg1); } /// /// @@ -745,7 +745,7 @@ public static long FloorDiv(long arg0, int arg1) /// public static long FloorDiv(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(JJ)J", arg0, arg1); } /// /// @@ -755,7 +755,7 @@ public static long FloorDiv(long arg0, long arg1) /// public static long FloorMod(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(JJ)J", arg0, arg1); } /// /// @@ -774,7 +774,7 @@ public static long IncrementExact(long arg0) /// public static long Max(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(JJ)J", arg0, arg1); } /// /// @@ -784,7 +784,7 @@ public static long Max(long arg0, long arg1) /// public static long Min(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(JJ)J", arg0, arg1); } /// /// @@ -794,7 +794,7 @@ public static long Min(long arg0, long arg1) /// public static long MultiplyExact(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(JI)J", arg0, arg1); } /// /// @@ -804,7 +804,7 @@ public static long MultiplyExact(long arg0, int arg1) /// public static long MultiplyExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(JJ)J", arg0, arg1); } /// /// @@ -814,7 +814,7 @@ public static long MultiplyExact(long arg0, long arg1) /// public static long MultiplyFull(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyFull", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyFull", "(II)J", arg0, arg1); } /// /// @@ -824,7 +824,7 @@ public static long MultiplyFull(int arg0, int arg1) /// public static long MultiplyHigh(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "multiplyHigh", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyHigh", "(JJ)J", arg0, arg1); } /// /// @@ -852,7 +852,7 @@ public static long Round(double arg0) /// public static long SubtractExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "subtractExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "subtractExact", "(JJ)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Module.cs b/src/net/JNet/Generated/Java/Lang/Module.cs index 14fcfc5a98..aa5d75fd6e 100644 --- a/src/net/JNet/Generated/Java/Lang/Module.cs +++ b/src/net/JNet/Generated/Java/Lang/Module.cs @@ -175,7 +175,7 @@ public bool CanUse(Java.Lang.Class arg0) /// public bool IsExported(Java.Lang.String arg0, Java.Lang.Module arg1) { - return IExecute("isExported", arg0, arg1); + return IExecuteWithSignature("isExported", "(Ljava/lang/String;Ljava/lang/Module;)Z", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public bool IsNamed() /// public bool IsOpen(Java.Lang.String arg0, Java.Lang.Module arg1) { - return IExecute("isOpen", arg0, arg1); + return IExecuteWithSignature("isOpen", "(Ljava/lang/String;Ljava/lang/Module;)Z", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public Java.Io.InputStream GetResourceAsStream(Java.Lang.String arg0) /// public Java.Lang.Module AddExports(Java.Lang.String arg0, Java.Lang.Module arg1) { - return IExecute("addExports", arg0, arg1); + return IExecuteWithSignature("addExports", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/Module;", arg0, arg1); } /// /// @@ -241,7 +241,7 @@ public Java.Lang.Module AddExports(Java.Lang.String arg0, Java.Lang.Module arg1) /// public Java.Lang.Module AddOpens(Java.Lang.String arg0, Java.Lang.Module arg1) { - return IExecute("addOpens", arg0, arg1); + return IExecuteWithSignature("addOpens", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/Module;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/ModuleLayer.cs b/src/net/JNet/Generated/Java/Lang/ModuleLayer.cs index cc028c1d74..6ed2c24957 100644 --- a/src/net/JNet/Generated/Java/Lang/ModuleLayer.cs +++ b/src/net/JNet/Generated/Java/Lang/ModuleLayer.cs @@ -156,7 +156,7 @@ public static Java.Lang.ModuleLayer Empty() /// public static Java.Lang.ModuleLayer.Controller DefineModules(Java.Lang.ModuleNs.Configuration arg0, Java.Util.List arg1, Java.Util.Function.Function arg2) { - return SExecute(LocalBridgeClazz, "defineModules", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "defineModules", "(Ljava/lang/module/Configuration;Ljava/util/List;Ljava/util/function/Function;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1, arg2); } /// /// @@ -167,7 +167,7 @@ public static Java.Lang.ModuleLayer.Controller DefineModules(Java.Lang.ModuleNs. /// public static Java.Lang.ModuleLayer.Controller DefineModulesWithManyLoaders(Java.Lang.ModuleNs.Configuration arg0, Java.Util.List arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "defineModulesWithManyLoaders", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "defineModulesWithManyLoaders", "(Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1, arg2); } /// /// @@ -178,7 +178,7 @@ public static Java.Lang.ModuleLayer.Controller DefineModulesWithManyLoaders(Java /// public static Java.Lang.ModuleLayer.Controller DefineModulesWithOneLoader(Java.Lang.ModuleNs.Configuration arg0, Java.Util.List arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "defineModulesWithOneLoader", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "defineModulesWithOneLoader", "(Ljava/lang/module/Configuration;Ljava/util/List;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1, arg2); } #endregion @@ -209,7 +209,7 @@ public Java.Lang.ModuleNs.Configuration Configuration() /// public Java.Lang.ModuleLayer DefineModules(Java.Lang.ModuleNs.Configuration arg0, Java.Util.Function.Function arg1) { - return IExecute("defineModules", arg0, arg1); + return IExecuteWithSignature("defineModules", "(Ljava/lang/module/Configuration;Ljava/util/function/Function;)Ljava/lang/ModuleLayer;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public Java.Lang.ModuleLayer DefineModules(Java.Lang.ModuleNs.Configuration arg0 /// public Java.Lang.ModuleLayer DefineModulesWithManyLoaders(Java.Lang.ModuleNs.Configuration arg0, Java.Lang.ClassLoader arg1) { - return IExecute("defineModulesWithManyLoaders", arg0, arg1); + return IExecuteWithSignature("defineModulesWithManyLoaders", "(Ljava/lang/module/Configuration;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer;", arg0, arg1); } /// /// @@ -229,7 +229,7 @@ public Java.Lang.ModuleLayer DefineModulesWithManyLoaders(Java.Lang.ModuleNs.Con /// public Java.Lang.ModuleLayer DefineModulesWithOneLoader(Java.Lang.ModuleNs.Configuration arg0, Java.Lang.ClassLoader arg1) { - return IExecute("defineModulesWithOneLoader", arg0, arg1); + return IExecuteWithSignature("defineModulesWithOneLoader", "(Ljava/lang/module/Configuration;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer;", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public Java.Lang.ModuleLayer Layer() /// public Java.Lang.ModuleLayer.Controller AddExports(Java.Lang.Module arg0, Java.Lang.String arg1, Java.Lang.Module arg2) { - return IExecute("addExports", arg0, arg1, arg2); + return IExecuteWithSignature("addExports", "(Ljava/lang/Module;Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1, arg2); } /// /// @@ -308,7 +308,7 @@ public Java.Lang.ModuleLayer.Controller AddExports(Java.Lang.Module arg0, Java.L /// public Java.Lang.ModuleLayer.Controller AddOpens(Java.Lang.Module arg0, Java.Lang.String arg1, Java.Lang.Module arg2) { - return IExecute("addOpens", arg0, arg1, arg2); + return IExecuteWithSignature("addOpens", "(Ljava/lang/Module;Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1, arg2); } /// /// @@ -318,7 +318,7 @@ public Java.Lang.ModuleLayer.Controller AddOpens(Java.Lang.Module arg0, Java.Lan /// public Java.Lang.ModuleLayer.Controller AddReads(Java.Lang.Module arg0, Java.Lang.Module arg1) { - return IExecute("addReads", arg0, arg1); + return IExecuteWithSignature("addReads", "(Ljava/lang/Module;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/ModuleNs/Configuration.cs b/src/net/JNet/Generated/Java/Lang/ModuleNs/Configuration.cs index 6e41af6973..b8bcfce650 100644 --- a/src/net/JNet/Generated/Java/Lang/ModuleNs/Configuration.cs +++ b/src/net/JNet/Generated/Java/Lang/ModuleNs/Configuration.cs @@ -104,7 +104,7 @@ public static Java.Lang.ModuleNs.Configuration Empty() /// public static Java.Lang.ModuleNs.Configuration Resolve(Java.Lang.ModuleNs.ModuleFinder arg0, Java.Util.List arg1, Java.Lang.ModuleNs.ModuleFinder arg2, Java.Util.Collection arg3) { - return SExecute(LocalBridgeClazz, "resolve", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "resolve", "(Ljava/lang/module/ModuleFinder;Ljava/util/List;Ljava/lang/module/ModuleFinder;Ljava/util/Collection;)Ljava/lang/module/Configuration;", arg0, arg1, arg2, arg3); } /// /// @@ -116,7 +116,7 @@ public static Java.Lang.ModuleNs.Configuration Resolve(Java.Lang.ModuleNs.Module /// public static Java.Lang.ModuleNs.Configuration ResolveAndBind(Java.Lang.ModuleNs.ModuleFinder arg0, Java.Util.List arg1, Java.Lang.ModuleNs.ModuleFinder arg2, Java.Util.Collection arg3) { - return SExecute(LocalBridgeClazz, "resolveAndBind", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "resolveAndBind", "(Ljava/lang/module/ModuleFinder;Ljava/util/List;Ljava/lang/module/ModuleFinder;Ljava/util/Collection;)Ljava/lang/module/Configuration;", arg0, arg1, arg2, arg3); } #endregion @@ -131,7 +131,7 @@ public static Java.Lang.ModuleNs.Configuration ResolveAndBind(Java.Lang.ModuleNs /// public Java.Lang.ModuleNs.Configuration Resolve(Java.Lang.ModuleNs.ModuleFinder arg0, Java.Lang.ModuleNs.ModuleFinder arg1, Java.Util.Collection arg2) { - return IExecute("resolve", arg0, arg1, arg2); + return IExecuteWithSignature("resolve", "(Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;Ljava/util/Collection;)Ljava/lang/module/Configuration;", arg0, arg1, arg2); } /// /// @@ -142,7 +142,7 @@ public Java.Lang.ModuleNs.Configuration Resolve(Java.Lang.ModuleNs.ModuleFinder /// public Java.Lang.ModuleNs.Configuration ResolveAndBind(Java.Lang.ModuleNs.ModuleFinder arg0, Java.Lang.ModuleNs.ModuleFinder arg1, Java.Util.Collection arg2) { - return IExecute("resolveAndBind", arg0, arg1, arg2); + return IExecuteWithSignature("resolveAndBind", "(Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;Ljava/util/Collection;)Ljava/lang/module/Configuration;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/ModuleNs/ModuleDescriptor.cs b/src/net/JNet/Generated/Java/Lang/ModuleNs/ModuleDescriptor.cs index 56b4771bc4..c14ee4e90a 100644 --- a/src/net/JNet/Generated/Java/Lang/ModuleNs/ModuleDescriptor.cs +++ b/src/net/JNet/Generated/Java/Lang/ModuleNs/ModuleDescriptor.cs @@ -545,7 +545,7 @@ public partial class ModuleDescriptor /// public static Java.Lang.ModuleNs.ModuleDescriptor Read(Java.Io.InputStream arg0, Java.Util.Function.Supplier> arg1) { - return SExecute(LocalBridgeClazz, "read", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "read", "(Ljava/io/InputStream;Ljava/util/function/Supplier;)Ljava/lang/module/ModuleDescriptor;", arg0, arg1); } /// /// @@ -565,7 +565,7 @@ public static Java.Lang.ModuleNs.ModuleDescriptor Read(Java.Io.InputStream arg0) /// public static Java.Lang.ModuleNs.ModuleDescriptor Read(Java.Nio.ByteBuffer arg0, Java.Util.Function.Supplier> arg1) { - return SExecute(LocalBridgeClazz, "read", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "read", "(Ljava/nio/ByteBuffer;Ljava/util/function/Supplier;)Ljava/lang/module/ModuleDescriptor;", arg0, arg1); } /// /// @@ -593,7 +593,7 @@ public static Java.Lang.ModuleNs.ModuleDescriptor.Builder NewAutomaticModule(Jav /// public static Java.Lang.ModuleNs.ModuleDescriptor.Builder NewModule(Java.Lang.String arg0, Java.Util.Set arg1) { - return SExecute(LocalBridgeClazz, "newModule", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newModule", "(Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -796,7 +796,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Lang.Modul /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Lang.String arg0, Java.Util.Set arg1) { - return IExecute("exports", arg0, arg1); + return IExecuteWithSignature("exports", "(Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -816,7 +816,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Lang.Strin /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Util.Set arg0, Java.Lang.String arg1, Java.Util.Set arg2) { - return IExecute("exports", arg0, arg1, arg2); + return IExecuteWithSignature("exports", "(Ljava/util/Set;Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1, arg2); } /// /// @@ -826,7 +826,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Util.Set public Java.Lang.ModuleNs.ModuleDescriptor.Builder ExportsMethod(Java.Util.Set arg0, Java.Lang.String arg1) { - return IExecute("exports", arg0, arg1); + return IExecuteWithSignature("exports", "(Ljava/util/Set;Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -854,7 +854,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Lang.ModuleN /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Lang.String arg0, Java.Util.Set arg1) { - return IExecute("opens", arg0, arg1); + return IExecuteWithSignature("opens", "(Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -874,7 +874,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Lang.String /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Util.Set arg0, Java.Lang.String arg1, Java.Util.Set arg2) { - return IExecute("opens", arg0, arg1, arg2); + return IExecuteWithSignature("opens", "(Ljava/util/Set;Ljava/lang/String;Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1, arg2); } /// /// @@ -884,7 +884,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Util.Set public Java.Lang.ModuleNs.ModuleDescriptor.Builder OpensMethod(Java.Util.Set arg0, Java.Lang.String arg1) { - return IExecute("opens", arg0, arg1); + return IExecuteWithSignature("opens", "(Ljava/util/Set;Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -912,7 +912,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder ProvidesMethod(Java.Lang.Modu /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder ProvidesMethod(Java.Lang.String arg0, Java.Util.List arg1) { - return IExecute("provides", arg0, arg1); + return IExecuteWithSignature("provides", "(Ljava/lang/String;Ljava/util/List;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// @@ -941,7 +941,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder RequiresMethod(Java.Lang.Stri /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder RequiresMethod(Java.Util.Set arg0, Java.Lang.String arg1, Java.Lang.ModuleNs.ModuleDescriptor.Version arg2) { - return IExecute("requires", arg0, arg1, arg2); + return IExecuteWithSignature("requires", "(Ljava/util/Set;Ljava/lang/String;Ljava/lang/module/ModuleDescriptor$Version;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1, arg2); } /// /// @@ -951,7 +951,7 @@ public Java.Lang.ModuleNs.ModuleDescriptor.Builder RequiresMethod(Java.Util.Set< /// public Java.Lang.ModuleNs.ModuleDescriptor.Builder RequiresMethod(Java.Util.Set arg0, Java.Lang.String arg1) { - return IExecute("requires", arg0, arg1); + return IExecuteWithSignature("requires", "(Ljava/util/Set;Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Process.cs b/src/net/JNet/Generated/Java/Lang/Process.cs index 0f0aa5b1ed..11f76fd461 100644 --- a/src/net/JNet/Generated/Java/Lang/Process.cs +++ b/src/net/JNet/Generated/Java/Lang/Process.cs @@ -162,7 +162,7 @@ public bool SupportsNormalTermination() /// public bool WaitFor(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("waitFor", arg0, arg1); + return IExecuteWithSignature("waitFor", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Ref/Cleaner.cs b/src/net/JNet/Generated/Java/Lang/Ref/Cleaner.cs index 29e4580498..c6d078edaa 100644 --- a/src/net/JNet/Generated/Java/Lang/Ref/Cleaner.cs +++ b/src/net/JNet/Generated/Java/Lang/Ref/Cleaner.cs @@ -162,7 +162,7 @@ public static Java.Lang.Ref.Cleaner Create(Java.Util.Concurrent.ThreadFactory ar /// public Java.Lang.Ref.Cleaner.Cleanable Register(object arg0, Java.Lang.Runnable arg1) { - return IExecute("register", arg0, arg1); + return IExecuteWithSignature("register", "(Ljava/lang/Object;Ljava/lang/Runnable;)Ljava/lang/ref/Cleaner$Cleanable;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/AccessibleObject.cs b/src/net/JNet/Generated/Java/Lang/Reflect/AccessibleObject.cs index 690b454479..074fcd06d4 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/AccessibleObject.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/AccessibleObject.cs @@ -93,7 +93,7 @@ public partial class AccessibleObject /// public static void SetAccessible(Java.Lang.Reflect.AccessibleObject[] arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setAccessible", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAccessible", "([Ljava/lang/reflect/AccessibleObject;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/Array.cs b/src/net/JNet/Generated/Java/Lang/Reflect/Array.cs index ff72b67eaf..e7c6cc90dc 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/Array.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/Array.cs @@ -96,7 +96,7 @@ public partial class Array /// public static object NewInstance(Java.Lang.Class arg0, params int[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "newInstance", arg0); else return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/Class;[I)Ljava/lang/Object;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/Class;[I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static object NewInstance(Java.Lang.Class arg0, params int[] arg1) /// public static object NewInstance(Java.Lang.Class arg0, int arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/Class;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -119,7 +119,7 @@ public static object NewInstance(Java.Lang.Class arg0, int arg1) /// public static bool GetBoolean(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getBoolean", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBoolean", "(Ljava/lang/Object;I)Z", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static bool GetBoolean(object arg0, int arg1) /// public static byte GetByte(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getByte", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getByte", "(Ljava/lang/Object;I)B", arg0, arg1); } /// /// @@ -143,7 +143,7 @@ public static byte GetByte(object arg0, int arg1) /// public static char GetChar(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getChar", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getChar", "(Ljava/lang/Object;I)C", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public static char GetChar(object arg0, int arg1) /// public static double GetDouble(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getDouble", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getDouble", "(Ljava/lang/Object;I)D", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public static double GetDouble(object arg0, int arg1) /// public static float GetFloat(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getFloat", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFloat", "(Ljava/lang/Object;I)F", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public static float GetFloat(object arg0, int arg1) /// public static int GetInt(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getInt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInt", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public static int GetLength(object arg0) /// public static object Get(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "get", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "get", "(Ljava/lang/Object;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public static object Get(object arg0, int arg1) /// public static long GetLong(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getLong", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getLong", "(Ljava/lang/Object;I)J", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public static long GetLong(object arg0, int arg1) /// public static short GetShort(object arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getShort", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getShort", "(Ljava/lang/Object;I)S", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public static short GetShort(object arg0, int arg1) /// public static void Set(object arg0, int arg1, object arg2) { - SExecute(LocalBridgeClazz, "set", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "set", "(Ljava/lang/Object;ILjava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -249,7 +249,7 @@ public static void Set(object arg0, int arg1, object arg2) /// public static void SetBoolean(object arg0, int arg1, bool arg2) { - SExecute(LocalBridgeClazz, "setBoolean", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setBoolean", "(Ljava/lang/Object;IZ)V", arg0, arg1, arg2); } /// /// @@ -261,7 +261,7 @@ public static void SetBoolean(object arg0, int arg1, bool arg2) /// public static void SetByte(object arg0, int arg1, byte arg2) { - SExecute(LocalBridgeClazz, "setByte", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setByte", "(Ljava/lang/Object;IB)V", arg0, arg1, arg2); } /// /// @@ -273,7 +273,7 @@ public static void SetByte(object arg0, int arg1, byte arg2) /// public static void SetChar(object arg0, int arg1, char arg2) { - SExecute(LocalBridgeClazz, "setChar", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setChar", "(Ljava/lang/Object;IC)V", arg0, arg1, arg2); } /// /// @@ -285,7 +285,7 @@ public static void SetChar(object arg0, int arg1, char arg2) /// public static void SetDouble(object arg0, int arg1, double arg2) { - SExecute(LocalBridgeClazz, "setDouble", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setDouble", "(Ljava/lang/Object;ID)V", arg0, arg1, arg2); } /// /// @@ -297,7 +297,7 @@ public static void SetDouble(object arg0, int arg1, double arg2) /// public static void SetFloat(object arg0, int arg1, float arg2) { - SExecute(LocalBridgeClazz, "setFloat", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setFloat", "(Ljava/lang/Object;IF)V", arg0, arg1, arg2); } /// /// @@ -309,7 +309,7 @@ public static void SetFloat(object arg0, int arg1, float arg2) /// public static void SetInt(object arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "setInt", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setInt", "(Ljava/lang/Object;II)V", arg0, arg1, arg2); } /// /// @@ -321,7 +321,7 @@ public static void SetInt(object arg0, int arg1, int arg2) /// public static void SetLong(object arg0, int arg1, long arg2) { - SExecute(LocalBridgeClazz, "setLong", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setLong", "(Ljava/lang/Object;IJ)V", arg0, arg1, arg2); } /// /// @@ -333,7 +333,7 @@ public static void SetLong(object arg0, int arg1, long arg2) /// public static void SetShort(object arg0, int arg1, short arg2) { - SExecute(LocalBridgeClazz, "setShort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "setShort", "(Ljava/lang/Object;IS)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/Field.cs b/src/net/JNet/Generated/Java/Lang/Reflect/Field.cs index ff4dbcba87..66fa098d9e 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/Field.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/Field.cs @@ -268,7 +268,7 @@ public short GetShort(object arg0) /// public void Set(object arg0, object arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public void Set(object arg0, object arg1) /// public void SetBoolean(object arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(Ljava/lang/Object;Z)V", arg0, arg1); } /// /// @@ -290,7 +290,7 @@ public void SetBoolean(object arg0, bool arg1) /// public void SetByte(object arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(Ljava/lang/Object;B)V", arg0, arg1); } /// /// @@ -301,7 +301,7 @@ public void SetByte(object arg0, byte arg1) /// public void SetChar(object arg0, char arg1) { - IExecute("setChar", arg0, arg1); + IExecuteWithSignature("setChar", "(Ljava/lang/Object;C)V", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public void SetChar(object arg0, char arg1) /// public void SetDouble(object arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(Ljava/lang/Object;D)V", arg0, arg1); } /// /// @@ -323,7 +323,7 @@ public void SetDouble(object arg0, double arg1) /// public void SetFloat(object arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(Ljava/lang/Object;F)V", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public void SetFloat(object arg0, float arg1) /// public void SetInt(object arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -345,7 +345,7 @@ public void SetInt(object arg0, int arg1) /// public void SetLong(object arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -356,7 +356,7 @@ public void SetLong(object arg0, long arg1) /// public void SetShort(object arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(Ljava/lang/Object;S)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/InvocationHandler.cs b/src/net/JNet/Generated/Java/Lang/Reflect/InvocationHandler.cs index ee24c7190b..9a0dab3113 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/InvocationHandler.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/InvocationHandler.cs @@ -129,7 +129,7 @@ public partial class InvocationHandler : Java.Lang.Reflect.IInvocationHandler /// public object Invoke(object arg0, Java.Lang.Reflect.Method arg1, object[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/Method.cs b/src/net/JNet/Generated/Java/Lang/Reflect/Method.cs index 60e8aabc64..7298596620 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/Method.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/Method.cs @@ -138,7 +138,7 @@ public bool IsDefault() /// public object Invoke(object arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("invoke", arg0); else return IExecute("invoke", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("invoke", "(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;", arg0); else return IExecuteWithSignature("invoke", "(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Reflect/Proxy.cs b/src/net/JNet/Generated/Java/Lang/Reflect/Proxy.cs index b08e6825b0..c4d2a6e196 100644 --- a/src/net/JNet/Generated/Java/Lang/Reflect/Proxy.cs +++ b/src/net/JNet/Generated/Java/Lang/Reflect/Proxy.cs @@ -104,7 +104,7 @@ public static bool IsProxyClass(Java.Lang.Class arg0) /// public static object NewProxyInstance(Java.Lang.ClassLoader arg0, Java.Lang.Class[] arg1, Java.Lang.Reflect.InvocationHandler arg2) { - return SExecute(LocalBridgeClazz, "newProxyInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newProxyInstance", "(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Runtime.cs b/src/net/JNet/Generated/Java/Lang/Runtime.cs index 5a77b11478..607d7e2e3a 100644 --- a/src/net/JNet/Generated/Java/Lang/Runtime.cs +++ b/src/net/JNet/Generated/Java/Lang/Runtime.cs @@ -169,7 +169,7 @@ public bool RemoveShutdownHook(Java.Lang.Thread arg0) /// public Java.Lang.Process Exec(Java.Lang.String arg0, Java.Lang.String[] arg1, Java.Io.File arg2) { - return IExecute("exec", arg0, arg1, arg2); + return IExecuteWithSignature("exec", "(Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process;", arg0, arg1, arg2); } /// /// @@ -180,7 +180,7 @@ public Java.Lang.Process Exec(Java.Lang.String arg0, Java.Lang.String[] arg1, Ja /// public Java.Lang.Process Exec(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("exec", arg0, arg1); + return IExecuteWithSignature("exec", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Process;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Java.Lang.Process Exec(Java.Lang.String arg0) /// public Java.Lang.Process Exec(Java.Lang.String[] arg0, Java.Lang.String[] arg1, Java.Io.File arg2) { - return IExecute("exec", arg0, arg1, arg2); + return IExecuteWithSignature("exec", "([Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process;", arg0, arg1, arg2); } /// /// @@ -213,7 +213,7 @@ public Java.Lang.Process Exec(Java.Lang.String[] arg0, Java.Lang.String[] arg1, /// public Java.Lang.Process Exec(Java.Lang.String[] arg0, Java.Lang.String[] arg1) { - return IExecute("exec", arg0, arg1); + return IExecuteWithSignature("exec", "([Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Process;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/SecurityManager.cs b/src/net/JNet/Generated/Java/Lang/SecurityManager.cs index 109bbec62a..fc00ab67e1 100644 --- a/src/net/JNet/Generated/Java/Lang/SecurityManager.cs +++ b/src/net/JNet/Generated/Java/Lang/SecurityManager.cs @@ -111,7 +111,7 @@ public Java.Lang.ThreadGroup ThreadGroup /// public void CheckAccept(Java.Lang.String arg0, int arg1) { - IExecute("checkAccept", arg0, arg1); + IExecuteWithSignature("checkAccept", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -137,7 +137,7 @@ public void CheckAccess(Java.Lang.ThreadGroup arg0) /// public void CheckConnect(Java.Lang.String arg0, int arg1, object arg2) { - IExecute("checkConnect", arg0, arg1, arg2); + IExecuteWithSignature("checkConnect", "(Ljava/lang/String;ILjava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -146,7 +146,7 @@ public void CheckConnect(Java.Lang.String arg0, int arg1, object arg2) /// public void CheckConnect(Java.Lang.String arg0, int arg1) { - IExecute("checkConnect", arg0, arg1); + IExecuteWithSignature("checkConnect", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -226,7 +226,7 @@ public void CheckPackageDefinition(Java.Lang.String arg0) /// public void CheckPermission(Java.Security.Permission arg0, object arg1) { - IExecute("checkPermission", arg0, arg1); + IExecuteWithSignature("checkPermission", "(Ljava/security/Permission;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -273,7 +273,7 @@ public void CheckRead(Java.Io.FileDescriptor arg0) /// public void CheckRead(Java.Lang.String arg0, object arg1) { - IExecute("checkRead", arg0, arg1); + IExecuteWithSignature("checkRead", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/Short.cs b/src/net/JNet/Generated/Java/Lang/Short.cs index b9aac56397..7889369b48 100644 --- a/src/net/JNet/Generated/Java/Lang/Short.cs +++ b/src/net/JNet/Generated/Java/Lang/Short.cs @@ -128,7 +128,7 @@ public partial class Short /// public static int Compare(short arg0, short arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(SS)I", arg0, arg1); } /// /// @@ -138,7 +138,7 @@ public static int Compare(short arg0, short arg1) /// public static int CompareUnsigned(short arg0, short arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "(SS)I", arg0, arg1); } /// /// @@ -177,7 +177,7 @@ public static Java.Lang.Short Decode(Java.Lang.String arg0) /// public static Java.Lang.Short ValueOf(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "(Ljava/lang/String;I)Ljava/lang/Short;", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public static long ToUnsignedLong(short arg0) /// public static short ParseShort(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "parseShort", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parseShort", "(Ljava/lang/String;I)S", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/StackWalker.cs b/src/net/JNet/Generated/Java/Lang/StackWalker.cs index 02f655723b..4157ff15e3 100644 --- a/src/net/JNet/Generated/Java/Lang/StackWalker.cs +++ b/src/net/JNet/Generated/Java/Lang/StackWalker.cs @@ -202,7 +202,7 @@ public static Java.Lang.StackWalker GetInstance(Java.Lang.StackWalker.Option arg /// public static Java.Lang.StackWalker GetInstance(Java.Util.Set arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/util/Set;I)Ljava/lang/StackWalker;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/StrictMath.cs b/src/net/JNet/Generated/Java/Lang/StrictMath.cs index df45f9b505..cde33e46b8 100644 --- a/src/net/JNet/Generated/Java/Lang/StrictMath.cs +++ b/src/net/JNet/Generated/Java/Lang/StrictMath.cs @@ -133,7 +133,7 @@ public static double Ceil(double arg0) /// public static double CopySign(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "copySign", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "copySign", "(DD)D", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public static double Floor(double arg0) /// public static double Fma(double arg0, double arg1, double arg2) { - return SExecute(LocalBridgeClazz, "fma", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "fma", "(DDD)D", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public static double Fma(double arg0, double arg1, double arg2) /// public static double Hypot(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "hypot", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "hypot", "(DD)D", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public static double Hypot(double arg0, double arg1) /// public static double Max(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(DD)D", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public static double Max(double arg0, double arg1) /// public static double Min(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(DD)D", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public static double Min(double arg0, double arg1) /// public static double NextAfter(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "nextAfter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "nextAfter", "(DD)D", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public static double NextUp(double arg0) /// public static double Pow(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "pow", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "pow", "(DD)D", arg0, arg1); } /// /// @@ -257,7 +257,7 @@ public static double Rint(double arg0) /// public static double Scalb(double arg0, int arg1) { - return SExecute(LocalBridgeClazz, "scalb", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "scalb", "(DI)D", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public static float Abs(float arg0) /// public static float CopySign(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "copySign", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "copySign", "(FF)F", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public static float CopySign(float arg0, float arg1) /// public static float Fma(float arg0, float arg1, float arg2) { - return SExecute(LocalBridgeClazz, "fma", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "fma", "(FFF)F", arg0, arg1, arg2); } /// /// @@ -315,7 +315,7 @@ public static float Fma(float arg0, float arg1, float arg2) /// public static float Max(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(FF)F", arg0, arg1); } /// /// @@ -325,7 +325,7 @@ public static float Max(float arg0, float arg1) /// public static float Min(float arg0, float arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(FF)F", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public static float Min(float arg0, float arg1) /// public static float NextAfter(float arg0, double arg1) { - return SExecute(LocalBridgeClazz, "nextAfter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "nextAfter", "(FD)F", arg0, arg1); } /// /// @@ -363,7 +363,7 @@ public static float NextUp(float arg0) /// public static float Scalb(float arg0, int arg1) { - return SExecute(LocalBridgeClazz, "scalb", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "scalb", "(FI)F", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public static int Abs(int arg0) /// public static int AddExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "addExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "addExact", "(II)I", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public static int AddExact(int arg0, int arg1) /// public static int FloorDiv(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(II)I", arg0, arg1); } /// /// @@ -420,7 +420,7 @@ public static int FloorDiv(int arg0, int arg1) /// public static int FloorMod(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(II)I", arg0, arg1); } /// /// @@ -430,7 +430,7 @@ public static int FloorMod(int arg0, int arg1) /// public static int FloorMod(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(JI)I", arg0, arg1); } /// /// @@ -458,7 +458,7 @@ public static int GetExponent(float arg0) /// public static int Max(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(II)I", arg0, arg1); } /// /// @@ -468,7 +468,7 @@ public static int Max(int arg0, int arg1) /// public static int Min(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(II)I", arg0, arg1); } /// /// @@ -478,7 +478,7 @@ public static int Min(int arg0, int arg1) /// public static int MultiplyExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(II)I", arg0, arg1); } /// /// @@ -497,7 +497,7 @@ public static int Round(float arg0) /// public static int SubtractExact(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "subtractExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "subtractExact", "(II)I", arg0, arg1); } /// /// @@ -525,7 +525,7 @@ public static long Abs(long arg0) /// public static long AddExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "addExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "addExact", "(JJ)J", arg0, arg1); } /// /// @@ -535,7 +535,7 @@ public static long AddExact(long arg0, long arg1) /// public static long FloorDiv(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(JI)J", arg0, arg1); } /// /// @@ -545,7 +545,7 @@ public static long FloorDiv(long arg0, int arg1) /// public static long FloorDiv(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "floorDiv", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorDiv", "(JJ)J", arg0, arg1); } /// /// @@ -555,7 +555,7 @@ public static long FloorDiv(long arg0, long arg1) /// public static long FloorMod(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "floorMod", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "floorMod", "(JJ)J", arg0, arg1); } /// /// @@ -565,7 +565,7 @@ public static long FloorMod(long arg0, long arg1) /// public static long Max(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(JJ)J", arg0, arg1); } /// /// @@ -575,7 +575,7 @@ public static long Max(long arg0, long arg1) /// public static long Min(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(JJ)J", arg0, arg1); } /// /// @@ -585,7 +585,7 @@ public static long Min(long arg0, long arg1) /// public static long MultiplyExact(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(JI)J", arg0, arg1); } /// /// @@ -595,7 +595,7 @@ public static long MultiplyExact(long arg0, int arg1) /// public static long MultiplyExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "multiplyExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyExact", "(JJ)J", arg0, arg1); } /// /// @@ -605,7 +605,7 @@ public static long MultiplyExact(long arg0, long arg1) /// public static long MultiplyFull(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "multiplyFull", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyFull", "(II)J", arg0, arg1); } /// /// @@ -615,7 +615,7 @@ public static long MultiplyFull(int arg0, int arg1) /// public static long MultiplyHigh(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "multiplyHigh", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "multiplyHigh", "(JJ)J", arg0, arg1); } /// /// @@ -634,7 +634,7 @@ public static long Round(double arg0) /// public static long SubtractExact(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "subtractExact", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "subtractExact", "(JJ)J", arg0, arg1); } /// /// @@ -671,7 +671,7 @@ public static double Atan(double arg0) /// public static double Atan2(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "atan2", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "atan2", "(DD)D", arg0, arg1); } /// /// @@ -708,7 +708,7 @@ public static double Expm1(double arg0) /// public static double IEEEremainder(double arg0, double arg1) { - return SExecute(LocalBridgeClazz, "IEEEremainder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "IEEEremainder", "(DD)D", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/String.cs b/src/net/JNet/Generated/Java/Lang/String.cs index ce13db5886..4ac42d0b8e 100644 --- a/src/net/JNet/Generated/Java/Lang/String.cs +++ b/src/net/JNet/Generated/Java/Lang/String.cs @@ -225,7 +225,7 @@ public String(Java.Lang.StringBuilder arg0) /// public static Java.Lang.String CopyValueOf(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "copyValueOf", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "copyValueOf", "([CII)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -244,7 +244,7 @@ public static Java.Lang.String CopyValueOf(char[] arg0) /// public static Java.Lang.String Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "format", arg0); else return SExecute(LocalBridgeClazz, "format", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -255,7 +255,7 @@ public static Java.Lang.String Format(Java.Lang.String arg0, params object[] arg /// public static Java.Lang.String Format(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "format", arg0, arg1); else return SExecute(LocalBridgeClazz, "format", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -265,7 +265,7 @@ public static Java.Lang.String Format(Java.Util.Locale arg0, Java.Lang.String ar /// public static Java.Lang.String Join(Java.Lang.CharSequence arg0, params Java.Lang.CharSequence[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "join", arg0); else return SExecute(LocalBridgeClazz, "join", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "join", "(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "join", "(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -276,7 +276,7 @@ public static Java.Lang.String Join(Java.Lang.CharSequence arg0, params Java.Lan /// public static Java.Lang.String Join(Java.Lang.CharSequence arg0, Java.Lang.Iterable arg1) where Arg1ExtendsJava_Lang_CharSequence : Java.Lang.CharSequence { - return SExecute(LocalBridgeClazz, "join", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "join", "(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public static Java.Lang.String ValueOf(char arg0) /// public static Java.Lang.String ValueOf(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "([CII)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -453,7 +453,7 @@ public bool Matches(Java.Lang.String arg0) /// public bool RegionMatches(bool arg0, int arg1, Java.Lang.String arg2, int arg3, int arg4) { - return IExecute("regionMatches", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("regionMatches", "(ZILjava/lang/String;II)Z", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -465,7 +465,7 @@ public bool RegionMatches(bool arg0, int arg1, Java.Lang.String arg2, int arg3, /// public bool RegionMatches(int arg0, Java.Lang.String arg1, int arg2, int arg3) { - return IExecute("regionMatches", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("regionMatches", "(ILjava/lang/String;II)Z", arg0, arg1, arg2, arg3); } /// /// @@ -475,7 +475,7 @@ public bool RegionMatches(int arg0, Java.Lang.String arg1, int arg2, int arg3) /// public bool StartsWith(Java.Lang.String arg0, int arg1) { - return IExecute("startsWith", arg0, arg1); + return IExecuteWithSignature("startsWith", "(Ljava/lang/String;I)Z", arg0, arg1); } /// /// @@ -548,7 +548,7 @@ public int CodePointBefore(int arg0) /// public int CodePointCount(int arg0, int arg1) { - return IExecute("codePointCount", arg0, arg1); + return IExecuteWithSignature("codePointCount", "(II)I", arg0, arg1); } /// /// @@ -585,7 +585,7 @@ public int CompareToIgnoreCase(Java.Lang.String arg0) /// public int IndexOf(int arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(II)I", arg0, arg1); } /// /// @@ -604,7 +604,7 @@ public int IndexOf(int arg0) /// public int IndexOf(Java.Lang.String arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public int IndexOf(Java.Lang.String arg0) /// public int LastIndexOf(int arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(II)I", arg0, arg1); } /// /// @@ -642,7 +642,7 @@ public int LastIndexOf(int arg0) /// public int LastIndexOf(Java.Lang.String arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -669,7 +669,7 @@ public int Length() /// public int OffsetByCodePoints(int arg0, int arg1) { - return IExecute("offsetByCodePoints", arg0, arg1); + return IExecuteWithSignature("offsetByCodePoints", "(II)I", arg0, arg1); } /// /// @@ -679,7 +679,7 @@ public int OffsetByCodePoints(int arg0, int arg1) /// public Java.Lang.CharSequence SubSequence(int arg0, int arg1) { - return IExecute("subSequence", arg0, arg1); + return IExecuteWithSignature("subSequence", "(II)Ljava/lang/CharSequence;", arg0, arg1); } /// /// @@ -707,7 +707,7 @@ public Java.Lang.String Repeat(int arg0) /// public Java.Lang.String Replace(char arg0, char arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(CC)Ljava/lang/String;", arg0, arg1); } /// /// @@ -717,7 +717,7 @@ public Java.Lang.String Replace(char arg0, char arg1) /// public Java.Lang.String Replace(Java.Lang.CharSequence arg0, Java.Lang.CharSequence arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -727,7 +727,7 @@ public Java.Lang.String Replace(Java.Lang.CharSequence arg0, Java.Lang.CharSeque /// public Java.Lang.String ReplaceAll(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("replaceAll", arg0, arg1); + return IExecuteWithSignature("replaceAll", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -737,7 +737,7 @@ public Java.Lang.String ReplaceAll(Java.Lang.String arg0, Java.Lang.String arg1) /// public Java.Lang.String ReplaceFirst(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("replaceFirst", arg0, arg1); + return IExecuteWithSignature("replaceFirst", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -771,7 +771,7 @@ public Java.Lang.String StripTrailing() /// public Java.Lang.String Substring(int arg0, int arg1) { - return IExecute("substring", arg0, arg1); + return IExecuteWithSignature("substring", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -832,7 +832,7 @@ public Java.Lang.String Trim() /// public Java.Lang.String[] Split(Java.Lang.String arg0, int arg1) { - return IExecuteArray("split", arg0, arg1); + return IExecuteWithSignatureArray("split", "(Ljava/lang/String;I)[Ljava/lang/String;", arg0, arg1); } /// /// @@ -884,7 +884,7 @@ public Java.Lang.String Intern() /// public void GetChars(int arg0, int arg1, char[] arg2, int arg3) { - IExecute("getChars", arg0, arg1, arg2, arg3); + IExecuteWithSignature("getChars", "(II[CI)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/System.cs b/src/net/JNet/Generated/Java/Lang/System.cs index 393afb4e34..81c18172d6 100644 --- a/src/net/JNet/Generated/Java/Lang/System.cs +++ b/src/net/JNet/Generated/Java/Lang/System.cs @@ -298,7 +298,7 @@ public static Java.Lang.String Getenv(Java.Lang.String arg0) /// public static Java.Lang.String GetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getProperty", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -325,7 +325,7 @@ public static Java.Lang.String LineSeparator() /// public static Java.Lang.String SetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "setProperty", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "setProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public static Java.Lang.String SetProperty(Java.Lang.String arg0, Java.Lang.Stri /// public static Java.Lang.System.Logger GetLogger(Java.Lang.String arg0, Java.Util.ResourceBundle arg1) { - return SExecute(LocalBridgeClazz, "getLogger", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getLogger", "(Ljava/lang/String;Ljava/util/ResourceBundle;)Ljava/lang/System$Logger;", arg0, arg1); } /// /// @@ -399,7 +399,7 @@ public static long NanoTime() /// public static void Arraycopy(object arg0, int arg1, object arg2, int arg3, int arg4) { - SExecute(LocalBridgeClazz, "arraycopy", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "arraycopy", "(Ljava/lang/Object;ILjava/lang/Object;II)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -516,7 +516,7 @@ public bool IsLoggable(Java.Lang.System.Logger.Level arg0) /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.ResourceBundle arg1, Java.Lang.String arg2, params object[] arg3) { - if (arg3.Length == 0) IExecute("log", arg0, arg1, arg2); else IExecute("log", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2); else IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -527,7 +527,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.ResourceBundle arg /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.ResourceBundle arg1, Java.Lang.String arg2, MASES.JCOBridge.C2JBridge.JVMBridgeException arg3) { - IExecute("log", arg0, arg1, arg2, arg3); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2, arg3); } /// /// @@ -536,7 +536,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.ResourceBundle arg /// public void Log(Java.Lang.System.Logger.Level arg0, object arg1) { - IExecute("log", arg0, arg1); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -546,7 +546,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, object arg1) /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) IExecute("log", arg0, arg1); else IExecute("log", arg0, arg1, arg2); + if (arg2.Length == 0) IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1); else IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -556,7 +556,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1, param /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1, MASES.JCOBridge.C2JBridge.JVMBridgeException arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2); } /// /// @@ -565,7 +565,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1, MASES /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1) { - IExecute("log", arg0, arg1); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -575,7 +575,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Lang.String arg1) /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.Function.Supplier arg1, MASES.JCOBridge.C2JBridge.JVMBridgeException arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;Ljava/lang/Throwable;)V", arg0, arg1, arg2); } /// /// @@ -584,7 +584,7 @@ public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.Function.Supplier< /// public void Log(Java.Lang.System.Logger.Level arg0, Java.Util.Function.Supplier arg1) { - IExecute("log", arg0, arg1); + IExecuteWithSignature("log", "(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V", arg0, arg1); } #endregion @@ -736,7 +736,7 @@ public static Java.Lang.System.LoggerFinder GetLoggerFinder /// public Java.Lang.System.Logger GetLogger(Java.Lang.String arg0, Java.Lang.Module arg1) { - return IExecute("getLogger", arg0, arg1); + return IExecuteWithSignature("getLogger", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/System$Logger;", arg0, arg1); } /// /// @@ -747,7 +747,7 @@ public Java.Lang.System.Logger GetLogger(Java.Lang.String arg0, Java.Lang.Module /// public Java.Lang.System.Logger GetLocalizedLogger(Java.Lang.String arg0, Java.Util.ResourceBundle arg1, Java.Lang.Module arg2) { - return IExecute("getLocalizedLogger", arg0, arg1, arg2); + return IExecuteWithSignature("getLocalizedLogger", "(Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/Module;)Ljava/lang/System$Logger;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Lang/Thread.cs b/src/net/JNet/Generated/Java/Lang/Thread.cs index 67eaf8f5ef..371e5947fc 100644 --- a/src/net/JNet/Generated/Java/Lang/Thread.cs +++ b/src/net/JNet/Generated/Java/Lang/Thread.cs @@ -312,7 +312,7 @@ public static void OnSpinWait() /// public static void Sleep(long arg0, int arg1) { - SExecute(LocalBridgeClazz, "sleep", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "sleep", "(JI)V", arg0, arg1); } #endregion @@ -399,7 +399,7 @@ public bool IsAlive() /// public void Join(long arg0, int arg1) { - IExecute("join", arg0, arg1); + IExecuteWithSignature("join", "(JI)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Lang/ThreadGroup.cs b/src/net/JNet/Generated/Java/Lang/ThreadGroup.cs index 9d90886817..49f208a112 100644 --- a/src/net/JNet/Generated/Java/Lang/ThreadGroup.cs +++ b/src/net/JNet/Generated/Java/Lang/ThreadGroup.cs @@ -198,7 +198,7 @@ public int ActiveGroupCount() /// public int Enumerate(Java.Lang.Thread[] arg0, bool arg1) { - return IExecute("enumerate", arg0, arg1); + return IExecuteWithSignature("enumerate", "([Ljava/lang/Thread;Z)I", arg0, arg1); } /// /// @@ -217,7 +217,7 @@ public int Enumerate(Java.Lang.Thread[] arg0) /// public int Enumerate(Java.Lang.ThreadGroup[] arg0, bool arg1) { - return IExecute("enumerate", arg0, arg1); + return IExecuteWithSignature("enumerate", "([Ljava/lang/ThreadGroup;Z)I", arg0, arg1); } /// /// @@ -250,7 +250,7 @@ public void List() /// public void UncaughtException(Java.Lang.Thread arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - IExecute("uncaughtException", arg0, arg1); + IExecuteWithSignature("uncaughtException", "(Ljava/lang/Thread;Ljava/lang/Throwable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Math/BigDecimal.cs b/src/net/JNet/Generated/Java/Math/BigDecimal.cs index 3a710d869a..409cfb974c 100644 --- a/src/net/JNet/Generated/Java/Math/BigDecimal.cs +++ b/src/net/JNet/Generated/Java/Math/BigDecimal.cs @@ -267,7 +267,7 @@ public static Java.Math.BigDecimal ValueOf(double arg0) /// public static Java.Math.BigDecimal ValueOf(long arg0, int arg1) { - return SExecute(LocalBridgeClazz, "valueOf", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "valueOf", "(JI)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public Java.Math.BigDecimal Abs(Java.Math.MathContext arg0) /// public Java.Math.BigDecimal Add(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -401,7 +401,7 @@ public Java.Math.BigDecimal Add(Java.Math.BigDecimal arg0) /// public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0, int arg1, Java.Math.RoundingMode arg2) { - return IExecute("divide", arg0, arg1, arg2); + return IExecuteWithSignature("divide", "(Ljava/math/BigDecimal;ILjava/math/RoundingMode;)Ljava/math/BigDecimal;", arg0, arg1, arg2); } /// /// @@ -411,7 +411,7 @@ public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0, int arg1, Java.Mat /// public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("divide", arg0, arg1); + return IExecuteWithSignature("divide", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -421,7 +421,7 @@ public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0, Java.Math.MathCont /// public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0, Java.Math.RoundingMode arg1) { - return IExecute("divide", arg0, arg1); + return IExecuteWithSignature("divide", "(Ljava/math/BigDecimal;Ljava/math/RoundingMode;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -440,7 +440,7 @@ public Java.Math.BigDecimal Divide(Java.Math.BigDecimal arg0) /// public Java.Math.BigDecimal DivideToIntegralValue(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("divideToIntegralValue", arg0, arg1); + return IExecuteWithSignature("divideToIntegralValue", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -495,7 +495,7 @@ public Java.Math.BigDecimal MovePointRight(int arg0) /// public Java.Math.BigDecimal Multiply(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("multiply", arg0, arg1); + return IExecuteWithSignature("multiply", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -548,7 +548,7 @@ public Java.Math.BigDecimal Plus(Java.Math.MathContext arg0) /// public Java.Math.BigDecimal Pow(int arg0, Java.Math.MathContext arg1) { - return IExecute("pow", arg0, arg1); + return IExecuteWithSignature("pow", "(ILjava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -567,7 +567,7 @@ public Java.Math.BigDecimal Pow(int arg0) /// public Java.Math.BigDecimal Remainder(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("remainder", arg0, arg1); + return IExecuteWithSignature("remainder", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -604,7 +604,7 @@ public Java.Math.BigDecimal ScaleByPowerOfTen(int arg0) /// public Java.Math.BigDecimal SetScale(int arg0, Java.Math.RoundingMode arg1) { - return IExecute("setScale", arg0, arg1); + return IExecuteWithSignature("setScale", "(ILjava/math/RoundingMode;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -640,7 +640,7 @@ public Java.Math.BigDecimal StripTrailingZeros() /// public Java.Math.BigDecimal Subtract(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecute("subtract", arg0, arg1); + return IExecuteWithSignature("subtract", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", arg0, arg1); } /// /// @@ -667,7 +667,7 @@ public Java.Math.BigDecimal Ulp() /// public Java.Math.BigDecimal[] DivideAndRemainder(Java.Math.BigDecimal arg0, Java.Math.MathContext arg1) { - return IExecuteArray("divideAndRemainder", arg0, arg1); + return IExecuteWithSignatureArray("divideAndRemainder", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)[Ljava/math/BigDecimal;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Math/BigInteger.cs b/src/net/JNet/Generated/Java/Math/BigInteger.cs index cc3199cb38..7efa09b88a 100644 --- a/src/net/JNet/Generated/Java/Math/BigInteger.cs +++ b/src/net/JNet/Generated/Java/Math/BigInteger.cs @@ -196,7 +196,7 @@ public BigInteger(Java.Lang.String arg0) /// public static Java.Math.BigInteger ProbablePrime(int arg0, Java.Util.Random arg1) { - return SExecute(LocalBridgeClazz, "probablePrime", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "probablePrime", "(ILjava/util/Random;)Ljava/math/BigInteger;", arg0, arg1); } /// /// @@ -426,7 +426,7 @@ public Java.Math.BigInteger ModInverse(Java.Math.BigInteger arg0) /// public Java.Math.BigInteger ModPow(Java.Math.BigInteger arg0, Java.Math.BigInteger arg1) { - return IExecute("modPow", arg0, arg1); + return IExecuteWithSignature("modPow", "(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/math/BigInteger;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/Authenticator.cs b/src/net/JNet/Generated/Java/Net/Authenticator.cs index 8c200705fc..9da89207c1 100644 --- a/src/net/JNet/Generated/Java/Net/Authenticator.cs +++ b/src/net/JNet/Generated/Java/Net/Authenticator.cs @@ -154,7 +154,7 @@ public static Java.Net.Authenticator Default /// public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java.Lang.String arg0, Java.Net.InetAddress arg1, int arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5, Java.Net.URL arg6, Java.Net.Authenticator.RequestorType arg7) { - return SExecute(LocalBridgeClazz, "requestPasswordAuthentication", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "requestPasswordAuthentication", "(Ljava/lang/String;Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;Ljava/net/Authenticator$RequestorType;)Ljava/net/PasswordAuthentication;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -168,7 +168,7 @@ public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java /// public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java.Lang.String arg0, Java.Net.InetAddress arg1, int arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5) { - return SExecute(LocalBridgeClazz, "requestPasswordAuthentication", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "requestPasswordAuthentication", "(Ljava/lang/String;Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/net/PasswordAuthentication;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -185,7 +185,7 @@ public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java /// public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java.Net.Authenticator arg0, Java.Lang.String arg1, Java.Net.InetAddress arg2, int arg3, Java.Lang.String arg4, Java.Lang.String arg5, Java.Lang.String arg6, Java.Net.URL arg7, Java.Net.Authenticator.RequestorType arg8) { - return SExecute(LocalBridgeClazz, "requestPasswordAuthentication", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature(LocalBridgeClazz, "requestPasswordAuthentication", "(Ljava/net/Authenticator;Ljava/lang/String;Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;Ljava/net/Authenticator$RequestorType;)Ljava/net/PasswordAuthentication;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -198,7 +198,7 @@ public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java /// public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java.Net.InetAddress arg0, int arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - return SExecute(LocalBridgeClazz, "requestPasswordAuthentication", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "requestPasswordAuthentication", "(Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/net/PasswordAuthentication;", arg0, arg1, arg2, arg3, arg4); } #endregion @@ -218,7 +218,7 @@ public static Java.Net.PasswordAuthentication RequestPasswordAuthentication(Java /// public Java.Net.PasswordAuthentication RequestPasswordAuthenticationInstance(Java.Lang.String arg0, Java.Net.InetAddress arg1, int arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5, Java.Net.URL arg6, Java.Net.Authenticator.RequestorType arg7) { - return IExecute("requestPasswordAuthenticationInstance", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return IExecuteWithSignature("requestPasswordAuthenticationInstance", "(Ljava/lang/String;Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;Ljava/net/Authenticator$RequestorType;)Ljava/net/PasswordAuthentication;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/ContentHandler.cs b/src/net/JNet/Generated/Java/Net/ContentHandler.cs index f479bd7897..cc86fde3e3 100644 --- a/src/net/JNet/Generated/Java/Net/ContentHandler.cs +++ b/src/net/JNet/Generated/Java/Net/ContentHandler.cs @@ -111,7 +111,7 @@ public object GetContent(Java.Net.URLConnection arg0) /// public object GetContent(Java.Net.URLConnection arg0, Java.Lang.Class[] arg1) { - return IExecute("getContent", arg0, arg1); + return IExecuteWithSignature("getContent", "(Ljava/net/URLConnection;[Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/CookieHandler.cs b/src/net/JNet/Generated/Java/Net/CookieHandler.cs index d8fc7f9098..ecb2c005fc 100644 --- a/src/net/JNet/Generated/Java/Net/CookieHandler.cs +++ b/src/net/JNet/Generated/Java/Net/CookieHandler.cs @@ -108,7 +108,7 @@ public static Java.Net.CookieHandler Default /// public Java.Util.Map> Get(Java.Net.URI arg0, Java.Util.Map> arg1) { - return IExecute>>("get", arg0, arg1); + return IExecuteWithSignature>>("get", "(Ljava/net/URI;Ljava/util/Map;)Ljava/util/Map;", arg0, arg1); } /// /// @@ -118,7 +118,7 @@ public static Java.Net.CookieHandler Default /// public void Put(Java.Net.URI arg0, Java.Util.Map> arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/net/URI;Ljava/util/Map;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/CookiePolicy.cs b/src/net/JNet/Generated/Java/Net/CookiePolicy.cs index 713cc79ae6..db1cb17907 100644 --- a/src/net/JNet/Generated/Java/Net/CookiePolicy.cs +++ b/src/net/JNet/Generated/Java/Net/CookiePolicy.cs @@ -143,7 +143,7 @@ public partial class CookiePolicy : Java.Net.ICookiePolicy /// public bool ShouldAccept(Java.Net.URI arg0, Java.Net.HttpCookie arg1) { - return IExecute("shouldAccept", arg0, arg1); + return IExecuteWithSignature("shouldAccept", "(Ljava/net/URI;Ljava/net/HttpCookie;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/CookieStore.cs b/src/net/JNet/Generated/Java/Net/CookieStore.cs index b37354637e..5c3639b031 100644 --- a/src/net/JNet/Generated/Java/Net/CookieStore.cs +++ b/src/net/JNet/Generated/Java/Net/CookieStore.cs @@ -164,7 +164,7 @@ public Java.Util.List URIs /// public bool Remove(Java.Net.URI arg0, Java.Net.HttpCookie arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/net/URI;Ljava/net/HttpCookie;)Z", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public bool RemoveAll() /// public void Add(Java.Net.URI arg0, Java.Net.HttpCookie arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(Ljava/net/URI;Ljava/net/HttpCookie;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/DatagramPacket.cs b/src/net/JNet/Generated/Java/Net/DatagramPacket.cs index ff8a00b139..ed0dd0ed1a 100644 --- a/src/net/JNet/Generated/Java/Net/DatagramPacket.cs +++ b/src/net/JNet/Generated/Java/Net/DatagramPacket.cs @@ -203,7 +203,7 @@ public Java.Net.SocketAddress SocketAddress /// public void SetData(byte[] arg0, int arg1, int arg2) { - IExecute("setData", arg0, arg1, arg2); + IExecuteWithSignature("setData", "([BII)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/DatagramSocket.cs b/src/net/JNet/Generated/Java/Net/DatagramSocket.cs index eafb88ae78..0c1cceaf51 100644 --- a/src/net/JNet/Generated/Java/Net/DatagramSocket.cs +++ b/src/net/JNet/Generated/Java/Net/DatagramSocket.cs @@ -228,7 +228,7 @@ public int TrafficClass /// public Java.Net.DatagramSocket SetOption(Java.Net.SocketOption arg0, T arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/net/DatagramSocket;", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public void Close() /// public void Connect(Java.Net.InetAddress arg0, int arg1) { - IExecute("connect", arg0, arg1); + IExecuteWithSignature("connect", "(Ljava/net/InetAddress;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/Http/HttpClient.cs b/src/net/JNet/Generated/Java/Net/Http/HttpClient.cs index 4d3da3dd8f..53ec020edc 100644 --- a/src/net/JNet/Generated/Java/Net/Http/HttpClient.cs +++ b/src/net/JNet/Generated/Java/Net/Http/HttpClient.cs @@ -256,7 +256,7 @@ public static Java.Net.Http.HttpClient.Builder NewBuilder() /// public Java.Net.Http.HttpResponse Send(Java.Net.Http.HttpRequest arg0, Java.Net.Http.HttpResponse.BodyHandler arg1) { - return IExecute>("send", arg0, arg1); + return IExecuteWithSignature>("send", "(Ljava/net/http/HttpRequest;Ljava/net/http/HttpResponse$BodyHandler;)Ljava/net/http/HttpResponse;", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public Java.Net.Http.HttpResponse Send(Java.Net.Http.HttpRequest arg0, Jav /// public Java.Util.Concurrent.CompletableFuture> SendAsync(Java.Net.Http.HttpRequest arg0, Java.Net.Http.HttpResponse.BodyHandler arg1, Java.Net.Http.HttpResponse.PushPromiseHandler arg2) { - return IExecute>>("sendAsync", arg0, arg1, arg2); + return IExecuteWithSignature>>("sendAsync", "(Ljava/net/http/HttpRequest;Ljava/net/http/HttpResponse$BodyHandler;Ljava/net/http/HttpResponse$PushPromiseHandler;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1, arg2); } /// /// @@ -279,7 +279,7 @@ public Java.Net.Http.HttpResponse Send(Java.Net.Http.HttpRequest arg0, Jav /// public Java.Util.Concurrent.CompletableFuture> SendAsync(Java.Net.Http.HttpRequest arg0, Java.Net.Http.HttpResponse.BodyHandler arg1) { - return IExecute>>("sendAsync", arg0, arg1); + return IExecuteWithSignature>>("sendAsync", "(Ljava/net/http/HttpRequest;Ljava/net/http/HttpResponse$BodyHandler;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/Http/HttpHeaders.cs b/src/net/JNet/Generated/Java/Net/Http/HttpHeaders.cs index f48d388f8c..71d94e3312 100644 --- a/src/net/JNet/Generated/Java/Net/Http/HttpHeaders.cs +++ b/src/net/JNet/Generated/Java/Net/Http/HttpHeaders.cs @@ -94,7 +94,7 @@ public partial class HttpHeaders /// public static Java.Net.Http.HttpHeaders Of(Java.Util.Map> arg0, Java.Util.Function.BiPredicate arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/Map;Ljava/util/function/BiPredicate;)Ljava/net/http/HttpHeaders;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/Http/HttpRequest.cs b/src/net/JNet/Generated/Java/Net/Http/HttpRequest.cs index 8af3b77fb5..bf9c89ea8d 100644 --- a/src/net/JNet/Generated/Java/Net/Http/HttpRequest.cs +++ b/src/net/JNet/Generated/Java/Net/Http/HttpRequest.cs @@ -372,7 +372,7 @@ public partial class BodyPublishers /// public static Java.Net.Http.HttpRequest.BodyPublisher FromPublisher(Java.Util.Concurrent.Flow.Publisher arg0, long arg1) where Arg0ExtendsJava_Nio_ByteBuffer : Java.Nio.ByteBuffer { - return SExecute(LocalBridgeClazz, "fromPublisher", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "fromPublisher", "(Ljava/util/concurrent/Flow$Publisher;J)Ljava/net/http/HttpRequest$BodyPublisher;", arg0, arg1); } /// /// @@ -401,7 +401,7 @@ public static Java.Net.Http.HttpRequest.BodyPublisher NoBody() /// public static Java.Net.Http.HttpRequest.BodyPublisher OfByteArray(byte[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "ofByteArray", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofByteArray", "([BII)Ljava/net/http/HttpRequest$BodyPublisher;", arg0, arg1, arg2); } /// /// @@ -449,7 +449,7 @@ public static Java.Net.Http.HttpRequest.BodyPublisher OfInputStream public static Java.Net.Http.HttpRequest.BodyPublisher OfString(Java.Lang.String arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "ofString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofString", "(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/net/http/HttpRequest$BodyPublisher;", arg0, arg1); } /// /// @@ -544,7 +544,7 @@ public Java.Net.Http.HttpRequest.Builder GET() /// public Java.Net.Http.HttpRequest.Builder Header(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("header", arg0, arg1); + return IExecuteWithSignature("header", "(Ljava/lang/String;Ljava/lang/String;)Ljava/net/http/HttpRequest$Builder;", arg0, arg1); } /// /// @@ -563,7 +563,7 @@ public Java.Net.Http.HttpRequest.Builder Headers(params Java.Lang.String[] arg0) /// public Java.Net.Http.HttpRequest.Builder Method(Java.Lang.String arg0, Java.Net.Http.HttpRequest.BodyPublisher arg1) { - return IExecute("method", arg0, arg1); + return IExecuteWithSignature("method", "(Ljava/lang/String;Ljava/net/http/HttpRequest$BodyPublisher;)Ljava/net/http/HttpRequest$Builder;", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public Java.Net.Http.HttpRequest.Builder PUT(Java.Net.Http.HttpRequest.BodyPubli /// public Java.Net.Http.HttpRequest.Builder SetHeader(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("setHeader", arg0, arg1); + return IExecuteWithSignature("setHeader", "(Ljava/lang/String;Ljava/lang/String;)Ljava/net/http/HttpRequest$Builder;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/Http/HttpResponse.cs b/src/net/JNet/Generated/Java/Net/Http/HttpResponse.cs index b2d34d4152..5c73ed01b6 100644 --- a/src/net/JNet/Generated/Java/Net/Http/HttpResponse.cs +++ b/src/net/JNet/Generated/Java/Net/Http/HttpResponse.cs @@ -768,7 +768,7 @@ public static Java.Net.Http.HttpResponse.BodyHandler FromSubscriber public static Java.Net.Http.HttpResponse.BodyHandler Buffering(Java.Net.Http.HttpResponse.BodyHandler arg0, int arg1) { - return SExecute>(LocalBridgeClazz, "buffering", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "buffering", "(Ljava/net/http/HttpResponse$BodyHandler;I)Ljava/net/http/HttpResponse$BodyHandler;", arg0, arg1); } /// /// @@ -858,7 +858,7 @@ public static Java.Net.Http.HttpResponse.BodyHandler OfByteArray() /// public static Java.Net.Http.HttpResponse.BodyHandler OfFile(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "ofFile", arg0); else return SExecute>(LocalBridgeClazz, "ofFile", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "ofFile", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodyHandler;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "ofFile", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodyHandler;", arg0, arg1); } /// /// @@ -877,7 +877,7 @@ public static Java.Net.Http.HttpResponse.BodyHandler OfByteArray() /// public static Java.Net.Http.HttpResponse.BodyHandler OfFileDownload(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "ofFileDownload", arg0); else return SExecute>(LocalBridgeClazz, "ofFileDownload", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "ofFileDownload", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodyHandler;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "ofFileDownload", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodyHandler;", arg0, arg1); } /// /// @@ -1048,7 +1048,7 @@ public static Java.Net.Http.HttpResponse.BodySubscriber FromSubscriber public static Java.Net.Http.HttpResponse.BodySubscriber Mapping(Java.Net.Http.HttpResponse.BodySubscriber arg0, Java.Util.Function.Function arg1) where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>(LocalBridgeClazz, "mapping", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "mapping", "(Ljava/net/http/HttpResponse$BodySubscriber;Ljava/util/function/Function;)Ljava/net/http/HttpResponse$BodySubscriber;", arg0, arg1); } /// /// @@ -1059,7 +1059,7 @@ public static Java.Net.Http.HttpResponse.BodySubscriber Mapping public static Java.Net.Http.HttpResponse.BodySubscriber Buffering(Java.Net.Http.HttpResponse.BodySubscriber arg0, int arg1) { - return SExecute>(LocalBridgeClazz, "buffering", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "buffering", "(Ljava/net/http/HttpResponse$BodySubscriber;I)Ljava/net/http/HttpResponse$BodySubscriber;", arg0, arg1); } /// /// @@ -1141,7 +1141,7 @@ public static Java.Net.Http.HttpResponse.BodySubscriber OfByteArray() /// public static Java.Net.Http.HttpResponse.BodySubscriber OfFile(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "ofFile", arg0); else return SExecute>(LocalBridgeClazz, "ofFile", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "ofFile", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodySubscriber;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "ofFile", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/net/http/HttpResponse$BodySubscriber;", arg0, arg1); } /// /// @@ -1208,7 +1208,7 @@ public partial class PushPromiseHandler /// public static Java.Net.Http.HttpResponse.PushPromiseHandler Of(Java.Util.Function.Function arg0, Java.Util.Concurrent.ConcurrentMap arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/function/Function;Ljava/util/concurrent/ConcurrentMap;)Ljava/net/http/HttpResponse$PushPromiseHandler;", arg0, arg1); } #endregion @@ -1222,7 +1222,7 @@ public static Java.Net.Http.HttpResponse.PushPromiseHandler Of(Java.Util.Functio /// public void ApplyPushPromise(Java.Net.Http.HttpRequest arg0, Java.Net.Http.HttpRequest arg1, Java.Util.Function.Function arg2) { - IExecute("applyPushPromise", arg0, arg1, arg2); + IExecuteWithSignature("applyPushPromise", "(Ljava/net/http/HttpRequest;Ljava/net/http/HttpRequest;Ljava/util/function/Function;)V", arg0, arg1, arg2); } #endregion @@ -1263,7 +1263,7 @@ public partial class PushPromiseHandler /// public static Java.Net.Http.HttpResponse.PushPromiseHandler Of(Java.Util.Function.Function> arg0, Java.Util.Concurrent.ConcurrentMap>> arg1) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/util/function/Function;Ljava/util/concurrent/ConcurrentMap;)Ljava/net/http/HttpResponse$PushPromiseHandler;", arg0, arg1); } #endregion @@ -1277,7 +1277,7 @@ public static Java.Net.Http.HttpResponse.PushPromiseHandler Of(Java.Util.Func /// public void ApplyPushPromise(Java.Net.Http.HttpRequest arg0, Java.Net.Http.HttpRequest arg1, Java.Util.Function.Function, Java.Util.Concurrent.CompletableFuture>> arg2) { - IExecute("applyPushPromise", arg0, arg1, arg2); + IExecuteWithSignature("applyPushPromise", "(Ljava/net/http/HttpRequest;Ljava/net/http/HttpRequest;Ljava/util/function/Function;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/Http/WebSocket.cs b/src/net/JNet/Generated/Java/Net/Http/WebSocket.cs index 14d9346623..ab5c1ed628 100644 --- a/src/net/JNet/Generated/Java/Net/Http/WebSocket.cs +++ b/src/net/JNet/Generated/Java/Net/Http/WebSocket.cs @@ -317,7 +317,7 @@ public bool IsOutputClosed() /// public Java.Util.Concurrent.CompletableFuture SendBinary(Java.Nio.ByteBuffer arg0, bool arg1) { - return IExecute>("sendBinary", arg0, arg1); + return IExecuteWithSignature>("sendBinary", "(Ljava/nio/ByteBuffer;Z)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -327,7 +327,7 @@ public bool IsOutputClosed() /// public Java.Util.Concurrent.CompletableFuture SendClose(int arg0, Java.Lang.String arg1) { - return IExecute>("sendClose", arg0, arg1); + return IExecuteWithSignature>("sendClose", "(ILjava/lang/String;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -355,7 +355,7 @@ public bool IsOutputClosed() /// public Java.Util.Concurrent.CompletableFuture SendText(Java.Lang.CharSequence arg0, bool arg1) { - return IExecute>("sendText", arg0, arg1); + return IExecuteWithSignature>("sendText", "(Ljava/lang/CharSequence;Z)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -413,7 +413,7 @@ public Java.Net.Http.WebSocket.Builder ConnectTimeout(Java.Time.Duration arg0) /// public Java.Net.Http.WebSocket.Builder Header(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("header", arg0, arg1); + return IExecuteWithSignature("header", "(Ljava/lang/String;Ljava/lang/String;)Ljava/net/http/WebSocket$Builder;", arg0, arg1); } /// /// @@ -423,7 +423,7 @@ public Java.Net.Http.WebSocket.Builder Header(Java.Lang.String arg0, Java.Lang.S /// public Java.Net.Http.WebSocket.Builder Subprotocols(Java.Lang.String arg0, params Java.Lang.String[] arg1) { - if (arg1.Length == 0) return IExecute("subprotocols", arg0); else return IExecute("subprotocols", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("subprotocols", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/net/http/WebSocket$Builder;", arg0); else return IExecuteWithSignature("subprotocols", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/net/http/WebSocket$Builder;", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public Java.Net.Http.WebSocket.Builder Subprotocols(Java.Lang.String arg0, param /// public Java.Util.Concurrent.CompletableFuture BuildAsync(Java.Net.URI arg0, Java.Net.Http.WebSocket.Listener arg1) { - return IExecute>("buildAsync", arg0, arg1); + return IExecuteWithSignature>("buildAsync", "(Ljava/net/URI;Ljava/net/http/WebSocket$Listener;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } #endregion @@ -490,7 +490,7 @@ protected virtual void InitializeHandlers() /// The method invokes the default implementation in the JVM interface public Java.Util.Concurrent.CompletionStage OnBinaryDefault(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1, bool arg2) { - return IExecute>("onBinaryDefault", arg0, arg1, arg2); + return IExecuteWithSignature>("onBinaryDefault", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;Z)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// @@ -530,7 +530,7 @@ public virtual Java.Util.Concurrent.CompletionStage OnBinary(Java.Net.Ht /// The method invokes the default implementation in the JVM interface public Java.Util.Concurrent.CompletionStage OnCloseDefault(Java.Net.Http.WebSocket arg0, int arg1, Java.Lang.String arg2) { - return IExecute>("onCloseDefault", arg0, arg1, arg2); + return IExecuteWithSignature>("onCloseDefault", "(Ljava/net/http/WebSocket;ILjava/lang/String;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// @@ -569,7 +569,7 @@ public virtual Java.Util.Concurrent.CompletionStage OnClose(Java.Net.Htt /// The method invokes the default implementation in the JVM interface public Java.Util.Concurrent.CompletionStage OnPingDefault(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1) { - return IExecute>("onPingDefault", arg0, arg1); + return IExecuteWithSignature>("onPingDefault", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// @@ -607,7 +607,7 @@ public virtual Java.Util.Concurrent.CompletionStage OnPing(Java.Net.Http /// The method invokes the default implementation in the JVM interface public Java.Util.Concurrent.CompletionStage OnPongDefault(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1) { - return IExecute>("onPongDefault", arg0, arg1); + return IExecuteWithSignature>("onPongDefault", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// @@ -646,7 +646,7 @@ public virtual Java.Util.Concurrent.CompletionStage OnPong(Java.Net.Http /// The method invokes the default implementation in the JVM interface public Java.Util.Concurrent.CompletionStage OnTextDefault(Java.Net.Http.WebSocket arg0, Java.Lang.CharSequence arg1, bool arg2) { - return IExecute>("onTextDefault", arg0, arg1, arg2); + return IExecuteWithSignature>("onTextDefault", "(Ljava/net/http/WebSocket;Ljava/lang/CharSequence;Z)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// @@ -684,7 +684,7 @@ public virtual Java.Util.Concurrent.CompletionStage OnText(Java.Net.Http /// The method invokes the default implementation in the JVM interface public void OnErrorDefault(Java.Net.Http.WebSocket arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - IExecute("onErrorDefault", arg0, arg1); + IExecuteWithSignature("onErrorDefault", "(Ljava/net/http/WebSocket;Ljava/lang/Throwable;)V", arg0, arg1); } /// @@ -786,7 +786,7 @@ public partial class ListenerDirect /// public override Java.Util.Concurrent.CompletionStage OnBinary(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1, bool arg2) { - return IExecute>("onBinary", arg0, arg1, arg2); + return IExecuteWithSignature>("onBinary", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;Z)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -797,7 +797,7 @@ public override Java.Util.Concurrent.CompletionStage OnBinary(Java.Net.H /// public override Java.Util.Concurrent.CompletionStage OnClose(Java.Net.Http.WebSocket arg0, int arg1, Java.Lang.String arg2) { - return IExecute>("onClose", arg0, arg1, arg2); + return IExecuteWithSignature>("onClose", "(Ljava/net/http/WebSocket;ILjava/lang/String;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -807,7 +807,7 @@ public override Java.Util.Concurrent.CompletionStage OnClose(Java.Net.Ht /// public override Java.Util.Concurrent.CompletionStage OnPing(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1) { - return IExecute>("onPing", arg0, arg1); + return IExecuteWithSignature>("onPing", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -817,7 +817,7 @@ public override Java.Util.Concurrent.CompletionStage OnPing(Java.Net.Htt /// public override Java.Util.Concurrent.CompletionStage OnPong(Java.Net.Http.WebSocket arg0, Java.Nio.ByteBuffer arg1) { - return IExecute>("onPong", arg0, arg1); + return IExecuteWithSignature>("onPong", "(Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -828,7 +828,7 @@ public override Java.Util.Concurrent.CompletionStage OnPong(Java.Net.Htt /// public override Java.Util.Concurrent.CompletionStage OnText(Java.Net.Http.WebSocket arg0, Java.Lang.CharSequence arg1, bool arg2) { - return IExecute>("onText", arg0, arg1, arg2); + return IExecuteWithSignature>("onText", "(Ljava/net/http/WebSocket;Ljava/lang/CharSequence;Z)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -837,7 +837,7 @@ public override Java.Util.Concurrent.CompletionStage OnText(Java.Net.Htt /// public override void OnError(Java.Net.Http.WebSocket arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - IExecute("onError", arg0, arg1); + IExecuteWithSignature("onError", "(Ljava/net/http/WebSocket;Ljava/lang/Throwable;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/HttpCookie.cs b/src/net/JNet/Generated/Java/Net/HttpCookie.cs index ef10924a63..fb4db69c6e 100644 --- a/src/net/JNet/Generated/Java/Net/HttpCookie.cs +++ b/src/net/JNet/Generated/Java/Net/HttpCookie.cs @@ -103,7 +103,7 @@ public HttpCookie(Java.Lang.String arg0, Java.Lang.String arg1) /// public static bool DomainMatches(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "domainMatches", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "domainMatches", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/IDN.cs b/src/net/JNet/Generated/Java/Net/IDN.cs index 176634b4fa..6b4d4654cd 100644 --- a/src/net/JNet/Generated/Java/Net/IDN.cs +++ b/src/net/JNet/Generated/Java/Net/IDN.cs @@ -106,7 +106,7 @@ public partial class IDN /// public static Java.Lang.String ToASCII(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toASCII", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toASCII", "(Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1); } /// /// @@ -125,7 +125,7 @@ public static Java.Lang.String ToASCII(Java.Lang.String arg0) /// public static Java.Lang.String ToUnicode(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "toUnicode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toUnicode", "(Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/Inet6Address.cs b/src/net/JNet/Generated/Java/Net/Inet6Address.cs index 71e761d91a..ef9e387f77 100644 --- a/src/net/JNet/Generated/Java/Net/Inet6Address.cs +++ b/src/net/JNet/Generated/Java/Net/Inet6Address.cs @@ -96,7 +96,7 @@ public partial class Inet6Address /// public static Java.Net.Inet6Address GetByAddress(Java.Lang.String arg0, byte[] arg1, int arg2) { - return SExecute(LocalBridgeClazz, "getByAddress", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getByAddress", "(Ljava/lang/String;[BI)Ljava/net/Inet6Address;", arg0, arg1, arg2); } /// /// @@ -108,7 +108,7 @@ public static Java.Net.Inet6Address GetByAddress(Java.Lang.String arg0, byte[] a /// public static Java.Net.Inet6Address GetByAddress(Java.Lang.String arg0, byte[] arg1, Java.Net.NetworkInterface arg2) { - return SExecute(LocalBridgeClazz, "getByAddress", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getByAddress", "(Ljava/lang/String;[BLjava/net/NetworkInterface;)Ljava/net/Inet6Address;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/InetAddress.cs b/src/net/JNet/Generated/Java/Net/InetAddress.cs index d266fe4278..ebcb73ffbd 100644 --- a/src/net/JNet/Generated/Java/Net/InetAddress.cs +++ b/src/net/JNet/Generated/Java/Net/InetAddress.cs @@ -119,7 +119,7 @@ public static Java.Net.InetAddress GetByAddress(byte[] arg0) /// public static Java.Net.InetAddress GetByAddress(Java.Lang.String arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "getByAddress", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getByAddress", "(Ljava/lang/String;[B)Ljava/net/InetAddress;", arg0, arg1); } /// /// @@ -265,7 +265,7 @@ public bool IsReachable(int arg0) /// public bool IsReachable(Java.Net.NetworkInterface arg0, int arg1, int arg2) { - return IExecute("isReachable", arg0, arg1, arg2); + return IExecuteWithSignature("isReachable", "(Ljava/net/NetworkInterface;II)Z", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/InetSocketAddress.cs b/src/net/JNet/Generated/Java/Net/InetSocketAddress.cs index d2d396bdcb..fdcf23dbe6 100644 --- a/src/net/JNet/Generated/Java/Net/InetSocketAddress.cs +++ b/src/net/JNet/Generated/Java/Net/InetSocketAddress.cs @@ -120,7 +120,7 @@ public InetSocketAddress(Java.Net.InetAddress arg0, int arg1) /// public static Java.Net.InetSocketAddress CreateUnresolved(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "createUnresolved", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createUnresolved", "(Ljava/lang/String;I)Ljava/net/InetSocketAddress;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/MulticastSocket.cs b/src/net/JNet/Generated/Java/Net/MulticastSocket.cs index d6a6c66a4a..298aa2b5d5 100644 --- a/src/net/JNet/Generated/Java/Net/MulticastSocket.cs +++ b/src/net/JNet/Generated/Java/Net/MulticastSocket.cs @@ -153,7 +153,7 @@ public void JoinGroup(Java.Net.InetAddress arg0) /// public void JoinGroup(Java.Net.SocketAddress arg0, Java.Net.NetworkInterface arg1) { - IExecute("joinGroup", arg0, arg1); + IExecuteWithSignature("joinGroup", "(Ljava/net/SocketAddress;Ljava/net/NetworkInterface;)V", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public void LeaveGroup(Java.Net.InetAddress arg0) /// public void LeaveGroup(Java.Net.SocketAddress arg0, Java.Net.NetworkInterface arg1) { - IExecute("leaveGroup", arg0, arg1); + IExecuteWithSignature("leaveGroup", "(Ljava/net/SocketAddress;Ljava/net/NetworkInterface;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/ProxySelector.cs b/src/net/JNet/Generated/Java/Net/ProxySelector.cs index 0e8297450e..fbd7fdefca 100644 --- a/src/net/JNet/Generated/Java/Net/ProxySelector.cs +++ b/src/net/JNet/Generated/Java/Net/ProxySelector.cs @@ -125,7 +125,7 @@ public static Java.Net.ProxySelector Of(Java.Net.InetSocketAddress arg0) /// public void ConnectFailed(Java.Net.URI arg0, Java.Net.SocketAddress arg1, MASES.JCOBridge.C2JBridge.JVMBridgeException arg2) { - IExecute("connectFailed", arg0, arg1, arg2); + IExecuteWithSignature("connectFailed", "(Ljava/net/URI;Ljava/net/SocketAddress;Ljava/io/IOException;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/ResponseCache.cs b/src/net/JNet/Generated/Java/Net/ResponseCache.cs index fc1e6fc9e9..6250190483 100644 --- a/src/net/JNet/Generated/Java/Net/ResponseCache.cs +++ b/src/net/JNet/Generated/Java/Net/ResponseCache.cs @@ -108,7 +108,7 @@ public static Java.Net.ResponseCache Default /// public Java.Net.CacheRequest Put(Java.Net.URI arg0, Java.Net.URLConnection arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/net/URI;Ljava/net/URLConnection;)Ljava/net/CacheRequest;", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public Java.Net.CacheRequest Put(Java.Net.URI arg0, Java.Net.URLConnection arg1) /// public Java.Net.CacheResponse Get(Java.Net.URI arg0, Java.Lang.String arg1, Java.Util.Map> arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "(Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/CacheResponse;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/ServerSocket.cs b/src/net/JNet/Generated/Java/Net/ServerSocket.cs index aa8a2c53ca..d534b402b3 100644 --- a/src/net/JNet/Generated/Java/Net/ServerSocket.cs +++ b/src/net/JNet/Generated/Java/Net/ServerSocket.cs @@ -188,7 +188,7 @@ public int SoTimeout /// public Java.Net.ServerSocket SetOption(Java.Net.SocketOption arg0, T arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/net/ServerSocket;", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public Java.Net.Socket Accept() /// public void Bind(Java.Net.SocketAddress arg0, int arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljava/net/SocketAddress;I)V", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public void Close() /// public void SetPerformancePreferences(int arg0, int arg1, int arg2) { - IExecute("setPerformancePreferences", arg0, arg1, arg2); + IExecuteWithSignature("setPerformancePreferences", "(III)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/Socket.cs b/src/net/JNet/Generated/Java/Net/Socket.cs index 7f574e9150..789e582201 100644 --- a/src/net/JNet/Generated/Java/Net/Socket.cs +++ b/src/net/JNet/Generated/Java/Net/Socket.cs @@ -288,7 +288,7 @@ public int TrafficClass /// public Java.Net.Socket SetOption(Java.Net.SocketOption arg0, T arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/net/Socket;", arg0, arg1); } /// /// @@ -374,7 +374,7 @@ public void Bind(Java.Net.SocketAddress arg0) /// public void Connect(Java.Net.SocketAddress arg0, int arg1) { - IExecute("connect", arg0, arg1); + IExecuteWithSignature("connect", "(Ljava/net/SocketAddress;I)V", arg0, arg1); } /// /// @@ -402,7 +402,7 @@ public void SendUrgentData(int arg0) /// public void SetPerformancePreferences(int arg0, int arg1, int arg2) { - IExecute("setPerformancePreferences", arg0, arg1, arg2); + IExecuteWithSignature("setPerformancePreferences", "(III)V", arg0, arg1, arg2); } /// /// @@ -412,7 +412,7 @@ public void SetPerformancePreferences(int arg0, int arg1, int arg2) /// public void SetSoLinger(bool arg0, int arg1) { - IExecute("setSoLinger", arg0, arg1); + IExecuteWithSignature("setSoLinger", "(ZI)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/SocketOptions.cs b/src/net/JNet/Generated/Java/Net/SocketOptions.cs index 7fe11e74e6..317b076aaf 100644 --- a/src/net/JNet/Generated/Java/Net/SocketOptions.cs +++ b/src/net/JNet/Generated/Java/Net/SocketOptions.cs @@ -232,7 +232,7 @@ public object GetOption(int arg0) /// public void SetOption(int arg0, object arg1) { - IExecute("setOption", arg0, arg1); + IExecuteWithSignature("setOption", "(ILjava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/URLClassLoader.cs b/src/net/JNet/Generated/Java/Net/URLClassLoader.cs index 1a01673b55..eb8244aea7 100644 --- a/src/net/JNet/Generated/Java/Net/URLClassLoader.cs +++ b/src/net/JNet/Generated/Java/Net/URLClassLoader.cs @@ -146,7 +146,7 @@ public URLClassLoader(Java.Net.URL[] arg0) /// public static Java.Net.URLClassLoader NewInstance(Java.Net.URL[] arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "([Ljava/net/URL;Ljava/lang/ClassLoader;)Ljava/net/URLClassLoader;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Net/URLConnection.cs b/src/net/JNet/Generated/Java/Net/URLConnection.cs index 2605725020..01a7ccd4e1 100644 --- a/src/net/JNet/Generated/Java/Net/URLConnection.cs +++ b/src/net/JNet/Generated/Java/Net/URLConnection.cs @@ -145,7 +145,7 @@ public static void SetContentHandlerFactory(Java.Net.ContentHandlerFactory arg0) /// public static void SetDefaultUseCaches(Java.Lang.String arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setDefaultUseCaches", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setDefaultUseCaches", "(Ljava/lang/String;Z)V", arg0, arg1); } #endregion @@ -321,7 +321,7 @@ public void Connect() /// public int GetHeaderFieldInt(Java.Lang.String arg0, int arg1) { - return IExecute("getHeaderFieldInt", arg0, arg1); + return IExecuteWithSignature("getHeaderFieldInt", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -377,7 +377,7 @@ public Java.Lang.String GetRequestProperty(Java.Lang.String arg0) /// public long GetHeaderFieldDate(Java.Lang.String arg0, long arg1) { - return IExecute("getHeaderFieldDate", arg0, arg1); + return IExecuteWithSignature("getHeaderFieldDate", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -387,7 +387,7 @@ public long GetHeaderFieldDate(Java.Lang.String arg0, long arg1) /// public long GetHeaderFieldLong(Java.Lang.String arg0, long arg1) { - return IExecute("getHeaderFieldLong", arg0, arg1); + return IExecuteWithSignature("getHeaderFieldLong", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -396,7 +396,7 @@ public long GetHeaderFieldLong(Java.Lang.String arg0, long arg1) /// public void AddRequestProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("addRequestProperty", arg0, arg1); + IExecuteWithSignature("addRequestProperty", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -405,7 +405,7 @@ public void AddRequestProperty(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetRequestProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setRequestProperty", arg0, arg1); + IExecuteWithSignature("setRequestProperty", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/URLDecoder.cs b/src/net/JNet/Generated/Java/Net/URLDecoder.cs index eb925435fb..a04c3acaf7 100644 --- a/src/net/JNet/Generated/Java/Net/URLDecoder.cs +++ b/src/net/JNet/Generated/Java/Net/URLDecoder.cs @@ -95,7 +95,7 @@ public partial class URLDecoder /// public static Java.Lang.String Decode(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "decode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "decode", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -105,7 +105,7 @@ public static Java.Lang.String Decode(Java.Lang.String arg0, Java.Lang.String ar /// public static Java.Lang.String Decode(Java.Lang.String arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "decode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "decode", "(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Net/URLEncoder.cs b/src/net/JNet/Generated/Java/Net/URLEncoder.cs index ba179a58fa..5792a58256 100644 --- a/src/net/JNet/Generated/Java/Net/URLEncoder.cs +++ b/src/net/JNet/Generated/Java/Net/URLEncoder.cs @@ -95,7 +95,7 @@ public partial class URLEncoder /// public static Java.Lang.String Encode(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "encode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "encode", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -105,7 +105,7 @@ public static Java.Lang.String Encode(Java.Lang.String arg0, Java.Lang.String ar /// public static Java.Lang.String Encode(Java.Lang.String arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "encode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "encode", "(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/ByteBuffer.cs b/src/net/JNet/Generated/Java/Nio/ByteBuffer.cs index e95dddf3a4..33f35b2ece 100644 --- a/src/net/JNet/Generated/Java/Nio/ByteBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/ByteBuffer.cs @@ -119,7 +119,7 @@ public static Java.Nio.ByteBuffer AllocateDirect(int arg0) /// public static Java.Nio.ByteBuffer Wrap(byte[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([BII)Ljava/nio/ByteBuffer;", arg0, arg1, arg2); } /// /// @@ -262,7 +262,7 @@ public Java.Nio.ByteBuffer Put(byte arg0) /// public Java.Nio.ByteBuffer Put(int arg0, byte arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(IB)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public Java.Nio.ByteBuffer PutChar(char arg0) /// public Java.Nio.ByteBuffer PutChar(int arg0, char arg1) { - return IExecute("putChar", arg0, arg1); + return IExecuteWithSignature("putChar", "(IC)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public Java.Nio.ByteBuffer PutDouble(double arg0) /// public Java.Nio.ByteBuffer PutDouble(int arg0, double arg1) { - return IExecute("putDouble", arg0, arg1); + return IExecuteWithSignature("putDouble", "(ID)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -319,7 +319,7 @@ public Java.Nio.ByteBuffer PutFloat(float arg0) /// public Java.Nio.ByteBuffer PutFloat(int arg0, float arg1) { - return IExecute("putFloat", arg0, arg1); + return IExecuteWithSignature("putFloat", "(IF)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -329,7 +329,7 @@ public Java.Nio.ByteBuffer PutFloat(int arg0, float arg1) /// public Java.Nio.ByteBuffer PutInt(int arg0, int arg1) { - return IExecute("putInt", arg0, arg1); + return IExecuteWithSignature("putInt", "(II)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public Java.Nio.ByteBuffer PutInt(int arg0) /// public Java.Nio.ByteBuffer PutLong(int arg0, long arg1) { - return IExecute("putLong", arg0, arg1); + return IExecuteWithSignature("putLong", "(IJ)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -367,7 +367,7 @@ public Java.Nio.ByteBuffer PutLong(long arg0) /// public Java.Nio.ByteBuffer PutShort(int arg0, short arg1) { - return IExecute("putShort", arg0, arg1); + return IExecuteWithSignature("putShort", "(IS)Ljava/nio/ByteBuffer;", arg0, arg1); } /// /// @@ -452,7 +452,7 @@ public short GetShort(int arg0) /// public int AlignmentOffset(int arg0, int arg1) { - return IExecute("alignmentOffset", arg0, arg1); + return IExecuteWithSignature("alignmentOffset", "(II)I", arg0, arg1); } /// /// @@ -525,7 +525,7 @@ public int Mismatch(Java.Nio.ByteBuffer arg0) /// public Java.Nio.ByteBuffer Get(byte[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([BII)Ljava/nio/ByteBuffer;", arg0, arg1, arg2); } /// /// @@ -545,7 +545,7 @@ public Java.Nio.ByteBuffer Get(byte[] arg0) /// public Java.Nio.ByteBuffer Put(byte[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([BII)Ljava/nio/ByteBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousByteChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousByteChannel.cs index 2f951d5f11..9411d02832 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousByteChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousByteChannel.cs @@ -150,7 +150,7 @@ public partial class AsynchronousByteChannel : Java.Nio.Channels.IAsynchronousBy /// public void Read(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio.Channels.CompletionHandler arg2) where Arg2objectSuperA : A { - IExecute("read", arg0, arg1, arg2); + IExecuteWithSignature("read", "(Ljava/nio/ByteBuffer;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2); } /// /// @@ -162,7 +162,7 @@ public void Read(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio /// public void Write(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio.Channels.CompletionHandler arg2) where Arg2objectSuperA : A { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "(Ljava/nio/ByteBuffer;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousChannelGroup.cs b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousChannelGroup.cs index 9e7e3cad0a..04052f998e 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousChannelGroup.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousChannelGroup.cs @@ -97,7 +97,7 @@ public partial class AsynchronousChannelGroup /// public static Java.Nio.Channels.AsynchronousChannelGroup WithCachedThreadPool(Java.Util.Concurrent.ExecutorService arg0, int arg1) { - return SExecute(LocalBridgeClazz, "withCachedThreadPool", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "withCachedThreadPool", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", arg0, arg1); } /// /// @@ -108,7 +108,7 @@ public static Java.Nio.Channels.AsynchronousChannelGroup WithCachedThreadPool(Ja /// public static Java.Nio.Channels.AsynchronousChannelGroup WithFixedThreadPool(int arg0, Java.Util.Concurrent.ThreadFactory arg1) { - return SExecute(LocalBridgeClazz, "withFixedThreadPool", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "withFixedThreadPool", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", arg0, arg1); } /// /// @@ -133,7 +133,7 @@ public static Java.Nio.Channels.AsynchronousChannelGroup WithThreadPool(Java.Uti /// public bool AwaitTermination(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("awaitTermination", arg0, arg1); + return IExecuteWithSignature("awaitTermination", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousFileChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousFileChannel.cs index bad1ab1321..99a9bce39e 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousFileChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousFileChannel.cs @@ -97,7 +97,7 @@ public partial class AsynchronousFileChannel /// public static Java.Nio.Channels.AsynchronousFileChannel Open(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "open", arg0); else return SExecute(LocalBridgeClazz, "open", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;", arg0, arg1); } /// /// @@ -111,7 +111,7 @@ public static Java.Nio.Channels.AsynchronousFileChannel Open(Java.Nio.File.Path /// public static Java.Nio.Channels.AsynchronousFileChannel Open(Java.Nio.File.Path arg0, Java.Util.Set arg1, Java.Util.Concurrent.ExecutorService arg2, params Java.Nio.File.Attribute.FileAttribute[] arg3) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "open", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "open", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", arg0, arg1, arg2, arg3); } #endregion @@ -129,7 +129,7 @@ public static Java.Nio.Channels.AsynchronousFileChannel Open public void Lock(long arg0, long arg1, bool arg2, A arg3, Java.Nio.Channels.CompletionHandler arg4) where Arg4objectSuperA : A { - IExecute("lock", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("lock", "(JJZLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -142,7 +142,7 @@ public void Lock(long arg0, long arg1, bool arg2, A arg3, J /// public void Read(Java.Nio.ByteBuffer arg0, long arg1, A arg2, Java.Nio.Channels.CompletionHandler arg3) where Arg3objectSuperA : A { - IExecute("read", arg0, arg1, arg2, arg3); + IExecuteWithSignature("read", "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3); } /// /// @@ -155,7 +155,7 @@ public void Read(Java.Nio.ByteBuffer arg0, long arg1, A arg /// public void Write(Java.Nio.ByteBuffer arg0, long arg1, A arg2, Java.Nio.Channels.CompletionHandler arg3) where Arg3objectSuperA : A { - IExecute("write", arg0, arg1, arg2, arg3); + IExecuteWithSignature("write", "(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3); } /// /// @@ -177,7 +177,7 @@ public Java.Nio.Channels.AsynchronousFileChannel Truncate(long arg0) /// public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) { - return IExecute("tryLock", arg0, arg1, arg2); + return IExecuteWithSignature("tryLock", "(JJZ)Ljava/nio/channels/FileLock;", arg0, arg1, arg2); } /// /// @@ -187,7 +187,7 @@ public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) /// public Java.Util.Concurrent.Future Read(Java.Nio.ByteBuffer arg0, long arg1) { - return IExecute>("read", arg0, arg1); + return IExecuteWithSignature>("read", "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -197,7 +197,7 @@ public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) /// public Java.Util.Concurrent.Future Write(Java.Nio.ByteBuffer arg0, long arg1) { - return IExecute>("write", arg0, arg1); + return IExecuteWithSignature>("write", "(Ljava/nio/ByteBuffer;J)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) /// public Java.Util.Concurrent.Future Lock(long arg0, long arg1, bool arg2) { - return IExecute>("lock", arg0, arg1, arg2); + return IExecuteWithSignature>("lock", "(JJZ)Ljava/util/concurrent/Future;", arg0, arg1, arg2); } /// /// @@ -237,7 +237,7 @@ public void Force(bool arg0) /// public void Lock(A arg0, Java.Nio.Channels.CompletionHandler arg1) where Arg1objectSuperA : A { - IExecute("lock", arg0, arg1); + IExecuteWithSignature("lock", "(Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousServerSocketChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousServerSocketChannel.cs index 4635202cd7..763155b3c6 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousServerSocketChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousServerSocketChannel.cs @@ -135,7 +135,7 @@ public Java.Net.SocketAddress LocalAddress /// public void Accept(A arg0, Java.Nio.Channels.CompletionHandler arg1) where Arg1objectSuperA : A { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public void Accept(A arg0, Java.Nio.Channels.CompletionHand /// public Java.Nio.Channels.AsynchronousServerSocketChannel Bind(Java.Net.SocketAddress arg0, int arg1) { - return IExecute("bind", arg0, arg1); + return IExecuteWithSignature("bind", "(Ljava/net/SocketAddress;I)Ljava/nio/channels/AsynchronousServerSocketChannel;", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public Java.Nio.Channels.NetworkChannel Bind(Java.Net.SocketAddress arg0) /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, object arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousSocketChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousSocketChannel.cs index 19bf2b2b68..e9679242da 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousSocketChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/AsynchronousSocketChannel.cs @@ -143,7 +143,7 @@ public Java.Net.SocketAddress RemoteAddress /// public void Connect(Java.Net.SocketAddress arg0, A arg1, Java.Nio.Channels.CompletionHandler arg2) where Arg2objectSuperA : A { - IExecute("connect", arg0, arg1, arg2); + IExecuteWithSignature("connect", "(Ljava/net/SocketAddress;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2); } /// /// @@ -157,7 +157,7 @@ public void Connect(Java.Net.SocketAddress arg0, A arg1, Ja /// public void Read(Java.Nio.ByteBuffer arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2, A arg3, Java.Nio.Channels.CompletionHandler arg4) where Arg4objectSuperA : A { - IExecute("read", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("read", "(Ljava/nio/ByteBuffer;JLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -173,7 +173,7 @@ public void Read(Java.Nio.ByteBuffer arg0, long arg1, Java. /// public void Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2, long arg3, Java.Util.Concurrent.TimeUnit arg4, A arg5, Java.Nio.Channels.CompletionHandler arg6) where Arg6objectSuperA : A { - IExecute("read", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("read", "([Ljava/nio/ByteBuffer;IIJLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -187,7 +187,7 @@ public void Read(Java.Nio.ByteBuffer[] arg0, int arg1, int /// public void Write(Java.Nio.ByteBuffer arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2, A arg3, Java.Nio.Channels.CompletionHandler arg4) where Arg4objectSuperA : A { - IExecute("write", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("write", "(Ljava/nio/ByteBuffer;JLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -203,7 +203,7 @@ public void Write(Java.Nio.ByteBuffer arg0, long arg1, Java /// public void Write(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2, long arg3, Java.Util.Concurrent.TimeUnit arg4, A arg5, Java.Nio.Channels.CompletionHandler arg6) where Arg6objectSuperA : A { - IExecute("write", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("write", "([Ljava/nio/ByteBuffer;IIJLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -260,7 +260,7 @@ public Java.Nio.Channels.AsynchronousSocketChannel ShutdownOutput() /// public void Read(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio.Channels.CompletionHandler arg2) where Arg2objectSuperA : A { - IExecute("read", arg0, arg1, arg2); + IExecuteWithSignature("read", "(Ljava/nio/ByteBuffer;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2); } /// /// @@ -272,7 +272,7 @@ public void Read(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio /// public void Write(Java.Nio.ByteBuffer arg0, A arg1, Java.Nio.Channels.CompletionHandler arg2) where Arg2objectSuperA : A { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "(Ljava/nio/ByteBuffer;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)V", arg0, arg1, arg2); } /// /// @@ -301,7 +301,7 @@ public Java.Nio.Channels.NetworkChannel Bind(Java.Net.SocketAddress arg0) /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, object arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/Channels.cs b/src/net/JNet/Generated/Java/Nio/Channels/Channels.cs index 7a8bf9c06d..fadac6306a 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/Channels.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/Channels.cs @@ -130,7 +130,7 @@ public static Java.Io.OutputStream NewOutputStream(Java.Nio.Channels.WritableByt /// public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "newReader", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newReader", "(Ljava/nio/channels/ReadableByteChannel;Ljava/lang/String;)Ljava/io/Reader;", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg /// public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "newReader", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newReader", "(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/charset/Charset;)Ljava/io/Reader;", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg /// public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg0, Java.Nio.Charset.CharsetDecoder arg1, int arg2) { - return SExecute(LocalBridgeClazz, "newReader", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newReader", "(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/charset/CharsetDecoder;I)Ljava/io/Reader;", arg0, arg1, arg2); } /// /// @@ -161,7 +161,7 @@ public static Java.Io.Reader NewReader(Java.Nio.Channels.ReadableByteChannel arg /// public static Java.Io.Writer NewWriter(Java.Nio.Channels.WritableByteChannel arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "newWriter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newWriter", "(Ljava/nio/channels/WritableByteChannel;Ljava/lang/String;)Ljava/io/Writer;", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public static Java.Io.Writer NewWriter(Java.Nio.Channels.WritableByteChannel arg /// public static Java.Io.Writer NewWriter(Java.Nio.Channels.WritableByteChannel arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "newWriter", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newWriter", "(Ljava/nio/channels/WritableByteChannel;Ljava/nio/charset/Charset;)Ljava/io/Writer;", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public static Java.Io.Writer NewWriter(Java.Nio.Channels.WritableByteChannel arg /// public static Java.Io.Writer NewWriter(Java.Nio.Channels.WritableByteChannel arg0, Java.Nio.Charset.CharsetEncoder arg1, int arg2) { - return SExecute(LocalBridgeClazz, "newWriter", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newWriter", "(Ljava/nio/channels/WritableByteChannel;Ljava/nio/charset/CharsetEncoder;I)Ljava/io/Writer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/CompletionHandler.cs b/src/net/JNet/Generated/Java/Nio/Channels/CompletionHandler.cs index 16983cae38..fda4156059 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/CompletionHandler.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/CompletionHandler.cs @@ -148,7 +148,7 @@ public partial class CompletionHandler /// public void Completed(object arg0, object arg1) { - IExecute("completed", arg0, arg1); + IExecuteWithSignature("completed", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public void Completed(object arg0, object arg1) /// public void Failed(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0, object arg1) { - IExecute("failed", arg0, arg1); + IExecuteWithSignature("failed", "(Ljava/lang/Throwable;Ljava/lang/Object;)V", arg0, arg1); } #endregion @@ -231,7 +231,7 @@ public partial class CompletionHandler : Java.Nio.Channels.ICompletionHand /// public void Completed(V arg0, A arg1) { - IExecute("completed", arg0, arg1); + IExecuteWithSignature("completed", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public void Completed(V arg0, A arg1) /// public void Failed(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0, A arg1) { - IExecute("failed", arg0, arg1); + IExecuteWithSignature("failed", "(Ljava/lang/Throwable;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/DatagramChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/DatagramChannel.cs index 17ad064691..8fcc957b55 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/DatagramChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/DatagramChannel.cs @@ -168,7 +168,7 @@ public int Read(Java.Nio.ByteBuffer arg0) /// public int Send(Java.Nio.ByteBuffer arg0, Java.Net.SocketAddress arg1) { - return IExecute("send", arg0, arg1); + return IExecuteWithSignature("send", "(Ljava/nio/ByteBuffer;Ljava/net/SocketAddress;)I", arg0, arg1); } /// /// @@ -227,7 +227,7 @@ public Java.Nio.Channels.DatagramChannel Disconnect() /// public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// @@ -239,7 +239,7 @@ public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) /// public long Write(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// @@ -280,7 +280,7 @@ public Java.Nio.Channels.NetworkChannel Bind(Java.Net.SocketAddress arg0) /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, object arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/FileChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/FileChannel.cs index 949cda4029..7c581ffd70 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/FileChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/FileChannel.cs @@ -154,7 +154,7 @@ public partial class FileChannel /// public static Java.Nio.Channels.FileChannel Open(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "open", arg0); else return SExecute(LocalBridgeClazz, "open", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/FileChannel;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/FileChannel;", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public static Java.Nio.Channels.FileChannel Open(Java.Nio.File.Path arg0, params /// public static Java.Nio.Channels.FileChannel Open(Java.Nio.File.Path arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "open", arg0, arg1); else return SExecute(LocalBridgeClazz, "open", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "open", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel;", arg0, arg1, arg2); } #endregion @@ -182,7 +182,7 @@ public static Java.Nio.Channels.FileChannel Open public int Read(Java.Nio.ByteBuffer arg0, long arg1) { - return IExecute("read", arg0, arg1); + return IExecuteWithSignature("read", "(Ljava/nio/ByteBuffer;J)I", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public int Read(Java.Nio.ByteBuffer arg0) /// public int Write(Java.Nio.ByteBuffer arg0, long arg1) { - return IExecute("write", arg0, arg1); + return IExecuteWithSignature("write", "(Ljava/nio/ByteBuffer;J)I", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public int Write(Java.Nio.ByteBuffer arg0) /// public Java.Nio.Channels.FileLock Lock(long arg0, long arg1, bool arg2) { - return IExecute("lock", arg0, arg1, arg2); + return IExecuteWithSignature("lock", "(JJZ)Ljava/nio/channels/FileLock;", arg0, arg1, arg2); } /// /// @@ -237,7 +237,7 @@ public Java.Nio.Channels.FileLock Lock(long arg0, long arg1, bool arg2) /// public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) { - return IExecute("tryLock", arg0, arg1, arg2); + return IExecuteWithSignature("tryLock", "(JJZ)Ljava/nio/channels/FileLock;", arg0, arg1, arg2); } /// /// @@ -249,7 +249,7 @@ public Java.Nio.Channels.FileLock TryLock(long arg0, long arg1, bool arg2) /// public Java.Nio.MappedByteBuffer Map(Java.Nio.Channels.FileChannel.MapMode arg0, long arg1, long arg2) { - return IExecute("map", arg0, arg1, arg2); + return IExecuteWithSignature("map", "(Ljava/nio/channels/FileChannel$MapMode;JJ)Ljava/nio/MappedByteBuffer;", arg0, arg1, arg2); } /// /// @@ -270,7 +270,7 @@ public long Position() /// public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// @@ -291,7 +291,7 @@ public long Size() /// public long TransferFrom(Java.Nio.Channels.ReadableByteChannel arg0, long arg1, long arg2) { - return IExecute("transferFrom", arg0, arg1, arg2); + return IExecuteWithSignature("transferFrom", "(Ljava/nio/channels/ReadableByteChannel;JJ)J", arg0, arg1, arg2); } /// /// @@ -303,7 +303,7 @@ public long TransferFrom(Java.Nio.Channels.ReadableByteChannel arg0, long arg1, /// public long TransferTo(long arg0, long arg1, Java.Nio.Channels.WritableByteChannel arg2) { - return IExecute("transferTo", arg0, arg1, arg2); + return IExecuteWithSignature("transferTo", "(JJLjava/nio/channels/WritableByteChannel;)J", arg0, arg1, arg2); } /// /// @@ -315,7 +315,7 @@ public long TransferTo(long arg0, long arg1, Java.Nio.Channels.WritableByteChann /// public long Write(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/FileLock.cs b/src/net/JNet/Generated/Java/Nio/Channels/FileLock.cs index c9c5b240e8..88fae61b5a 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/FileLock.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/FileLock.cs @@ -124,7 +124,7 @@ public bool IsShared() /// public bool Overlaps(long arg0, long arg1) { - return IExecute("overlaps", arg0, arg1); + return IExecuteWithSignature("overlaps", "(JJ)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/GatheringByteChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/GatheringByteChannel.cs index 156f33c86b..8dfcd507d8 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/GatheringByteChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/GatheringByteChannel.cs @@ -136,7 +136,7 @@ public partial class GatheringByteChannel : Java.Nio.Channels.IGatheringByteChan /// public long Write(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/MulticastChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/MulticastChannel.cs index f15542db8a..f831754d7f 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/MulticastChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/MulticastChannel.cs @@ -142,7 +142,7 @@ public partial class MulticastChannel : Java.Nio.Channels.IMulticastChannel /// public Java.Nio.Channels.MembershipKey Join(Java.Net.InetAddress arg0, Java.Net.NetworkInterface arg1, Java.Net.InetAddress arg2) { - return IExecute("join", arg0, arg1, arg2); + return IExecuteWithSignature("join", "(Ljava/net/InetAddress;Ljava/net/NetworkInterface;Ljava/net/InetAddress;)Ljava/nio/channels/MembershipKey;", arg0, arg1, arg2); } /// /// @@ -153,7 +153,7 @@ public Java.Nio.Channels.MembershipKey Join(Java.Net.InetAddress arg0, Java.Net. /// public Java.Nio.Channels.MembershipKey Join(Java.Net.InetAddress arg0, Java.Net.NetworkInterface arg1) { - return IExecute("join", arg0, arg1); + return IExecuteWithSignature("join", "(Ljava/net/InetAddress;Ljava/net/NetworkInterface;)Ljava/nio/channels/MembershipKey;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/NetworkChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/NetworkChannel.cs index c5b7580eb0..c16a9481c0 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/NetworkChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/NetworkChannel.cs @@ -160,7 +160,7 @@ public Java.Net.SocketAddress LocalAddress /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, T arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/ScatteringByteChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/ScatteringByteChannel.cs index 301705bd66..58a0ba04cb 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/ScatteringByteChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/ScatteringByteChannel.cs @@ -136,7 +136,7 @@ public partial class ScatteringByteChannel : Java.Nio.Channels.IScatteringByteCh /// public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/SelectableChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/SelectableChannel.cs index 19e3b69b91..b5d445094e 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/SelectableChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/SelectableChannel.cs @@ -153,7 +153,7 @@ public Java.Nio.Channels.SelectionKey KeyFor(Java.Nio.Channels.Selector arg0) /// public Java.Nio.Channels.SelectionKey Register(Java.Nio.Channels.Selector arg0, int arg1, object arg2) { - return IExecute("register", arg0, arg1, arg2); + return IExecuteWithSignature("register", "(Ljava/nio/channels/Selector;ILjava/lang/Object;)Ljava/nio/channels/SelectionKey;", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public Java.Nio.Channels.Spi.SelectorProvider Provider() /// public Java.Nio.Channels.SelectionKey Register(Java.Nio.Channels.Selector arg0, int arg1) { - return IExecute("register", arg0, arg1); + return IExecuteWithSignature("register", "(Ljava/nio/channels/Selector;I)Ljava/nio/channels/SelectionKey;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/Selector.cs b/src/net/JNet/Generated/Java/Nio/Channels/Selector.cs index 4406f1c6d8..58650ea0f2 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/Selector.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/Selector.cs @@ -186,7 +186,7 @@ public void Close() /// public int Select(Java.Util.Function.Consumer arg0, long arg1) { - return IExecute("select", arg0, arg1); + return IExecuteWithSignature("select", "(Ljava/util/function/Consumer;J)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Channels/ServerSocketChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/ServerSocketChannel.cs index 1d1e6c101c..faac2ed097 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/ServerSocketChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/ServerSocketChannel.cs @@ -129,7 +129,7 @@ public Java.Net.ServerSocket Socket() /// public Java.Nio.Channels.ServerSocketChannel Bind(Java.Net.SocketAddress arg0, int arg1) { - return IExecute("bind", arg0, arg1); + return IExecuteWithSignature("bind", "(Ljava/net/SocketAddress;I)Ljava/nio/channels/ServerSocketChannel;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public Java.Nio.Channels.NetworkChannel Bind(Java.Net.SocketAddress arg0) /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, object arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/SocketChannel.cs b/src/net/JNet/Generated/Java/Nio/Channels/SocketChannel.cs index 921650b8e3..72d6cddd42 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/SocketChannel.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/SocketChannel.cs @@ -232,7 +232,7 @@ public Java.Nio.Channels.SocketChannel ShutdownOutput() /// public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// @@ -244,7 +244,7 @@ public long Read(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) /// public long Write(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "([Ljava/nio/ByteBuffer;II)J", arg0, arg1, arg2); } /// /// @@ -285,7 +285,7 @@ public Java.Nio.Channels.NetworkChannel Bind(Java.Net.SocketAddress arg0) /// public Java.Nio.Channels.NetworkChannel SetOption(Java.Net.SocketOption arg0, object arg1) { - return IExecute("setOption", arg0, arg1); + return IExecuteWithSignature("setOption", "(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/Channels/Spi/AsynchronousChannelProvider.cs b/src/net/JNet/Generated/Java/Nio/Channels/Spi/AsynchronousChannelProvider.cs index e9fe91b110..110c5ce456 100644 --- a/src/net/JNet/Generated/Java/Nio/Channels/Spi/AsynchronousChannelProvider.cs +++ b/src/net/JNet/Generated/Java/Nio/Channels/Spi/AsynchronousChannelProvider.cs @@ -109,7 +109,7 @@ public static Java.Nio.Channels.Spi.AsynchronousChannelProvider Provider() /// public Java.Nio.Channels.AsynchronousChannelGroup OpenAsynchronousChannelGroup(int arg0, Java.Util.Concurrent.ThreadFactory arg1) { - return IExecute("openAsynchronousChannelGroup", arg0, arg1); + return IExecuteWithSignature("openAsynchronousChannelGroup", "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public Java.Nio.Channels.AsynchronousChannelGroup OpenAsynchronousChannelGroup(i /// public Java.Nio.Channels.AsynchronousChannelGroup OpenAsynchronousChannelGroup(Java.Util.Concurrent.ExecutorService arg0, int arg1) { - return IExecute("openAsynchronousChannelGroup", arg0, arg1); + return IExecuteWithSignature("openAsynchronousChannelGroup", "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/CharBuffer.cs b/src/net/JNet/Generated/Java/Nio/CharBuffer.cs index 2fa81e9e31..0c7edbac21 100644 --- a/src/net/JNet/Generated/Java/Nio/CharBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/CharBuffer.cs @@ -122,7 +122,7 @@ public static Java.Nio.CharBuffer Allocate(int arg0) /// public static Java.Nio.CharBuffer Wrap(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([CII)Ljava/nio/CharBuffer;", arg0, arg1, arg2); } /// /// @@ -142,7 +142,7 @@ public static Java.Nio.CharBuffer Wrap(char[] arg0) /// public static Java.Nio.CharBuffer Wrap(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "(Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;", arg0, arg1, arg2); } /// /// @@ -215,7 +215,7 @@ public Java.Nio.CharBuffer Put(char arg0) /// public Java.Nio.CharBuffer Put(int arg0, char arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(IC)Ljava/nio/CharBuffer;", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public Java.Lang.Appendable Append(char arg0) /// public Java.Lang.Appendable Append(Java.Lang.CharSequence arg0, int arg1, int arg2) { - return IExecute("append", arg0, arg1, arg2); + return IExecuteWithSignature("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", arg0, arg1, arg2); } /// /// @@ -329,7 +329,7 @@ public Java.Lang.Appendable Append(Java.Lang.CharSequence arg0) /// public Java.Lang.CharSequence SubSequence(int arg0, int arg1) { - return IExecute("subSequence", arg0, arg1); + return IExecuteWithSignature("subSequence", "(II)Ljava/lang/CharSequence;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public Java.Lang.CharSequence SubSequence(int arg0, int arg1) /// public Java.Nio.CharBuffer Get(char[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([CII)Ljava/nio/CharBuffer;", arg0, arg1, arg2); } /// /// @@ -360,7 +360,7 @@ public Java.Nio.CharBuffer Get(char[] arg0) /// public Java.Nio.CharBuffer Put(char[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([CII)Ljava/nio/CharBuffer;", arg0, arg1, arg2); } /// /// @@ -371,7 +371,7 @@ public Java.Nio.CharBuffer Put(char[] arg0, int arg1, int arg2) /// public Java.Nio.CharBuffer Put(Java.Lang.String arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "(Ljava/lang/String;II)Ljava/nio/CharBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Charset/CharsetDecoder.cs b/src/net/JNet/Generated/Java/Nio/Charset/CharsetDecoder.cs index 458296b51c..2fe6298de2 100644 --- a/src/net/JNet/Generated/Java/Nio/Charset/CharsetDecoder.cs +++ b/src/net/JNet/Generated/Java/Nio/Charset/CharsetDecoder.cs @@ -194,7 +194,7 @@ public Java.Nio.Charset.CharsetDecoder Reset() /// public Java.Nio.Charset.CoderResult Decode(Java.Nio.ByteBuffer arg0, Java.Nio.CharBuffer arg1, bool arg2) { - return IExecute("decode", arg0, arg1, arg2); + return IExecuteWithSignature("decode", "(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/Charset/CharsetEncoder.cs b/src/net/JNet/Generated/Java/Nio/Charset/CharsetEncoder.cs index 7e4cefb1c7..c39d3a41fd 100644 --- a/src/net/JNet/Generated/Java/Nio/Charset/CharsetEncoder.cs +++ b/src/net/JNet/Generated/Java/Nio/Charset/CharsetEncoder.cs @@ -205,7 +205,7 @@ public Java.Nio.Charset.CharsetEncoder Reset() /// public Java.Nio.Charset.CoderResult Encode(Java.Nio.CharBuffer arg0, Java.Nio.ByteBuffer arg1, bool arg2) { - return IExecute("encode", arg0, arg1, arg2); + return IExecuteWithSignature("encode", "(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/DoubleBuffer.cs b/src/net/JNet/Generated/Java/Nio/DoubleBuffer.cs index e2d8df0c7c..cd0631708f 100644 --- a/src/net/JNet/Generated/Java/Nio/DoubleBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/DoubleBuffer.cs @@ -110,7 +110,7 @@ public static Java.Nio.DoubleBuffer Allocate(int arg0) /// public static Java.Nio.DoubleBuffer Wrap(double[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([DII)Ljava/nio/DoubleBuffer;", arg0, arg1, arg2); } /// /// @@ -183,7 +183,7 @@ public Java.Nio.DoubleBuffer Put(double arg0) /// public Java.Nio.DoubleBuffer Put(int arg0, double arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(ID)Ljava/nio/DoubleBuffer;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int Mismatch(Java.Nio.DoubleBuffer arg0) /// public Java.Nio.DoubleBuffer Get(double[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([DII)Ljava/nio/DoubleBuffer;", arg0, arg1, arg2); } /// /// @@ -250,7 +250,7 @@ public Java.Nio.DoubleBuffer Get(double[] arg0) /// public Java.Nio.DoubleBuffer Put(double[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([DII)Ljava/nio/DoubleBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/Attribute/BasicFileAttributeView.cs b/src/net/JNet/Generated/Java/Nio/File/Attribute/BasicFileAttributeView.cs index 0ff47c0cf0..d46b18552b 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Attribute/BasicFileAttributeView.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Attribute/BasicFileAttributeView.cs @@ -155,7 +155,7 @@ public Java.Nio.File.Attribute.BasicFileAttributes ReadAttributes() /// public void SetTimes(Java.Nio.File.Attribute.FileTime arg0, Java.Nio.File.Attribute.FileTime arg1, Java.Nio.File.Attribute.FileTime arg2) { - IExecute("setTimes", arg0, arg1, arg2); + IExecuteWithSignature("setTimes", "(Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/Attribute/FileTime.cs b/src/net/JNet/Generated/Java/Nio/File/Attribute/FileTime.cs index 2ed712695d..199128747a 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Attribute/FileTime.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Attribute/FileTime.cs @@ -103,7 +103,7 @@ public static Java.Nio.File.Attribute.FileTime From(Java.Time.Instant arg0) /// public static Java.Nio.File.Attribute.FileTime From(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return SExecute(LocalBridgeClazz, "from", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "from", "(JLjava/util/concurrent/TimeUnit;)Ljava/nio/file/attribute/FileTime;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/Attribute/UserDefinedFileAttributeView.cs b/src/net/JNet/Generated/Java/Nio/File/Attribute/UserDefinedFileAttributeView.cs index 60da220676..9adafba344 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Attribute/UserDefinedFileAttributeView.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Attribute/UserDefinedFileAttributeView.cs @@ -159,7 +159,7 @@ public partial class UserDefinedFileAttributeView : Java.Nio.File.Attribute.IUse /// public int Read(Java.Lang.String arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("read", arg0, arg1); + return IExecuteWithSignature("read", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)I", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public int Size(Java.Lang.String arg0) /// public int Write(Java.Lang.String arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("write", arg0, arg1); + return IExecuteWithSignature("write", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/FileSystem.cs b/src/net/JNet/Generated/Java/Nio/File/FileSystem.cs index dd738bb444..8f5cf74069 100644 --- a/src/net/JNet/Generated/Java/Nio/File/FileSystem.cs +++ b/src/net/JNet/Generated/Java/Nio/File/FileSystem.cs @@ -144,7 +144,7 @@ public bool IsReadOnly() /// public Java.Nio.File.Path GetPath(Java.Lang.String arg0, params Java.Lang.String[] arg1) { - if (arg1.Length == 0) return IExecute("getPath", arg0); else return IExecute("getPath", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getPath", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0); else return IExecuteWithSignature("getPath", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/FileSystems.cs b/src/net/JNet/Generated/Java/Nio/File/FileSystems.cs index 83175afee4..d6ab300be6 100644 --- a/src/net/JNet/Generated/Java/Nio/File/FileSystems.cs +++ b/src/net/JNet/Generated/Java/Nio/File/FileSystems.cs @@ -112,7 +112,7 @@ public static Java.Nio.File.FileSystem GetFileSystem(Java.Net.URI arg0) /// public static Java.Nio.File.FileSystem NewFileSystem(Java.Net.URI arg0, Java.Util.Map arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "newFileSystem", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newFileSystem", "(Ljava/net/URI;Ljava/util/Map;Ljava/lang/ClassLoader;)Ljava/nio/file/FileSystem;", arg0, arg1, arg2); } /// /// @@ -123,7 +123,7 @@ public static Java.Nio.File.FileSystem NewFileSystem(Java.Net.URI arg0, Java.Uti /// public static Java.Nio.File.FileSystem NewFileSystem(Java.Net.URI arg0, Java.Util.Map arg1) { - return SExecute(LocalBridgeClazz, "newFileSystem", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFileSystem", "(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;", arg0, arg1); } /// /// @@ -134,7 +134,7 @@ public static Java.Nio.File.FileSystem NewFileSystem(Java.Net.URI arg0, Java.Uti /// public static Java.Nio.File.FileSystem NewFileSystem(Java.Nio.File.Path arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newFileSystem", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFileSystem", "(Ljava/nio/file/Path;Ljava/lang/ClassLoader;)Ljava/nio/file/FileSystem;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/FileVisitor.cs b/src/net/JNet/Generated/Java/Nio/File/FileVisitor.cs index beee62b442..42e3862c51 100644 --- a/src/net/JNet/Generated/Java/Nio/File/FileVisitor.cs +++ b/src/net/JNet/Generated/Java/Nio/File/FileVisitor.cs @@ -149,7 +149,7 @@ public partial class FileVisitor /// public Java.Nio.File.FileVisitResult PostVisitDirectory(object arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("postVisitDirectory", arg0, arg1); + return IExecuteWithSignature("postVisitDirectory", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public Java.Nio.File.FileVisitResult PostVisitDirectory(object arg0, MASES.JCOBr /// public Java.Nio.File.FileVisitResult PreVisitDirectory(object arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("preVisitDirectory", arg0, arg1); + return IExecuteWithSignature("preVisitDirectory", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public Java.Nio.File.FileVisitResult PreVisitDirectory(object arg0, Java.Nio.Fil /// public Java.Nio.File.FileVisitResult VisitFile(object arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("visitFile", arg0, arg1); + return IExecuteWithSignature("visitFile", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public Java.Nio.File.FileVisitResult VisitFile(object arg0, Java.Nio.File.Attrib /// public Java.Nio.File.FileVisitResult VisitFileFailed(object arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("visitFileFailed", arg0, arg1); + return IExecuteWithSignature("visitFileFailed", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } #endregion @@ -278,7 +278,7 @@ public partial class FileVisitor : Java.Nio.File.IFileVisitor /// public Java.Nio.File.FileVisitResult PostVisitDirectory(T arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("postVisitDirectory", arg0, arg1); + return IExecuteWithSignature("postVisitDirectory", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public Java.Nio.File.FileVisitResult PostVisitDirectory(T arg0, MASES.JCOBridge. /// public Java.Nio.File.FileVisitResult PreVisitDirectory(T arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("preVisitDirectory", arg0, arg1); + return IExecuteWithSignature("preVisitDirectory", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public Java.Nio.File.FileVisitResult PreVisitDirectory(T arg0, Java.Nio.File.Att /// public Java.Nio.File.FileVisitResult VisitFile(T arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("visitFile", arg0, arg1); + return IExecuteWithSignature("visitFile", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -311,7 +311,7 @@ public Java.Nio.File.FileVisitResult VisitFile(T arg0, Java.Nio.File.Attribute.B /// public Java.Nio.File.FileVisitResult VisitFileFailed(T arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("visitFileFailed", arg0, arg1); + return IExecuteWithSignature("visitFileFailed", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/Files.cs b/src/net/JNet/Generated/Java/Nio/File/Files.cs index 9e58e32331..951b79291c 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Files.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Files.cs @@ -129,7 +129,7 @@ public static bool DeleteIfExists(Java.Nio.File.Path arg0) /// public static bool Exists(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "exists", arg0); else return SExecute(LocalBridgeClazz, "exists", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "exists", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "exists", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0, arg1); } /// /// @@ -139,7 +139,7 @@ public static bool Exists(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOpti /// public static bool IsDirectory(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "isDirectory", arg0); else return SExecute(LocalBridgeClazz, "isDirectory", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "isDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "isDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0, arg1); } /// /// @@ -177,7 +177,7 @@ public static bool IsReadable(Java.Nio.File.Path arg0) /// public static bool IsRegularFile(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "isRegularFile", arg0); else return SExecute(LocalBridgeClazz, "isRegularFile", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "isRegularFile", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "isRegularFile", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public static bool IsRegularFile(Java.Nio.File.Path arg0, params Java.Nio.File.L /// public static bool IsSameFile(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) { - return SExecute(LocalBridgeClazz, "isSameFile", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isSameFile", "(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z", arg0, arg1); } /// /// @@ -216,7 +216,7 @@ public static bool IsWritable(Java.Nio.File.Path arg0) /// public static bool NotExists(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "notExists", arg0); else return SExecute(LocalBridgeClazz, "notExists", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "notExists", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "notExists", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public static byte[] ReadAllBytes(Java.Nio.File.Path arg0) /// public static Java.Io.BufferedReader NewBufferedReader(Java.Nio.File.Path arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "newBufferedReader", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newBufferedReader", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;)Ljava/io/BufferedReader;", arg0, arg1); } /// /// @@ -259,7 +259,7 @@ public static Java.Io.BufferedReader NewBufferedReader(Java.Nio.File.Path arg0) /// public static Java.Io.BufferedWriter NewBufferedWriter(Java.Nio.File.Path arg0, Java.Nio.Charset.Charset arg1, params Java.Nio.File.OpenOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "newBufferedWriter", arg0, arg1); else return SExecute(LocalBridgeClazz, "newBufferedWriter", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newBufferedWriter", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/io/BufferedWriter;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "newBufferedWriter", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/io/BufferedWriter;", arg0, arg1, arg2); } /// /// @@ -270,7 +270,7 @@ public static Java.Io.BufferedWriter NewBufferedWriter(Java.Nio.File.Path arg0, /// public static Java.Io.BufferedWriter NewBufferedWriter(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "newBufferedWriter", arg0); else return SExecute(LocalBridgeClazz, "newBufferedWriter", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newBufferedWriter", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/BufferedWriter;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "newBufferedWriter", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/BufferedWriter;", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public static Java.Io.BufferedWriter NewBufferedWriter(Java.Nio.File.Path arg0, /// public static Java.Io.InputStream NewInputStream(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "newInputStream", arg0); else return SExecute(LocalBridgeClazz, "newInputStream", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newInputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "newInputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public static Java.Io.InputStream NewInputStream(Java.Nio.File.Path arg0, params /// public static Java.Io.OutputStream NewOutputStream(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "newOutputStream", arg0); else return SExecute(LocalBridgeClazz, "newOutputStream", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newOutputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/OutputStream;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "newOutputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/OutputStream;", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public static Java.Io.OutputStream NewOutputStream(Java.Nio.File.Path arg0, para /// public static object GetAttribute(Java.Nio.File.Path arg0, Java.Lang.String arg1, params Java.Nio.File.LinkOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "getAttribute", arg0, arg1); else return SExecute(LocalBridgeClazz, "getAttribute", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "getAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/lang/Object;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "getAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -325,7 +325,7 @@ public static Java.Lang.String ProbeContentType(Java.Nio.File.Path arg0) /// public static Java.Lang.String ReadString(Java.Nio.File.Path arg0, Java.Nio.Charset.Charset arg1) { - return SExecute(LocalBridgeClazz, "readString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "readString", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -346,7 +346,7 @@ public static Java.Lang.String ReadString(Java.Nio.File.Path arg0) /// public static Java.Nio.Channels.SeekableByteChannel NewByteChannel(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "newByteChannel", arg0); else return SExecute(LocalBridgeClazz, "newByteChannel", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newByteChannel", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/SeekableByteChannel;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "newByteChannel", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1); } /// /// @@ -359,7 +359,7 @@ public static Java.Nio.Channels.SeekableByteChannel NewByteChannel(Java.Nio.File /// public static Java.Nio.Channels.SeekableByteChannel NewByteChannel(Java.Nio.File.Path arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "newByteChannel", arg0, arg1); else return SExecute(LocalBridgeClazz, "newByteChannel", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1, arg2); } /// /// @@ -370,7 +370,7 @@ public static Java.Nio.Channels.SeekableByteChannel NewByteChannel public static Java.Nio.File.Attribute.FileTime GetLastModifiedTime(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "getLastModifiedTime", arg0); else return SExecute(LocalBridgeClazz, "getLastModifiedTime", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "getLastModifiedTime", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileTime;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "getLastModifiedTime", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileTime;", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public static Java.Nio.File.Attribute.FileTime GetLastModifiedTime(Java.Nio.File /// public static Java.Nio.File.Attribute.UserPrincipal GetOwner(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "getOwner", arg0); else return SExecute(LocalBridgeClazz, "getOwner", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "getOwner", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/UserPrincipal;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "getOwner", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/UserPrincipal;", arg0, arg1); } /// /// @@ -392,7 +392,7 @@ public static Java.Nio.File.Attribute.UserPrincipal GetOwner(Java.Nio.File.Path /// public static Java.Nio.File.DirectoryStream NewDirectoryStream(Java.Nio.File.Path arg0, Java.Lang.String arg1) { - return SExecute>(LocalBridgeClazz, "newDirectoryStream", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "newDirectoryStream", "(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/DirectoryStream;", arg0, arg1); } /// /// @@ -404,7 +404,7 @@ public static Java.Nio.File.Attribute.UserPrincipal GetOwner(Java.Nio.File.Path /// public static Java.Nio.File.DirectoryStream NewDirectoryStream(Java.Nio.File.Path arg0, Java.Nio.File.DirectoryStream.Filter arg1) where Arg1objectSuperJava_Nio_File_Path : Java.Nio.File.Path { - return SExecute>(LocalBridgeClazz, "newDirectoryStream", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "newDirectoryStream", "(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;", arg0, arg1); } /// /// @@ -436,7 +436,7 @@ public static Java.Nio.File.FileStore GetFileStore(Java.Nio.File.Path arg0) /// public static Java.Nio.File.Path Copy(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.CopyOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "copy", arg0, arg1); else return SExecute(LocalBridgeClazz, "copy", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -447,7 +447,7 @@ public static Java.Nio.File.Path Copy(Java.Nio.File.Path arg0, Java.Nio.File.Pat /// public static Java.Nio.File.Path CreateDirectories(Java.Nio.File.Path arg0, params Java.Nio.File.Attribute.FileAttribute[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "createDirectories", arg0); else return SExecute(LocalBridgeClazz, "createDirectories", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createDirectories", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "createDirectories", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -458,7 +458,7 @@ public static Java.Nio.File.Path CreateDirectories(Java.Nio.File.Path arg0, para /// public static Java.Nio.File.Path CreateDirectory(Java.Nio.File.Path arg0, params Java.Nio.File.Attribute.FileAttribute[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "createDirectory", arg0); else return SExecute(LocalBridgeClazz, "createDirectory", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "createDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public static Java.Nio.File.Path CreateDirectory(Java.Nio.File.Path arg0, params /// public static Java.Nio.File.Path CreateFile(Java.Nio.File.Path arg0, params Java.Nio.File.Attribute.FileAttribute[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "createFile", arg0); else return SExecute(LocalBridgeClazz, "createFile", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createFile", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "createFile", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -480,7 +480,7 @@ public static Java.Nio.File.Path CreateFile(Java.Nio.File.Path arg0, params Java /// public static Java.Nio.File.Path CreateLink(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) { - return SExecute(LocalBridgeClazz, "createLink", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -492,7 +492,7 @@ public static Java.Nio.File.Path CreateLink(Java.Nio.File.Path arg0, Java.Nio.Fi /// public static Java.Nio.File.Path CreateSymbolicLink(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "createSymbolicLink", arg0, arg1); else return SExecute(LocalBridgeClazz, "createSymbolicLink", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createSymbolicLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "createSymbolicLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -503,7 +503,7 @@ public static Java.Nio.File.Path CreateSymbolicLink(Java.Nio.File.Path arg0, Jav /// public static Java.Nio.File.Path CreateTempDirectory(Java.Lang.String arg0, params Java.Nio.File.Attribute.FileAttribute[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "createTempDirectory", arg0); else return SExecute(LocalBridgeClazz, "createTempDirectory", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createTempDirectory", "(Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "createTempDirectory", "(Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -515,7 +515,7 @@ public static Java.Nio.File.Path CreateTempDirectory(Java.Lang.String arg0, para /// public static Java.Nio.File.Path CreateTempDirectory(Java.Nio.File.Path arg0, Java.Lang.String arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "createTempDirectory", arg0, arg1); else return SExecute(LocalBridgeClazz, "createTempDirectory", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createTempDirectory", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "createTempDirectory", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -527,7 +527,7 @@ public static Java.Nio.File.Path CreateTempDirectory(Java.Nio.File.Path arg0, Ja /// public static Java.Nio.File.Path CreateTempFile(Java.Lang.String arg0, Java.Lang.String arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1); else return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -540,7 +540,7 @@ public static Java.Nio.File.Path CreateTempFile(Java.Lang.String arg0, Java.Lang /// public static Java.Nio.File.Path CreateTempFile(Java.Nio.File.Path arg0, Java.Lang.String arg1, Java.Lang.String arg2, params Java.Nio.File.Attribute.FileAttribute[] arg3) { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "createTempFile", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "createTempFile", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;", arg0, arg1, arg2, arg3); } /// /// @@ -552,7 +552,7 @@ public static Java.Nio.File.Path CreateTempFile(Java.Nio.File.Path arg0, Java.La /// public static Java.Nio.File.Path Move(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.CopyOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "move", arg0, arg1); else return SExecute(LocalBridgeClazz, "move", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "move", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "move", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -575,7 +575,7 @@ public static Java.Nio.File.Path ReadSymbolicLink(Java.Nio.File.Path arg0) /// public static Java.Nio.File.Path SetAttribute(Java.Nio.File.Path arg0, Java.Lang.String arg1, object arg2, params Java.Nio.File.LinkOption[] arg3) { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "setAttribute", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "setAttribute", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "setAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "setAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;", arg0, arg1, arg2, arg3); } /// /// @@ -586,7 +586,7 @@ public static Java.Nio.File.Path SetAttribute(Java.Nio.File.Path arg0, Java.Lang /// public static Java.Nio.File.Path SetLastModifiedTime(Java.Nio.File.Path arg0, Java.Nio.File.Attribute.FileTime arg1) { - return SExecute(LocalBridgeClazz, "setLastModifiedTime", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "setLastModifiedTime", "(Ljava/nio/file/Path;Ljava/nio/file/attribute/FileTime;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -597,7 +597,7 @@ public static Java.Nio.File.Path SetLastModifiedTime(Java.Nio.File.Path arg0, Ja /// public static Java.Nio.File.Path SetOwner(Java.Nio.File.Path arg0, Java.Nio.File.Attribute.UserPrincipal arg1) { - return SExecute(LocalBridgeClazz, "setOwner", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "setOwner", "(Ljava/nio/file/Path;Ljava/nio/file/attribute/UserPrincipal;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -608,7 +608,7 @@ public static Java.Nio.File.Path SetOwner(Java.Nio.File.Path arg0, Java.Nio.File /// public static Java.Nio.File.Path SetPosixFilePermissions(Java.Nio.File.Path arg0, Java.Util.Set arg1) { - return SExecute(LocalBridgeClazz, "setPosixFilePermissions", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "setPosixFilePermissions", "(Ljava/nio/file/Path;Ljava/util/Set;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -620,7 +620,7 @@ public static Java.Nio.File.Path SetPosixFilePermissions(Java.Nio.File.Path arg0 /// public static Java.Nio.File.Path WalkFileTree(Java.Nio.File.Path arg0, Java.Nio.File.FileVisitor arg1) where Arg1objectSuperJava_Nio_File_Path : Java.Nio.File.Path { - return SExecute(LocalBridgeClazz, "walkFileTree", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "walkFileTree", "(Ljava/nio/file/Path;Ljava/nio/file/FileVisitor;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -634,7 +634,7 @@ public static Java.Nio.File.Path WalkFileTree /// public static Java.Nio.File.Path WalkFileTree(Java.Nio.File.Path arg0, Java.Util.Set arg1, int arg2, Java.Nio.File.FileVisitor arg3) where Arg3objectSuperJava_Nio_File_Path : Java.Nio.File.Path { - return SExecute(LocalBridgeClazz, "walkFileTree", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "walkFileTree", "(Ljava/nio/file/Path;Ljava/util/Set;ILjava/nio/file/FileVisitor;)Ljava/nio/file/Path;", arg0, arg1, arg2, arg3); } /// /// @@ -646,7 +646,7 @@ public static Java.Nio.File.Path WalkFileTree /// public static Java.Nio.File.Path Write(Java.Nio.File.Path arg0, byte[] arg1, params Java.Nio.File.OpenOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "write", arg0, arg1); else return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;[B[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;[B[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -660,7 +660,7 @@ public static Java.Nio.File.Path Write(Java.Nio.File.Path arg0, byte[] arg1, par /// public static Java.Nio.File.Path Write(Java.Nio.File.Path arg0, Java.Lang.Iterable arg1, Java.Nio.Charset.Charset arg2, params Java.Nio.File.OpenOption[] arg3) where Arg1ExtendsJava_Lang_CharSequence : Java.Lang.CharSequence { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;Ljava/lang/Iterable;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;Ljava/lang/Iterable;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2, arg3); } /// /// @@ -673,7 +673,7 @@ public static Java.Nio.File.Path Write(Java.N /// public static Java.Nio.File.Path Write(Java.Nio.File.Path arg0, Java.Lang.Iterable arg1, params Java.Nio.File.OpenOption[] arg2) where Arg1ExtendsJava_Lang_CharSequence : Java.Lang.CharSequence { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "write", arg0, arg1); else return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;Ljava/lang/Iterable;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/nio/file/Path;Ljava/lang/Iterable;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -686,7 +686,7 @@ public static Java.Nio.File.Path Write(Java.N /// public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang.CharSequence arg1, Java.Nio.Charset.Charset arg2, params Java.Nio.File.OpenOption[] arg3) { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "writeString", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "writeString", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "writeString", "(Ljava/nio/file/Path;Ljava/lang/CharSequence;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "writeString", "(Ljava/nio/file/Path;Ljava/lang/CharSequence;Ljava/nio/charset/Charset;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2, arg3); } /// /// @@ -698,7 +698,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang.CharSequence arg1, params Java.Nio.File.OpenOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "writeString", arg0, arg1); else return SExecute(LocalBridgeClazz, "writeString", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "writeString", "(Ljava/nio/file/Path;Ljava/lang/CharSequence;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "writeString", "(Ljava/nio/file/Path;Ljava/lang/CharSequence;[Ljava/nio/file/OpenOption;)Ljava/nio/file/Path;", arg0, arg1, arg2); } /// /// @@ -709,7 +709,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.List ReadAllLines(Java.Nio.File.Path arg0, Java.Nio.Charset.Charset arg1) { - return SExecute>(LocalBridgeClazz, "readAllLines", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "readAllLines", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;)Ljava/util/List;", arg0, arg1); } /// /// @@ -731,7 +731,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Map ReadAttributes(Java.Nio.File.Path arg0, Java.Lang.String arg1, params Java.Nio.File.LinkOption[] arg2) { - if (arg2.Length == 0) return SExecute>(LocalBridgeClazz, "readAttributes", arg0, arg1); else return SExecute>(LocalBridgeClazz, "readAttributes", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "readAttributes", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;", arg0, arg1); else return SExecuteWithSignature>(LocalBridgeClazz, "readAttributes", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -742,7 +742,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Set GetPosixFilePermissions(Java.Nio.File.Path arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "getPosixFilePermissions", arg0); else return SExecute>(LocalBridgeClazz, "getPosixFilePermissions", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "getPosixFilePermissions", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/util/Set;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "getPosixFilePermissions", "(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -753,7 +753,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Stream.Stream Lines(Java.Nio.File.Path arg0, Java.Nio.Charset.Charset arg1) { - return SExecute>(LocalBridgeClazz, "lines", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "lines", "(Ljava/nio/file/Path;Ljava/nio/charset/Charset;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -776,7 +776,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Stream.Stream Find(Java.Nio.File.Path arg0, int arg1, Java.Util.Function.BiPredicate arg2, params Java.Nio.File.FileVisitOption[] arg3) { - if (arg3.Length == 0) return SExecute>(LocalBridgeClazz, "find", arg0, arg1, arg2); else return SExecute>(LocalBridgeClazz, "find", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "find", "(Ljava/nio/file/Path;ILjava/util/function/BiPredicate;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0, arg1, arg2); else return SExecuteWithSignature>(LocalBridgeClazz, "find", "(Ljava/nio/file/Path;ILjava/util/function/BiPredicate;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0, arg1, arg2, arg3); } /// /// @@ -798,7 +798,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Stream.Stream Walk(Java.Nio.File.Path arg0, int arg1, params Java.Nio.File.FileVisitOption[] arg2) { - if (arg2.Length == 0) return SExecute>(LocalBridgeClazz, "walk", arg0, arg1); else return SExecute>(LocalBridgeClazz, "walk", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "walk", "(Ljava/nio/file/Path;I[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0, arg1); else return SExecuteWithSignature>(LocalBridgeClazz, "walk", "(Ljava/nio/file/Path;I[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0, arg1, arg2); } /// /// @@ -809,7 +809,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static Java.Util.Stream.Stream Walk(Java.Nio.File.Path arg0, params Java.Nio.File.FileVisitOption[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "walk", arg0); else return SExecute>(LocalBridgeClazz, "walk", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "walk", "(Ljava/nio/file/Path;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "walk", "(Ljava/nio/file/Path;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -821,7 +821,7 @@ public static Java.Nio.File.Path WriteString(Java.Nio.File.Path arg0, Java.Lang. /// public static long Copy(Java.Io.InputStream arg0, Java.Nio.File.Path arg1, params Java.Nio.File.CopyOption[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "copy", arg0, arg1); else return SExecute(LocalBridgeClazz, "copy", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/io/InputStream;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)J", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/io/InputStream;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)J", arg0, arg1, arg2); } /// /// @@ -832,7 +832,7 @@ public static long Copy(Java.Io.InputStream arg0, Java.Nio.File.Path arg1, param /// public static long Copy(Java.Nio.File.Path arg0, Java.Io.OutputStream arg1) { - return SExecute(LocalBridgeClazz, "copy", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/nio/file/Path;Ljava/io/OutputStream;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/Path.cs b/src/net/JNet/Generated/Java/Nio/File/Path.cs index 7006c83599..841b75214c 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Path.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Path.cs @@ -275,7 +275,7 @@ public partial class Path : Java.Nio.File.IPath /// public static Java.Nio.File.Path Of(Java.Lang.String arg0, params Java.Lang.String[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "of", arg0); else return SExecute(LocalBridgeClazz, "of", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public Java.Nio.File.Path Resolve(Java.Nio.File.Path arg0) /// public Java.Nio.File.Path Subpath(int arg0, int arg1) { - return IExecute("subpath", arg0, arg1); + return IExecuteWithSignature("subpath", "(II)Ljava/nio/file/Path;", arg0, arg1); } /// /// @@ -441,7 +441,7 @@ public Java.Nio.File.Path ToRealPath(params Java.Nio.File.LinkOption[] arg0) /// public Java.Nio.File.WatchKey Register(Java.Nio.File.WatchService arg0, Java.Nio.File.WatchEvent.Kind[] arg1, params Java.Nio.File.WatchEvent.Modifier[] arg2) { - if (arg2.Length == 0) return IExecute("register", arg0, arg1); else return IExecute("register", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;", arg0, arg1); else return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;", arg0, arg1, arg2); } /// /// @@ -514,7 +514,7 @@ public Java.Nio.File.Path ResolveSibling(Java.Nio.File.Path arg0) /// public Java.Nio.File.WatchKey Register(Java.Nio.File.WatchService arg0, params Java.Nio.File.WatchEvent.Kind[] arg1) { - if (arg1.Length == 0) return IExecute("register", arg0); else return IExecute("register", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;", arg0); else return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/Paths.cs b/src/net/JNet/Generated/Java/Nio/File/Paths.cs index a58da2cb6e..550ac1a383 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Paths.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Paths.cs @@ -94,7 +94,7 @@ public partial class Paths /// public static Java.Nio.File.Path Get(Java.Lang.String arg0, params Java.Lang.String[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "get", arg0); else return SExecute(LocalBridgeClazz, "get", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "get", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "get", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/SecureDirectoryStream.cs b/src/net/JNet/Generated/Java/Nio/File/SecureDirectoryStream.cs index 75dd864091..ec45723a88 100644 --- a/src/net/JNet/Generated/Java/Nio/File/SecureDirectoryStream.cs +++ b/src/net/JNet/Generated/Java/Nio/File/SecureDirectoryStream.cs @@ -170,7 +170,7 @@ public Java.Nio.File.Attribute.FileAttributeView GetFileAttributeView(object arg /// public Java.Nio.Channels.SeekableByteChannel NewByteChannel(object arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) { - if (arg2.Length == 0) return IExecute("newByteChannel", arg0, arg1); else return IExecute("newByteChannel", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("newByteChannel", "(Ljava/lang/Object;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1); else return IExecuteWithSignature("newByteChannel", "(Ljava/lang/Object;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1, arg2); } /// /// @@ -181,7 +181,7 @@ public Java.Nio.Channels.SeekableByteChannel NewByteChannel(object arg0, Java.Ut /// public Java.Nio.File.SecureDirectoryStream NewDirectoryStream(object arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return IExecute("newDirectoryStream", arg0); else return IExecute("newDirectoryStream", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("newDirectoryStream", "(Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/SecureDirectoryStream;", arg0); else return IExecuteWithSignature("newDirectoryStream", "(Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/SecureDirectoryStream;", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public void DeleteFile(object arg0) /// public void Move(object arg0, Java.Nio.File.SecureDirectoryStream arg1, object arg2) { - IExecute("move", arg0, arg1, arg2); + IExecuteWithSignature("move", "(Ljava/lang/Object;Ljava/nio/file/SecureDirectoryStream;Ljava/lang/Object;)V", arg0, arg1, arg2); } #endregion @@ -352,7 +352,7 @@ public partial class SecureDirectoryStream : Java.Nio.File.ISecureDirectorySt /// public Java.Nio.Channels.SeekableByteChannel NewByteChannel(T arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg2.Length == 0) return IExecute("newByteChannel", arg0, arg1); else return IExecute("newByteChannel", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("newByteChannel", "(Ljava/lang/Object;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1); else return IExecuteWithSignature("newByteChannel", "(Ljava/lang/Object;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1, arg2); } /// /// @@ -363,7 +363,7 @@ public Java.Nio.Channels.SeekableByteChannel NewByteChannel public Java.Nio.File.SecureDirectoryStream NewDirectoryStream(T arg0, params Java.Nio.File.LinkOption[] arg1) { - if (arg1.Length == 0) return IExecute>("newDirectoryStream", arg0); else return IExecute>("newDirectoryStream", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature>("newDirectoryStream", "(Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/SecureDirectoryStream;", arg0); else return IExecuteWithSignature>("newDirectoryStream", "(Ljava/lang/Object;[Ljava/nio/file/LinkOption;)Ljava/nio/file/SecureDirectoryStream;", arg0, arg1); } /// /// @@ -392,7 +392,7 @@ public void DeleteFile(T arg0) /// public void Move(T arg0, Java.Nio.File.SecureDirectoryStream arg1, T arg2) { - IExecute("move", arg0, arg1, arg2); + IExecuteWithSignature("move", "(Ljava/lang/Object;Ljava/nio/file/SecureDirectoryStream;Ljava/lang/Object;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/SimpleFileVisitor.cs b/src/net/JNet/Generated/Java/Nio/File/SimpleFileVisitor.cs index e0b037ac40..13622ca579 100644 --- a/src/net/JNet/Generated/Java/Nio/File/SimpleFileVisitor.cs +++ b/src/net/JNet/Generated/Java/Nio/File/SimpleFileVisitor.cs @@ -145,7 +145,7 @@ public partial class SimpleFileVisitor /// public Java.Nio.File.FileVisitResult PostVisitDirectory(object arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("postVisitDirectory", arg0, arg1); + return IExecuteWithSignature("postVisitDirectory", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public Java.Nio.File.FileVisitResult PostVisitDirectory(object arg0, MASES.JCOBr /// public Java.Nio.File.FileVisitResult PreVisitDirectory(object arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("preVisitDirectory", arg0, arg1); + return IExecuteWithSignature("preVisitDirectory", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public Java.Nio.File.FileVisitResult PreVisitDirectory(object arg0, Java.Nio.Fil /// public Java.Nio.File.FileVisitResult VisitFile(object arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("visitFile", arg0, arg1); + return IExecuteWithSignature("visitFile", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -178,7 +178,7 @@ public Java.Nio.File.FileVisitResult VisitFile(object arg0, Java.Nio.File.Attrib /// public Java.Nio.File.FileVisitResult VisitFileFailed(object arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("visitFileFailed", arg0, arg1); + return IExecuteWithSignature("visitFileFailed", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } #endregion @@ -224,7 +224,7 @@ public partial class SimpleFileVisitor /// public Java.Nio.File.FileVisitResult PostVisitDirectory(T arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("postVisitDirectory", arg0, arg1); + return IExecuteWithSignature("postVisitDirectory", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public Java.Nio.File.FileVisitResult PostVisitDirectory(T arg0, MASES.JCOBridge. /// public Java.Nio.File.FileVisitResult PreVisitDirectory(T arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("preVisitDirectory", arg0, arg1); + return IExecuteWithSignature("preVisitDirectory", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public Java.Nio.File.FileVisitResult PreVisitDirectory(T arg0, Java.Nio.File.Att /// public Java.Nio.File.FileVisitResult VisitFile(T arg0, Java.Nio.File.Attribute.BasicFileAttributes arg1) { - return IExecute("visitFile", arg0, arg1); + return IExecuteWithSignature("visitFile", "(Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } /// /// @@ -257,7 +257,7 @@ public Java.Nio.File.FileVisitResult VisitFile(T arg0, Java.Nio.File.Attribute.B /// public Java.Nio.File.FileVisitResult VisitFileFailed(T arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1) { - return IExecute("visitFileFailed", arg0, arg1); + return IExecuteWithSignature("visitFileFailed", "(Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/Spi/FileSystemProvider.cs b/src/net/JNet/Generated/Java/Nio/File/Spi/FileSystemProvider.cs index c31a45776e..eda04cc95a 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Spi/FileSystemProvider.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Spi/FileSystemProvider.cs @@ -151,7 +151,7 @@ public bool IsHidden(Java.Nio.File.Path arg0) /// public bool IsSameFile(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) { - return IExecute("isSameFile", arg0, arg1); + return IExecuteWithSignature("isSameFile", "(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public bool IsSameFile(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) /// public Java.Nio.Channels.SeekableByteChannel NewByteChannel(Java.Nio.File.Path arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg2.Length == 0) return IExecute("newByteChannel", arg0, arg1); else return IExecute("newByteChannel", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1); else return IExecuteWithSignature("newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", arg0, arg1, arg2); } /// /// @@ -176,7 +176,7 @@ public Java.Nio.Channels.SeekableByteChannel NewByteChannel public Java.Nio.File.DirectoryStream NewDirectoryStream(Java.Nio.File.Path arg0, Java.Nio.File.DirectoryStream.Filter arg1) where Arg1objectSuperJava_Nio_File_Path : Java.Nio.File.Path { - return IExecute>("newDirectoryStream", arg0, arg1); + return IExecuteWithSignature>("newDirectoryStream", "(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Java.Nio.File.FileSystem GetFileSystem(Java.Net.URI arg0) /// public Java.Nio.File.FileSystem NewFileSystem(Java.Net.URI arg0, Java.Util.Map arg1) { - return IExecute("newFileSystem", arg0, arg1); + return IExecuteWithSignature("newFileSystem", "(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;", arg0, arg1); } /// /// @@ -227,7 +227,7 @@ public Java.Nio.File.Path GetPath(Java.Net.URI arg0) /// public Java.Util.Map ReadAttributes(Java.Nio.File.Path arg0, Java.Lang.String arg1, params Java.Nio.File.LinkOption[] arg2) { - if (arg2.Length == 0) return IExecute>("readAttributes", arg0, arg1); else return IExecute>("readAttributes", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature>("readAttributes", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;", arg0, arg1); else return IExecuteWithSignature>("readAttributes", "(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -237,7 +237,7 @@ public Java.Nio.File.Path GetPath(Java.Net.URI arg0) /// public void CheckAccess(Java.Nio.File.Path arg0, params Java.Nio.File.AccessMode[] arg1) { - if (arg1.Length == 0) IExecute("checkAccess", arg0); else IExecute("checkAccess", arg0, arg1); + if (arg1.Length == 0) IExecuteWithSignature("checkAccess", "(Ljava/nio/file/Path;[Ljava/nio/file/AccessMode;)V", arg0); else IExecuteWithSignature("checkAccess", "(Ljava/nio/file/Path;[Ljava/nio/file/AccessMode;)V", arg0, arg1); } /// /// @@ -248,7 +248,7 @@ public void CheckAccess(Java.Nio.File.Path arg0, params Java.Nio.File.AccessMode /// public void Copy(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.CopyOption[] arg2) { - if (arg2.Length == 0) IExecute("copy", arg0, arg1); else IExecute("copy", arg0, arg1, arg2); + if (arg2.Length == 0) IExecuteWithSignature("copy", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V", arg0, arg1); else IExecuteWithSignature("copy", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V", arg0, arg1, arg2); } /// /// @@ -258,7 +258,7 @@ public void Copy(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.N /// public void CreateDirectory(Java.Nio.File.Path arg0, params Java.Nio.File.Attribute.FileAttribute[] arg1) { - if (arg1.Length == 0) IExecute("createDirectory", arg0); else IExecute("createDirectory", arg0, arg1); + if (arg1.Length == 0) IExecuteWithSignature("createDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V", arg0); else IExecuteWithSignature("createDirectory", "(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public void Delete(Java.Nio.File.Path arg0) /// public void Move(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.CopyOption[] arg2) { - if (arg2.Length == 0) IExecute("move", arg0, arg1); else IExecute("move", arg0, arg1, arg2); + if (arg2.Length == 0) IExecuteWithSignature("move", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V", arg0, arg1); else IExecuteWithSignature("move", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V", arg0, arg1, arg2); } /// /// @@ -290,7 +290,7 @@ public void Move(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.N /// public void SetAttribute(Java.Nio.File.Path arg0, Java.Lang.String arg1, object arg2, params Java.Nio.File.LinkOption[] arg3) { - if (arg3.Length == 0) IExecute("setAttribute", arg0, arg1, arg2); else IExecute("setAttribute", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) IExecuteWithSignature("setAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V", arg0, arg1, arg2); else IExecuteWithSignature("setAttribute", "(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V", arg0, arg1, arg2, arg3); } /// /// @@ -311,7 +311,7 @@ public bool DeleteIfExists(Java.Nio.File.Path arg0) /// public Java.Io.InputStream NewInputStream(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return IExecute("newInputStream", arg0); else return IExecute("newInputStream", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("newInputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;", arg0); else return IExecuteWithSignature("newInputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -322,7 +322,7 @@ public Java.Io.InputStream NewInputStream(Java.Nio.File.Path arg0, params Java.N /// public Java.Io.OutputStream NewOutputStream(Java.Nio.File.Path arg0, params Java.Nio.File.OpenOption[] arg1) { - if (arg1.Length == 0) return IExecute("newOutputStream", arg0); else return IExecute("newOutputStream", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("newOutputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/OutputStream;", arg0); else return IExecuteWithSignature("newOutputStream", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/OutputStream;", arg0, arg1); } /// /// @@ -336,7 +336,7 @@ public Java.Io.OutputStream NewOutputStream(Java.Nio.File.Path arg0, params Java /// public Java.Nio.Channels.AsynchronousFileChannel NewAsynchronousFileChannel(Java.Nio.File.Path arg0, Java.Util.Set arg1, Java.Util.Concurrent.ExecutorService arg2, params Java.Nio.File.Attribute.FileAttribute[] arg3) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg3.Length == 0) return IExecute("newAsynchronousFileChannel", arg0, arg1, arg2); else return IExecute("newAsynchronousFileChannel", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return IExecuteWithSignature("newAsynchronousFileChannel", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", arg0, arg1, arg2); else return IExecuteWithSignature("newAsynchronousFileChannel", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", arg0, arg1, arg2, arg3); } /// /// @@ -349,7 +349,7 @@ public Java.Nio.Channels.AsynchronousFileChannel NewAsynchronousFileChannel public Java.Nio.Channels.FileChannel NewFileChannel(Java.Nio.File.Path arg0, Java.Util.Set arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) where Arg1ExtendsJava_Nio_File_OpenOption : Java.Nio.File.OpenOption { - if (arg2.Length == 0) return IExecute("newFileChannel", arg0, arg1); else return IExecute("newFileChannel", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("newFileChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel;", arg0, arg1); else return IExecuteWithSignature("newFileChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel;", arg0, arg1, arg2); } /// /// @@ -360,7 +360,7 @@ public Java.Nio.Channels.FileChannel NewFileChannel public Java.Nio.File.FileSystem NewFileSystem(Java.Nio.File.Path arg0, Java.Util.Map arg1) { - return IExecute("newFileSystem", arg0, arg1); + return IExecuteWithSignature("newFileSystem", "(Ljava/nio/file/Path;Ljava/util/Map;)Ljava/nio/file/FileSystem;", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public Java.Nio.File.Path ReadSymbolicLink(Java.Nio.File.Path arg0) /// public void CreateLink(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) { - IExecute("createLink", arg0, arg1); + IExecuteWithSignature("createLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;)V", arg0, arg1); } /// /// @@ -391,7 +391,7 @@ public void CreateLink(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1) /// public void CreateSymbolicLink(Java.Nio.File.Path arg0, Java.Nio.File.Path arg1, params Java.Nio.File.Attribute.FileAttribute[] arg2) { - if (arg2.Length == 0) IExecute("createSymbolicLink", arg0, arg1); else IExecute("createSymbolicLink", arg0, arg1, arg2); + if (arg2.Length == 0) IExecuteWithSignature("createSymbolicLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V", arg0, arg1); else IExecuteWithSignature("createSymbolicLink", "(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/File/WatchService.cs b/src/net/JNet/Generated/Java/Nio/File/WatchService.cs index c7f6a2af33..5f98e9edba 100644 --- a/src/net/JNet/Generated/Java/Nio/File/WatchService.cs +++ b/src/net/JNet/Generated/Java/Nio/File/WatchService.cs @@ -151,7 +151,7 @@ public Java.Nio.File.WatchKey Poll() /// public Java.Nio.File.WatchKey Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/nio/file/WatchKey;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/File/Watchable.cs b/src/net/JNet/Generated/Java/Nio/File/Watchable.cs index 5a58fc566a..5a27f619a2 100644 --- a/src/net/JNet/Generated/Java/Nio/File/Watchable.cs +++ b/src/net/JNet/Generated/Java/Nio/File/Watchable.cs @@ -136,7 +136,7 @@ public partial class Watchable : Java.Nio.File.IWatchable /// public Java.Nio.File.WatchKey Register(Java.Nio.File.WatchService arg0, params Java.Nio.File.WatchEvent.Kind[] arg1) { - if (arg1.Length == 0) return IExecute("register", arg0); else return IExecute("register", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;", arg0); else return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;", arg0, arg1); } /// /// @@ -148,7 +148,7 @@ public Java.Nio.File.WatchKey Register(Java.Nio.File.WatchService arg0, params J /// public Java.Nio.File.WatchKey Register(Java.Nio.File.WatchService arg0, Java.Nio.File.WatchEvent.Kind[] arg1, params Java.Nio.File.WatchEvent.Modifier[] arg2) { - if (arg2.Length == 0) return IExecute("register", arg0, arg1); else return IExecute("register", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;", arg0, arg1); else return IExecuteWithSignature("register", "(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/FloatBuffer.cs b/src/net/JNet/Generated/Java/Nio/FloatBuffer.cs index dc6fac4b1a..567fdbfae8 100644 --- a/src/net/JNet/Generated/Java/Nio/FloatBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/FloatBuffer.cs @@ -110,7 +110,7 @@ public static Java.Nio.FloatBuffer Allocate(int arg0) /// public static Java.Nio.FloatBuffer Wrap(float[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([FII)Ljava/nio/FloatBuffer;", arg0, arg1, arg2); } /// /// @@ -183,7 +183,7 @@ public Java.Nio.FloatBuffer Put(float arg0) /// public Java.Nio.FloatBuffer Put(int arg0, float arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(IF)Ljava/nio/FloatBuffer;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int Mismatch(Java.Nio.FloatBuffer arg0) /// public Java.Nio.FloatBuffer Get(float[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([FII)Ljava/nio/FloatBuffer;", arg0, arg1, arg2); } /// /// @@ -250,7 +250,7 @@ public Java.Nio.FloatBuffer Get(float[] arg0) /// public Java.Nio.FloatBuffer Put(float[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([FII)Ljava/nio/FloatBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/IntBuffer.cs b/src/net/JNet/Generated/Java/Nio/IntBuffer.cs index 3c349c2fce..eaaa89ed20 100644 --- a/src/net/JNet/Generated/Java/Nio/IntBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/IntBuffer.cs @@ -110,7 +110,7 @@ public static Java.Nio.IntBuffer Allocate(int arg0) /// public static Java.Nio.IntBuffer Wrap(int[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([III)Ljava/nio/IntBuffer;", arg0, arg1, arg2); } /// /// @@ -174,7 +174,7 @@ public Java.Nio.IntBuffer Compact() /// public Java.Nio.IntBuffer Put(int arg0, int arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(II)Ljava/nio/IntBuffer;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int Mismatch(Java.Nio.IntBuffer arg0) /// public Java.Nio.IntBuffer Get(int[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([III)Ljava/nio/IntBuffer;", arg0, arg1, arg2); } /// /// @@ -250,7 +250,7 @@ public Java.Nio.IntBuffer Get(int[] arg0) /// public Java.Nio.IntBuffer Put(int[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([III)Ljava/nio/IntBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Nio/LongBuffer.cs b/src/net/JNet/Generated/Java/Nio/LongBuffer.cs index 548988eaca..05ed17f46d 100644 --- a/src/net/JNet/Generated/Java/Nio/LongBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/LongBuffer.cs @@ -110,7 +110,7 @@ public static Java.Nio.LongBuffer Allocate(int arg0) /// public static Java.Nio.LongBuffer Wrap(long[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([JII)Ljava/nio/LongBuffer;", arg0, arg1, arg2); } /// /// @@ -157,7 +157,7 @@ public Java.Nio.LongBuffer Compact() /// public Java.Nio.LongBuffer Put(int arg0, long arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(IJ)Ljava/nio/LongBuffer;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int Mismatch(Java.Nio.LongBuffer arg0) /// public Java.Nio.LongBuffer Get(long[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([JII)Ljava/nio/LongBuffer;", arg0, arg1, arg2); } /// /// @@ -259,7 +259,7 @@ public Java.Nio.LongBuffer Put(Java.Nio.LongBuffer arg0) /// public Java.Nio.LongBuffer Put(long[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([JII)Ljava/nio/LongBuffer;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Nio/ShortBuffer.cs b/src/net/JNet/Generated/Java/Nio/ShortBuffer.cs index 5b7566cb6a..9a7b1587c8 100644 --- a/src/net/JNet/Generated/Java/Nio/ShortBuffer.cs +++ b/src/net/JNet/Generated/Java/Nio/ShortBuffer.cs @@ -110,7 +110,7 @@ public static Java.Nio.ShortBuffer Allocate(int arg0) /// public static Java.Nio.ShortBuffer Wrap(short[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "wrap", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "wrap", "([SII)Ljava/nio/ShortBuffer;", arg0, arg1, arg2); } /// /// @@ -157,7 +157,7 @@ public Java.Nio.ShortBuffer Compact() /// public Java.Nio.ShortBuffer Put(int arg0, short arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(IS)Ljava/nio/ShortBuffer;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int Mismatch(Java.Nio.ShortBuffer arg0) /// public Java.Nio.ShortBuffer Get(short[] arg0, int arg1, int arg2) { - return IExecute("get", arg0, arg1, arg2); + return IExecuteWithSignature("get", "([SII)Ljava/nio/ShortBuffer;", arg0, arg1, arg2); } /// /// @@ -259,7 +259,7 @@ public Java.Nio.ShortBuffer Put(Java.Nio.ShortBuffer arg0) /// public Java.Nio.ShortBuffer Put(short[] arg0, int arg1, int arg2) { - return IExecute("put", arg0, arg1, arg2); + return IExecuteWithSignature("put", "([SII)Ljava/nio/ShortBuffer;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Rmi/Activation/Activatable.cs b/src/net/JNet/Generated/Java/Rmi/Activation/Activatable.cs index 2378266799..b1c6fd2da9 100644 --- a/src/net/JNet/Generated/Java/Rmi/Activation/Activatable.cs +++ b/src/net/JNet/Generated/Java/Rmi/Activation/Activatable.cs @@ -109,7 +109,7 @@ public static bool Inactive(Java.Rmi.Activation.ActivationID arg0) /// public static bool UnexportObject(Java.Rmi.Remote arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "unexportObject", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "unexportObject", "(Ljava/rmi/Remote;Z)Z", arg0, arg1); } /// /// @@ -126,7 +126,7 @@ public static bool UnexportObject(Java.Rmi.Remote arg0, bool arg1) /// public static Java.Rmi.Activation.ActivationID ExportObject(Java.Rmi.Remote arg0, Java.Lang.String arg1, Java.Rmi.MarshalledObject arg2, bool arg3, int arg4, Java.Rmi.Server.RMIClientSocketFactory arg5, Java.Rmi.Server.RMIServerSocketFactory arg6) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;Ljava/lang/String;Ljava/rmi/MarshalledObject;ZILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;)Ljava/rmi/activation/ActivationID;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -141,7 +141,7 @@ public static Java.Rmi.Activation.ActivationID ExportObject(Java.Rmi.Remote arg0 /// public static Java.Rmi.Activation.ActivationID ExportObject(Java.Rmi.Remote arg0, Java.Lang.String arg1, Java.Rmi.MarshalledObject arg2, bool arg3, int arg4) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;Ljava/lang/String;Ljava/rmi/MarshalledObject;ZI)Ljava/rmi/activation/ActivationID;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -155,7 +155,7 @@ public static Java.Rmi.Activation.ActivationID ExportObject(Java.Rmi.Remote arg0 /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, Java.Rmi.Activation.ActivationID arg1, int arg2, Java.Rmi.Server.RMIClientSocketFactory arg3, Java.Rmi.Server.RMIServerSocketFactory arg4) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;Ljava/rmi/activation/ActivationID;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;)Ljava/rmi/Remote;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -167,7 +167,7 @@ public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, Java.Rmi.Activa /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, Java.Rmi.Activation.ActivationID arg1, int arg2) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;Ljava/rmi/activation/ActivationID;I)Ljava/rmi/Remote;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Activation/ActivationGroup.cs b/src/net/JNet/Generated/Java/Rmi/Activation/ActivationGroup.cs index 7d59b05ccf..da0d63c40f 100644 --- a/src/net/JNet/Generated/Java/Rmi/Activation/ActivationGroup.cs +++ b/src/net/JNet/Generated/Java/Rmi/Activation/ActivationGroup.cs @@ -109,7 +109,7 @@ public static Java.Rmi.Activation.ActivationSystem System /// public static Java.Rmi.Activation.ActivationGroup CreateGroup(Java.Rmi.Activation.ActivationGroupID arg0, Java.Rmi.Activation.ActivationGroupDesc arg1, long arg2) { - return SExecute(LocalBridgeClazz, "createGroup", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createGroup", "(Ljava/rmi/activation/ActivationGroupID;Ljava/rmi/activation/ActivationGroupDesc;J)Ljava/rmi/activation/ActivationGroup;", arg0, arg1, arg2); } /// /// @@ -133,7 +133,7 @@ public static Java.Rmi.Activation.ActivationGroupID CurrentGroupID() /// public void ActiveObject(Java.Rmi.Activation.ActivationID arg0, Java.Rmi.Remote arg1) { - IExecute("activeObject", arg0, arg1); + IExecuteWithSignature("activeObject", "(Ljava/rmi/activation/ActivationID;Ljava/rmi/Remote;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Dgc/DGC.cs b/src/net/JNet/Generated/Java/Rmi/Dgc/DGC.cs index 256fe1c215..841959c5a6 100644 --- a/src/net/JNet/Generated/Java/Rmi/Dgc/DGC.cs +++ b/src/net/JNet/Generated/Java/Rmi/Dgc/DGC.cs @@ -138,7 +138,7 @@ public partial class DGC : Java.Rmi.Dgc.IDGC /// public Java.Rmi.Dgc.Lease Dirty(Java.Rmi.Server.ObjID[] arg0, long arg1, Java.Rmi.Dgc.Lease arg2) { - return IExecute("dirty", arg0, arg1, arg2); + return IExecuteWithSignature("dirty", "([Ljava/rmi/server/ObjID;JLjava/rmi/dgc/Lease;)Ljava/rmi/dgc/Lease;", arg0, arg1, arg2); } /// /// @@ -150,7 +150,7 @@ public Java.Rmi.Dgc.Lease Dirty(Java.Rmi.Server.ObjID[] arg0, long arg1, Java.Rm /// public void Clean(Java.Rmi.Server.ObjID[] arg0, long arg1, Java.Rmi.Dgc.VMID arg2, bool arg3) { - IExecute("clean", arg0, arg1, arg2, arg3); + IExecuteWithSignature("clean", "([Ljava/rmi/server/ObjID;JLjava/rmi/dgc/VMID;Z)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Rmi/Naming.cs b/src/net/JNet/Generated/Java/Rmi/Naming.cs index 93b0acd2d7..bf3ba0a64e 100644 --- a/src/net/JNet/Generated/Java/Rmi/Naming.cs +++ b/src/net/JNet/Generated/Java/Rmi/Naming.cs @@ -119,7 +119,7 @@ public static Java.Rmi.Remote Lookup(Java.Lang.String arg0) /// public static void Bind(Java.Lang.String arg0, Java.Rmi.Remote arg1) { - SExecute(LocalBridgeClazz, "bind", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "bind", "(Ljava/lang/String;Ljava/rmi/Remote;)V", arg0, arg1); } /// /// @@ -130,7 +130,7 @@ public static void Bind(Java.Lang.String arg0, Java.Rmi.Remote arg1) /// public static void Rebind(Java.Lang.String arg0, Java.Rmi.Remote arg1) { - SExecute(LocalBridgeClazz, "rebind", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "rebind", "(Ljava/lang/String;Ljava/rmi/Remote;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Registry/LocateRegistry.cs b/src/net/JNet/Generated/Java/Rmi/Registry/LocateRegistry.cs index 3d7e311e90..adf5b0d709 100644 --- a/src/net/JNet/Generated/Java/Rmi/Registry/LocateRegistry.cs +++ b/src/net/JNet/Generated/Java/Rmi/Registry/LocateRegistry.cs @@ -103,7 +103,7 @@ public static Java.Rmi.Registry.Registry Registry /// public static Java.Rmi.Registry.Registry CreateRegistry(int arg0, Java.Rmi.Server.RMIClientSocketFactory arg1, Java.Rmi.Server.RMIServerSocketFactory arg2) { - return SExecute(LocalBridgeClazz, "createRegistry", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createRegistry", "(ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;)Ljava/rmi/registry/Registry;", arg0, arg1, arg2); } /// /// @@ -135,7 +135,7 @@ public static Java.Rmi.Registry.Registry GetRegistry(int arg0) /// public static Java.Rmi.Registry.Registry GetRegistry(Java.Lang.String arg0, int arg1, Java.Rmi.Server.RMIClientSocketFactory arg2) { - return SExecute(LocalBridgeClazz, "getRegistry", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getRegistry", "(Ljava/lang/String;ILjava/rmi/server/RMIClientSocketFactory;)Ljava/rmi/registry/Registry;", arg0, arg1, arg2); } /// /// @@ -146,7 +146,7 @@ public static Java.Rmi.Registry.Registry GetRegistry(Java.Lang.String arg0, int /// public static Java.Rmi.Registry.Registry GetRegistry(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getRegistry", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getRegistry", "(Ljava/lang/String;I)Ljava/rmi/registry/Registry;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Registry/Registry.cs b/src/net/JNet/Generated/Java/Rmi/Registry/Registry.cs index ef99dc922f..250247c790 100644 --- a/src/net/JNet/Generated/Java/Rmi/Registry/Registry.cs +++ b/src/net/JNet/Generated/Java/Rmi/Registry/Registry.cs @@ -189,7 +189,7 @@ public Java.Rmi.Remote Lookup(Java.Lang.String arg0) /// public void Bind(Java.Lang.String arg0, Java.Rmi.Remote arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljava/lang/String;Ljava/rmi/Remote;)V", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public void Bind(Java.Lang.String arg0, Java.Rmi.Remote arg1) /// public void Rebind(Java.Lang.String arg0, Java.Rmi.Remote arg1) { - IExecute("rebind", arg0, arg1); + IExecuteWithSignature("rebind", "(Ljava/lang/String;Ljava/rmi/Remote;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoader.cs b/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoader.cs index caf53d3a2f..8232ce0d54 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoader.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoader.cs @@ -104,7 +104,7 @@ public static Java.Rmi.Server.RMIClassLoaderSpi DefaultProviderInstance /// public static Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "loadClass", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "loadClass", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// @@ -116,7 +116,7 @@ public static Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String /// public static Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "loadClass", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "loadClass", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -128,7 +128,7 @@ public static Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String /// public static Java.Lang.Class LoadClass(Java.Net.URL arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "loadClass", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "loadClass", "(Ljava/net/URL;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -141,7 +141,7 @@ public static Java.Lang.Class LoadClass(Java.Net.URL arg0, Java.Lang.String arg1 /// public static Java.Lang.Class LoadProxyClass(Java.Lang.String arg0, Java.Lang.String[] arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "loadProxyClass", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "loadProxyClass", "(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoaderSpi.cs b/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoaderSpi.cs index 2b133c89c9..36076a9961 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoaderSpi.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RMIClassLoaderSpi.cs @@ -103,7 +103,7 @@ public partial class RMIClassLoaderSpi /// public Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.ClassLoader arg2) { - return IExecute("loadClass", arg0, arg1, arg2); + return IExecuteWithSignature("loadClass", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// @@ -116,7 +116,7 @@ public Java.Lang.Class LoadClass(Java.Lang.String arg0, Java.Lang.String arg1, J /// public Java.Lang.Class LoadProxyClass(Java.Lang.String arg0, Java.Lang.String[] arg1, Java.Lang.ClassLoader arg2) { - return IExecute("loadProxyClass", arg0, arg1, arg2); + return IExecuteWithSignature("loadProxyClass", "(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RMIClientSocketFactory.cs b/src/net/JNet/Generated/Java/Rmi/Server/RMIClientSocketFactory.cs index 62866845c6..725f6c9a28 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RMIClientSocketFactory.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RMIClientSocketFactory.cs @@ -127,7 +127,7 @@ public partial class RMIClientSocketFactory : Java.Rmi.Server.IRMIClientSocketFa /// public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1) { - return IExecute("createSocket", arg0, arg1); + return IExecuteWithSignature("createSocket", "(Ljava/lang/String;I)Ljava/net/Socket;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RMISocketFactory.cs b/src/net/JNet/Generated/Java/Rmi/Server/RMISocketFactory.cs index 1d3bda51fd..2483d94f73 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RMISocketFactory.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RMISocketFactory.cs @@ -140,7 +140,7 @@ public Java.Net.ServerSocket CreateServerSocket(int arg0) /// public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1) { - return IExecute("createSocket", arg0, arg1); + return IExecuteWithSignature("createSocket", "(Ljava/lang/String;I)Ljava/net/Socket;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RemoteObjectInvocationHandler.cs b/src/net/JNet/Generated/Java/Rmi/Server/RemoteObjectInvocationHandler.cs index c0e6369ac1..b4241bd0be 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RemoteObjectInvocationHandler.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RemoteObjectInvocationHandler.cs @@ -112,7 +112,7 @@ public RemoteObjectInvocationHandler(Java.Rmi.Server.RemoteRef arg0) /// public object Invoke(object arg0, Java.Lang.Reflect.Method arg1, object[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Rmi/Server/RemoteRef.cs b/src/net/JNet/Generated/Java/Rmi/Server/RemoteRef.cs index 9cf1ce6d67..ba22daa0f2 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/RemoteRef.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/RemoteRef.cs @@ -182,7 +182,7 @@ public int RemoteHashCode() /// public object Invoke(Java.Rmi.Remote arg0, Java.Lang.Reflect.Method arg1, object[] arg2, long arg3) { - return IExecute("invoke", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("invoke", "(Ljava/rmi/Remote;Ljava/lang/reflect/Method;[Ljava/lang/Object;J)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Rmi/Server/UnicastRemoteObject.cs b/src/net/JNet/Generated/Java/Rmi/Server/UnicastRemoteObject.cs index f7fd95766e..c3da47dc3a 100644 --- a/src/net/JNet/Generated/Java/Rmi/Server/UnicastRemoteObject.cs +++ b/src/net/JNet/Generated/Java/Rmi/Server/UnicastRemoteObject.cs @@ -95,7 +95,7 @@ public partial class UnicastRemoteObject /// public static bool UnexportObject(Java.Rmi.Remote arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "unexportObject", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "unexportObject", "(Ljava/rmi/Remote;Z)Z", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static bool UnexportObject(Java.Rmi.Remote arg0, bool arg1) /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java.Io.ObjectInputFilter arg2) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;ILjava/io/ObjectInputFilter;)Ljava/rmi/Remote;", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java. /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java.Rmi.Server.RMIClientSocketFactory arg2, Java.Rmi.Server.RMIServerSocketFactory arg3, Java.Io.ObjectInputFilter arg4) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Ljava/io/ObjectInputFilter;)Ljava/rmi/Remote;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -134,7 +134,7 @@ public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java. /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java.Rmi.Server.RMIClientSocketFactory arg2, Java.Rmi.Server.RMIServerSocketFactory arg3) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;)Ljava/rmi/Remote;", arg0, arg1, arg2, arg3); } /// /// @@ -145,7 +145,7 @@ public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1, Java. /// public static Java.Rmi.Remote ExportObject(Java.Rmi.Remote arg0, int arg1) { - return SExecute(LocalBridgeClazz, "exportObject", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "exportObject", "(Ljava/rmi/Remote;I)Ljava/rmi/Remote;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/AccessController.cs b/src/net/JNet/Generated/Java/Security/AccessController.cs index de254e4160..b65846ab8c 100644 --- a/src/net/JNet/Generated/Java/Security/AccessController.cs +++ b/src/net/JNet/Generated/Java/Security/AccessController.cs @@ -103,7 +103,7 @@ public static Java.Security.AccessControlContext Context /// public static T DoPrivileged(Java.Security.PrivilegedAction arg0, Java.Security.AccessControlContext arg1, params Java.Security.Permission[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1); else return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -116,7 +116,7 @@ public static T DoPrivileged(Java.Security.PrivilegedAction arg0, Java.Sec /// public static T DoPrivileged(Java.Security.PrivilegedExceptionAction arg0, Java.Security.AccessControlContext arg1, params Java.Security.Permission[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1); else return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -128,7 +128,7 @@ public static T DoPrivileged(Java.Security.PrivilegedExceptionAction arg0, /// public static T DoPrivilegedWithCombiner(Java.Security.PrivilegedAction arg0, Java.Security.AccessControlContext arg1, params Java.Security.Permission[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "doPrivilegedWithCombiner", arg0, arg1); else return SExecute(LocalBridgeClazz, "doPrivilegedWithCombiner", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "doPrivilegedWithCombiner", "(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "doPrivilegedWithCombiner", "(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -151,7 +151,7 @@ public static T DoPrivilegedWithCombiner(Java.Security.PrivilegedAction ar /// public static T DoPrivilegedWithCombiner(Java.Security.PrivilegedExceptionAction arg0, Java.Security.AccessControlContext arg1, params Java.Security.Permission[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "doPrivilegedWithCombiner", arg0, arg1); else return SExecute(LocalBridgeClazz, "doPrivilegedWithCombiner", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "doPrivilegedWithCombiner", "(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "doPrivilegedWithCombiner", "(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -173,7 +173,7 @@ public static T DoPrivilegedWithCombiner(Java.Security.PrivilegedExceptionAct /// public static T DoPrivileged(Java.Security.PrivilegedAction arg0, Java.Security.AccessControlContext arg1) { - return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public static T DoPrivileged(Java.Security.PrivilegedAction arg0) /// public static T DoPrivileged(Java.Security.PrivilegedExceptionAction arg0, Java.Security.AccessControlContext arg1) { - return SExecute(LocalBridgeClazz, "doPrivileged", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "doPrivileged", "(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/AlgorithmConstraints.cs b/src/net/JNet/Generated/Java/Security/AlgorithmConstraints.cs index 15238ab2fd..c914a03286 100644 --- a/src/net/JNet/Generated/Java/Security/AlgorithmConstraints.cs +++ b/src/net/JNet/Generated/Java/Security/AlgorithmConstraints.cs @@ -143,7 +143,7 @@ public partial class AlgorithmConstraints : Java.Security.IAlgorithmConstraints /// public bool Permits(Java.Util.Set arg0, Java.Lang.String arg1, Java.Security.AlgorithmParameters arg2) { - return IExecute("permits", arg0, arg1, arg2); + return IExecuteWithSignature("permits", "(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z", arg0, arg1, arg2); } /// /// @@ -155,7 +155,7 @@ public bool Permits(Java.Util.Set arg0, Java.Lang /// public bool Permits(Java.Util.Set arg0, Java.Lang.String arg1, Java.Security.Key arg2, Java.Security.AlgorithmParameters arg3) { - return IExecute("permits", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("permits", "(Ljava/util/Set;Ljava/lang/String;Ljava/security/Key;Ljava/security/AlgorithmParameters;)Z", arg0, arg1, arg2, arg3); } /// /// @@ -165,7 +165,7 @@ public bool Permits(Java.Util.Set arg0, Java.Lang /// public bool Permits(Java.Util.Set arg0, Java.Security.Key arg1) { - return IExecute("permits", arg0, arg1); + return IExecuteWithSignature("permits", "(Ljava/util/Set;Ljava/security/Key;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/AlgorithmParameterGenerator.cs b/src/net/JNet/Generated/Java/Security/AlgorithmParameterGenerator.cs index 69f65e1f95..7175371caf 100644 --- a/src/net/JNet/Generated/Java/Security/AlgorithmParameterGenerator.cs +++ b/src/net/JNet/Generated/Java/Security/AlgorithmParameterGenerator.cs @@ -96,7 +96,7 @@ public partial class AlgorithmParameterGenerator /// public static Java.Security.AlgorithmParameterGenerator GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/AlgorithmParameterGenerator;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Java.Security.AlgorithmParameterGenerator GetInstance(Java.Lang.St /// public static Java.Security.AlgorithmParameterGenerator GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/AlgorithmParameterGenerator;", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public Java.Security.AlgorithmParameters GenerateParameters() /// public void Init(int arg0, Java.Security.SecureRandom arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(ILjava/security/SecureRandom;)V", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public void Init(int arg0) /// public void Init(Java.Security.Spec.AlgorithmParameterSpec arg0, Java.Security.SecureRandom arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/AlgorithmParameters.cs b/src/net/JNet/Generated/Java/Security/AlgorithmParameters.cs index 53a9621521..ea03d32ba4 100644 --- a/src/net/JNet/Generated/Java/Security/AlgorithmParameters.cs +++ b/src/net/JNet/Generated/Java/Security/AlgorithmParameters.cs @@ -96,7 +96,7 @@ public partial class AlgorithmParameters /// public static Java.Security.AlgorithmParameters GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/AlgorithmParameters;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Java.Security.AlgorithmParameters GetInstance(Java.Lang.String arg /// public static Java.Security.AlgorithmParameters GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/AlgorithmParameters;", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public byte[] GetEncoded(Java.Lang.String arg0) /// public void Init(byte[] arg0, Java.Lang.String arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "([BLjava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/AuthProvider.cs b/src/net/JNet/Generated/Java/Security/AuthProvider.cs index e8315cb0a4..a9805860ed 100644 --- a/src/net/JNet/Generated/Java/Security/AuthProvider.cs +++ b/src/net/JNet/Generated/Java/Security/AuthProvider.cs @@ -100,7 +100,7 @@ public partial class AuthProvider /// public void Login(Javax.Security.Auth.Subject arg0, Javax.Security.Auth.Callback.CallbackHandler arg1) { - IExecute("login", arg0, arg1); + IExecuteWithSignature("login", "(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertPathBuilder.cs b/src/net/JNet/Generated/Java/Security/Cert/CertPathBuilder.cs index 46e5bef5c8..633926be02 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertPathBuilder.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertPathBuilder.cs @@ -103,7 +103,7 @@ public static Java.Lang.String DefaultType /// public static Java.Security.Cert.CertPathBuilder GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/cert/CertPathBuilder;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Java.Security.Cert.CertPathBuilder GetInstance(Java.Lang.String ar /// public static Java.Security.Cert.CertPathBuilder GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/cert/CertPathBuilder;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertPathValidator.cs b/src/net/JNet/Generated/Java/Security/Cert/CertPathValidator.cs index 682032653b..3fbf97eee8 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertPathValidator.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertPathValidator.cs @@ -103,7 +103,7 @@ public static Java.Lang.String DefaultType /// public static Java.Security.Cert.CertPathValidator GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/cert/CertPathValidator;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Java.Security.Cert.CertPathValidator GetInstance(Java.Lang.String /// public static Java.Security.Cert.CertPathValidator GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/cert/CertPathValidator;", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public Java.Security.Cert.CertPathChecker RevocationChecker /// public Java.Security.Cert.CertPathValidatorResult Validate(Java.Security.Cert.CertPath arg0, Java.Security.Cert.CertPathParameters arg1) { - return IExecute("validate", arg0, arg1); + return IExecuteWithSignature("validate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertPathValidatorSpi.cs b/src/net/JNet/Generated/Java/Security/Cert/CertPathValidatorSpi.cs index fc9380958b..32b1026c5c 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertPathValidatorSpi.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertPathValidatorSpi.cs @@ -102,7 +102,7 @@ public partial class CertPathValidatorSpi /// public Java.Security.Cert.CertPathValidatorResult EngineValidate(Java.Security.Cert.CertPath arg0, Java.Security.Cert.CertPathParameters arg1) { - return IExecute("engineValidate", arg0, arg1); + return IExecuteWithSignature("engineValidate", "(Ljava/security/cert/CertPath;Ljava/security/cert/CertPathParameters;)Ljava/security/cert/CertPathValidatorResult;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertStore.cs b/src/net/JNet/Generated/Java/Security/Cert/CertStore.cs index a0ab59cf5e..0bc39fe910 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertStore.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertStore.cs @@ -105,7 +105,7 @@ public static Java.Lang.String DefaultType /// public static Java.Security.Cert.CertStore GetInstance(Java.Lang.String arg0, Java.Security.Cert.CertStoreParameters arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/cert/CertStoreParameters;Ljava/lang/String;)Ljava/security/cert/CertStore;", arg0, arg1, arg2); } /// /// @@ -118,7 +118,7 @@ public static Java.Security.Cert.CertStore GetInstance(Java.Lang.String arg0, Ja /// public static Java.Security.Cert.CertStore GetInstance(Java.Lang.String arg0, Java.Security.Cert.CertStoreParameters arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/cert/CertStoreParameters;Ljava/security/Provider;)Ljava/security/cert/CertStore;", arg0, arg1, arg2); } /// /// @@ -130,7 +130,7 @@ public static Java.Security.Cert.CertStore GetInstance(Java.Lang.String arg0, Ja /// public static Java.Security.Cert.CertStore GetInstance(Java.Lang.String arg0, Java.Security.Cert.CertStoreParameters arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/cert/CertStoreParameters;)Ljava/security/cert/CertStore;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Cert/Certificate.cs b/src/net/JNet/Generated/Java/Security/Cert/Certificate.cs index fe4d1add52..5a01c29d44 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/Certificate.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/Certificate.cs @@ -125,7 +125,7 @@ public Java.Lang.String Type /// public void Verify(Java.Security.PublicKey arg0, Java.Lang.String arg1) { - IExecute("verify", arg0, arg1); + IExecuteWithSignature("verify", "(Ljava/security/PublicKey;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public void Verify(Java.Security.PublicKey arg0) /// public void Verify(Java.Security.PublicKey arg0, Java.Security.Provider arg1) { - IExecute("verify", arg0, arg1); + IExecuteWithSignature("verify", "(Ljava/security/PublicKey;Ljava/security/Provider;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertificateFactory.cs b/src/net/JNet/Generated/Java/Security/Cert/CertificateFactory.cs index bd285d0331..5f61ac2339 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertificateFactory.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertificateFactory.cs @@ -96,7 +96,7 @@ public partial class CertificateFactory /// public static Java.Security.Cert.CertificateFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/cert/CertificateFactory;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Java.Security.Cert.CertificateFactory GetInstance(Java.Lang.String /// public static Java.Security.Cert.CertificateFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/cert/CertificateFactory;", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public Java.Security.Cert.Certificate GenerateCertificate(Java.Io.InputStream ar /// public Java.Security.Cert.CertPath GenerateCertPath(Java.Io.InputStream arg0, Java.Lang.String arg1) { - return IExecute("generateCertPath", arg0, arg1); + return IExecuteWithSignature("generateCertPath", "(Ljava/io/InputStream;Ljava/lang/String;)Ljava/security/cert/CertPath;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/CertificateFactorySpi.cs b/src/net/JNet/Generated/Java/Security/Cert/CertificateFactorySpi.cs index 2edac1515d..b4e921756e 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/CertificateFactorySpi.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/CertificateFactorySpi.cs @@ -143,7 +143,7 @@ public Java.Util.Collection EngineGenerateC /// public Java.Security.Cert.CertPath EngineGenerateCertPath(Java.Io.InputStream arg0, Java.Lang.String arg1) { - return IExecute("engineGenerateCertPath", arg0, arg1); + return IExecuteWithSignature("engineGenerateCertPath", "(Ljava/io/InputStream;Ljava/lang/String;)Ljava/security/cert/CertPath;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/PKIXCertPathChecker.cs b/src/net/JNet/Generated/Java/Security/Cert/PKIXCertPathChecker.cs index 57ddc63c66..2934b40835 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/PKIXCertPathChecker.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/PKIXCertPathChecker.cs @@ -123,7 +123,7 @@ public bool IsForwardCheckingSupported() /// public void Check(Java.Security.Cert.Certificate arg0, Java.Util.Collection arg1) { - IExecute("check", arg0, arg1); + IExecuteWithSignature("check", "(Ljava/security/cert/Certificate;Ljava/util/Collection;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Cert/X509CRL.cs b/src/net/JNet/Generated/Java/Security/Cert/X509CRL.cs index 4a43446db9..8519008607 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/X509CRL.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/X509CRL.cs @@ -201,7 +201,7 @@ public Java.Security.Cert.X509CRLEntry GetRevokedCertificate(Java.Math.BigIntege /// public void Verify(Java.Security.PublicKey arg0, Java.Lang.String arg1) { - IExecute("verify", arg0, arg1); + IExecuteWithSignature("verify", "(Ljava/security/PublicKey;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public Java.Security.Cert.X509CRLEntry GetRevokedCertificate(Java.Security.Cert. /// public void Verify(Java.Security.PublicKey arg0, Java.Security.Provider arg1) { - IExecute("verify", arg0, arg1); + IExecuteWithSignature("verify", "(Ljava/security/PublicKey;Ljava/security/Provider;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Cert/X509CertSelector.cs b/src/net/JNet/Generated/Java/Security/Cert/X509CertSelector.cs index 8e1de793e8..d11fe86476 100644 --- a/src/net/JNet/Generated/Java/Security/Cert/X509CertSelector.cs +++ b/src/net/JNet/Generated/Java/Security/Cert/X509CertSelector.cs @@ -261,7 +261,7 @@ public bool Match(Java.Security.Cert.Certificate arg0) /// public void AddPathToName(int arg0, byte[] arg1) { - IExecute("addPathToName", arg0, arg1); + IExecuteWithSignature("addPathToName", "(I[B)V", arg0, arg1); } /// /// @@ -271,7 +271,7 @@ public void AddPathToName(int arg0, byte[] arg1) /// public void AddPathToName(int arg0, Java.Lang.String arg1) { - IExecute("addPathToName", arg0, arg1); + IExecuteWithSignature("addPathToName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public void AddPathToName(int arg0, Java.Lang.String arg1) /// public void AddSubjectAlternativeName(int arg0, byte[] arg1) { - IExecute("addSubjectAlternativeName", arg0, arg1); + IExecuteWithSignature("addSubjectAlternativeName", "(I[B)V", arg0, arg1); } /// /// @@ -291,7 +291,7 @@ public void AddSubjectAlternativeName(int arg0, byte[] arg1) /// public void AddSubjectAlternativeName(int arg0, Java.Lang.String arg1) { - IExecute("addSubjectAlternativeName", arg0, arg1); + IExecuteWithSignature("addSubjectAlternativeName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/DomainCombiner.cs b/src/net/JNet/Generated/Java/Security/DomainCombiner.cs index f00247e2e9..826053c8c6 100644 --- a/src/net/JNet/Generated/Java/Security/DomainCombiner.cs +++ b/src/net/JNet/Generated/Java/Security/DomainCombiner.cs @@ -125,7 +125,7 @@ public partial class DomainCombiner : Java.Security.IDomainCombiner /// public Java.Security.ProtectionDomain[] Combine(Java.Security.ProtectionDomain[] arg0, Java.Security.ProtectionDomain[] arg1) { - return IExecuteArray("combine", arg0, arg1); + return IExecuteWithSignatureArray("combine", "([Ljava/security/ProtectionDomain;[Ljava/security/ProtectionDomain;)[Ljava/security/ProtectionDomain;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/DrbgParameters.cs b/src/net/JNet/Generated/Java/Security/DrbgParameters.cs index 2d1de88eb5..0ee75a0fdb 100644 --- a/src/net/JNet/Generated/Java/Security/DrbgParameters.cs +++ b/src/net/JNet/Generated/Java/Security/DrbgParameters.cs @@ -275,7 +275,7 @@ public partial class DrbgParameters /// public static Java.Security.DrbgParameters.Instantiation InstantiationMethod(int arg0, Java.Security.DrbgParameters.Capability arg1, byte[] arg2) { - return SExecute(LocalBridgeClazz, "instantiation", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "instantiation", "(ILjava/security/DrbgParameters$Capability;[B)Ljava/security/DrbgParameters$Instantiation;", arg0, arg1, arg2); } /// /// @@ -286,7 +286,7 @@ public static Java.Security.DrbgParameters.Instantiation InstantiationMethod(int /// public static Java.Security.DrbgParameters.NextBytes NextBytesMethod(int arg0, bool arg1, byte[] arg2) { - return SExecute(LocalBridgeClazz, "nextBytes", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "nextBytes", "(IZ[B)Ljava/security/DrbgParameters$NextBytes;", arg0, arg1, arg2); } /// /// @@ -296,7 +296,7 @@ public static Java.Security.DrbgParameters.NextBytes NextBytesMethod(int arg0, b /// public static Java.Security.DrbgParameters.Reseed ReseedMethod(bool arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "reseed", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "reseed", "(Z[B)Ljava/security/DrbgParameters$Reseed;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Interfaces/DSAKeyPairGenerator.cs b/src/net/JNet/Generated/Java/Security/Interfaces/DSAKeyPairGenerator.cs index eb20f2f133..1dd599651e 100644 --- a/src/net/JNet/Generated/Java/Security/Interfaces/DSAKeyPairGenerator.cs +++ b/src/net/JNet/Generated/Java/Security/Interfaces/DSAKeyPairGenerator.cs @@ -134,7 +134,7 @@ public partial class DSAKeyPairGenerator : Java.Security.Interfaces.IDSAKeyPairG /// public void Initialize(int arg0, bool arg1, Java.Security.SecureRandom arg2) { - IExecute("initialize", arg0, arg1, arg2); + IExecuteWithSignature("initialize", "(IZLjava/security/SecureRandom;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/KeyFactory.cs b/src/net/JNet/Generated/Java/Security/KeyFactory.cs index 6d41457ee3..9378e0e6b1 100644 --- a/src/net/JNet/Generated/Java/Security/KeyFactory.cs +++ b/src/net/JNet/Generated/Java/Security/KeyFactory.cs @@ -96,7 +96,7 @@ public partial class KeyFactory /// public static Java.Security.KeyFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/KeyFactory;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Java.Security.KeyFactory GetInstance(Java.Lang.String arg0, Java.L /// public static Java.Security.KeyFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyFactory;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/KeyPairGenerator.cs b/src/net/JNet/Generated/Java/Security/KeyPairGenerator.cs index 4029319bbe..39cb265344 100644 --- a/src/net/JNet/Generated/Java/Security/KeyPairGenerator.cs +++ b/src/net/JNet/Generated/Java/Security/KeyPairGenerator.cs @@ -98,7 +98,7 @@ public partial class KeyPairGenerator /// public static Java.Security.KeyPairGenerator GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/KeyPairGenerator;", arg0, arg1); } /// /// @@ -109,7 +109,7 @@ public static Java.Security.KeyPairGenerator GetInstance(Java.Lang.String arg0, /// public static Java.Security.KeyPairGenerator GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyPairGenerator;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/KeyPairGeneratorSpi.cs b/src/net/JNet/Generated/Java/Security/KeyPairGeneratorSpi.cs index cfd34605cd..356cd0410e 100644 --- a/src/net/JNet/Generated/Java/Security/KeyPairGeneratorSpi.cs +++ b/src/net/JNet/Generated/Java/Security/KeyPairGeneratorSpi.cs @@ -107,7 +107,7 @@ public Java.Security.KeyPair GenerateKeyPair() /// public void Initialize(int arg0, Java.Security.SecureRandom arg1) { - IExecute("initialize", arg0, arg1); + IExecuteWithSignature("initialize", "(ILjava/security/SecureRandom;)V", arg0, arg1); } /// /// @@ -117,7 +117,7 @@ public void Initialize(int arg0, Java.Security.SecureRandom arg1) /// public void Initialize(Java.Security.Spec.AlgorithmParameterSpec arg0, Java.Security.SecureRandom arg1) { - IExecute("initialize", arg0, arg1); + IExecuteWithSignature("initialize", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/KeyStore.cs b/src/net/JNet/Generated/Java/Security/KeyStore.cs index 82e43fe62e..8cbd864ded 100644 --- a/src/net/JNet/Generated/Java/Security/KeyStore.cs +++ b/src/net/JNet/Generated/Java/Security/KeyStore.cs @@ -565,7 +565,7 @@ public static Java.Lang.String DefaultType /// public static Java.Security.KeyStore GetInstance(Java.Io.File arg0, char[] arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/io/File;[C)Ljava/security/KeyStore;", arg0, arg1); } /// /// @@ -579,7 +579,7 @@ public static Java.Security.KeyStore GetInstance(Java.Io.File arg0, char[] arg1) /// public static Java.Security.KeyStore GetInstance(Java.Io.File arg0, Java.Security.KeyStore.LoadStoreParameter arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/io/File;Ljava/security/KeyStore$LoadStoreParameter;)Ljava/security/KeyStore;", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public static Java.Security.KeyStore GetInstance(Java.Io.File arg0, Java.Securit /// public static Java.Security.KeyStore GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/KeyStore;", arg0, arg1); } /// /// @@ -602,7 +602,7 @@ public static Java.Security.KeyStore GetInstance(Java.Lang.String arg0, Java.Lan /// public static Java.Security.KeyStore GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/KeyStore;", arg0, arg1); } /// /// @@ -651,7 +651,7 @@ public bool ContainsAlias(Java.Lang.String arg0) /// public bool EntryInstanceOf(Java.Lang.String arg0, Java.Lang.Class arg1) { - return IExecute("entryInstanceOf", arg0, arg1); + return IExecuteWithSignature("entryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", arg0, arg1); } /// /// @@ -723,7 +723,7 @@ public Java.Security.Cert.Certificate[] GetCertificateChain(Java.Lang.String arg /// public Java.Security.Key GetKey(Java.Lang.String arg0, char[] arg1) { - return IExecute("getKey", arg0, arg1); + return IExecuteWithSignature("getKey", "(Ljava/lang/String;[C)Ljava/security/Key;", arg0, arg1); } /// /// @@ -736,7 +736,7 @@ public Java.Security.Key GetKey(Java.Lang.String arg0, char[] arg1) /// public Java.Security.KeyStore.Entry GetEntry(Java.Lang.String arg0, Java.Security.KeyStore.ProtectionParameter arg1) { - return IExecute("getEntry", arg0, arg1); + return IExecuteWithSignature("getEntry", "(Ljava/lang/String;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Entry;", arg0, arg1); } /// /// @@ -776,7 +776,7 @@ public void DeleteEntry(Java.Lang.String arg0) /// public void Load(Java.Io.InputStream arg0, char[] arg1) { - IExecute("load", arg0, arg1); + IExecuteWithSignature("load", "(Ljava/io/InputStream;[C)V", arg0, arg1); } /// /// @@ -797,7 +797,7 @@ public void Load(Java.Security.KeyStore.LoadStoreParameter arg0) /// public void SetCertificateEntry(Java.Lang.String arg0, Java.Security.Cert.Certificate arg1) { - IExecute("setCertificateEntry", arg0, arg1); + IExecuteWithSignature("setCertificateEntry", "(Ljava/lang/String;Ljava/security/cert/Certificate;)V", arg0, arg1); } /// /// @@ -808,7 +808,7 @@ public void SetCertificateEntry(Java.Lang.String arg0, Java.Security.Cert.Certif /// public void SetEntry(Java.Lang.String arg0, Java.Security.KeyStore.Entry arg1, Java.Security.KeyStore.ProtectionParameter arg2) { - IExecute("setEntry", arg0, arg1, arg2); + IExecuteWithSignature("setEntry", "(Ljava/lang/String;Ljava/security/KeyStore$Entry;Ljava/security/KeyStore$ProtectionParameter;)V", arg0, arg1, arg2); } /// /// @@ -819,7 +819,7 @@ public void SetEntry(Java.Lang.String arg0, Java.Security.KeyStore.Entry arg1, J /// public void SetKeyEntry(Java.Lang.String arg0, byte[] arg1, Java.Security.Cert.Certificate[] arg2) { - IExecute("setKeyEntry", arg0, arg1, arg2); + IExecuteWithSignature("setKeyEntry", "(Ljava/lang/String;[B[Ljava/security/cert/Certificate;)V", arg0, arg1, arg2); } /// /// @@ -831,7 +831,7 @@ public void SetKeyEntry(Java.Lang.String arg0, byte[] arg1, Java.Security.Cert.C /// public void SetKeyEntry(Java.Lang.String arg0, Java.Security.Key arg1, char[] arg2, Java.Security.Cert.Certificate[] arg3) { - IExecute("setKeyEntry", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setKeyEntry", "(Ljava/lang/String;Ljava/security/Key;[C[Ljava/security/cert/Certificate;)V", arg0, arg1, arg2, arg3); } /// /// @@ -844,7 +844,7 @@ public void SetKeyEntry(Java.Lang.String arg0, Java.Security.Key arg1, char[] ar /// public void Store(Java.Io.OutputStream arg0, char[] arg1) { - IExecute("store", arg0, arg1); + IExecuteWithSignature("store", "(Ljava/io/OutputStream;[C)V", arg0, arg1); } /// /// @@ -886,7 +886,7 @@ public partial class Builder /// public static Java.Security.KeyStore.Builder NewInstance(Java.Io.File arg0, Java.Security.KeyStore.ProtectionParameter arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/io/File;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;", arg0, arg1); } /// /// @@ -898,7 +898,7 @@ public static Java.Security.KeyStore.Builder NewInstance(Java.Io.File arg0, Java /// public static Java.Security.KeyStore.Builder NewInstance(Java.Lang.String arg0, Java.Security.Provider arg1, Java.Io.File arg2, Java.Security.KeyStore.ProtectionParameter arg3) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/security/Provider;Ljava/io/File;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;", arg0, arg1, arg2, arg3); } /// /// @@ -909,7 +909,7 @@ public static Java.Security.KeyStore.Builder NewInstance(Java.Lang.String arg0, /// public static Java.Security.KeyStore.Builder NewInstance(Java.Lang.String arg0, Java.Security.Provider arg1, Java.Security.KeyStore.ProtectionParameter arg2) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/security/Provider;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;", arg0, arg1, arg2); } /// /// @@ -919,7 +919,7 @@ public static Java.Security.KeyStore.Builder NewInstance(Java.Lang.String arg0, /// public static Java.Security.KeyStore.Builder NewInstance(Java.Security.KeyStore arg0, Java.Security.KeyStore.ProtectionParameter arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/security/KeyStore;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Builder;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/KeyStoreSpi.cs b/src/net/JNet/Generated/Java/Security/KeyStoreSpi.cs index 350d532466..ba1eb49c2a 100644 --- a/src/net/JNet/Generated/Java/Security/KeyStoreSpi.cs +++ b/src/net/JNet/Generated/Java/Security/KeyStoreSpi.cs @@ -164,7 +164,7 @@ public Java.Security.Cert.Certificate[] EngineGetCertificateChain(Java.Lang.Stri /// public Java.Security.Key EngineGetKey(Java.Lang.String arg0, char[] arg1) { - return IExecute("engineGetKey", arg0, arg1); + return IExecuteWithSignature("engineGetKey", "(Ljava/lang/String;[C)Ljava/security/Key;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public void EngineDeleteEntry(Java.Lang.String arg0) /// public void EngineLoad(Java.Io.InputStream arg0, char[] arg1) { - IExecute("engineLoad", arg0, arg1); + IExecuteWithSignature("engineLoad", "(Ljava/io/InputStream;[C)V", arg0, arg1); } /// /// @@ -212,7 +212,7 @@ public void EngineLoad(Java.Io.InputStream arg0, char[] arg1) /// public void EngineSetCertificateEntry(Java.Lang.String arg0, Java.Security.Cert.Certificate arg1) { - IExecute("engineSetCertificateEntry", arg0, arg1); + IExecuteWithSignature("engineSetCertificateEntry", "(Ljava/lang/String;Ljava/security/cert/Certificate;)V", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public void EngineSetCertificateEntry(Java.Lang.String arg0, Java.Security.Cert. /// public void EngineSetKeyEntry(Java.Lang.String arg0, byte[] arg1, Java.Security.Cert.Certificate[] arg2) { - IExecute("engineSetKeyEntry", arg0, arg1, arg2); + IExecuteWithSignature("engineSetKeyEntry", "(Ljava/lang/String;[B[Ljava/security/cert/Certificate;)V", arg0, arg1, arg2); } /// /// @@ -235,7 +235,7 @@ public void EngineSetKeyEntry(Java.Lang.String arg0, byte[] arg1, Java.Security. /// public void EngineSetKeyEntry(Java.Lang.String arg0, Java.Security.Key arg1, char[] arg2, Java.Security.Cert.Certificate[] arg3) { - IExecute("engineSetKeyEntry", arg0, arg1, arg2, arg3); + IExecuteWithSignature("engineSetKeyEntry", "(Ljava/lang/String;Ljava/security/Key;[C[Ljava/security/cert/Certificate;)V", arg0, arg1, arg2, arg3); } /// /// @@ -247,7 +247,7 @@ public void EngineSetKeyEntry(Java.Lang.String arg0, Java.Security.Key arg1, cha /// public void EngineStore(Java.Io.OutputStream arg0, char[] arg1) { - IExecute("engineStore", arg0, arg1); + IExecuteWithSignature("engineStore", "(Ljava/io/OutputStream;[C)V", arg0, arg1); } /// /// @@ -257,7 +257,7 @@ public void EngineStore(Java.Io.OutputStream arg0, char[] arg1) /// public bool EngineEntryInstanceOf(Java.Lang.String arg0, Java.Lang.Class arg1) { - return IExecute("engineEntryInstanceOf", arg0, arg1); + return IExecuteWithSignature("engineEntryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public bool EngineProbe(Java.Io.InputStream arg0) /// public Java.Security.KeyStore.Entry EngineGetEntry(Java.Lang.String arg0, Java.Security.KeyStore.ProtectionParameter arg1) { - return IExecute("engineGetEntry", arg0, arg1); + return IExecuteWithSignature("engineGetEntry", "(Ljava/lang/String;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Entry;", arg0, arg1); } /// /// @@ -302,7 +302,7 @@ public void EngineLoad(Java.Security.KeyStore.LoadStoreParameter arg0) /// public void EngineSetEntry(Java.Lang.String arg0, Java.Security.KeyStore.Entry arg1, Java.Security.KeyStore.ProtectionParameter arg2) { - IExecute("engineSetEntry", arg0, arg1, arg2); + IExecuteWithSignature("engineSetEntry", "(Ljava/lang/String;Ljava/security/KeyStore$Entry;Ljava/security/KeyStore$ProtectionParameter;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/MessageDigest.cs b/src/net/JNet/Generated/Java/Security/MessageDigest.cs index aad96c4801..a58464ff9b 100644 --- a/src/net/JNet/Generated/Java/Security/MessageDigest.cs +++ b/src/net/JNet/Generated/Java/Security/MessageDigest.cs @@ -96,7 +96,7 @@ public partial class MessageDigest /// public static bool IsEqual(byte[] arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "isEqual", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isEqual", "([B[B)Z", arg0, arg1); } /// /// @@ -108,7 +108,7 @@ public static bool IsEqual(byte[] arg0, byte[] arg1) /// public static Java.Security.MessageDigest GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/MessageDigest;", arg0, arg1); } /// /// @@ -119,7 +119,7 @@ public static Java.Security.MessageDigest GetInstance(Java.Lang.String arg0, Jav /// public static Java.Security.MessageDigest GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/MessageDigest;", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public void Update(Java.Nio.ByteBuffer arg0) /// public int Digest(byte[] arg0, int arg1, int arg2) { - return IExecute("digest", arg0, arg1, arg2); + return IExecuteWithSignature("digest", "([BII)I", arg0, arg1, arg2); } /// /// @@ -216,7 +216,7 @@ public void Update(byte arg0) /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Policy.cs b/src/net/JNet/Generated/Java/Security/Policy.cs index 42e200eb58..bf1f463efe 100644 --- a/src/net/JNet/Generated/Java/Security/Policy.cs +++ b/src/net/JNet/Generated/Java/Security/Policy.cs @@ -159,7 +159,7 @@ public static Java.Security.Policy GetPolicy /// public static Java.Security.Policy GetInstance(Java.Lang.String arg0, Java.Security.Policy.Parameters arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Policy$Parameters;Ljava/lang/String;)Ljava/security/Policy;", arg0, arg1, arg2); } /// /// @@ -171,7 +171,7 @@ public static Java.Security.Policy GetInstance(Java.Lang.String arg0, Java.Secur /// public static Java.Security.Policy GetInstance(Java.Lang.String arg0, Java.Security.Policy.Parameters arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Policy$Parameters;Ljava/security/Provider;)Ljava/security/Policy;", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public static Java.Security.Policy GetInstance(Java.Lang.String arg0, Java.Secur /// public static Java.Security.Policy GetInstance(Java.Lang.String arg0, Java.Security.Policy.Parameters arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Policy$Parameters;)Ljava/security/Policy;", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public Java.Lang.String Type /// public bool Implies(Java.Security.ProtectionDomain arg0, Java.Security.Permission arg1) { - return IExecute("implies", arg0, arg1); + return IExecuteWithSignature("implies", "(Ljava/security/ProtectionDomain;Ljava/security/Permission;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Provider.cs b/src/net/JNet/Generated/Java/Security/Provider.cs index 9fe89427d9..488ef6c91a 100644 --- a/src/net/JNet/Generated/Java/Security/Provider.cs +++ b/src/net/JNet/Generated/Java/Security/Provider.cs @@ -190,7 +190,7 @@ public Java.Security.Provider Configure(Java.Lang.String arg0) /// public Java.Security.Provider.Service GetService(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getService", arg0, arg1); + return IExecuteWithSignature("getService", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/Provider$Service;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/SecureRandom.cs b/src/net/JNet/Generated/Java/Security/SecureRandom.cs index 7bfd52bd39..aa30ca192c 100644 --- a/src/net/JNet/Generated/Java/Security/SecureRandom.cs +++ b/src/net/JNet/Generated/Java/Security/SecureRandom.cs @@ -120,7 +120,7 @@ public static byte[] GetSeed(int arg0) /// public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/SecureRandom;", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java /// public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/SecureRandom;", arg0, arg1); } /// /// @@ -144,7 +144,7 @@ public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java /// public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java.Security.SecureRandomParameters arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/SecureRandomParameters;Ljava/lang/String;)Ljava/security/SecureRandom;", arg0, arg1, arg2); } /// /// @@ -156,7 +156,7 @@ public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java /// public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java.Security.SecureRandomParameters arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/SecureRandomParameters;Ljava/security/Provider;)Ljava/security/SecureRandom;", arg0, arg1, arg2); } /// /// @@ -167,7 +167,7 @@ public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java /// public static Java.Security.SecureRandom GetInstance(Java.Lang.String arg0, Java.Security.SecureRandomParameters arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/SecureRandomParameters;)Ljava/security/SecureRandom;", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public byte[] GenerateSeed(int arg0) /// public void NextBytes(byte[] arg0, Java.Security.SecureRandomParameters arg1) { - IExecute("nextBytes", arg0, arg1); + IExecuteWithSignature("nextBytes", "([BLjava/security/SecureRandomParameters;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/Security.cs b/src/net/JNet/Generated/Java/Security/Security.cs index 7efb303c74..7c6456e936 100644 --- a/src/net/JNet/Generated/Java/Security/Security.cs +++ b/src/net/JNet/Generated/Java/Security/Security.cs @@ -155,7 +155,7 @@ public static Java.Security.Provider[] GetProviders(Java.Util.Map public static int InsertProviderAt(Java.Security.Provider arg0, int arg1) { - return SExecute(LocalBridgeClazz, "insertProviderAt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "insertProviderAt", "(Ljava/security/Provider;I)I", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public static void RemoveProvider(Java.Lang.String arg0) /// public static void SetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "setProperty", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setProperty", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Security/Signature.cs b/src/net/JNet/Generated/Java/Security/Signature.cs index add679bb4f..fc8fc62526 100644 --- a/src/net/JNet/Generated/Java/Security/Signature.cs +++ b/src/net/JNet/Generated/Java/Security/Signature.cs @@ -98,7 +98,7 @@ public partial class Signature /// public static Java.Security.Signature GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljava/security/Signature;", arg0, arg1); } /// /// @@ -109,7 +109,7 @@ public static Java.Security.Signature GetInstance(Java.Lang.String arg0, Java.La /// public static Java.Security.Signature GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljava/security/Signature;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public Java.Security.Provider Provider /// public bool Verify(byte[] arg0, int arg1, int arg2) { - return IExecute("verify", arg0, arg1, arg2); + return IExecuteWithSignature("verify", "([BII)Z", arg0, arg1, arg2); } /// /// @@ -187,7 +187,7 @@ public byte[] Sign() /// public int Sign(byte[] arg0, int arg1, int arg2) { - return IExecute("sign", arg0, arg1, arg2); + return IExecuteWithSignature("sign", "([BII)I", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public int Sign(byte[] arg0, int arg1, int arg2) /// public void InitSign(Java.Security.PrivateKey arg0, Java.Security.SecureRandom arg1) { - IExecute("initSign", arg0, arg1); + IExecuteWithSignature("initSign", "(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public void Update(byte arg0) /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Security/SignedObject.cs b/src/net/JNet/Generated/Java/Security/SignedObject.cs index 374700bf6d..0e95c3e011 100644 --- a/src/net/JNet/Generated/Java/Security/SignedObject.cs +++ b/src/net/JNet/Generated/Java/Security/SignedObject.cs @@ -134,7 +134,7 @@ public byte[] Signature /// public bool Verify(Java.Security.PublicKey arg0, Java.Security.Signature arg1) { - return IExecute("verify", arg0, arg1); + return IExecuteWithSignature("verify", "(Ljava/security/PublicKey;Ljava/security/Signature;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/Array.cs b/src/net/JNet/Generated/Java/Sql/Array.cs index 7135b4afd7..f33bdbec29 100644 --- a/src/net/JNet/Generated/Java/Sql/Array.cs +++ b/src/net/JNet/Generated/Java/Sql/Array.cs @@ -231,7 +231,7 @@ public object GetArray(Java.Util.Map arg0) /// public object GetArray(long arg0, int arg1, Java.Util.Map arg2) { - return IExecute("getArray", arg0, arg1, arg2); + return IExecuteWithSignature("getArray", "(JILjava/util/Map;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -242,7 +242,7 @@ public object GetArray(long arg0, int arg1, Java.Util.Map public object GetArray(long arg0, int arg1) { - return IExecute("getArray", arg0, arg1); + return IExecuteWithSignature("getArray", "(JI)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -264,7 +264,7 @@ public Java.Sql.ResultSet GetResultSet(Java.Util.Map public Java.Sql.ResultSet GetResultSet(long arg0, int arg1, Java.Util.Map arg2) { - return IExecute("getResultSet", arg0, arg1, arg2); + return IExecuteWithSignature("getResultSet", "(JILjava/util/Map;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -275,7 +275,7 @@ public Java.Sql.ResultSet GetResultSet(long arg0, int arg1, Java.Util.Map public Java.Sql.ResultSet GetResultSet(long arg0, int arg1) { - return IExecute("getResultSet", arg0, arg1); + return IExecuteWithSignature("getResultSet", "(JI)Ljava/sql/ResultSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/Blob.cs b/src/net/JNet/Generated/Java/Sql/Blob.cs index ce99b7fe16..5ae1b5e492 100644 --- a/src/net/JNet/Generated/Java/Sql/Blob.cs +++ b/src/net/JNet/Generated/Java/Sql/Blob.cs @@ -204,7 +204,7 @@ public Java.Io.InputStream BinaryStream /// public byte[] GetBytes(long arg0, int arg1) { - return IExecuteArray("getBytes", arg0, arg1); + return IExecuteWithSignatureArray("getBytes", "(JI)[B", arg0, arg1); } /// /// @@ -217,7 +217,7 @@ public byte[] GetBytes(long arg0, int arg1) /// public int SetBytes(long arg0, byte[] arg1, int arg2, int arg3) { - return IExecute("setBytes", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("setBytes", "(J[BII)I", arg0, arg1, arg2, arg3); } /// /// @@ -228,7 +228,7 @@ public int SetBytes(long arg0, byte[] arg1, int arg2, int arg3) /// public int SetBytes(long arg0, byte[] arg1) { - return IExecute("setBytes", arg0, arg1); + return IExecuteWithSignature("setBytes", "(J[B)I", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public int SetBytes(long arg0, byte[] arg1) /// public Java.Io.InputStream GetBinaryStream(long arg0, long arg1) { - return IExecute("getBinaryStream", arg0, arg1); + return IExecuteWithSignature("getBinaryStream", "(JJ)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public long Length() /// public long Position(byte[] arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "([BJ)J", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public long Position(byte[] arg0, long arg1) /// public long Position(Java.Sql.Blob arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/sql/Blob;J)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/CallableStatement.cs b/src/net/JNet/Generated/Java/Sql/CallableStatement.cs index ce2c7cc853..9c0590bd83 100644 --- a/src/net/JNet/Generated/Java/Sql/CallableStatement.cs +++ b/src/net/JNet/Generated/Java/Sql/CallableStatement.cs @@ -999,7 +999,7 @@ public partial class CallableStatement : Java.Sql.ICallableStatement /// public T GetObject(int arg0, Java.Lang.Class arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(ILjava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1011,7 +1011,7 @@ public T GetObject(int arg0, Java.Lang.Class arg1) /// public T GetObject(Java.Lang.String arg0, Java.Lang.Class arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1191,7 +1191,7 @@ public Java.Io.Reader GetNCharacterStream(Java.Lang.String arg0) /// public object GetObject(int arg0, Java.Util.Map arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(ILjava/util/Map;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1212,7 +1212,7 @@ public object GetObject(int arg0) /// public object GetObject(Java.Lang.String arg0, Java.Util.Map arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1373,7 +1373,7 @@ public Java.Sql.Clob GetClob(Java.Lang.String arg0) /// public Java.Sql.Date GetDate(int arg0, Java.Util.Calendar arg1) { - return IExecute("getDate", arg0, arg1); + return IExecuteWithSignature("getDate", "(ILjava/util/Calendar;)Ljava/sql/Date;", arg0, arg1); } /// /// @@ -1394,7 +1394,7 @@ public Java.Sql.Date GetDate(int arg0) /// public Java.Sql.Date GetDate(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getDate", arg0, arg1); + return IExecuteWithSignature("getDate", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Date;", arg0, arg1); } /// /// @@ -1495,7 +1495,7 @@ public Java.Sql.SQLXML GetSQLXML(Java.Lang.String arg0) /// public Java.Sql.Time GetTime(int arg0, Java.Util.Calendar arg1) { - return IExecute("getTime", arg0, arg1); + return IExecuteWithSignature("getTime", "(ILjava/util/Calendar;)Ljava/sql/Time;", arg0, arg1); } /// /// @@ -1516,7 +1516,7 @@ public Java.Sql.Time GetTime(int arg0) /// public Java.Sql.Time GetTime(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getTime", arg0, arg1); + return IExecuteWithSignature("getTime", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Time;", arg0, arg1); } /// /// @@ -1537,7 +1537,7 @@ public Java.Sql.Time GetTime(Java.Lang.String arg0) /// public Java.Sql.Timestamp GetTimestamp(int arg0, Java.Util.Calendar arg1) { - return IExecute("getTimestamp", arg0, arg1); + return IExecuteWithSignature("getTimestamp", "(ILjava/util/Calendar;)Ljava/sql/Timestamp;", arg0, arg1); } /// /// @@ -1558,7 +1558,7 @@ public Java.Sql.Timestamp GetTimestamp(int arg0) /// public Java.Sql.Timestamp GetTimestamp(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getTimestamp", arg0, arg1); + return IExecuteWithSignature("getTimestamp", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Timestamp;", arg0, arg1); } /// /// @@ -1619,7 +1619,7 @@ public short GetShort(Java.Lang.String arg0) /// public void RegisterOutParameter(int arg0, int arg1, int arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(III)V", arg0, arg1, arg2); } /// /// @@ -1630,7 +1630,7 @@ public void RegisterOutParameter(int arg0, int arg1, int arg2) /// public void RegisterOutParameter(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -1640,7 +1640,7 @@ public void RegisterOutParameter(int arg0, int arg1, Java.Lang.String arg2) /// public void RegisterOutParameter(int arg0, int arg1) { - IExecute("registerOutParameter", arg0, arg1); + IExecuteWithSignature("registerOutParameter", "(II)V", arg0, arg1); } /// /// @@ -1651,7 +1651,7 @@ public void RegisterOutParameter(int arg0, int arg1) /// public void RegisterOutParameter(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// @@ -1662,7 +1662,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, int arg1, int arg2) /// public void RegisterOutParameter(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;ILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -1672,7 +1672,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, int arg1, Java.Lang.Stri /// public void RegisterOutParameter(Java.Lang.String arg0, int arg1) { - IExecute("registerOutParameter", arg0, arg1); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -1683,7 +1683,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, int arg1) /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -1694,7 +1694,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -1704,7 +1704,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, long /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1714,7 +1714,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(Ljava/lang/String;Ljava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -1725,7 +1725,7 @@ public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -1736,7 +1736,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -1746,7 +1746,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, lon /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1757,7 +1757,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -1767,7 +1767,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1777,7 +1777,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/sql/Blob;)V", arg0, arg1); } /// /// @@ -1787,7 +1787,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) /// public void SetBoolean(Java.Lang.String arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -1797,7 +1797,7 @@ public void SetBoolean(Java.Lang.String arg0, bool arg1) /// public void SetByte(Java.Lang.String arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(Ljava/lang/String;B)V", arg0, arg1); } /// /// @@ -1807,7 +1807,7 @@ public void SetByte(Java.Lang.String arg0, byte arg1) /// public void SetBytes(Java.Lang.String arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(Ljava/lang/String;[B)V", arg0, arg1); } /// /// @@ -1818,7 +1818,7 @@ public void SetBytes(Java.Lang.String arg0, byte[] arg1) /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -1829,7 +1829,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int a /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1839,7 +1839,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1850,7 +1850,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1860,7 +1860,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1870,7 +1870,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(Java.Lang.String arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/sql/Clob;)V", arg0, arg1); } /// /// @@ -1881,7 +1881,7 @@ public void SetClob(Java.Lang.String arg0, Java.Sql.Clob arg1) /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1891,7 +1891,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calenda /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;)V", arg0, arg1); } /// /// @@ -1901,7 +1901,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) /// public void SetDouble(Java.Lang.String arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -1911,7 +1911,7 @@ public void SetDouble(Java.Lang.String arg0, double arg1) /// public void SetFloat(Java.Lang.String arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -1921,7 +1921,7 @@ public void SetFloat(Java.Lang.String arg0, float arg1) /// public void SetInt(Java.Lang.String arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -1931,7 +1931,7 @@ public void SetInt(Java.Lang.String arg0, int arg1) /// public void SetLong(Java.Lang.String arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// @@ -1942,7 +1942,7 @@ public void SetLong(Java.Lang.String arg0, long arg1) /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1952,7 +1952,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1963,7 +1963,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1973,7 +1973,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1983,7 +1983,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/sql/NClob;)V", arg0, arg1); } /// /// @@ -1993,7 +1993,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) /// public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -2004,7 +2004,7 @@ public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(Ljava/lang/String;ILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -2014,7 +2014,7 @@ public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(Java.Lang.String arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -2026,7 +2026,7 @@ public void SetNull(Java.Lang.String arg0, int arg1) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -2037,7 +2037,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -2047,7 +2047,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2) /// public void SetObject(Java.Lang.String arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -2057,7 +2057,7 @@ public void SetObject(Java.Lang.String arg0, object arg1) /// public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(Ljava/lang/String;Ljava/sql/RowId;)V", arg0, arg1); } /// /// @@ -2067,7 +2067,7 @@ public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) /// public void SetShort(Java.Lang.String arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(Ljava/lang/String;S)V", arg0, arg1); } /// /// @@ -2077,7 +2077,7 @@ public void SetShort(Java.Lang.String arg0, short arg1) /// public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(Ljava/lang/String;Ljava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -2087,7 +2087,7 @@ public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) /// public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -2098,7 +2098,7 @@ public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -2108,7 +2108,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calenda /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;)V", arg0, arg1); } /// /// @@ -2119,7 +2119,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -2129,7 +2129,7 @@ public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Ut /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -2139,7 +2139,7 @@ public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) /// public void SetURL(Java.Lang.String arg0, Java.Net.URL arg1) { - IExecute("setURL", arg0, arg1); + IExecuteWithSignature("setURL", "(Ljava/lang/String;Ljava/net/URL;)V", arg0, arg1); } /// /// @@ -2150,7 +2150,7 @@ public void SetURL(Java.Lang.String arg0, Java.Net.URL arg1) /// public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1, int arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(ILjava/sql/SQLType;I)V", arg0, arg1, arg2); } /// /// @@ -2161,7 +2161,7 @@ public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1, int arg2) /// public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1, Java.Lang.String arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(ILjava/sql/SQLType;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -2171,7 +2171,7 @@ public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1, Java.Lang.Stri /// public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1) { - IExecute("registerOutParameter", arg0, arg1); + IExecuteWithSignature("registerOutParameter", "(ILjava/sql/SQLType;)V", arg0, arg1); } /// /// @@ -2182,7 +2182,7 @@ public void RegisterOutParameter(int arg0, Java.Sql.SQLType arg1) /// public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1, int arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;Ljava/sql/SQLType;I)V", arg0, arg1, arg2); } /// /// @@ -2193,7 +2193,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1, i /// public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1, Java.Lang.String arg2) { - IExecute("registerOutParameter", arg0, arg1, arg2); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;Ljava/sql/SQLType;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -2203,7 +2203,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1, J /// public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1) { - IExecute("registerOutParameter", arg0, arg1); + IExecuteWithSignature("registerOutParameter", "(Ljava/lang/String;Ljava/sql/SQLType;)V", arg0, arg1); } /// /// @@ -2215,7 +2215,7 @@ public void RegisterOutParameter(Java.Lang.String arg0, Java.Sql.SQLType arg1) /// public void SetObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -2226,7 +2226,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType arg2, /// public void SetObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/Clob.cs b/src/net/JNet/Generated/Java/Sql/Clob.cs index f7d865784c..9cfa1da7da 100644 --- a/src/net/JNet/Generated/Java/Sql/Clob.cs +++ b/src/net/JNet/Generated/Java/Sql/Clob.cs @@ -224,7 +224,7 @@ public Java.Io.Reader CharacterStream /// public int SetString(long arg0, Java.Lang.String arg1, int arg2, int arg3) { - return IExecute("setString", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("setString", "(JLjava/lang/String;II)I", arg0, arg1, arg2, arg3); } /// /// @@ -235,7 +235,7 @@ public int SetString(long arg0, Java.Lang.String arg1, int arg2, int arg3) /// public int SetString(long arg0, Java.Lang.String arg1) { - return IExecute("setString", arg0, arg1); + return IExecuteWithSignature("setString", "(JLjava/lang/String;)I", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public Java.Io.OutputStream SetAsciiStream(long arg0) /// public Java.Io.Reader GetCharacterStream(long arg0, long arg1) { - return IExecute("getCharacterStream", arg0, arg1); + return IExecuteWithSignature("getCharacterStream", "(JJ)Ljava/io/Reader;", arg0, arg1); } /// /// @@ -277,7 +277,7 @@ public Java.Io.Writer SetCharacterStream(long arg0) /// public Java.Lang.String GetSubString(long arg0, int arg1) { - return IExecute("getSubString", arg0, arg1); + return IExecuteWithSignature("getSubString", "(JI)Ljava/lang/String;", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public long Length() /// public long Position(Java.Lang.String arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -308,7 +308,7 @@ public long Position(Java.Lang.String arg0, long arg1) /// public long Position(Java.Sql.Clob arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/sql/Clob;J)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/Connection.cs b/src/net/JNet/Generated/Java/Sql/Connection.cs index b5131306b9..f596f33e4a 100644 --- a/src/net/JNet/Generated/Java/Sql/Connection.cs +++ b/src/net/JNet/Generated/Java/Sql/Connection.cs @@ -598,7 +598,7 @@ public Java.Lang.String NativeSQL(Java.Lang.String arg0) /// public Java.Sql.Array CreateArrayOf(Java.Lang.String arg0, object[] arg1) { - return IExecute("createArrayOf", arg0, arg1); + return IExecuteWithSignature("createArrayOf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Array;", arg0, arg1); } /// /// @@ -620,7 +620,7 @@ public Java.Sql.Blob CreateBlob() /// public Java.Sql.CallableStatement PrepareCall(Java.Lang.String arg0, int arg1, int arg2, int arg3) { - return IExecute("prepareCall", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("prepareCall", "(Ljava/lang/String;III)Ljava/sql/CallableStatement;", arg0, arg1, arg2, arg3); } /// /// @@ -632,7 +632,7 @@ public Java.Sql.CallableStatement PrepareCall(Java.Lang.String arg0, int arg1, i /// public Java.Sql.CallableStatement PrepareCall(Java.Lang.String arg0, int arg1, int arg2) { - return IExecute("prepareCall", arg0, arg1, arg2); + return IExecuteWithSignature("prepareCall", "(Ljava/lang/String;II)Ljava/sql/CallableStatement;", arg0, arg1, arg2); } /// /// @@ -673,7 +673,7 @@ public Java.Sql.NClob CreateNClob() /// public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int arg1, int arg2, int arg3) { - return IExecute("prepareStatement", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("prepareStatement", "(Ljava/lang/String;III)Ljava/sql/PreparedStatement;", arg0, arg1, arg2, arg3); } /// /// @@ -685,7 +685,7 @@ public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int ar /// public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int arg1, int arg2) { - return IExecute("prepareStatement", arg0, arg1, arg2); + return IExecuteWithSignature("prepareStatement", "(Ljava/lang/String;II)Ljava/sql/PreparedStatement;", arg0, arg1, arg2); } /// /// @@ -696,7 +696,7 @@ public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int ar /// public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int arg1) { - return IExecute("prepareStatement", arg0, arg1); + return IExecuteWithSignature("prepareStatement", "(Ljava/lang/String;I)Ljava/sql/PreparedStatement;", arg0, arg1); } /// /// @@ -707,7 +707,7 @@ public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int ar /// public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int[] arg1) { - return IExecute("prepareStatement", arg0, arg1); + return IExecuteWithSignature("prepareStatement", "(Ljava/lang/String;[I)Ljava/sql/PreparedStatement;", arg0, arg1); } /// /// @@ -718,7 +718,7 @@ public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, int[] /// public Java.Sql.PreparedStatement PrepareStatement(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("prepareStatement", arg0, arg1); + return IExecuteWithSignature("prepareStatement", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/PreparedStatement;", arg0, arg1); } /// /// @@ -777,7 +777,7 @@ public Java.Sql.Statement CreateStatement() /// public Java.Sql.Statement CreateStatement(int arg0, int arg1, int arg2) { - return IExecute("createStatement", arg0, arg1, arg2); + return IExecuteWithSignature("createStatement", "(III)Ljava/sql/Statement;", arg0, arg1, arg2); } /// /// @@ -788,7 +788,7 @@ public Java.Sql.Statement CreateStatement(int arg0, int arg1, int arg2) /// public Java.Sql.Statement CreateStatement(int arg0, int arg1) { - return IExecute("createStatement", arg0, arg1); + return IExecuteWithSignature("createStatement", "(II)Ljava/sql/Statement;", arg0, arg1); } /// /// @@ -799,7 +799,7 @@ public Java.Sql.Statement CreateStatement(int arg0, int arg1) /// public Java.Sql.Struct CreateStruct(Java.Lang.String arg0, object[] arg1) { - return IExecute("createStruct", arg0, arg1); + return IExecuteWithSignature("createStruct", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Struct;", arg0, arg1); } /// /// @@ -868,7 +868,7 @@ public void Rollback(Java.Sql.Savepoint arg0) /// public void SetClientInfo(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setClientInfo", arg0, arg1); + IExecuteWithSignature("setClientInfo", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -878,7 +878,7 @@ public void SetClientInfo(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetNetworkTimeout(Java.Util.Concurrent.Executor arg0, int arg1) { - IExecute("setNetworkTimeout", arg0, arg1); + IExecuteWithSignature("setNetworkTimeout", "(Ljava/util/concurrent/Executor;I)V", arg0, arg1); } /// /// @@ -898,7 +898,7 @@ public void SetReadOnly(bool arg0) /// public bool SetShardingKeyIfValid(Java.Sql.ShardingKey arg0, int arg1) { - return IExecute("setShardingKeyIfValid", arg0, arg1); + return IExecuteWithSignature("setShardingKeyIfValid", "(Ljava/sql/ShardingKey;I)Z", arg0, arg1); } /// /// @@ -910,7 +910,7 @@ public bool SetShardingKeyIfValid(Java.Sql.ShardingKey arg0, int arg1) /// public bool SetShardingKeyIfValid(Java.Sql.ShardingKey arg0, Java.Sql.ShardingKey arg1, int arg2) { - return IExecute("setShardingKeyIfValid", arg0, arg1, arg2); + return IExecuteWithSignature("setShardingKeyIfValid", "(Ljava/sql/ShardingKey;Ljava/sql/ShardingKey;I)Z", arg0, arg1, arg2); } /// /// @@ -936,7 +936,7 @@ public void EndRequest() /// public void SetShardingKey(Java.Sql.ShardingKey arg0, Java.Sql.ShardingKey arg1) { - IExecute("setShardingKey", arg0, arg1); + IExecuteWithSignature("setShardingKey", "(Ljava/sql/ShardingKey;Ljava/sql/ShardingKey;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/DatabaseMetaData.cs b/src/net/JNet/Generated/Java/Sql/DatabaseMetaData.cs index 4d7769ef71..a3969b6342 100644 --- a/src/net/JNet/Generated/Java/Sql/DatabaseMetaData.cs +++ b/src/net/JNet/Generated/Java/Sql/DatabaseMetaData.cs @@ -2301,7 +2301,7 @@ public bool SupportsConvert() /// public bool SupportsConvert(int arg0, int arg1) { - return IExecute("supportsConvert", arg0, arg1); + return IExecuteWithSignature("supportsConvert", "(II)Z", arg0, arg1); } /// /// @@ -2591,7 +2591,7 @@ public bool SupportsPositionedUpdate() /// public bool SupportsResultSetConcurrency(int arg0, int arg1) { - return IExecute("supportsResultSetConcurrency", arg0, arg1); + return IExecuteWithSignature("supportsResultSetConcurrency", "(II)Z", arg0, arg1); } /// /// @@ -2824,7 +2824,7 @@ public bool UsesLocalFiles() /// public Java.Sql.ResultSet GetAttributes(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getAttributes", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getAttributes", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -2838,7 +2838,7 @@ public Java.Sql.ResultSet GetAttributes(Java.Lang.String arg0, Java.Lang.String /// public Java.Sql.ResultSet GetBestRowIdentifier(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, int arg3, bool arg4) { - return IExecute("getBestRowIdentifier", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getBestRowIdentifier", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZ)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -2851,7 +2851,7 @@ public Java.Sql.ResultSet GetBestRowIdentifier(Java.Lang.String arg0, Java.Lang. /// public Java.Sql.ResultSet GetColumnPrivileges(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getColumnPrivileges", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getColumnPrivileges", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -2864,7 +2864,7 @@ public Java.Sql.ResultSet GetColumnPrivileges(Java.Lang.String arg0, Java.Lang.S /// public Java.Sql.ResultSet GetColumns(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getColumns", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getColumns", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -2879,7 +2879,7 @@ public Java.Sql.ResultSet GetColumns(Java.Lang.String arg0, Java.Lang.String arg /// public Java.Sql.ResultSet GetCrossReference(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5) { - return IExecute("getCrossReference", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getCrossReference", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -2891,7 +2891,7 @@ public Java.Sql.ResultSet GetCrossReference(Java.Lang.String arg0, Java.Lang.Str /// public Java.Sql.ResultSet GetExportedKeys(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getExportedKeys", arg0, arg1, arg2); + return IExecuteWithSignature("getExportedKeys", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -2904,7 +2904,7 @@ public Java.Sql.ResultSet GetExportedKeys(Java.Lang.String arg0, Java.Lang.Strin /// public Java.Sql.ResultSet GetFunctionColumns(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getFunctionColumns", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getFunctionColumns", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -2916,7 +2916,7 @@ public Java.Sql.ResultSet GetFunctionColumns(Java.Lang.String arg0, Java.Lang.St /// public Java.Sql.ResultSet GetFunctions(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getFunctions", arg0, arg1, arg2); + return IExecuteWithSignature("getFunctions", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -2928,7 +2928,7 @@ public Java.Sql.ResultSet GetFunctions(Java.Lang.String arg0, Java.Lang.String a /// public Java.Sql.ResultSet GetImportedKeys(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getImportedKeys", arg0, arg1, arg2); + return IExecuteWithSignature("getImportedKeys", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -2942,7 +2942,7 @@ public Java.Sql.ResultSet GetImportedKeys(Java.Lang.String arg0, Java.Lang.Strin /// public Java.Sql.ResultSet GetIndexInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, bool arg3, bool arg4) { - return IExecute("getIndexInfo", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getIndexInfo", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -2954,7 +2954,7 @@ public Java.Sql.ResultSet GetIndexInfo(Java.Lang.String arg0, Java.Lang.String a /// public Java.Sql.ResultSet GetPrimaryKeys(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getPrimaryKeys", arg0, arg1, arg2); + return IExecuteWithSignature("getPrimaryKeys", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -2967,7 +2967,7 @@ public Java.Sql.ResultSet GetPrimaryKeys(Java.Lang.String arg0, Java.Lang.String /// public Java.Sql.ResultSet GetProcedureColumns(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getProcedureColumns", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getProcedureColumns", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -2979,7 +2979,7 @@ public Java.Sql.ResultSet GetProcedureColumns(Java.Lang.String arg0, Java.Lang.S /// public Java.Sql.ResultSet GetProcedures(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getProcedures", arg0, arg1, arg2); + return IExecuteWithSignature("getProcedures", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -2992,7 +2992,7 @@ public Java.Sql.ResultSet GetProcedures(Java.Lang.String arg0, Java.Lang.String /// public Java.Sql.ResultSet GetPseudoColumns(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getPseudoColumns", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getPseudoColumns", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -3003,7 +3003,7 @@ public Java.Sql.ResultSet GetPseudoColumns(Java.Lang.String arg0, Java.Lang.Stri /// public Java.Sql.ResultSet GetSchemas(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getSchemas", arg0, arg1); + return IExecuteWithSignature("getSchemas", "(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1); } /// /// @@ -3015,7 +3015,7 @@ public Java.Sql.ResultSet GetSchemas(Java.Lang.String arg0, Java.Lang.String arg /// public Java.Sql.ResultSet GetSuperTables(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getSuperTables", arg0, arg1, arg2); + return IExecuteWithSignature("getSuperTables", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -3027,7 +3027,7 @@ public Java.Sql.ResultSet GetSuperTables(Java.Lang.String arg0, Java.Lang.String /// public Java.Sql.ResultSet GetSuperTypes(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getSuperTypes", arg0, arg1, arg2); + return IExecuteWithSignature("getSuperTypes", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -3039,7 +3039,7 @@ public Java.Sql.ResultSet GetSuperTypes(Java.Lang.String arg0, Java.Lang.String /// public Java.Sql.ResultSet GetTablePrivileges(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getTablePrivileges", arg0, arg1, arg2); + return IExecuteWithSignature("getTablePrivileges", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -3052,7 +3052,7 @@ public Java.Sql.ResultSet GetTablePrivileges(Java.Lang.String arg0, Java.Lang.St /// public Java.Sql.ResultSet GetTables(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String[] arg3) { - return IExecute("getTables", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getTables", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -3065,7 +3065,7 @@ public Java.Sql.ResultSet GetTables(Java.Lang.String arg0, Java.Lang.String arg1 /// public Java.Sql.ResultSet GetUDTs(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, int[] arg3) { - return IExecute("getUDTs", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getUDTs", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I)Ljava/sql/ResultSet;", arg0, arg1, arg2, arg3); } /// /// @@ -3077,7 +3077,7 @@ public Java.Sql.ResultSet GetUDTs(Java.Lang.String arg0, Java.Lang.String arg1, /// public Java.Sql.ResultSet GetVersionColumns(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getVersionColumns", arg0, arg1, arg2); + return IExecuteWithSignature("getVersionColumns", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/Driver.cs b/src/net/JNet/Generated/Java/Sql/Driver.cs index 1963e742d0..e6c2887574 100644 --- a/src/net/JNet/Generated/Java/Sql/Driver.cs +++ b/src/net/JNet/Generated/Java/Sql/Driver.cs @@ -198,7 +198,7 @@ public bool JdbcCompliant() /// public Java.Sql.Connection Connect(Java.Lang.String arg0, Java.Util.Properties arg1) { - return IExecute("connect", arg0, arg1); + return IExecuteWithSignature("connect", "(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;", arg0, arg1); } /// /// @@ -209,7 +209,7 @@ public Java.Sql.Connection Connect(Java.Lang.String arg0, Java.Util.Properties a /// public Java.Sql.DriverPropertyInfo[] GetPropertyInfo(Java.Lang.String arg0, Java.Util.Properties arg1) { - return IExecuteArray("getPropertyInfo", arg0, arg1); + return IExecuteWithSignatureArray("getPropertyInfo", "(Ljava/lang/String;Ljava/util/Properties;)[Ljava/sql/DriverPropertyInfo;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/DriverManager.cs b/src/net/JNet/Generated/Java/Sql/DriverManager.cs index a39ec7e015..c3d596da50 100644 --- a/src/net/JNet/Generated/Java/Sql/DriverManager.cs +++ b/src/net/JNet/Generated/Java/Sql/DriverManager.cs @@ -110,7 +110,7 @@ public static Java.Io.PrintWriter LogWriter /// public static Java.Sql.Connection GetConnection(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getConnection", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getConnection", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public static Java.Sql.Connection GetConnection(Java.Lang.String arg0, Java.Lang /// public static Java.Sql.Connection GetConnection(Java.Lang.String arg0, Java.Util.Properties arg1) { - return SExecute(LocalBridgeClazz, "getConnection", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getConnection", "(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;", arg0, arg1); } /// /// @@ -184,7 +184,7 @@ public static void Println(Java.Lang.String arg0) /// public static void RegisterDriver(Java.Sql.Driver arg0, Java.Sql.DriverAction arg1) { - SExecute(LocalBridgeClazz, "registerDriver", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "registerDriver", "(Ljava/sql/Driver;Ljava/sql/DriverAction;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/PreparedStatement.cs b/src/net/JNet/Generated/Java/Sql/PreparedStatement.cs index 11d78f96a1..9794e72005 100644 --- a/src/net/JNet/Generated/Java/Sql/PreparedStatement.cs +++ b/src/net/JNet/Generated/Java/Sql/PreparedStatement.cs @@ -580,7 +580,7 @@ public void ClearParameters() /// public void SetArray(int arg0, Java.Sql.Array arg1) { - IExecute("setArray", arg0, arg1); + IExecuteWithSignature("setArray", "(ILjava/sql/Array;)V", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public void SetArray(int arg0, Java.Sql.Array arg1) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -602,7 +602,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -612,7 +612,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, long arg2) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -622,7 +622,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) /// public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(ILjava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -633,7 +633,7 @@ public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -644,7 +644,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -654,7 +654,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -665,7 +665,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -675,7 +675,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(int arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -685,7 +685,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/sql/Blob;)V", arg0, arg1); } /// /// @@ -695,7 +695,7 @@ public void SetBlob(int arg0, Java.Sql.Blob arg1) /// public void SetBoolean(int arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(IZ)V", arg0, arg1); } /// /// @@ -705,7 +705,7 @@ public void SetBoolean(int arg0, bool arg1) /// public void SetByte(int arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(IB)V", arg0, arg1); } /// /// @@ -715,7 +715,7 @@ public void SetByte(int arg0, byte arg1) /// public void SetBytes(int arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(I[B)V", arg0, arg1); } /// /// @@ -726,7 +726,7 @@ public void SetBytes(int arg0, byte[] arg1) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -737,7 +737,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -747,7 +747,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -758,7 +758,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -768,7 +768,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(int arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -778,7 +778,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/sql/Clob;)V", arg0, arg1); } /// /// @@ -789,7 +789,7 @@ public void SetClob(int arg0, Java.Sql.Clob arg1) /// public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -799,7 +799,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) /// public void SetDate(int arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;)V", arg0, arg1); } /// /// @@ -809,7 +809,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1) /// public void SetDouble(int arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(ID)V", arg0, arg1); } /// /// @@ -819,7 +819,7 @@ public void SetDouble(int arg0, double arg1) /// public void SetFloat(int arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(IF)V", arg0, arg1); } /// /// @@ -829,7 +829,7 @@ public void SetFloat(int arg0, float arg1) /// public void SetInt(int arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(II)V", arg0, arg1); } /// /// @@ -839,7 +839,7 @@ public void SetInt(int arg0, int arg1) /// public void SetLong(int arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(IJ)V", arg0, arg1); } /// /// @@ -850,7 +850,7 @@ public void SetLong(int arg0, long arg1) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -860,7 +860,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -871,7 +871,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -881,7 +881,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(int arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -891,7 +891,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/sql/NClob;)V", arg0, arg1); } /// /// @@ -901,7 +901,7 @@ public void SetNClob(int arg0, Java.Sql.NClob arg1) /// public void SetNString(int arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -912,7 +912,7 @@ public void SetNString(int arg0, Java.Lang.String arg1) /// public void SetNull(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -922,7 +922,7 @@ public void SetNull(int arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(int arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(II)V", arg0, arg1); } /// /// @@ -934,7 +934,7 @@ public void SetNull(int arg0, int arg1) /// public void SetObject(int arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -945,7 +945,7 @@ public void SetObject(int arg0, object arg1, int arg2, int arg3) /// public void SetObject(int arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -955,7 +955,7 @@ public void SetObject(int arg0, object arg1, int arg2) /// public void SetObject(int arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -965,7 +965,7 @@ public void SetObject(int arg0, object arg1) /// public void SetRef(int arg0, Java.Sql.Ref arg1) { - IExecute("setRef", arg0, arg1); + IExecuteWithSignature("setRef", "(ILjava/sql/Ref;)V", arg0, arg1); } /// /// @@ -975,7 +975,7 @@ public void SetRef(int arg0, Java.Sql.Ref arg1) /// public void SetRowId(int arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(ILjava/sql/RowId;)V", arg0, arg1); } /// /// @@ -985,7 +985,7 @@ public void SetRowId(int arg0, Java.Sql.RowId arg1) /// public void SetShort(int arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(IS)V", arg0, arg1); } /// /// @@ -995,7 +995,7 @@ public void SetShort(int arg0, short arg1) /// public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(ILjava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -1005,7 +1005,7 @@ public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) /// public void SetString(int arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -1016,7 +1016,7 @@ public void SetString(int arg0, Java.Lang.String arg1) /// public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1026,7 +1026,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) /// public void SetTime(int arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;)V", arg0, arg1); } /// /// @@ -1037,7 +1037,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1) /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1047,7 +1047,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar a /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -1057,7 +1057,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) /// public void SetURL(int arg0, Java.Net.URL arg1) { - IExecute("setURL", arg0, arg1); + IExecuteWithSignature("setURL", "(ILjava/net/URL;)V", arg0, arg1); } /// /// @@ -1078,7 +1078,7 @@ public long ExecuteLargeUpdate() /// public void SetObject(int arg0, object arg1, Java.Sql.SQLType arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;Ljava/sql/SQLType;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -1089,7 +1089,7 @@ public void SetObject(int arg0, object arg1, Java.Sql.SQLType arg2, int arg3) /// public void SetObject(int arg0, object arg1, Java.Sql.SQLType arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;Ljava/sql/SQLType;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/ResultSet.cs b/src/net/JNet/Generated/Java/Sql/ResultSet.cs index ab7aa97dd5..4553b767db 100644 --- a/src/net/JNet/Generated/Java/Sql/ResultSet.cs +++ b/src/net/JNet/Generated/Java/Sql/ResultSet.cs @@ -1540,7 +1540,7 @@ public Java.Sql.SQLWarning Warnings /// public T GetObject(int arg0, Java.Lang.Class arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(ILjava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1552,7 +1552,7 @@ public T GetObject(int arg0, Java.Lang.Class arg1) /// public T GetObject(Java.Lang.String arg0, Java.Lang.Class arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1910,7 +1910,7 @@ public Java.Io.Reader GetNCharacterStream(Java.Lang.String arg0) /// public object GetObject(int arg0, Java.Util.Map arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(ILjava/util/Map;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1931,7 +1931,7 @@ public object GetObject(int arg0) /// public object GetObject(Java.Lang.String arg0, Java.Util.Map arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -2092,7 +2092,7 @@ public Java.Sql.Clob GetClob(Java.Lang.String arg0) /// public Java.Sql.Date GetDate(int arg0, Java.Util.Calendar arg1) { - return IExecute("getDate", arg0, arg1); + return IExecuteWithSignature("getDate", "(ILjava/util/Calendar;)Ljava/sql/Date;", arg0, arg1); } /// /// @@ -2113,7 +2113,7 @@ public Java.Sql.Date GetDate(int arg0) /// public Java.Sql.Date GetDate(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getDate", arg0, arg1); + return IExecuteWithSignature("getDate", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Date;", arg0, arg1); } /// /// @@ -2214,7 +2214,7 @@ public Java.Sql.SQLXML GetSQLXML(Java.Lang.String arg0) /// public Java.Sql.Time GetTime(int arg0, Java.Util.Calendar arg1) { - return IExecute("getTime", arg0, arg1); + return IExecuteWithSignature("getTime", "(ILjava/util/Calendar;)Ljava/sql/Time;", arg0, arg1); } /// /// @@ -2235,7 +2235,7 @@ public Java.Sql.Time GetTime(int arg0) /// public Java.Sql.Time GetTime(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getTime", arg0, arg1); + return IExecuteWithSignature("getTime", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Time;", arg0, arg1); } /// /// @@ -2256,7 +2256,7 @@ public Java.Sql.Time GetTime(Java.Lang.String arg0) /// public Java.Sql.Timestamp GetTimestamp(int arg0, Java.Util.Calendar arg1) { - return IExecute("getTimestamp", arg0, arg1); + return IExecuteWithSignature("getTimestamp", "(ILjava/util/Calendar;)Ljava/sql/Timestamp;", arg0, arg1); } /// /// @@ -2277,7 +2277,7 @@ public Java.Sql.Timestamp GetTimestamp(int arg0) /// public Java.Sql.Timestamp GetTimestamp(Java.Lang.String arg0, Java.Util.Calendar arg1) { - return IExecute("getTimestamp", arg0, arg1); + return IExecuteWithSignature("getTimestamp", "(Ljava/lang/String;Ljava/util/Calendar;)Ljava/sql/Timestamp;", arg0, arg1); } /// /// @@ -2417,7 +2417,7 @@ public void RefreshRow() /// public void UpdateArray(int arg0, Java.Sql.Array arg1) { - IExecute("updateArray", arg0, arg1); + IExecuteWithSignature("updateArray", "(ILjava/sql/Array;)V", arg0, arg1); } /// /// @@ -2427,7 +2427,7 @@ public void UpdateArray(int arg0, Java.Sql.Array arg1) /// public void UpdateArray(Java.Lang.String arg0, Java.Sql.Array arg1) { - IExecute("updateArray", arg0, arg1); + IExecuteWithSignature("updateArray", "(Ljava/lang/String;Ljava/sql/Array;)V", arg0, arg1); } /// /// @@ -2438,7 +2438,7 @@ public void UpdateArray(Java.Lang.String arg0, Java.Sql.Array arg1) /// public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("updateAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("updateAsciiStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -2449,7 +2449,7 @@ public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("updateAsciiStream", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2459,7 +2459,7 @@ public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1, long arg2) /// public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1) { - IExecute("updateAsciiStream", arg0, arg1); + IExecuteWithSignature("updateAsciiStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2470,7 +2470,7 @@ public void UpdateAsciiStream(int arg0, Java.Io.InputStream arg1) /// public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("updateAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("updateAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -2481,7 +2481,7 @@ public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, i /// public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("updateAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2491,7 +2491,7 @@ public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, l /// public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("updateAsciiStream", arg0, arg1); + IExecuteWithSignature("updateAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2501,7 +2501,7 @@ public void UpdateAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void UpdateBigDecimal(int arg0, Java.Math.BigDecimal arg1) { - IExecute("updateBigDecimal", arg0, arg1); + IExecuteWithSignature("updateBigDecimal", "(ILjava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -2511,7 +2511,7 @@ public void UpdateBigDecimal(int arg0, Java.Math.BigDecimal arg1) /// public void UpdateBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) { - IExecute("updateBigDecimal", arg0, arg1); + IExecuteWithSignature("updateBigDecimal", "(Ljava/lang/String;Ljava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -2522,7 +2522,7 @@ public void UpdateBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) /// public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("updateBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("updateBinaryStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -2533,7 +2533,7 @@ public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("updateBinaryStream", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2543,7 +2543,7 @@ public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1, long arg2) /// public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1) { - IExecute("updateBinaryStream", arg0, arg1); + IExecuteWithSignature("updateBinaryStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2554,7 +2554,7 @@ public void UpdateBinaryStream(int arg0, Java.Io.InputStream arg1) /// public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("updateBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("updateBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -2565,7 +2565,7 @@ public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, /// public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("updateBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2575,7 +2575,7 @@ public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, /// public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("updateBinaryStream", arg0, arg1); + IExecuteWithSignature("updateBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2586,7 +2586,7 @@ public void UpdateBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void UpdateBlob(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateBlob", arg0, arg1, arg2); + IExecuteWithSignature("updateBlob", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2596,7 +2596,7 @@ public void UpdateBlob(int arg0, Java.Io.InputStream arg1, long arg2) /// public void UpdateBlob(int arg0, Java.Io.InputStream arg1) { - IExecute("updateBlob", arg0, arg1); + IExecuteWithSignature("updateBlob", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2606,7 +2606,7 @@ public void UpdateBlob(int arg0, Java.Io.InputStream arg1) /// public void UpdateBlob(int arg0, Java.Sql.Blob arg1) { - IExecute("updateBlob", arg0, arg1); + IExecuteWithSignature("updateBlob", "(ILjava/sql/Blob;)V", arg0, arg1); } /// /// @@ -2617,7 +2617,7 @@ public void UpdateBlob(int arg0, Java.Sql.Blob arg1) /// public void UpdateBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("updateBlob", arg0, arg1, arg2); + IExecuteWithSignature("updateBlob", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -2627,7 +2627,7 @@ public void UpdateBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg /// public void UpdateBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("updateBlob", arg0, arg1); + IExecuteWithSignature("updateBlob", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -2637,7 +2637,7 @@ public void UpdateBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void UpdateBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) { - IExecute("updateBlob", arg0, arg1); + IExecuteWithSignature("updateBlob", "(Ljava/lang/String;Ljava/sql/Blob;)V", arg0, arg1); } /// /// @@ -2647,7 +2647,7 @@ public void UpdateBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) /// public void UpdateBoolean(int arg0, bool arg1) { - IExecute("updateBoolean", arg0, arg1); + IExecuteWithSignature("updateBoolean", "(IZ)V", arg0, arg1); } /// /// @@ -2657,7 +2657,7 @@ public void UpdateBoolean(int arg0, bool arg1) /// public void UpdateBoolean(Java.Lang.String arg0, bool arg1) { - IExecute("updateBoolean", arg0, arg1); + IExecuteWithSignature("updateBoolean", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -2667,7 +2667,7 @@ public void UpdateBoolean(Java.Lang.String arg0, bool arg1) /// public void UpdateByte(int arg0, byte arg1) { - IExecute("updateByte", arg0, arg1); + IExecuteWithSignature("updateByte", "(IB)V", arg0, arg1); } /// /// @@ -2677,7 +2677,7 @@ public void UpdateByte(int arg0, byte arg1) /// public void UpdateByte(Java.Lang.String arg0, byte arg1) { - IExecute("updateByte", arg0, arg1); + IExecuteWithSignature("updateByte", "(Ljava/lang/String;B)V", arg0, arg1); } /// /// @@ -2687,7 +2687,7 @@ public void UpdateByte(Java.Lang.String arg0, byte arg1) /// public void UpdateBytes(int arg0, byte[] arg1) { - IExecute("updateBytes", arg0, arg1); + IExecuteWithSignature("updateBytes", "(I[B)V", arg0, arg1); } /// /// @@ -2697,7 +2697,7 @@ public void UpdateBytes(int arg0, byte[] arg1) /// public void UpdateBytes(Java.Lang.String arg0, byte[] arg1) { - IExecute("updateBytes", arg0, arg1); + IExecuteWithSignature("updateBytes", "(Ljava/lang/String;[B)V", arg0, arg1); } /// /// @@ -2708,7 +2708,7 @@ public void UpdateBytes(Java.Lang.String arg0, byte[] arg1) /// public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) { - IExecute("updateCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateCharacterStream", "(ILjava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -2719,7 +2719,7 @@ public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) /// public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2729,7 +2729,7 @@ public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("updateCharacterStream", arg0, arg1); + IExecuteWithSignature("updateCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -2740,7 +2740,7 @@ public void UpdateCharacterStream(int arg0, Java.Io.Reader arg1) /// public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int arg2) { - IExecute("updateCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -2751,7 +2751,7 @@ public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, in /// public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2761,7 +2761,7 @@ public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, lo /// public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("updateCharacterStream", arg0, arg1); + IExecuteWithSignature("updateCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -2772,7 +2772,7 @@ public void UpdateCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void UpdateClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateClob", arg0, arg1, arg2); + IExecuteWithSignature("updateClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2782,7 +2782,7 @@ public void UpdateClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateClob(int arg0, Java.Io.Reader arg1) { - IExecute("updateClob", arg0, arg1); + IExecuteWithSignature("updateClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -2792,7 +2792,7 @@ public void UpdateClob(int arg0, Java.Io.Reader arg1) /// public void UpdateClob(int arg0, Java.Sql.Clob arg1) { - IExecute("updateClob", arg0, arg1); + IExecuteWithSignature("updateClob", "(ILjava/sql/Clob;)V", arg0, arg1); } /// /// @@ -2803,7 +2803,7 @@ public void UpdateClob(int arg0, Java.Sql.Clob arg1) /// public void UpdateClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateClob", arg0, arg1, arg2); + IExecuteWithSignature("updateClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2813,7 +2813,7 @@ public void UpdateClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("updateClob", arg0, arg1); + IExecuteWithSignature("updateClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -2823,7 +2823,7 @@ public void UpdateClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void UpdateClob(Java.Lang.String arg0, Java.Sql.Clob arg1) { - IExecute("updateClob", arg0, arg1); + IExecuteWithSignature("updateClob", "(Ljava/lang/String;Ljava/sql/Clob;)V", arg0, arg1); } /// /// @@ -2833,7 +2833,7 @@ public void UpdateClob(Java.Lang.String arg0, Java.Sql.Clob arg1) /// public void UpdateDate(int arg0, Java.Sql.Date arg1) { - IExecute("updateDate", arg0, arg1); + IExecuteWithSignature("updateDate", "(ILjava/sql/Date;)V", arg0, arg1); } /// /// @@ -2843,7 +2843,7 @@ public void UpdateDate(int arg0, Java.Sql.Date arg1) /// public void UpdateDate(Java.Lang.String arg0, Java.Sql.Date arg1) { - IExecute("updateDate", arg0, arg1); + IExecuteWithSignature("updateDate", "(Ljava/lang/String;Ljava/sql/Date;)V", arg0, arg1); } /// /// @@ -2853,7 +2853,7 @@ public void UpdateDate(Java.Lang.String arg0, Java.Sql.Date arg1) /// public void UpdateDouble(int arg0, double arg1) { - IExecute("updateDouble", arg0, arg1); + IExecuteWithSignature("updateDouble", "(ID)V", arg0, arg1); } /// /// @@ -2863,7 +2863,7 @@ public void UpdateDouble(int arg0, double arg1) /// public void UpdateDouble(Java.Lang.String arg0, double arg1) { - IExecute("updateDouble", arg0, arg1); + IExecuteWithSignature("updateDouble", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -2873,7 +2873,7 @@ public void UpdateDouble(Java.Lang.String arg0, double arg1) /// public void UpdateFloat(int arg0, float arg1) { - IExecute("updateFloat", arg0, arg1); + IExecuteWithSignature("updateFloat", "(IF)V", arg0, arg1); } /// /// @@ -2883,7 +2883,7 @@ public void UpdateFloat(int arg0, float arg1) /// public void UpdateFloat(Java.Lang.String arg0, float arg1) { - IExecute("updateFloat", arg0, arg1); + IExecuteWithSignature("updateFloat", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -2893,7 +2893,7 @@ public void UpdateFloat(Java.Lang.String arg0, float arg1) /// public void UpdateInt(int arg0, int arg1) { - IExecute("updateInt", arg0, arg1); + IExecuteWithSignature("updateInt", "(II)V", arg0, arg1); } /// /// @@ -2903,7 +2903,7 @@ public void UpdateInt(int arg0, int arg1) /// public void UpdateInt(Java.Lang.String arg0, int arg1) { - IExecute("updateInt", arg0, arg1); + IExecuteWithSignature("updateInt", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -2913,7 +2913,7 @@ public void UpdateInt(Java.Lang.String arg0, int arg1) /// public void UpdateLong(int arg0, long arg1) { - IExecute("updateLong", arg0, arg1); + IExecuteWithSignature("updateLong", "(IJ)V", arg0, arg1); } /// /// @@ -2923,7 +2923,7 @@ public void UpdateLong(int arg0, long arg1) /// public void UpdateLong(Java.Lang.String arg0, long arg1) { - IExecute("updateLong", arg0, arg1); + IExecuteWithSignature("updateLong", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// @@ -2934,7 +2934,7 @@ public void UpdateLong(Java.Lang.String arg0, long arg1) /// public void UpdateNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateNCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2944,7 +2944,7 @@ public void UpdateNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateNCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("updateNCharacterStream", arg0, arg1); + IExecuteWithSignature("updateNCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -2955,7 +2955,7 @@ public void UpdateNCharacterStream(int arg0, Java.Io.Reader arg1) /// public void UpdateNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("updateNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2965,7 +2965,7 @@ public void UpdateNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, l /// public void UpdateNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("updateNCharacterStream", arg0, arg1); + IExecuteWithSignature("updateNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -2976,7 +2976,7 @@ public void UpdateNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void UpdateNClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateNClob", arg0, arg1, arg2); + IExecuteWithSignature("updateNClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -2986,7 +2986,7 @@ public void UpdateNClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateNClob(int arg0, Java.Io.Reader arg1) { - IExecute("updateNClob", arg0, arg1); + IExecuteWithSignature("updateNClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -2996,7 +2996,7 @@ public void UpdateNClob(int arg0, Java.Io.Reader arg1) /// public void UpdateNClob(int arg0, Java.Sql.NClob arg1) { - IExecute("updateNClob", arg0, arg1); + IExecuteWithSignature("updateNClob", "(ILjava/sql/NClob;)V", arg0, arg1); } /// /// @@ -3007,7 +3007,7 @@ public void UpdateNClob(int arg0, Java.Sql.NClob arg1) /// public void UpdateNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("updateNClob", arg0, arg1, arg2); + IExecuteWithSignature("updateNClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -3017,7 +3017,7 @@ public void UpdateNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void UpdateNClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("updateNClob", arg0, arg1); + IExecuteWithSignature("updateNClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -3027,7 +3027,7 @@ public void UpdateNClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void UpdateNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) { - IExecute("updateNClob", arg0, arg1); + IExecuteWithSignature("updateNClob", "(Ljava/lang/String;Ljava/sql/NClob;)V", arg0, arg1); } /// /// @@ -3037,7 +3037,7 @@ public void UpdateNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) /// public void UpdateNString(int arg0, Java.Lang.String arg1) { - IExecute("updateNString", arg0, arg1); + IExecuteWithSignature("updateNString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -3047,7 +3047,7 @@ public void UpdateNString(int arg0, Java.Lang.String arg1) /// public void UpdateNString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("updateNString", arg0, arg1); + IExecuteWithSignature("updateNString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -3076,7 +3076,7 @@ public void UpdateNull(Java.Lang.String arg0) /// public void UpdateObject(int arg0, object arg1, int arg2) { - IExecute("updateObject", arg0, arg1, arg2); + IExecuteWithSignature("updateObject", "(ILjava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -3086,7 +3086,7 @@ public void UpdateObject(int arg0, object arg1, int arg2) /// public void UpdateObject(int arg0, object arg1) { - IExecute("updateObject", arg0, arg1); + IExecuteWithSignature("updateObject", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -3097,7 +3097,7 @@ public void UpdateObject(int arg0, object arg1) /// public void UpdateObject(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("updateObject", arg0, arg1, arg2); + IExecuteWithSignature("updateObject", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -3107,7 +3107,7 @@ public void UpdateObject(Java.Lang.String arg0, object arg1, int arg2) /// public void UpdateObject(Java.Lang.String arg0, object arg1) { - IExecute("updateObject", arg0, arg1); + IExecuteWithSignature("updateObject", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -3117,7 +3117,7 @@ public void UpdateObject(Java.Lang.String arg0, object arg1) /// public void UpdateRef(int arg0, Java.Sql.Ref arg1) { - IExecute("updateRef", arg0, arg1); + IExecuteWithSignature("updateRef", "(ILjava/sql/Ref;)V", arg0, arg1); } /// /// @@ -3127,7 +3127,7 @@ public void UpdateRef(int arg0, Java.Sql.Ref arg1) /// public void UpdateRef(Java.Lang.String arg0, Java.Sql.Ref arg1) { - IExecute("updateRef", arg0, arg1); + IExecuteWithSignature("updateRef", "(Ljava/lang/String;Ljava/sql/Ref;)V", arg0, arg1); } /// /// @@ -3145,7 +3145,7 @@ public void UpdateRow() /// public void UpdateRowId(int arg0, Java.Sql.RowId arg1) { - IExecute("updateRowId", arg0, arg1); + IExecuteWithSignature("updateRowId", "(ILjava/sql/RowId;)V", arg0, arg1); } /// /// @@ -3155,7 +3155,7 @@ public void UpdateRowId(int arg0, Java.Sql.RowId arg1) /// public void UpdateRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) { - IExecute("updateRowId", arg0, arg1); + IExecuteWithSignature("updateRowId", "(Ljava/lang/String;Ljava/sql/RowId;)V", arg0, arg1); } /// /// @@ -3165,7 +3165,7 @@ public void UpdateRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) /// public void UpdateShort(int arg0, short arg1) { - IExecute("updateShort", arg0, arg1); + IExecuteWithSignature("updateShort", "(IS)V", arg0, arg1); } /// /// @@ -3175,7 +3175,7 @@ public void UpdateShort(int arg0, short arg1) /// public void UpdateShort(Java.Lang.String arg0, short arg1) { - IExecute("updateShort", arg0, arg1); + IExecuteWithSignature("updateShort", "(Ljava/lang/String;S)V", arg0, arg1); } /// /// @@ -3185,7 +3185,7 @@ public void UpdateShort(Java.Lang.String arg0, short arg1) /// public void UpdateSQLXML(int arg0, Java.Sql.SQLXML arg1) { - IExecute("updateSQLXML", arg0, arg1); + IExecuteWithSignature("updateSQLXML", "(ILjava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -3195,7 +3195,7 @@ public void UpdateSQLXML(int arg0, Java.Sql.SQLXML arg1) /// public void UpdateSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) { - IExecute("updateSQLXML", arg0, arg1); + IExecuteWithSignature("updateSQLXML", "(Ljava/lang/String;Ljava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -3205,7 +3205,7 @@ public void UpdateSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) /// public void UpdateString(int arg0, Java.Lang.String arg1) { - IExecute("updateString", arg0, arg1); + IExecuteWithSignature("updateString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -3215,7 +3215,7 @@ public void UpdateString(int arg0, Java.Lang.String arg1) /// public void UpdateString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("updateString", arg0, arg1); + IExecuteWithSignature("updateString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -3225,7 +3225,7 @@ public void UpdateString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void UpdateTime(int arg0, Java.Sql.Time arg1) { - IExecute("updateTime", arg0, arg1); + IExecuteWithSignature("updateTime", "(ILjava/sql/Time;)V", arg0, arg1); } /// /// @@ -3235,7 +3235,7 @@ public void UpdateTime(int arg0, Java.Sql.Time arg1) /// public void UpdateTime(Java.Lang.String arg0, Java.Sql.Time arg1) { - IExecute("updateTime", arg0, arg1); + IExecuteWithSignature("updateTime", "(Ljava/lang/String;Ljava/sql/Time;)V", arg0, arg1); } /// /// @@ -3245,7 +3245,7 @@ public void UpdateTime(Java.Lang.String arg0, Java.Sql.Time arg1) /// public void UpdateTimestamp(int arg0, Java.Sql.Timestamp arg1) { - IExecute("updateTimestamp", arg0, arg1); + IExecuteWithSignature("updateTimestamp", "(ILjava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -3255,7 +3255,7 @@ public void UpdateTimestamp(int arg0, Java.Sql.Timestamp arg1) /// public void UpdateTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) { - IExecute("updateTimestamp", arg0, arg1); + IExecuteWithSignature("updateTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -3267,7 +3267,7 @@ public void UpdateTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) /// public void UpdateObject(int arg0, object arg1, Java.Sql.SQLType arg2, int arg3) { - IExecute("updateObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("updateObject", "(ILjava/lang/Object;Ljava/sql/SQLType;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -3278,7 +3278,7 @@ public void UpdateObject(int arg0, object arg1, Java.Sql.SQLType arg2, int arg3) /// public void UpdateObject(int arg0, object arg1, Java.Sql.SQLType arg2) { - IExecute("updateObject", arg0, arg1, arg2); + IExecuteWithSignature("updateObject", "(ILjava/lang/Object;Ljava/sql/SQLType;)V", arg0, arg1, arg2); } /// /// @@ -3290,7 +3290,7 @@ public void UpdateObject(int arg0, object arg1, Java.Sql.SQLType arg2) /// public void UpdateObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType arg2, int arg3) { - IExecute("updateObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("updateObject", "(Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -3301,7 +3301,7 @@ public void UpdateObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType ar /// public void UpdateObject(Java.Lang.String arg0, object arg1, Java.Sql.SQLType arg2) { - IExecute("updateObject", arg0, arg1, arg2); + IExecuteWithSignature("updateObject", "(Ljava/lang/String;Ljava/lang/Object;Ljava/sql/SQLType;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/SQLData.cs b/src/net/JNet/Generated/Java/Sql/SQLData.cs index 03b1596b79..e34e600b9c 100644 --- a/src/net/JNet/Generated/Java/Sql/SQLData.cs +++ b/src/net/JNet/Generated/Java/Sql/SQLData.cs @@ -142,7 +142,7 @@ public Java.Lang.String SQLTypeName /// public void ReadSQL(Java.Sql.SQLInput arg0, Java.Lang.String arg1) { - IExecute("readSQL", arg0, arg1); + IExecuteWithSignature("readSQL", "(Ljava/sql/SQLInput;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Sql/SQLOutput.cs b/src/net/JNet/Generated/Java/Sql/SQLOutput.cs index c9842125d3..2d03ca5d3e 100644 --- a/src/net/JNet/Generated/Java/Sql/SQLOutput.cs +++ b/src/net/JNet/Generated/Java/Sql/SQLOutput.cs @@ -530,7 +530,7 @@ public void WriteURL(Java.Net.URL arg0) /// public void WriteObject(object arg0, Java.Sql.SQLType arg1) { - IExecute("writeObject", arg0, arg1); + IExecuteWithSignature("writeObject", "(Ljava/lang/Object;Ljava/sql/SQLType;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/ShardingKeyBuilder.cs b/src/net/JNet/Generated/Java/Sql/ShardingKeyBuilder.cs index 8b299b7682..91e596b7d6 100644 --- a/src/net/JNet/Generated/Java/Sql/ShardingKeyBuilder.cs +++ b/src/net/JNet/Generated/Java/Sql/ShardingKeyBuilder.cs @@ -140,7 +140,7 @@ public Java.Sql.ShardingKey Build() /// public Java.Sql.ShardingKeyBuilder Subkey(object arg0, Java.Sql.SQLType arg1) { - return IExecute("subkey", arg0, arg1); + return IExecuteWithSignature("subkey", "(Ljava/lang/Object;Ljava/sql/SQLType;)Ljava/sql/ShardingKeyBuilder;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Sql/Statement.cs b/src/net/JNet/Generated/Java/Sql/Statement.cs index e1d40ad0d4..b0f34edcce 100644 --- a/src/net/JNet/Generated/Java/Sql/Statement.cs +++ b/src/net/JNet/Generated/Java/Sql/Statement.cs @@ -560,7 +560,7 @@ public Java.Sql.SQLWarning Warnings /// public bool Execute(Java.Lang.String arg0, int arg1) { - return IExecute("execute", arg0, arg1); + return IExecuteWithSignature("execute", "(Ljava/lang/String;I)Z", arg0, arg1); } /// /// @@ -571,7 +571,7 @@ public bool Execute(Java.Lang.String arg0, int arg1) /// public bool Execute(Java.Lang.String arg0, int[] arg1) { - return IExecute("execute", arg0, arg1); + return IExecuteWithSignature("execute", "(Ljava/lang/String;[I)Z", arg0, arg1); } /// /// @@ -582,7 +582,7 @@ public bool Execute(Java.Lang.String arg0, int[] arg1) /// public bool Execute(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("execute", arg0, arg1); + return IExecuteWithSignature("execute", "(Ljava/lang/String;[Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -640,7 +640,7 @@ public bool IsPoolable() /// public int ExecuteUpdate(Java.Lang.String arg0, int arg1) { - return IExecute("executeUpdate", arg0, arg1); + return IExecuteWithSignature("executeUpdate", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -651,7 +651,7 @@ public int ExecuteUpdate(Java.Lang.String arg0, int arg1) /// public int ExecuteUpdate(Java.Lang.String arg0, int[] arg1) { - return IExecute("executeUpdate", arg0, arg1); + return IExecuteWithSignature("executeUpdate", "(Ljava/lang/String;[I)I", arg0, arg1); } /// /// @@ -662,7 +662,7 @@ public int ExecuteUpdate(Java.Lang.String arg0, int[] arg1) /// public int ExecuteUpdate(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("executeUpdate", arg0, arg1); + return IExecuteWithSignature("executeUpdate", "(Ljava/lang/String;[Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -788,7 +788,7 @@ public bool IsSimpleIdentifier(Java.Lang.String arg0) /// public Java.Lang.String EnquoteIdentifier(Java.Lang.String arg0, bool arg1) { - return IExecute("enquoteIdentifier", arg0, arg1); + return IExecuteWithSignature("enquoteIdentifier", "(Ljava/lang/String;Z)Ljava/lang/String;", arg0, arg1); } /// /// @@ -819,7 +819,7 @@ public Java.Lang.String EnquoteNCharLiteral(Java.Lang.String arg0) /// public long ExecuteLargeUpdate(Java.Lang.String arg0, int arg1) { - return IExecute("executeLargeUpdate", arg0, arg1); + return IExecuteWithSignature("executeLargeUpdate", "(Ljava/lang/String;I)J", arg0, arg1); } /// /// @@ -830,7 +830,7 @@ public long ExecuteLargeUpdate(Java.Lang.String arg0, int arg1) /// public long ExecuteLargeUpdate(Java.Lang.String arg0, int[] arg1) { - return IExecute("executeLargeUpdate", arg0, arg1); + return IExecuteWithSignature("executeLargeUpdate", "(Ljava/lang/String;[I)J", arg0, arg1); } /// /// @@ -841,7 +841,7 @@ public long ExecuteLargeUpdate(Java.Lang.String arg0, int[] arg1) /// public long ExecuteLargeUpdate(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("executeLargeUpdate", arg0, arg1); + return IExecuteWithSignature("executeLargeUpdate", "(Ljava/lang/String;[Ljava/lang/String;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Text/AttributedString.cs b/src/net/JNet/Generated/Java/Text/AttributedString.cs index d222c2a1bc..04f01862eb 100644 --- a/src/net/JNet/Generated/Java/Text/AttributedString.cs +++ b/src/net/JNet/Generated/Java/Text/AttributedString.cs @@ -152,7 +152,7 @@ public Java.Text.AttributedCharacterIterator Iterator /// public Java.Text.AttributedCharacterIterator GetIterator(Java.Text.AttributedCharacterIterator.Attribute[] arg0, int arg1, int arg2) { - return IExecute("getIterator", arg0, arg1, arg2); + return IExecuteWithSignature("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public Java.Text.AttributedCharacterIterator GetIterator(Java.Text.AttributedCha /// public void AddAttribute(Java.Text.AttributedCharacterIterator.Attribute arg0, object arg1, int arg2, int arg3) { - IExecute("addAttribute", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addAttribute", "(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -181,7 +181,7 @@ public void AddAttribute(Java.Text.AttributedCharacterIterator.Attribute arg0, o /// public void AddAttribute(Java.Text.AttributedCharacterIterator.Attribute arg0, object arg1) { - IExecute("addAttribute", arg0, arg1); + IExecuteWithSignature("addAttribute", "(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public void AddAttribute(Java.Text.AttributedCharacterIterator.Attribute arg0, o /// public void AddAttributes(Java.Util.Map arg0, int arg1, int arg2) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : Java.Text.AttributedCharacterIterator.Attribute { - IExecute("addAttributes", arg0, arg1, arg2); + IExecuteWithSignature("addAttributes", "(Ljava/util/Map;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/Bidi.cs b/src/net/JNet/Generated/Java/Text/Bidi.cs index 3439e2a6ee..bbe9c53d4d 100644 --- a/src/net/JNet/Generated/Java/Text/Bidi.cs +++ b/src/net/JNet/Generated/Java/Text/Bidi.cs @@ -149,7 +149,7 @@ public Bidi(Java.Text.AttributedCharacterIterator arg0) /// public static bool RequiresBidi(char[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "requiresBidi", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "requiresBidi", "([CII)Z", arg0, arg1, arg2); } /// /// @@ -161,7 +161,7 @@ public static bool RequiresBidi(char[] arg0, int arg1, int arg2) /// public static void ReorderVisually(byte[] arg0, int arg1, object[] arg2, int arg3, int arg4) { - SExecute(LocalBridgeClazz, "reorderVisually", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "reorderVisually", "([BI[Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3, arg4); } #endregion @@ -264,7 +264,7 @@ public int GetRunStart(int arg0) /// public Java.Text.Bidi CreateLineBidi(int arg0, int arg1) { - return IExecute("createLineBidi", arg0, arg1); + return IExecuteWithSignature("createLineBidi", "(II)Ljava/text/Bidi;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/ChoiceFormat.cs b/src/net/JNet/Generated/Java/Text/ChoiceFormat.cs index 0a565da2c5..c542ff1282 100644 --- a/src/net/JNet/Generated/Java/Text/ChoiceFormat.cs +++ b/src/net/JNet/Generated/Java/Text/ChoiceFormat.cs @@ -111,7 +111,7 @@ public ChoiceFormat(Java.Lang.String arg0) /// public static double NextDouble(double arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "nextDouble", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "nextDouble", "(DZ)D", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public void ApplyPattern(Java.Lang.String arg0) /// public void SetChoices(double[] arg0, Java.Lang.String[] arg1) { - IExecute("setChoices", arg0, arg1); + IExecuteWithSignature("setChoices", "([D[Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/Collator.cs b/src/net/JNet/Generated/Java/Text/Collator.cs index bc4452dc0a..b94b369d40 100644 --- a/src/net/JNet/Generated/Java/Text/Collator.cs +++ b/src/net/JNet/Generated/Java/Text/Collator.cs @@ -187,7 +187,7 @@ public int Strength /// public int Compare(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("compare", arg0, arg1); + return IExecuteWithSignature("compare", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Java.Text.CollationKey GetCollationKey(Java.Lang.String arg0) /// public bool Equals(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("equals", arg0, arg1); + return IExecuteWithSignature("equals", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -216,7 +216,7 @@ public bool Equals(Java.Lang.String arg0, Java.Lang.String arg1) /// public int Compare(object arg0, object arg1) { - return IExecute("compare", arg0, arg1); + return IExecuteWithSignature("compare", "(Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/DateFormat.cs b/src/net/JNet/Generated/Java/Text/DateFormat.cs index 8d0dde3ca7..cd7d09615c 100644 --- a/src/net/JNet/Generated/Java/Text/DateFormat.cs +++ b/src/net/JNet/Generated/Java/Text/DateFormat.cs @@ -314,7 +314,7 @@ public static Java.Text.DateFormat TimeInstance /// public static Java.Text.DateFormat GetDateInstance(int arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getDateInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getDateInstance", "(ILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public static Java.Text.DateFormat GetDateInstance(int arg0) /// public static Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1, Java.Util.Locale arg2) { - return SExecute(LocalBridgeClazz, "getDateTimeInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getDateTimeInstance", "(IILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1, arg2); } /// /// @@ -344,7 +344,7 @@ public static Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1, Java. /// public static Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getDateTimeInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getDateTimeInstance", "(II)Ljava/text/DateFormat;", arg0, arg1); } /// /// @@ -354,7 +354,7 @@ public static Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1) /// public static Java.Text.DateFormat GetTimeInstance(int arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getTimeInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getTimeInstance", "(ILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1); } /// /// @@ -399,7 +399,7 @@ public Java.Util.TimeZone TimeZone /// public Java.Lang.StringBuffer Format(Java.Util.Date arg0, Java.Lang.StringBuffer arg1, Java.Text.FieldPosition arg2) { - return IExecute("format", arg0, arg1, arg2); + return IExecuteWithSignature("format", "(Ljava/util/Date;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", arg0, arg1, arg2); } /// /// @@ -409,7 +409,7 @@ public Java.Lang.StringBuffer Format(Java.Util.Date arg0, Java.Lang.StringBuffer /// public Java.Util.Date Parse(Java.Lang.String arg0, Java.Text.ParsePosition arg1) { - return IExecute("parse", arg0, arg1); + return IExecuteWithSignature("parse", "(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/util/Date;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Text/Format.cs b/src/net/JNet/Generated/Java/Text/Format.cs index 5954180814..774c9572f5 100644 --- a/src/net/JNet/Generated/Java/Text/Format.cs +++ b/src/net/JNet/Generated/Java/Text/Format.cs @@ -153,7 +153,7 @@ public partial class Format /// public object ParseObject(Java.Lang.String arg0, Java.Text.ParsePosition arg1) { - return IExecute("parseObject", arg0, arg1); + return IExecuteWithSignature("parseObject", "(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public object ParseObject(Java.Lang.String arg0, Java.Text.ParsePosition arg1) /// public Java.Lang.StringBuffer FormatMethod(object arg0, Java.Lang.StringBuffer arg1, Java.Text.FieldPosition arg2) { - return IExecute("format", arg0, arg1, arg2); + return IExecuteWithSignature("format", "(Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Text/MessageFormat.cs b/src/net/JNet/Generated/Java/Text/MessageFormat.cs index eff006b47a..0964dc8229 100644 --- a/src/net/JNet/Generated/Java/Text/MessageFormat.cs +++ b/src/net/JNet/Generated/Java/Text/MessageFormat.cs @@ -156,7 +156,7 @@ public MessageFormat(Java.Lang.String arg0) /// public static Java.Lang.String Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "format", arg0); else return SExecute(LocalBridgeClazz, "format", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } #endregion @@ -192,7 +192,7 @@ public Java.Util.Locale Locale /// public Java.Lang.StringBuffer Format(object[] arg0, Java.Lang.StringBuffer arg1, Java.Text.FieldPosition arg2) { - return IExecute("format", arg0, arg1, arg2); + return IExecuteWithSignature("format", "([Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", arg0, arg1, arg2); } /// /// @@ -202,7 +202,7 @@ public Java.Lang.StringBuffer Format(object[] arg0, Java.Lang.StringBuffer arg1, /// public object[] Parse(Java.Lang.String arg0, Java.Text.ParsePosition arg1) { - return IExecuteArray("parse", arg0, arg1); + return IExecuteWithSignatureArray("parse", "(Ljava/lang/String;Ljava/text/ParsePosition;)[Ljava/lang/Object;", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public void ApplyPattern(Java.Lang.String arg0) /// public void SetFormat(int arg0, Java.Text.Format arg1) { - IExecute("setFormat", arg0, arg1); + IExecuteWithSignature("setFormat", "(ILjava/text/Format;)V", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public void SetFormat(int arg0, Java.Text.Format arg1) /// public void SetFormatByArgumentIndex(int arg0, Java.Text.Format arg1) { - IExecute("setFormatByArgumentIndex", arg0, arg1); + IExecuteWithSignature("setFormatByArgumentIndex", "(ILjava/text/Format;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/Normalizer.cs b/src/net/JNet/Generated/Java/Text/Normalizer.cs index 894bb02913..2b127cfaf4 100644 --- a/src/net/JNet/Generated/Java/Text/Normalizer.cs +++ b/src/net/JNet/Generated/Java/Text/Normalizer.cs @@ -139,7 +139,7 @@ public partial class Normalizer /// public static bool IsNormalized(Java.Lang.CharSequence arg0, Java.Text.Normalizer.Form arg1) { - return SExecute(LocalBridgeClazz, "isNormalized", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isNormalized", "(Ljava/lang/CharSequence;Ljava/text/Normalizer$Form;)Z", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public static bool IsNormalized(Java.Lang.CharSequence arg0, Java.Text.Normalize /// public static Java.Lang.String Normalize(Java.Lang.CharSequence arg0, Java.Text.Normalizer.Form arg1) { - return SExecute(LocalBridgeClazz, "normalize", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "normalize", "(Ljava/lang/CharSequence;Ljava/text/Normalizer$Form;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Text/NumberFormat.cs b/src/net/JNet/Generated/Java/Text/NumberFormat.cs index 45fc54364d..bca6d524be 100644 --- a/src/net/JNet/Generated/Java/Text/NumberFormat.cs +++ b/src/net/JNet/Generated/Java/Text/NumberFormat.cs @@ -286,7 +286,7 @@ public Java.Math.RoundingMode RoundingMode /// public Java.Lang.Number Parse(Java.Lang.String arg0, Java.Text.ParsePosition arg1) { - return IExecute("parse", arg0, arg1); + return IExecuteWithSignature("parse", "(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Number;", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public Java.Lang.Number Parse(Java.Lang.String arg0, Java.Text.ParsePosition arg /// public Java.Lang.StringBuffer Format(double arg0, Java.Lang.StringBuffer arg1, Java.Text.FieldPosition arg2) { - return IExecute("format", arg0, arg1, arg2); + return IExecuteWithSignature("format", "(DLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", arg0, arg1, arg2); } /// /// @@ -308,7 +308,7 @@ public Java.Lang.StringBuffer Format(double arg0, Java.Lang.StringBuffer arg1, J /// public Java.Lang.StringBuffer Format(long arg0, Java.Lang.StringBuffer arg1, Java.Text.FieldPosition arg2) { - return IExecute("format", arg0, arg1, arg2); + return IExecuteWithSignature("format", "(JLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Text/Spi/DateFormatProvider.cs b/src/net/JNet/Generated/Java/Text/Spi/DateFormatProvider.cs index 53d41bcec1..384b07169a 100644 --- a/src/net/JNet/Generated/Java/Text/Spi/DateFormatProvider.cs +++ b/src/net/JNet/Generated/Java/Text/Spi/DateFormatProvider.cs @@ -100,7 +100,7 @@ public partial class DateFormatProvider /// public Java.Text.DateFormat GetDateInstance(int arg0, Java.Util.Locale arg1) { - return IExecute("getDateInstance", arg0, arg1); + return IExecuteWithSignature("getDateInstance", "(ILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1); } /// /// @@ -111,7 +111,7 @@ public Java.Text.DateFormat GetDateInstance(int arg0, Java.Util.Locale arg1) /// public Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1, Java.Util.Locale arg2) { - return IExecute("getDateTimeInstance", arg0, arg1, arg2); + return IExecuteWithSignature("getDateTimeInstance", "(IILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public Java.Text.DateFormat GetDateTimeInstance(int arg0, int arg1, Java.Util.Lo /// public Java.Text.DateFormat GetTimeInstance(int arg0, Java.Util.Locale arg1) { - return IExecute("getTimeInstance", arg0, arg1); + return IExecuteWithSignature("getTimeInstance", "(ILjava/util/Locale;)Ljava/text/DateFormat;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/AbstractChronology.cs b/src/net/JNet/Generated/Java/Time/Chrono/AbstractChronology.cs index 779dcbc11b..7911248454 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/AbstractChronology.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/AbstractChronology.cs @@ -118,7 +118,7 @@ public int CompareTo(Java.Time.Chrono.Chronology arg0) /// public Java.Time.Chrono.ChronoLocalDate ResolveDate(Java.Util.Map arg0, Java.Time.Format.ResolverStyle arg1) { - return IExecute("resolveDate", arg0, arg1); + return IExecuteWithSignature("resolveDate", "(Ljava/util/Map;Ljava/time/format/ResolverStyle;)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDate.cs b/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDate.cs index 74e2a845a7..bb5db4e394 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDate.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDate.cs @@ -325,7 +325,7 @@ public Java.Time.Chrono.ChronoPeriod Until(Java.Time.Chrono.ChronoLocalDate arg0 /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } /// /// @@ -460,7 +460,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -479,7 +479,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -498,7 +498,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs b/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs index c0eab1e518..e0266d6269 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ChronoLocalDateTime.cs @@ -269,7 +269,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -288,7 +288,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -307,7 +307,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ChronoPeriod.cs b/src/net/JNet/Generated/Java/Time/Chrono/ChronoPeriod.cs index f6f8b0887a..9b010e1515 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ChronoPeriod.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ChronoPeriod.cs @@ -178,7 +178,7 @@ public partial class ChronoPeriod : Java.Time.Chrono.IChronoPeriod /// public static Java.Time.Chrono.ChronoPeriod Between(Java.Time.Chrono.ChronoLocalDate arg0, Java.Time.Chrono.ChronoLocalDate arg1) { - return SExecute(LocalBridgeClazz, "between", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "between", "(Ljava/time/chrono/ChronoLocalDate;Ljava/time/chrono/ChronoLocalDate;)Ljava/time/chrono/ChronoPeriod;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs b/src/net/JNet/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs index 885ce222b6..74f7e30d8b 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ChronoZonedDateTime.cs @@ -311,7 +311,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -330,7 +330,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -349,7 +349,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/Chronology.cs b/src/net/JNet/Generated/Java/Time/Chrono/Chronology.cs index 443c468a14..8de3244b66 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/Chronology.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/Chronology.cs @@ -361,7 +361,7 @@ public int CompareTo(Java.Time.Chrono.Chronology arg0) /// public int ProlepticYear(Java.Time.Chrono.Era arg0, int arg1) { - return IExecute("prolepticYear", arg0, arg1); + return IExecuteWithSignature("prolepticYear", "(Ljava/time/chrono/Era;I)I", arg0, arg1); } /// /// @@ -372,7 +372,7 @@ public int ProlepticYear(Java.Time.Chrono.Era arg0, int arg1) /// public Java.Time.Chrono.ChronoLocalDate Date(int arg0, int arg1, int arg2) { - return IExecute("date", arg0, arg1, arg2); + return IExecuteWithSignature("date", "(III)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1, arg2); } /// /// @@ -400,7 +400,7 @@ public Java.Time.Chrono.ChronoLocalDate DateEpochDay(long arg0) /// public Java.Time.Chrono.ChronoLocalDate DateYearDay(int arg0, int arg1) { - return IExecute("dateYearDay", arg0, arg1); + return IExecuteWithSignature("dateYearDay", "(II)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public Java.Time.Chrono.ChronoLocalDate DateYearDay(int arg0, int arg1) /// public Java.Time.Chrono.ChronoLocalDate ResolveDate(Java.Util.Map arg0, Java.Time.Format.ResolverStyle arg1) { - return IExecute("resolveDate", arg0, arg1); + return IExecuteWithSignature("resolveDate", "(Ljava/util/Map;Ljava/time/format/ResolverStyle;)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public int CompareTo(object arg0) /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -467,7 +467,7 @@ public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Uti /// public Java.Time.Chrono.ChronoLocalDate Date(Java.Time.Chrono.Era arg0, int arg1, int arg2, int arg3) { - return IExecute("date", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("date", "(Ljava/time/chrono/Era;III)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1, arg2, arg3); } /// /// @@ -504,7 +504,7 @@ public Java.Time.Chrono.ChronoLocalDate DateNow(Java.Time.ZoneId arg0) /// public Java.Time.Chrono.ChronoLocalDate DateYearDay(Java.Time.Chrono.Era arg0, int arg1, int arg2) { - return IExecute("dateYearDay", arg0, arg1, arg2); + return IExecuteWithSignature("dateYearDay", "(Ljava/time/chrono/Era;II)Ljava/time/chrono/ChronoLocalDate;", arg0, arg1, arg2); } /// /// @@ -524,7 +524,7 @@ public Java.Time.Chrono.ChronoLocalDateTime LocalDateTime(Java.Time.Temporal.Tem /// public Java.Time.Chrono.ChronoPeriod Period(int arg0, int arg1, int arg2) { - return IExecute("period", arg0, arg1, arg2); + return IExecuteWithSignature("period", "(III)Ljava/time/chrono/ChronoPeriod;", arg0, arg1, arg2); } /// /// @@ -534,7 +534,7 @@ public Java.Time.Chrono.ChronoPeriod Period(int arg0, int arg1, int arg2) /// public Java.Time.Chrono.ChronoZonedDateTime ZonedDateTime(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return IExecute("zonedDateTime", arg0, arg1); + return IExecuteWithSignature("zonedDateTime", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;", arg0, arg1); } /// /// @@ -558,7 +558,7 @@ public Java.Time.Chrono.ChronoZonedDateTime ZonedDateTime(Java.Time.Temporal.Tem /// public long EpochSecond(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Java.Time.ZoneOffset arg6) { - return IExecute("epochSecond", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("epochSecond", "(IIIIIILjava/time/ZoneOffset;)J", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -574,7 +574,7 @@ public long EpochSecond(int arg0, int arg1, int arg2, int arg3, int arg4, int ar /// public long EpochSecond(Java.Time.Chrono.Era arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Java.Time.ZoneOffset arg7) { - return IExecute("epochSecond", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return IExecuteWithSignature("epochSecond", "(Ljava/time/chrono/Era;IIIIIILjava/time/ZoneOffset;)J", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/Era.cs b/src/net/JNet/Generated/Java/Time/Chrono/Era.cs index 5b95cfaf3a..fc7f9cdce9 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/Era.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/Era.cs @@ -209,7 +209,7 @@ public int Get(Java.Time.Temporal.TemporalField arg0) /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/HijrahDate.cs b/src/net/JNet/Generated/Java/Time/Chrono/HijrahDate.cs index debf978257..463edde212 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/HijrahDate.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/HijrahDate.cs @@ -129,7 +129,7 @@ public static Java.Time.Chrono.HijrahDate Now(Java.Time.ZoneId arg0) /// public static Java.Time.Chrono.HijrahDate Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/chrono/HijrahDate;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/HijrahEra.cs b/src/net/JNet/Generated/Java/Time/Chrono/HijrahEra.cs index f2f7d60c4a..b78b253948 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/HijrahEra.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/HijrahEra.cs @@ -141,7 +141,7 @@ public int Value /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/JapaneseDate.cs b/src/net/JNet/Generated/Java/Time/Chrono/JapaneseDate.cs index 7a7621906f..be1cedd9c4 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/JapaneseDate.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/JapaneseDate.cs @@ -129,7 +129,7 @@ public static Java.Time.Chrono.JapaneseDate Now(Java.Time.ZoneId arg0) /// public static Java.Time.Chrono.JapaneseDate Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/chrono/JapaneseDate;", arg0, arg1, arg2); } /// /// @@ -141,7 +141,7 @@ public static Java.Time.Chrono.JapaneseDate Of(int arg0, int arg1, int arg2) /// public static Java.Time.Chrono.JapaneseDate Of(Java.Time.Chrono.JapaneseEra arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/chrono/JapaneseEra;III)Ljava/time/chrono/JapaneseDate;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/JapaneseEra.cs b/src/net/JNet/Generated/Java/Time/Chrono/JapaneseEra.cs index 51aa75496d..a1104fe1d0 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/JapaneseEra.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/JapaneseEra.cs @@ -163,7 +163,7 @@ public int Value /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Chrono/MinguoDate.cs b/src/net/JNet/Generated/Java/Time/Chrono/MinguoDate.cs index 198a0e1fe3..0bc7e231c6 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/MinguoDate.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/MinguoDate.cs @@ -129,7 +129,7 @@ public static Java.Time.Chrono.MinguoDate Now(Java.Time.ZoneId arg0) /// public static Java.Time.Chrono.MinguoDate Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/chrono/MinguoDate;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/MinguoEra.cs b/src/net/JNet/Generated/Java/Time/Chrono/MinguoEra.cs index 29af5d8ff4..0ed8a3600a 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/MinguoEra.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/MinguoEra.cs @@ -147,7 +147,7 @@ public int Value /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistDate.cs b/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistDate.cs index 347144588a..64930422da 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistDate.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistDate.cs @@ -129,7 +129,7 @@ public static Java.Time.Chrono.ThaiBuddhistDate Now(Java.Time.ZoneId arg0) /// public static Java.Time.Chrono.ThaiBuddhistDate Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/chrono/ThaiBuddhistDate;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistEra.cs b/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistEra.cs index 42174989a3..d2a5db6263 100644 --- a/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistEra.cs +++ b/src/net/JNet/Generated/Java/Time/Chrono/ThaiBuddhistEra.cs @@ -147,7 +147,7 @@ public int Value /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Clock.cs b/src/net/JNet/Generated/Java/Time/Clock.cs index f424add779..0da5bfd3a2 100644 --- a/src/net/JNet/Generated/Java/Time/Clock.cs +++ b/src/net/JNet/Generated/Java/Time/Clock.cs @@ -96,7 +96,7 @@ public partial class Clock /// public static Java.Time.Clock Fixed(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "fixed", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "fixed", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/Clock;", arg0, arg1); } /// /// @@ -106,7 +106,7 @@ public static Java.Time.Clock Fixed(Java.Time.Instant arg0, Java.Time.ZoneId arg /// public static Java.Time.Clock Offset(Java.Time.Clock arg0, Java.Time.Duration arg1) { - return SExecute(LocalBridgeClazz, "offset", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "offset", "(Ljava/time/Clock;Ljava/time/Duration;)Ljava/time/Clock;", arg0, arg1); } /// /// @@ -141,7 +141,7 @@ public static Java.Time.Clock SystemUTC() /// public static Java.Time.Clock Tick(Java.Time.Clock arg0, Java.Time.Duration arg1) { - return SExecute(LocalBridgeClazz, "tick", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "tick", "(Ljava/time/Clock;Ljava/time/Duration;)Ljava/time/Clock;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/DayOfWeek.cs b/src/net/JNet/Generated/Java/Time/DayOfWeek.cs index d712ce0859..57982beb06 100644 --- a/src/net/JNet/Generated/Java/Time/DayOfWeek.cs +++ b/src/net/JNet/Generated/Java/Time/DayOfWeek.cs @@ -218,7 +218,7 @@ public int Get(Java.Time.Temporal.TemporalField arg0) /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Duration.cs b/src/net/JNet/Generated/Java/Time/Duration.cs index cedcb40909..452aae7eb7 100644 --- a/src/net/JNet/Generated/Java/Time/Duration.cs +++ b/src/net/JNet/Generated/Java/Time/Duration.cs @@ -112,7 +112,7 @@ public partial class Duration /// public static Java.Time.Duration Between(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.Temporal arg1) { - return SExecute(LocalBridgeClazz, "between", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "between", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/Temporal;)Ljava/time/Duration;", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static Java.Time.Duration From(Java.Time.Temporal.TemporalAmount arg0) /// public static Java.Time.Duration Of(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Duration;", arg0, arg1); } /// /// @@ -186,7 +186,7 @@ public static Java.Time.Duration OfNanos(long arg0) /// public static Java.Time.Duration OfSeconds(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "ofSeconds", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofSeconds", "(JJ)Ljava/time/Duration;", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public Java.Time.Duration Minus(Java.Time.Duration arg0) /// public Java.Time.Duration Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Duration;", arg0, arg1); } /// /// @@ -429,7 +429,7 @@ public Java.Time.Duration Plus(Java.Time.Duration arg0) /// public Java.Time.Duration Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/Duration;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatter.cs b/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatter.cs index 372c114cda..2217d676bc 100644 --- a/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatter.cs +++ b/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatter.cs @@ -209,7 +209,7 @@ public static Java.Time.Format.DateTimeFormatter OfLocalizedDate(Java.Time.Forma /// public static Java.Time.Format.DateTimeFormatter OfLocalizedDateTime(Java.Time.Format.FormatStyle arg0, Java.Time.Format.FormatStyle arg1) { - return SExecute(LocalBridgeClazz, "ofLocalizedDateTime", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofLocalizedDateTime", "(Ljava/time/format/FormatStyle;Ljava/time/format/FormatStyle;)Ljava/time/format/DateTimeFormatter;", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public static Java.Time.Format.DateTimeFormatter OfLocalizedTime(Java.Time.Forma /// public static Java.Time.Format.DateTimeFormatter OfPattern(Java.Lang.String arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "ofPattern", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofPattern", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/time/format/DateTimeFormatter;", arg0, arg1); } /// /// @@ -303,7 +303,7 @@ public Java.Time.ZoneId Zone /// public T Parse(Java.Lang.CharSequence arg0, Java.Time.Temporal.TemporalQuery arg1) { - return IExecute("parse", arg0, arg1); + return IExecuteWithSignature("parse", "(Ljava/lang/CharSequence;Ljava/time/temporal/TemporalQuery;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public Java.Time.Format.DateTimeFormatter WithZone(Java.Time.ZoneId arg0) /// public Java.Time.Temporal.TemporalAccessor Parse(Java.Lang.CharSequence arg0, Java.Text.ParsePosition arg1) { - return IExecute("parse", arg0, arg1); + return IExecuteWithSignature("parse", "(Ljava/lang/CharSequence;Ljava/text/ParsePosition;)Ljava/time/temporal/TemporalAccessor;", arg0, arg1); } /// /// @@ -430,7 +430,7 @@ public Java.Time.Temporal.TemporalAccessor Parse(Java.Lang.CharSequence arg0) /// public Java.Time.Temporal.TemporalAccessor ParseBest(Java.Lang.CharSequence arg0, params Java.Time.Temporal.TemporalQuery[] arg1) { - if (arg1.Length == 0) return IExecute("parseBest", arg0); else return IExecute("parseBest", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("parseBest", "(Ljava/lang/CharSequence;[Ljava/time/temporal/TemporalQuery;)Ljava/time/temporal/TemporalAccessor;", arg0); else return IExecuteWithSignature("parseBest", "(Ljava/lang/CharSequence;[Ljava/time/temporal/TemporalQuery;)Ljava/time/temporal/TemporalAccessor;", arg0, arg1); } /// /// @@ -440,7 +440,7 @@ public Java.Time.Temporal.TemporalAccessor ParseBest(Java.Lang.CharSequence arg0 /// public Java.Time.Temporal.TemporalAccessor ParseUnresolved(Java.Lang.CharSequence arg0, Java.Text.ParsePosition arg1) { - return IExecute("parseUnresolved", arg0, arg1); + return IExecuteWithSignature("parseUnresolved", "(Ljava/lang/CharSequence;Ljava/text/ParsePosition;)Ljava/time/temporal/TemporalAccessor;", arg0, arg1); } /// /// @@ -449,7 +449,7 @@ public Java.Time.Temporal.TemporalAccessor ParseUnresolved(Java.Lang.CharSequenc /// public void FormatTo(Java.Time.Temporal.TemporalAccessor arg0, Java.Lang.Appendable arg1) { - IExecute("formatTo", arg0, arg1); + IExecuteWithSignature("formatTo", "(Ljava/time/temporal/TemporalAccessor;Ljava/lang/Appendable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatterBuilder.cs b/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatterBuilder.cs index a4c6fec72c..0fff41ec8d 100644 --- a/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatterBuilder.cs +++ b/src/net/JNet/Generated/Java/Time/Format/DateTimeFormatterBuilder.cs @@ -96,7 +96,7 @@ public partial class DateTimeFormatterBuilder /// public static Java.Lang.String GetLocalizedDateTimePattern(Java.Time.Format.FormatStyle arg0, Java.Time.Format.FormatStyle arg1, Java.Time.Chrono.Chronology arg2, Java.Util.Locale arg3) { - return SExecute(LocalBridgeClazz, "getLocalizedDateTimePattern", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getLocalizedDateTimePattern", "(Ljava/time/format/FormatStyle;Ljava/time/format/FormatStyle;Ljava/time/chrono/Chronology;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2, arg3); } #endregion @@ -155,7 +155,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendChronologyText(Java.Time. /// public Java.Time.Format.DateTimeFormatterBuilder AppendFraction(Java.Time.Temporal.TemporalField arg0, int arg1, int arg2, bool arg3) { - return IExecute("appendFraction", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("appendFraction", "(Ljava/time/temporal/TemporalField;IIZ)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1, arg2, arg3); } /// /// @@ -165,7 +165,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendFraction(Java.Time.Tempor /// public Java.Time.Format.DateTimeFormatterBuilder AppendGenericZoneText(Java.Time.Format.TextStyle arg0, Java.Util.Set arg1) { - return IExecute("appendGenericZoneText", arg0, arg1); + return IExecuteWithSignature("appendGenericZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendLiteral(Java.Lang.String /// public Java.Time.Format.DateTimeFormatterBuilder AppendLocalized(Java.Time.Format.FormatStyle arg0, Java.Time.Format.FormatStyle arg1) { - return IExecute("appendLocalized", arg0, arg1); + return IExecuteWithSignature("appendLocalized", "(Ljava/time/format/FormatStyle;Ljava/time/format/FormatStyle;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendLocalizedOffset(Java.Time /// public Java.Time.Format.DateTimeFormatterBuilder AppendOffset(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("appendOffset", arg0, arg1); + return IExecuteWithSignature("appendOffset", "(Ljava/lang/String;Ljava/lang/String;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -274,7 +274,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendPattern(Java.Lang.String /// public Java.Time.Format.DateTimeFormatterBuilder AppendText(Java.Time.Temporal.TemporalField arg0, Java.Time.Format.TextStyle arg1) { - return IExecute("appendText", arg0, arg1); + return IExecuteWithSignature("appendText", "(Ljava/time/temporal/TemporalField;Ljava/time/format/TextStyle;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -284,7 +284,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendText(Java.Time.Temporal.T /// public Java.Time.Format.DateTimeFormatterBuilder AppendText(Java.Time.Temporal.TemporalField arg0, Java.Util.Map arg1) { - return IExecute("appendText", arg0, arg1); + return IExecuteWithSignature("appendText", "(Ljava/time/temporal/TemporalField;Ljava/util/Map;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendText(Java.Time.Temporal.T /// public Java.Time.Format.DateTimeFormatterBuilder AppendValue(Java.Time.Temporal.TemporalField arg0, int arg1, int arg2, Java.Time.Format.SignStyle arg3) { - return IExecute("appendValue", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("appendValue", "(Ljava/time/temporal/TemporalField;IILjava/time/format/SignStyle;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1, arg2, arg3); } /// /// @@ -315,7 +315,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendValue(Java.Time.Temporal. /// public Java.Time.Format.DateTimeFormatterBuilder AppendValue(Java.Time.Temporal.TemporalField arg0, int arg1) { - return IExecute("appendValue", arg0, arg1); + return IExecuteWithSignature("appendValue", "(Ljava/time/temporal/TemporalField;I)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -336,7 +336,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendValue(Java.Time.Temporal. /// public Java.Time.Format.DateTimeFormatterBuilder AppendValueReduced(Java.Time.Temporal.TemporalField arg0, int arg1, int arg2, int arg3) { - return IExecute("appendValueReduced", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("appendValueReduced", "(Ljava/time/temporal/TemporalField;III)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1, arg2, arg3); } /// /// @@ -348,7 +348,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendValueReduced(Java.Time.Te /// public Java.Time.Format.DateTimeFormatterBuilder AppendValueReduced(Java.Time.Temporal.TemporalField arg0, int arg1, int arg2, Java.Time.Chrono.ChronoLocalDate arg3) { - return IExecute("appendValueReduced", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("appendValueReduced", "(Ljava/time/temporal/TemporalField;IILjava/time/chrono/ChronoLocalDate;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1, arg2, arg3); } /// /// @@ -382,7 +382,7 @@ public Java.Time.Format.DateTimeFormatterBuilder AppendZoneRegionId() /// public Java.Time.Format.DateTimeFormatterBuilder AppendZoneText(Java.Time.Format.TextStyle arg0, Java.Util.Set arg1) { - return IExecute("appendZoneText", arg0, arg1); + return IExecuteWithSignature("appendZoneText", "(Ljava/time/format/TextStyle;Ljava/util/Set;)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -417,7 +417,7 @@ public Java.Time.Format.DateTimeFormatterBuilder OptionalStart() /// public Java.Time.Format.DateTimeFormatterBuilder PadNext(int arg0, char arg1) { - return IExecute("padNext", arg0, arg1); + return IExecuteWithSignature("padNext", "(IC)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// @@ -452,7 +452,7 @@ public Java.Time.Format.DateTimeFormatterBuilder ParseCaseSensitive() /// public Java.Time.Format.DateTimeFormatterBuilder ParseDefaulting(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("parseDefaulting", arg0, arg1); + return IExecuteWithSignature("parseDefaulting", "(Ljava/time/temporal/TemporalField;J)Ljava/time/format/DateTimeFormatterBuilder;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Instant.cs b/src/net/JNet/Generated/Java/Time/Instant.cs index f006921f61..0ade357361 100644 --- a/src/net/JNet/Generated/Java/Time/Instant.cs +++ b/src/net/JNet/Generated/Java/Time/Instant.cs @@ -163,7 +163,7 @@ public static Java.Time.Instant OfEpochMilli(long arg0) /// public static Java.Time.Instant OfEpochSecond(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "ofEpochSecond", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofEpochSecond", "(JJ)Ljava/time/Instant;", arg0, arg1); } /// /// @@ -372,7 +372,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -391,7 +391,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public long ToEpochMilli() /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/LocalDate.cs b/src/net/JNet/Generated/Java/Time/LocalDate.cs index 12e165f312..4b89bab4d7 100644 --- a/src/net/JNet/Generated/Java/Time/LocalDate.cs +++ b/src/net/JNet/Generated/Java/Time/LocalDate.cs @@ -155,7 +155,7 @@ public static Java.Time.LocalDate Now(Java.Time.ZoneId arg0) /// public static Java.Time.LocalDate Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/LocalDate;", arg0, arg1, arg2); } /// /// @@ -166,7 +166,7 @@ public static Java.Time.LocalDate Of(int arg0, int arg1, int arg2) /// public static Java.Time.LocalDate Of(int arg0, Java.Time.Month arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(ILjava/time/Month;I)Ljava/time/LocalDate;", arg0, arg1, arg2); } /// /// @@ -185,7 +185,7 @@ public static Java.Time.LocalDate OfEpochDay(long arg0) /// public static Java.Time.LocalDate OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/LocalDate;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public static Java.Time.LocalDate OfInstant(Java.Time.Instant arg0, Java.Time.Zo /// public static Java.Time.LocalDate OfYearDay(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "ofYearDay", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofYearDay", "(II)Ljava/time/LocalDate;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public static Java.Time.LocalDate OfYearDay(int arg0, int arg1) /// public static Java.Time.LocalDate Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/LocalDate;", arg0, arg1); } /// /// @@ -535,7 +535,7 @@ public Java.Time.LocalDateTime AtStartOfDay() /// public Java.Time.LocalDateTime AtTime(int arg0, int arg1, int arg2, int arg3) { - return IExecute("atTime", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("atTime", "(IIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3); } /// /// @@ -546,7 +546,7 @@ public Java.Time.LocalDateTime AtTime(int arg0, int arg1, int arg2, int arg3) /// public Java.Time.LocalDateTime AtTime(int arg0, int arg1, int arg2) { - return IExecute("atTime", arg0, arg1, arg2); + return IExecuteWithSignature("atTime", "(III)Ljava/time/LocalDateTime;", arg0, arg1, arg2); } /// /// @@ -556,7 +556,7 @@ public Java.Time.LocalDateTime AtTime(int arg0, int arg1, int arg2) /// public Java.Time.LocalDateTime AtTime(int arg0, int arg1) { - return IExecute("atTime", arg0, arg1); + return IExecuteWithSignature("atTime", "(II)Ljava/time/LocalDateTime;", arg0, arg1); } /// /// @@ -602,7 +602,7 @@ public Java.Time.ZonedDateTime AtStartOfDay(Java.Time.ZoneId arg0) /// public Java.Util.Stream.Stream DatesUntil(Java.Time.LocalDate arg0, Java.Time.Period arg1) { - return IExecute>("datesUntil", arg0, arg1); + return IExecuteWithSignature>("datesUntil", "(Ljava/time/LocalDate;Ljava/time/Period;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -638,7 +638,7 @@ public long ToEpochDay() /// public long ToEpochSecond(Java.Time.LocalTime arg0, Java.Time.ZoneOffset arg1) { - return IExecute("toEpochSecond", arg0, arg1); + return IExecuteWithSignature("toEpochSecond", "(Ljava/time/LocalTime;Ljava/time/ZoneOffset;)J", arg0, arg1); } /// /// @@ -648,7 +648,7 @@ public long ToEpochSecond(Java.Time.LocalTime arg0, Java.Time.ZoneOffset arg1) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/LocalDateTime.cs b/src/net/JNet/Generated/Java/Time/LocalDateTime.cs index 7e221d6f84..f7c0ab0396 100644 --- a/src/net/JNet/Generated/Java/Time/LocalDateTime.cs +++ b/src/net/JNet/Generated/Java/Time/LocalDateTime.cs @@ -153,7 +153,7 @@ public static Java.Time.LocalDateTime Now(Java.Time.ZoneId arg0) /// public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIIIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -167,7 +167,7 @@ public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, /// public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -180,7 +180,7 @@ public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, /// public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, int arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -195,7 +195,7 @@ public static Java.Time.LocalDateTime Of(int arg0, int arg1, int arg2, int arg3, /// public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(ILjava/time/Month;IIIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -209,7 +209,7 @@ public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg /// public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg2, int arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(ILjava/time/Month;IIII)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -222,7 +222,7 @@ public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg /// public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg2, int arg3, int arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(ILjava/time/Month;III)Ljava/time/LocalDateTime;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -232,7 +232,7 @@ public static Java.Time.LocalDateTime Of(int arg0, Java.Time.Month arg1, int arg /// public static Java.Time.LocalDateTime Of(Java.Time.LocalDate arg0, Java.Time.LocalTime arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDate;Ljava/time/LocalTime;)Ljava/time/LocalDateTime;", arg0, arg1); } /// /// @@ -243,7 +243,7 @@ public static Java.Time.LocalDateTime Of(Java.Time.LocalDate arg0, Java.Time.Loc /// public static Java.Time.LocalDateTime OfEpochSecond(long arg0, int arg1, Java.Time.ZoneOffset arg2) { - return SExecute(LocalBridgeClazz, "ofEpochSecond", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofEpochSecond", "(JILjava/time/ZoneOffset;)Ljava/time/LocalDateTime;", arg0, arg1, arg2); } /// /// @@ -253,7 +253,7 @@ public static Java.Time.LocalDateTime OfEpochSecond(long arg0, int arg1, Java.Ti /// public static Java.Time.LocalDateTime OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/LocalDateTime;", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public static Java.Time.LocalDateTime OfInstant(Java.Time.Instant arg0, Java.Tim /// public static Java.Time.LocalDateTime Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/LocalDateTime;", arg0, arg1); } /// /// @@ -733,7 +733,7 @@ public long GetLong(Java.Time.Temporal.TemporalField arg0) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/LocalTime.cs b/src/net/JNet/Generated/Java/Time/LocalTime.cs index 0341d850e4..26aa6369fb 100644 --- a/src/net/JNet/Generated/Java/Time/LocalTime.cs +++ b/src/net/JNet/Generated/Java/Time/LocalTime.cs @@ -171,7 +171,7 @@ public static Java.Time.LocalTime Now(Java.Time.ZoneId arg0) /// public static Java.Time.LocalTime Of(int arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIII)Ljava/time/LocalTime;", arg0, arg1, arg2, arg3); } /// /// @@ -182,7 +182,7 @@ public static Java.Time.LocalTime Of(int arg0, int arg1, int arg2, int arg3) /// public static Java.Time.LocalTime Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/LocalTime;", arg0, arg1, arg2); } /// /// @@ -192,7 +192,7 @@ public static Java.Time.LocalTime Of(int arg0, int arg1, int arg2) /// public static Java.Time.LocalTime Of(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(II)Ljava/time/LocalTime;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public static Java.Time.LocalTime Of(int arg0, int arg1) /// public static Java.Time.LocalTime OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/LocalTime;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public static Java.Time.LocalTime OfSecondOfDay(long arg0) /// public static Java.Time.LocalTime Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/LocalTime;", arg0, arg1); } /// /// @@ -524,7 +524,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -543,7 +543,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -562,7 +562,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -590,7 +590,7 @@ public long GetLong(Java.Time.Temporal.TemporalField arg0) /// public long ToEpochSecond(Java.Time.LocalDate arg0, Java.Time.ZoneOffset arg1) { - return IExecute("toEpochSecond", arg0, arg1); + return IExecuteWithSignature("toEpochSecond", "(Ljava/time/LocalDate;Ljava/time/ZoneOffset;)J", arg0, arg1); } /// /// @@ -608,7 +608,7 @@ public long ToNanoOfDay() /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Month.cs b/src/net/JNet/Generated/Java/Time/Month.cs index 9e51f0b3d8..b59fd9703e 100644 --- a/src/net/JNet/Generated/Java/Time/Month.cs +++ b/src/net/JNet/Generated/Java/Time/Month.cs @@ -282,7 +282,7 @@ public int MinLength() /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/MonthDay.cs b/src/net/JNet/Generated/Java/Time/MonthDay.cs index 35abd9a18e..9564cc9720 100644 --- a/src/net/JNet/Generated/Java/Time/MonthDay.cs +++ b/src/net/JNet/Generated/Java/Time/MonthDay.cs @@ -145,7 +145,7 @@ public static Java.Time.MonthDay Now(Java.Time.ZoneId arg0) /// public static Java.Time.MonthDay Of(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(II)Ljava/time/MonthDay;", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public static Java.Time.MonthDay Of(int arg0, int arg1) /// public static Java.Time.MonthDay Of(Java.Time.Month arg0, int arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/Month;I)Ljava/time/MonthDay;", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public static Java.Time.MonthDay Of(Java.Time.Month arg0, int arg1) /// public static Java.Time.MonthDay Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/MonthDay;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/OffsetDateTime.cs b/src/net/JNet/Generated/Java/Time/OffsetDateTime.cs index 68497ad558..af6f131b9e 100644 --- a/src/net/JNet/Generated/Java/Time/OffsetDateTime.cs +++ b/src/net/JNet/Generated/Java/Time/OffsetDateTime.cs @@ -163,7 +163,7 @@ public static Java.Time.OffsetDateTime Now(Java.Time.ZoneId arg0) /// public static Java.Time.OffsetDateTime Of(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Java.Time.ZoneOffset arg7) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIIIIILjava/time/ZoneOffset;)Ljava/time/OffsetDateTime;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -174,7 +174,7 @@ public static Java.Time.OffsetDateTime Of(int arg0, int arg1, int arg2, int arg3 /// public static Java.Time.OffsetDateTime Of(Java.Time.LocalDate arg0, Java.Time.LocalTime arg1, Java.Time.ZoneOffset arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDate;Ljava/time/LocalTime;Ljava/time/ZoneOffset;)Ljava/time/OffsetDateTime;", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public static Java.Time.OffsetDateTime Of(Java.Time.LocalDate arg0, Java.Time.Lo /// public static Java.Time.OffsetDateTime Of(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;)Ljava/time/OffsetDateTime;", arg0, arg1); } /// /// @@ -194,7 +194,7 @@ public static Java.Time.OffsetDateTime Of(Java.Time.LocalDateTime arg0, Java.Tim /// public static Java.Time.OffsetDateTime OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/OffsetDateTime;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public static Java.Time.OffsetDateTime OfInstant(Java.Time.Instant arg0, Java.Ti /// public static Java.Time.OffsetDateTime Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/OffsetDateTime;", arg0, arg1); } /// /// @@ -704,7 +704,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -723,7 +723,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -742,7 +742,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -804,7 +804,7 @@ public long ToEpochSecond() /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/OffsetTime.cs b/src/net/JNet/Generated/Java/Time/OffsetTime.cs index 2ee6abfd75..44a6e849b3 100644 --- a/src/net/JNet/Generated/Java/Time/OffsetTime.cs +++ b/src/net/JNet/Generated/Java/Time/OffsetTime.cs @@ -160,7 +160,7 @@ public static Java.Time.OffsetTime Now(Java.Time.ZoneId arg0) /// public static Java.Time.OffsetTime Of(int arg0, int arg1, int arg2, int arg3, Java.Time.ZoneOffset arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIILjava/time/ZoneOffset;)Ljava/time/OffsetTime;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -170,7 +170,7 @@ public static Java.Time.OffsetTime Of(int arg0, int arg1, int arg2, int arg3, Ja /// public static Java.Time.OffsetTime Of(Java.Time.LocalTime arg0, Java.Time.ZoneOffset arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalTime;Ljava/time/ZoneOffset;)Ljava/time/OffsetTime;", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public static Java.Time.OffsetTime Of(Java.Time.LocalTime arg0, Java.Time.ZoneOf /// public static Java.Time.OffsetTime OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/OffsetTime;", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public static Java.Time.OffsetTime OfInstant(Java.Time.Instant arg0, Java.Time.Z /// public static Java.Time.OffsetTime Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/OffsetTime;", arg0, arg1); } /// /// @@ -509,7 +509,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -528,7 +528,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -547,7 +547,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -584,7 +584,7 @@ public long ToEpochSecond(Java.Time.LocalDate arg0) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Period.cs b/src/net/JNet/Generated/Java/Time/Period.cs index e3a5c972b7..af0fc1e91d 100644 --- a/src/net/JNet/Generated/Java/Time/Period.cs +++ b/src/net/JNet/Generated/Java/Time/Period.cs @@ -108,7 +108,7 @@ public partial class Period /// public static Java.Time.Period Between(Java.Time.LocalDate arg0, Java.Time.LocalDate arg1) { - return SExecute(LocalBridgeClazz, "between", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "between", "(Ljava/time/LocalDate;Ljava/time/LocalDate;)Ljava/time/Period;", arg0, arg1); } /// /// @@ -128,7 +128,7 @@ public static Java.Time.Period From(Java.Time.Temporal.TemporalAmount arg0) /// public static Java.Time.Period Of(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(III)Ljava/time/Period;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Temporal/ChronoUnit.cs b/src/net/JNet/Generated/Java/Time/Temporal/ChronoUnit.cs index 0c395109aa..125bd91aa7 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/ChronoUnit.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/ChronoUnit.cs @@ -266,7 +266,7 @@ public bool IsTimeBased() /// public long Between(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.Temporal arg1) { - return IExecute("between", arg0, arg1); + return IExecuteWithSignature("between", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/Temporal;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Temporal/Temporal.cs b/src/net/JNet/Generated/Java/Time/Temporal/Temporal.cs index 4b7e065dd1..4afd54cc2f 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/Temporal.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/Temporal.cs @@ -179,7 +179,7 @@ public bool IsSupported(Java.Time.Temporal.TemporalUnit arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUn /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, l /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Temporal/TemporalAdjusters.cs b/src/net/JNet/Generated/Java/Time/Temporal/TemporalAdjusters.cs index 5f545e9332..db60a546b0 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/TemporalAdjusters.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/TemporalAdjusters.cs @@ -94,7 +94,7 @@ public partial class TemporalAdjusters /// public static Java.Time.Temporal.TemporalAdjuster DayOfWeekInMonth(int arg0, Java.Time.DayOfWeek arg1) { - return SExecute(LocalBridgeClazz, "dayOfWeekInMonth", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "dayOfWeekInMonth", "(ILjava/time/DayOfWeek;)Ljava/time/temporal/TemporalAdjuster;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Temporal/TemporalField.cs b/src/net/JNet/Generated/Java/Time/Temporal/TemporalField.cs index 17d42a6352..cbee92fd69 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/TemporalField.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/TemporalField.cs @@ -267,7 +267,7 @@ public Java.Lang.String GetDisplayName(Java.Util.Locale arg0) /// public Java.Time.Temporal.TemporalAccessor Resolve(Java.Util.Map arg0, Java.Time.Temporal.TemporalAccessor arg1, Java.Time.Format.ResolverStyle arg2) { - return IExecute("resolve", arg0, arg1, arg2); + return IExecuteWithSignature("resolve", "(Ljava/util/Map;Ljava/time/temporal/TemporalAccessor;Ljava/time/format/ResolverStyle;)Ljava/time/temporal/TemporalAccessor;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Temporal/TemporalUnit.cs b/src/net/JNet/Generated/Java/Time/Temporal/TemporalUnit.cs index 4c3a99744f..2d468a2429 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/TemporalUnit.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/TemporalUnit.cs @@ -200,7 +200,7 @@ public bool IsTimeBased() /// public long Between(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.Temporal arg1) { - return IExecute("between", arg0, arg1); + return IExecuteWithSignature("between", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/Temporal;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Temporal/ValueRange.cs b/src/net/JNet/Generated/Java/Time/Temporal/ValueRange.cs index b158b7e3b8..39623f1661 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/ValueRange.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/ValueRange.cs @@ -96,7 +96,7 @@ public partial class ValueRange /// public static Java.Time.Temporal.ValueRange Of(long arg0, long arg1, long arg2, long arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(JJJJ)Ljava/time/temporal/ValueRange;", arg0, arg1, arg2, arg3); } /// /// @@ -107,7 +107,7 @@ public static Java.Time.Temporal.ValueRange Of(long arg0, long arg1, long arg2, /// public static Java.Time.Temporal.ValueRange Of(long arg0, long arg1, long arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(JJJ)Ljava/time/temporal/ValueRange;", arg0, arg1, arg2); } /// /// @@ -117,7 +117,7 @@ public static Java.Time.Temporal.ValueRange Of(long arg0, long arg1, long arg2) /// public static Java.Time.Temporal.ValueRange Of(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(JJ)Ljava/time/temporal/ValueRange;", arg0, arg1); } #endregion @@ -193,7 +193,7 @@ public bool IsValidValue(long arg0) /// public int CheckValidIntValue(long arg0, Java.Time.Temporal.TemporalField arg1) { - return IExecute("checkValidIntValue", arg0, arg1); + return IExecuteWithSignature("checkValidIntValue", "(JLjava/time/temporal/TemporalField;)I", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public int CheckValidIntValue(long arg0, Java.Time.Temporal.TemporalField arg1) /// public long CheckValidValue(long arg0, Java.Time.Temporal.TemporalField arg1) { - return IExecute("checkValidValue", arg0, arg1); + return IExecuteWithSignature("checkValidValue", "(JLjava/time/temporal/TemporalField;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Temporal/WeekFields.cs b/src/net/JNet/Generated/Java/Time/Temporal/WeekFields.cs index ba4311db70..d5e553e987 100644 --- a/src/net/JNet/Generated/Java/Time/Temporal/WeekFields.cs +++ b/src/net/JNet/Generated/Java/Time/Temporal/WeekFields.cs @@ -112,7 +112,7 @@ public partial class WeekFields /// public static Java.Time.Temporal.WeekFields Of(Java.Time.DayOfWeek arg0, int arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/DayOfWeek;I)Ljava/time/temporal/WeekFields;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Year.cs b/src/net/JNet/Generated/Java/Time/Year.cs index 980e68f0bc..19d01f8f36 100644 --- a/src/net/JNet/Generated/Java/Time/Year.cs +++ b/src/net/JNet/Generated/Java/Time/Year.cs @@ -175,7 +175,7 @@ public static Java.Time.Year Of(int arg0) /// public static Java.Time.Year Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/Year;", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -367,7 +367,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -386,7 +386,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -450,7 +450,7 @@ public long GetLong(Java.Time.Temporal.TemporalField arg0) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/YearMonth.cs b/src/net/JNet/Generated/Java/Time/YearMonth.cs index a3b2601ca1..06862ef9c6 100644 --- a/src/net/JNet/Generated/Java/Time/YearMonth.cs +++ b/src/net/JNet/Generated/Java/Time/YearMonth.cs @@ -145,7 +145,7 @@ public static Java.Time.YearMonth Now(Java.Time.ZoneId arg0) /// public static Java.Time.YearMonth Of(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(II)Ljava/time/YearMonth;", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public static Java.Time.YearMonth Of(int arg0, int arg1) /// public static Java.Time.YearMonth Of(int arg0, Java.Time.Month arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(ILjava/time/Month;)Ljava/time/YearMonth;", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public static Java.Time.YearMonth Of(int arg0, Java.Time.Month arg1) /// public static Java.Time.YearMonth Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/YearMonth;", arg0, arg1); } /// /// @@ -359,7 +359,7 @@ public Java.Time.Temporal.Temporal Minus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Minus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("minus", arg0, arg1); + return IExecuteWithSignature("minus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -378,7 +378,7 @@ public Java.Time.Temporal.Temporal Plus(Java.Time.Temporal.TemporalAmount arg0) /// public Java.Time.Temporal.Temporal Plus(long arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("plus", arg0, arg1); + return IExecuteWithSignature("plus", "(JLjava/time/temporal/TemporalUnit;)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -397,7 +397,7 @@ public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalAdjuster arg0 /// public Java.Time.Temporal.Temporal With(Java.Time.Temporal.TemporalField arg0, long arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;", arg0, arg1); } /// /// @@ -479,7 +479,7 @@ public long GetLong(Java.Time.Temporal.TemporalField arg0) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransition.cs b/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransition.cs index a181b6a932..095df2ebe9 100644 --- a/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransition.cs +++ b/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransition.cs @@ -103,7 +103,7 @@ public partial class ZoneOffsetTransition /// public static Java.Time.Zone.ZoneOffsetTransition Of(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1, Java.Time.ZoneOffset arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;)Ljava/time/zone/ZoneOffsetTransition;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransitionRule.cs b/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransitionRule.cs index 6751decb86..67fbf7e5bf 100644 --- a/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransitionRule.cs +++ b/src/net/JNet/Generated/Java/Time/Zone/ZoneOffsetTransitionRule.cs @@ -146,7 +146,7 @@ public partial class ZoneOffsetTransitionRule /// public static Java.Time.Zone.ZoneOffsetTransitionRule Of(Java.Time.Month arg0, int arg1, Java.Time.DayOfWeek arg2, Java.Time.LocalTime arg3, bool arg4, Java.Time.Zone.ZoneOffsetTransitionRule.TimeDefinition arg5, Java.Time.ZoneOffset arg6, Java.Time.ZoneOffset arg7, Java.Time.ZoneOffset arg8) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/Month;ILjava/time/DayOfWeek;Ljava/time/LocalTime;ZLjava/time/zone/ZoneOffsetTransitionRule$TimeDefinition;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;)Ljava/time/zone/ZoneOffsetTransitionRule;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } #endregion @@ -293,7 +293,7 @@ public static Java.Time.Zone.ZoneOffsetTransitionRule.TimeDefinition[] Values() /// public Java.Time.LocalDateTime CreateDateTime(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1, Java.Time.ZoneOffset arg2) { - return IExecute("createDateTime", arg0, arg1, arg2); + return IExecuteWithSignature("createDateTime", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;)Ljava/time/LocalDateTime;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Time/Zone/ZoneRules.cs b/src/net/JNet/Generated/Java/Time/Zone/ZoneRules.cs index eb26a1ed3f..e382443902 100644 --- a/src/net/JNet/Generated/Java/Time/Zone/ZoneRules.cs +++ b/src/net/JNet/Generated/Java/Time/Zone/ZoneRules.cs @@ -97,7 +97,7 @@ public partial class ZoneRules /// public static Java.Time.Zone.ZoneRules Of(Java.Time.ZoneOffset arg0, Java.Time.ZoneOffset arg1, Java.Util.List arg2, Java.Util.List arg3, Java.Util.List arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Ljava/time/zone/ZoneRules;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -151,7 +151,7 @@ public bool IsFixedOffset() /// public bool IsValidOffset(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1) { - return IExecute("isValidOffset", arg0, arg1); + return IExecuteWithSignature("isValidOffset", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/Zone/ZoneRulesProvider.cs b/src/net/JNet/Generated/Java/Time/Zone/ZoneRulesProvider.cs index f8cd213bc5..ac862aaaa7 100644 --- a/src/net/JNet/Generated/Java/Time/Zone/ZoneRulesProvider.cs +++ b/src/net/JNet/Generated/Java/Time/Zone/ZoneRulesProvider.cs @@ -111,7 +111,7 @@ public static bool Refresh() /// public static Java.Time.Zone.ZoneRules GetRules(Java.Lang.String arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "getRules", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getRules", "(Ljava/lang/String;Z)Ljava/time/zone/ZoneRules;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/ZoneId.cs b/src/net/JNet/Generated/Java/Time/ZoneId.cs index 4a4efc2fa4..b3662fe90c 100644 --- a/src/net/JNet/Generated/Java/Time/ZoneId.cs +++ b/src/net/JNet/Generated/Java/Time/ZoneId.cs @@ -118,7 +118,7 @@ public static Java.Time.ZoneId From(Java.Time.Temporal.TemporalAccessor arg0) /// public static Java.Time.ZoneId Of(Java.Lang.String arg0, Java.Util.Map arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/String;Ljava/util/Map;)Ljava/time/ZoneId;", arg0, arg1); } /// /// @@ -137,7 +137,7 @@ public static Java.Time.ZoneId Of(Java.Lang.String arg0) /// public static Java.Time.ZoneId OfOffset(Java.Lang.String arg0, Java.Time.ZoneOffset arg1) { - return SExecute(LocalBridgeClazz, "ofOffset", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofOffset", "(Ljava/lang/String;Ljava/time/ZoneOffset;)Ljava/time/ZoneId;", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public Java.Time.Zone.ZoneRules Rules /// public Java.Lang.String GetDisplayName(Java.Time.Format.TextStyle arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/time/format/TextStyle;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/ZoneOffset.cs b/src/net/JNet/Generated/Java/Time/ZoneOffset.cs index 0be1547504..6f21a0d444 100644 --- a/src/net/JNet/Generated/Java/Time/ZoneOffset.cs +++ b/src/net/JNet/Generated/Java/Time/ZoneOffset.cs @@ -133,7 +133,7 @@ public static Java.Time.ZoneOffset OfHours(int arg0) /// public static Java.Time.ZoneOffset OfHoursMinutes(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "ofHoursMinutes", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofHoursMinutes", "(II)Ljava/time/ZoneOffset;", arg0, arg1); } /// /// @@ -144,7 +144,7 @@ public static Java.Time.ZoneOffset OfHoursMinutes(int arg0, int arg1) /// public static Java.Time.ZoneOffset OfHoursMinutesSeconds(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "ofHoursMinutesSeconds", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofHoursMinutesSeconds", "(III)Ljava/time/ZoneOffset;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Time/ZonedDateTime.cs b/src/net/JNet/Generated/Java/Time/ZonedDateTime.cs index b349941630..766ed00a89 100644 --- a/src/net/JNet/Generated/Java/Time/ZonedDateTime.cs +++ b/src/net/JNet/Generated/Java/Time/ZonedDateTime.cs @@ -138,7 +138,7 @@ public static Java.Time.ZonedDateTime Now(Java.Time.ZoneId arg0) /// public static Java.Time.ZonedDateTime Of(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Java.Time.ZoneId arg7) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(IIIIIIILjava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -149,7 +149,7 @@ public static Java.Time.ZonedDateTime Of(int arg0, int arg1, int arg2, int arg3, /// public static Java.Time.ZonedDateTime Of(Java.Time.LocalDate arg0, Java.Time.LocalTime arg1, Java.Time.ZoneId arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDate;Ljava/time/LocalTime;Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public static Java.Time.ZonedDateTime Of(Java.Time.LocalDate arg0, Java.Time.Loc /// public static Java.Time.ZonedDateTime Of(Java.Time.LocalDateTime arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/time/LocalDateTime;Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public static Java.Time.ZonedDateTime Of(Java.Time.LocalDateTime arg0, Java.Time /// public static Java.Time.ZonedDateTime OfInstant(Java.Time.Instant arg0, Java.Time.ZoneId arg1) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public static Java.Time.ZonedDateTime OfInstant(Java.Time.Instant arg0, Java.Tim /// public static Java.Time.ZonedDateTime OfInstant(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1, Java.Time.ZoneId arg2) { - return SExecute(LocalBridgeClazz, "ofInstant", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofInstant", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1, arg2); } /// /// @@ -191,7 +191,7 @@ public static Java.Time.ZonedDateTime OfInstant(Java.Time.LocalDateTime arg0, Ja /// public static Java.Time.ZonedDateTime OfLocal(Java.Time.LocalDateTime arg0, Java.Time.ZoneId arg1, Java.Time.ZoneOffset arg2) { - return SExecute(LocalBridgeClazz, "ofLocal", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofLocal", "(Ljava/time/LocalDateTime;Ljava/time/ZoneId;Ljava/time/ZoneOffset;)Ljava/time/ZonedDateTime;", arg0, arg1, arg2); } /// /// @@ -202,7 +202,7 @@ public static Java.Time.ZonedDateTime OfLocal(Java.Time.LocalDateTime arg0, Java /// public static Java.Time.ZonedDateTime OfStrict(Java.Time.LocalDateTime arg0, Java.Time.ZoneOffset arg1, Java.Time.ZoneId arg2) { - return SExecute(LocalBridgeClazz, "ofStrict", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "ofStrict", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", arg0, arg1, arg2); } /// /// @@ -212,7 +212,7 @@ public static Java.Time.ZonedDateTime OfStrict(Java.Time.LocalDateTime arg0, Jav /// public static Java.Time.ZonedDateTime Parse(Java.Lang.CharSequence arg0, Java.Time.Format.DateTimeFormatter arg1) { - return SExecute(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "parse", "(Ljava/lang/CharSequence;Ljava/time/format/DateTimeFormatter;)Ljava/time/ZonedDateTime;", arg0, arg1); } /// /// @@ -682,7 +682,7 @@ public long GetLong(Java.Time.Temporal.TemporalField arg0) /// public long Until(Java.Time.Temporal.Temporal arg0, Java.Time.Temporal.TemporalUnit arg1) { - return IExecute("until", arg0, arg1); + return IExecuteWithSignature("until", "(Ljava/time/temporal/Temporal;Ljava/time/temporal/TemporalUnit;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/AbstractList.cs b/src/net/JNet/Generated/Java/Util/AbstractList.cs index b568f260ab..08a99561b5 100644 --- a/src/net/JNet/Generated/Java/Util/AbstractList.cs +++ b/src/net/JNet/Generated/Java/Util/AbstractList.cs @@ -161,7 +161,7 @@ public object Get(int arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public int LastIndexOf(object arg0) /// public Java.Util.List SubListMethod(int arg0, int arg1) { - return IExecute("subList", arg0, arg1); + return IExecuteWithSignature("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -234,7 +234,7 @@ public Java.Util.ListIterator ListIterator(int arg0) /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } #endregion @@ -293,7 +293,7 @@ public E Get(int arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) where Arg1ExtendsE : E { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public E Remove(int arg0) /// public E Set(int arg0, E arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public int LastIndexOf(object arg0) /// public Java.Util.List SubListMethod(int arg0, int arg1) { - return IExecute>("subList", arg0, arg1); + return IExecuteWithSignature>("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -366,7 +366,7 @@ public Java.Util.ListIterator ListIterator(int arg0) /// public void Add(int arg0, E arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/AbstractMap.cs b/src/net/JNet/Generated/Java/Util/AbstractMap.cs index a3d7c4ff1e..59371d17af 100644 --- a/src/net/JNet/Generated/Java/Util/AbstractMap.cs +++ b/src/net/JNet/Generated/Java/Util/AbstractMap.cs @@ -400,7 +400,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -844,7 +844,7 @@ public V Get(object arg0) /// public V Put(K arg0, V arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Arrays.cs b/src/net/JNet/Generated/Java/Util/Arrays.cs index ed67d49e14..d683c52289 100644 --- a/src/net/JNet/Generated/Java/Util/Arrays.cs +++ b/src/net/JNet/Generated/Java/Util/Arrays.cs @@ -97,7 +97,7 @@ public partial class Arrays /// public static T[] CopyOf(U[] arg0, int arg1, Java.Lang.Class arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -111,7 +111,7 @@ public static T[] CopyOf(U[] arg0, int arg1, Java.Lang.Class arg2) /// public static T[] CopyOfRange(U[] arg0, int arg1, int arg2, Java.Lang.Class arg3) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2, arg3); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([Ljava/lang/Object;IILjava/lang/Class;)[Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -128,7 +128,7 @@ public static T[] CopyOfRange(U[] arg0, int arg1, int arg2, Java.Lang.Clas /// public static bool Equals(T[] arg0, int arg1, int arg2, T[] arg3, int arg4, int arg5, Java.Util.Comparator arg6) where Arg6objectSuperT : T { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([Ljava/lang/Object;II[Ljava/lang/Object;IILjava/util/Comparator;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -141,7 +141,7 @@ public static bool Equals(T[] arg0, int arg1, int arg2, T[] /// public static bool Equals(T[] arg0, T[] arg1, Java.Util.Comparator arg2) where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([Ljava/lang/Object;[Ljava/lang/Object;Ljava/util/Comparator;)Z", arg0, arg1, arg2); } /// /// @@ -156,7 +156,7 @@ public static bool Equals(T[] arg0, T[] arg1, Java.Util.Com /// public static int BinarySearch(T[] arg0, int arg1, int arg2, T arg3, Java.Util.Comparator arg4) where Arg4objectSuperT : T { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([Ljava/lang/Object;IILjava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -169,7 +169,7 @@ public static int BinarySearch(T[] arg0, int arg1, int arg2 /// public static int BinarySearch(T[] arg0, T arg1, Java.Util.Comparator arg2) where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2); } /// /// @@ -186,7 +186,7 @@ public static int BinarySearch(T[] arg0, T arg1, Java.Util. /// public static int Compare(T[] arg0, int arg1, int arg2, T[] arg3, int arg4, int arg5, Java.Util.Comparator arg6) where Arg6objectSuperT : T { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([Ljava/lang/Object;II[Ljava/lang/Object;IILjava/util/Comparator;)I", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -214,7 +214,7 @@ public static int Compare(T[] arg0, int arg1, int arg2, T[] arg3, int arg4, i /// public static int Compare(T[] arg0, T[] arg1, Java.Util.Comparator arg2) where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([Ljava/lang/Object;[Ljava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2); } /// /// @@ -242,7 +242,7 @@ public static int Compare(T[] arg0, T[] arg1) /// public static int Mismatch(T[] arg0, int arg1, int arg2, T[] arg3, int arg4, int arg5, Java.Util.Comparator arg6) where Arg6objectSuperT : T { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([Ljava/lang/Object;II[Ljava/lang/Object;IILjava/util/Comparator;)I", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -255,7 +255,7 @@ public static int Mismatch(T[] arg0, int arg1, int arg2, T[ /// public static int Mismatch(T[] arg0, T[] arg1, Java.Util.Comparator arg2) where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([Ljava/lang/Object;[Ljava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2); } /// /// @@ -277,7 +277,7 @@ public static Java.Util.List AsList(params T[] arg0) /// public static Java.Util.Spliterator Spliterator(T[] arg0, int arg1, int arg2) { - return SExecute>(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "spliterator", "([Ljava/lang/Object;II)Ljava/util/Spliterator;", arg0, arg1, arg2); } /// /// @@ -299,7 +299,7 @@ public static Java.Util.Spliterator Spliterator(T[] arg0) /// public static Java.Util.Stream.Stream Stream(T[] arg0, int arg1, int arg2) { - return SExecute>(LocalBridgeClazz, "stream", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "stream", "([Ljava/lang/Object;II)Ljava/util/stream/Stream;", arg0, arg1, arg2); } /// /// @@ -320,7 +320,7 @@ public static Java.Util.Stream.Stream Stream(T[] arg0) /// public static T[] CopyOf(T[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([Ljava/lang/Object;I)[Ljava/lang/Object;", arg0, arg1); } /// /// @@ -332,7 +332,7 @@ public static T[] CopyOf(T[] arg0, int arg1) /// public static T[] CopyOfRange(T[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([Ljava/lang/Object;II)[Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -344,7 +344,7 @@ public static T[] CopyOfRange(T[] arg0, int arg1, int arg2) /// public static void ParallelPrefix(T[] arg0, int arg1, int arg2, Java.Util.Function.BinaryOperator arg3) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([Ljava/lang/Object;IILjava/util/function/BinaryOperator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -354,7 +354,7 @@ public static void ParallelPrefix(T[] arg0, int arg1, int arg2, Java.Util.Fun /// public static void ParallelPrefix(T[] arg0, Java.Util.Function.BinaryOperator arg1) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([Ljava/lang/Object;Ljava/util/function/BinaryOperator;)V", arg0, arg1); } /// /// @@ -365,7 +365,7 @@ public static void ParallelPrefix(T[] arg0, Java.Util.Function.BinaryOperator /// public static void ParallelSetAll(T[] arg0, Java.Util.Function.IntFunction arg1) where Arg1ExtendsT : T { - SExecute(LocalBridgeClazz, "parallelSetAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelSetAll", "([Ljava/lang/Object;Ljava/util/function/IntFunction;)V", arg0, arg1); } /// /// @@ -378,7 +378,7 @@ public static void ParallelSetAll(T[] arg0, Java.Util.Function. /// public static void ParallelSort(T[] arg0, int arg1, int arg2, Java.Util.Comparator arg3) where Arg3objectSuperT : T { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([Ljava/lang/Object;IILjava/util/Comparator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -400,7 +400,7 @@ public static void ParallelSort(T[] arg0, int arg1, int arg2) /// public static void ParallelSort(T[] arg0, Java.Util.Comparator arg1) where Arg1objectSuperT : T { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([Ljava/lang/Object;Ljava/util/Comparator;)V", arg0, arg1); } /// /// @@ -420,7 +420,7 @@ public static void ParallelSort(T[] arg0) /// public static void SetAll(T[] arg0, Java.Util.Function.IntFunction arg1) where Arg1ExtendsT : T { - SExecute(LocalBridgeClazz, "setAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAll", "([Ljava/lang/Object;Ljava/util/function/IntFunction;)V", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public static void SetAll(T[] arg0, Java.Util.Function.IntFunct /// public static void Sort(T[] arg0, int arg1, int arg2, Java.Util.Comparator arg3) where Arg3objectSuperT : T { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([Ljava/lang/Object;IILjava/util/Comparator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -444,7 +444,7 @@ public static void Sort(T[] arg0, int arg1, int arg2, Java. /// public static void Sort(T[] arg0, Java.Util.Comparator arg1) where Arg1objectSuperT : T { - SExecute(LocalBridgeClazz, "sort", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([Ljava/lang/Object;Ljava/util/Comparator;)V", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public static void Sort(T[] arg0, Java.Util.Comparator public static bool DeepEquals(object[] arg0, object[] arg1) { - return SExecute(LocalBridgeClazz, "deepEquals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "deepEquals", "([Ljava/lang/Object;[Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public static bool DeepEquals(object[] arg0, object[] arg1) /// public static bool Equals(bool[] arg0, bool[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([Z[Z)Z", arg0, arg1); } /// /// @@ -478,7 +478,7 @@ public static bool Equals(bool[] arg0, bool[] arg1) /// public static bool Equals(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([ZII[ZII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -488,7 +488,7 @@ public static bool Equals(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg4 /// public static bool Equals(byte[] arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([B[B)Z", arg0, arg1); } /// /// @@ -502,7 +502,7 @@ public static bool Equals(byte[] arg0, byte[] arg1) /// public static bool Equals(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([BII[BII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -512,7 +512,7 @@ public static bool Equals(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4 /// public static bool Equals(char[] arg0, char[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([C[C)Z", arg0, arg1); } /// /// @@ -526,7 +526,7 @@ public static bool Equals(char[] arg0, char[] arg1) /// public static bool Equals(char[] arg0, int arg1, int arg2, char[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([CII[CII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -536,7 +536,7 @@ public static bool Equals(char[] arg0, int arg1, int arg2, char[] arg3, int arg4 /// public static bool Equals(double[] arg0, double[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([D[D)Z", arg0, arg1); } /// /// @@ -550,7 +550,7 @@ public static bool Equals(double[] arg0, double[] arg1) /// public static bool Equals(double[] arg0, int arg1, int arg2, double[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([DII[DII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -560,7 +560,7 @@ public static bool Equals(double[] arg0, int arg1, int arg2, double[] arg3, int /// public static bool Equals(float[] arg0, float[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([F[F)Z", arg0, arg1); } /// /// @@ -574,7 +574,7 @@ public static bool Equals(float[] arg0, float[] arg1) /// public static bool Equals(float[] arg0, int arg1, int arg2, float[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([FII[FII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -588,7 +588,7 @@ public static bool Equals(float[] arg0, int arg1, int arg2, float[] arg3, int ar /// public static bool Equals(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([III[III)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -598,7 +598,7 @@ public static bool Equals(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, /// public static bool Equals(int[] arg0, int[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([I[I)Z", arg0, arg1); } /// /// @@ -612,7 +612,7 @@ public static bool Equals(int[] arg0, int[] arg1) /// public static bool Equals(object[] arg0, int arg1, int arg2, object[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([Ljava/lang/Object;II[Ljava/lang/Object;II)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -622,7 +622,7 @@ public static bool Equals(object[] arg0, int arg1, int arg2, object[] arg3, int /// public static bool Equals(object[] arg0, object[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([Ljava/lang/Object;[Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -636,7 +636,7 @@ public static bool Equals(object[] arg0, object[] arg1) /// public static bool Equals(long[] arg0, int arg1, int arg2, long[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([JII[JII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -646,7 +646,7 @@ public static bool Equals(long[] arg0, int arg1, int arg2, long[] arg3, int arg4 /// public static bool Equals(long[] arg0, long[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([J[J)Z", arg0, arg1); } /// /// @@ -660,7 +660,7 @@ public static bool Equals(long[] arg0, long[] arg1) /// public static bool Equals(short[] arg0, int arg1, int arg2, short[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([SII[SII)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -670,7 +670,7 @@ public static bool Equals(short[] arg0, int arg1, int arg2, short[] arg3, int ar /// public static bool Equals(short[] arg0, short[] arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "([S[S)Z", arg0, arg1); } /// /// @@ -680,7 +680,7 @@ public static bool Equals(short[] arg0, short[] arg1) /// public static bool[] CopyOf(bool[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([ZI)[Z", arg0, arg1); } /// /// @@ -691,7 +691,7 @@ public static bool[] CopyOf(bool[] arg0, int arg1) /// public static bool[] CopyOfRange(bool[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([ZII)[Z", arg0, arg1, arg2); } /// /// @@ -701,7 +701,7 @@ public static bool[] CopyOfRange(bool[] arg0, int arg1, int arg2) /// public static byte[] CopyOf(byte[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([BI)[B", arg0, arg1); } /// /// @@ -712,7 +712,7 @@ public static byte[] CopyOf(byte[] arg0, int arg1) /// public static byte[] CopyOfRange(byte[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -722,7 +722,7 @@ public static byte[] CopyOfRange(byte[] arg0, int arg1, int arg2) /// public static char[] CopyOf(char[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([CI)[C", arg0, arg1); } /// /// @@ -733,7 +733,7 @@ public static char[] CopyOf(char[] arg0, int arg1) /// public static char[] CopyOfRange(char[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([CII)[C", arg0, arg1, arg2); } /// /// @@ -743,7 +743,7 @@ public static char[] CopyOfRange(char[] arg0, int arg1, int arg2) /// public static double[] CopyOf(double[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([DI)[D", arg0, arg1); } /// /// @@ -754,7 +754,7 @@ public static double[] CopyOf(double[] arg0, int arg1) /// public static double[] CopyOfRange(double[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([DII)[D", arg0, arg1, arg2); } /// /// @@ -764,7 +764,7 @@ public static double[] CopyOfRange(double[] arg0, int arg1, int arg2) /// public static float[] CopyOf(float[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([FI)[F", arg0, arg1); } /// /// @@ -775,7 +775,7 @@ public static float[] CopyOf(float[] arg0, int arg1) /// public static float[] CopyOfRange(float[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([FII)[F", arg0, arg1, arg2); } /// /// @@ -785,7 +785,7 @@ public static float[] CopyOfRange(float[] arg0, int arg1, int arg2) /// public static int BinarySearch(byte[] arg0, byte arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([BB)I", arg0, arg1); } /// /// @@ -797,7 +797,7 @@ public static int BinarySearch(byte[] arg0, byte arg1) /// public static int BinarySearch(byte[] arg0, int arg1, int arg2, byte arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([BIIB)I", arg0, arg1, arg2, arg3); } /// /// @@ -807,7 +807,7 @@ public static int BinarySearch(byte[] arg0, int arg1, int arg2, byte arg3) /// public static int BinarySearch(char[] arg0, char arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([CC)I", arg0, arg1); } /// /// @@ -819,7 +819,7 @@ public static int BinarySearch(char[] arg0, char arg1) /// public static int BinarySearch(char[] arg0, int arg1, int arg2, char arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([CIIC)I", arg0, arg1, arg2, arg3); } /// /// @@ -829,7 +829,7 @@ public static int BinarySearch(char[] arg0, int arg1, int arg2, char arg3) /// public static int BinarySearch(double[] arg0, double arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([DD)I", arg0, arg1); } /// /// @@ -841,7 +841,7 @@ public static int BinarySearch(double[] arg0, double arg1) /// public static int BinarySearch(double[] arg0, int arg1, int arg2, double arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([DIID)I", arg0, arg1, arg2, arg3); } /// /// @@ -851,7 +851,7 @@ public static int BinarySearch(double[] arg0, int arg1, int arg2, double arg3) /// public static int BinarySearch(float[] arg0, float arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([FF)I", arg0, arg1); } /// /// @@ -863,7 +863,7 @@ public static int BinarySearch(float[] arg0, float arg1) /// public static int BinarySearch(float[] arg0, int arg1, int arg2, float arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([FIIF)I", arg0, arg1, arg2, arg3); } /// /// @@ -875,7 +875,7 @@ public static int BinarySearch(float[] arg0, int arg1, int arg2, float arg3) /// public static int BinarySearch(int[] arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([IIII)I", arg0, arg1, arg2, arg3); } /// /// @@ -885,7 +885,7 @@ public static int BinarySearch(int[] arg0, int arg1, int arg2, int arg3) /// public static int BinarySearch(int[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([II)I", arg0, arg1); } /// /// @@ -897,7 +897,7 @@ public static int BinarySearch(int[] arg0, int arg1) /// public static int BinarySearch(object[] arg0, int arg1, int arg2, object arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([Ljava/lang/Object;IILjava/lang/Object;)I", arg0, arg1, arg2, arg3); } /// /// @@ -907,7 +907,7 @@ public static int BinarySearch(object[] arg0, int arg1, int arg2, object arg3) /// public static int BinarySearch(object[] arg0, object arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -919,7 +919,7 @@ public static int BinarySearch(object[] arg0, object arg1) /// public static int BinarySearch(long[] arg0, int arg1, int arg2, long arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([JIIJ)I", arg0, arg1, arg2, arg3); } /// /// @@ -929,7 +929,7 @@ public static int BinarySearch(long[] arg0, int arg1, int arg2, long arg3) /// public static int BinarySearch(long[] arg0, long arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([JJ)I", arg0, arg1); } /// /// @@ -941,7 +941,7 @@ public static int BinarySearch(long[] arg0, long arg1) /// public static int BinarySearch(short[] arg0, int arg1, int arg2, short arg3) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([SIIS)I", arg0, arg1, arg2, arg3); } /// /// @@ -951,7 +951,7 @@ public static int BinarySearch(short[] arg0, int arg1, int arg2, short arg3) /// public static int BinarySearch(short[] arg0, short arg1) { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "([SS)I", arg0, arg1); } /// /// @@ -961,7 +961,7 @@ public static int BinarySearch(short[] arg0, short arg1) /// public static int Compare(bool[] arg0, bool[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([Z[Z)I", arg0, arg1); } /// /// @@ -975,7 +975,7 @@ public static int Compare(bool[] arg0, bool[] arg1) /// public static int Compare(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([ZII[ZII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -985,7 +985,7 @@ public static int Compare(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg4 /// public static int Compare(byte[] arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([B[B)I", arg0, arg1); } /// /// @@ -999,7 +999,7 @@ public static int Compare(byte[] arg0, byte[] arg1) /// public static int Compare(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([BII[BII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1009,7 +1009,7 @@ public static int Compare(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4 /// public static int Compare(char[] arg0, char[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([C[C)I", arg0, arg1); } /// /// @@ -1023,7 +1023,7 @@ public static int Compare(char[] arg0, char[] arg1) /// public static int Compare(char[] arg0, int arg1, int arg2, char[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([CII[CII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1033,7 +1033,7 @@ public static int Compare(char[] arg0, int arg1, int arg2, char[] arg3, int arg4 /// public static int Compare(double[] arg0, double[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([D[D)I", arg0, arg1); } /// /// @@ -1047,7 +1047,7 @@ public static int Compare(double[] arg0, double[] arg1) /// public static int Compare(double[] arg0, int arg1, int arg2, double[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([DII[DII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1057,7 +1057,7 @@ public static int Compare(double[] arg0, int arg1, int arg2, double[] arg3, int /// public static int Compare(float[] arg0, float[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([F[F)I", arg0, arg1); } /// /// @@ -1071,7 +1071,7 @@ public static int Compare(float[] arg0, float[] arg1) /// public static int Compare(float[] arg0, int arg1, int arg2, float[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([FII[FII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1085,7 +1085,7 @@ public static int Compare(float[] arg0, int arg1, int arg2, float[] arg3, int ar /// public static int Compare(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([III[III)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1095,7 +1095,7 @@ public static int Compare(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, /// public static int Compare(int[] arg0, int[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([I[I)I", arg0, arg1); } /// /// @@ -1109,7 +1109,7 @@ public static int Compare(int[] arg0, int[] arg1) /// public static int Compare(long[] arg0, int arg1, int arg2, long[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([JII[JII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1119,7 +1119,7 @@ public static int Compare(long[] arg0, int arg1, int arg2, long[] arg3, int arg4 /// public static int Compare(long[] arg0, long[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([J[J)I", arg0, arg1); } /// /// @@ -1133,7 +1133,7 @@ public static int Compare(long[] arg0, long[] arg1) /// public static int Compare(short[] arg0, int arg1, int arg2, short[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([SII[SII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1143,7 +1143,7 @@ public static int Compare(short[] arg0, int arg1, int arg2, short[] arg3, int ar /// public static int Compare(short[] arg0, short[] arg1) { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "([S[S)I", arg0, arg1); } /// /// @@ -1153,7 +1153,7 @@ public static int Compare(short[] arg0, short[] arg1) /// public static int CompareUnsigned(byte[] arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([B[B)I", arg0, arg1); } /// /// @@ -1167,7 +1167,7 @@ public static int CompareUnsigned(byte[] arg0, byte[] arg1) /// public static int CompareUnsigned(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([BII[BII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1181,7 +1181,7 @@ public static int CompareUnsigned(byte[] arg0, int arg1, int arg2, byte[] arg3, /// public static int CompareUnsigned(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([III[III)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1191,7 +1191,7 @@ public static int CompareUnsigned(int[] arg0, int arg1, int arg2, int[] arg3, in /// public static int CompareUnsigned(int[] arg0, int[] arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([I[I)I", arg0, arg1); } /// /// @@ -1205,7 +1205,7 @@ public static int CompareUnsigned(int[] arg0, int[] arg1) /// public static int CompareUnsigned(long[] arg0, int arg1, int arg2, long[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([JII[JII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1215,7 +1215,7 @@ public static int CompareUnsigned(long[] arg0, int arg1, int arg2, long[] arg3, /// public static int CompareUnsigned(long[] arg0, long[] arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([J[J)I", arg0, arg1); } /// /// @@ -1229,7 +1229,7 @@ public static int CompareUnsigned(long[] arg0, long[] arg1) /// public static int CompareUnsigned(short[] arg0, int arg1, int arg2, short[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([SII[SII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1239,7 +1239,7 @@ public static int CompareUnsigned(short[] arg0, int arg1, int arg2, short[] arg3 /// public static int CompareUnsigned(short[] arg0, short[] arg1) { - return SExecute(LocalBridgeClazz, "compareUnsigned", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compareUnsigned", "([S[S)I", arg0, arg1); } /// /// @@ -1339,7 +1339,7 @@ public static int HashCode(short[] arg0) /// public static int Mismatch(bool[] arg0, bool[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([Z[Z)I", arg0, arg1); } /// /// @@ -1353,7 +1353,7 @@ public static int Mismatch(bool[] arg0, bool[] arg1) /// public static int Mismatch(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([ZII[ZII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1363,7 +1363,7 @@ public static int Mismatch(bool[] arg0, int arg1, int arg2, bool[] arg3, int arg /// public static int Mismatch(byte[] arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([B[B)I", arg0, arg1); } /// /// @@ -1377,7 +1377,7 @@ public static int Mismatch(byte[] arg0, byte[] arg1) /// public static int Mismatch(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([BII[BII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1387,7 +1387,7 @@ public static int Mismatch(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg /// public static int Mismatch(char[] arg0, char[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([C[C)I", arg0, arg1); } /// /// @@ -1401,7 +1401,7 @@ public static int Mismatch(char[] arg0, char[] arg1) /// public static int Mismatch(char[] arg0, int arg1, int arg2, char[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([CII[CII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1411,7 +1411,7 @@ public static int Mismatch(char[] arg0, int arg1, int arg2, char[] arg3, int arg /// public static int Mismatch(double[] arg0, double[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([D[D)I", arg0, arg1); } /// /// @@ -1425,7 +1425,7 @@ public static int Mismatch(double[] arg0, double[] arg1) /// public static int Mismatch(double[] arg0, int arg1, int arg2, double[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([DII[DII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1435,7 +1435,7 @@ public static int Mismatch(double[] arg0, int arg1, int arg2, double[] arg3, int /// public static int Mismatch(float[] arg0, float[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([F[F)I", arg0, arg1); } /// /// @@ -1449,7 +1449,7 @@ public static int Mismatch(float[] arg0, float[] arg1) /// public static int Mismatch(float[] arg0, int arg1, int arg2, float[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([FII[FII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1463,7 +1463,7 @@ public static int Mismatch(float[] arg0, int arg1, int arg2, float[] arg3, int a /// public static int Mismatch(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([III[III)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1473,7 +1473,7 @@ public static int Mismatch(int[] arg0, int arg1, int arg2, int[] arg3, int arg4, /// public static int Mismatch(int[] arg0, int[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([I[I)I", arg0, arg1); } /// /// @@ -1487,7 +1487,7 @@ public static int Mismatch(int[] arg0, int[] arg1) /// public static int Mismatch(object[] arg0, int arg1, int arg2, object[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([Ljava/lang/Object;II[Ljava/lang/Object;II)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1497,7 +1497,7 @@ public static int Mismatch(object[] arg0, int arg1, int arg2, object[] arg3, int /// public static int Mismatch(object[] arg0, object[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([Ljava/lang/Object;[Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -1511,7 +1511,7 @@ public static int Mismatch(object[] arg0, object[] arg1) /// public static int Mismatch(long[] arg0, int arg1, int arg2, long[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([JII[JII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1521,7 +1521,7 @@ public static int Mismatch(long[] arg0, int arg1, int arg2, long[] arg3, int arg /// public static int Mismatch(long[] arg0, long[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([J[J)I", arg0, arg1); } /// /// @@ -1535,7 +1535,7 @@ public static int Mismatch(long[] arg0, long[] arg1) /// public static int Mismatch(short[] arg0, int arg1, int arg2, short[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([SII[SII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1545,7 +1545,7 @@ public static int Mismatch(short[] arg0, int arg1, int arg2, short[] arg3, int a /// public static int Mismatch(short[] arg0, short[] arg1) { - return SExecute(LocalBridgeClazz, "mismatch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "mismatch", "([S[S)I", arg0, arg1); } /// /// @@ -1555,7 +1555,7 @@ public static int Mismatch(short[] arg0, short[] arg1) /// public static int[] CopyOf(int[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([II)[I", arg0, arg1); } /// /// @@ -1566,7 +1566,7 @@ public static int[] CopyOf(int[] arg0, int arg1) /// public static int[] CopyOfRange(int[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([III)[I", arg0, arg1, arg2); } /// /// @@ -1667,7 +1667,7 @@ public static Java.Lang.String ToString(short[] arg0) /// public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([DII)Ljava/util/Spliterator$OfDouble;", arg0, arg1, arg2); } /// /// @@ -1687,7 +1687,7 @@ public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0) /// public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([III)Ljava/util/Spliterator$OfInt;", arg0, arg1, arg2); } /// /// @@ -1707,7 +1707,7 @@ public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0) /// public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([JII)Ljava/util/Spliterator$OfLong;", arg0, arg1, arg2); } /// /// @@ -1727,7 +1727,7 @@ public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0) /// public static Java.Util.Stream.DoubleStream Stream(double[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "stream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "stream", "([DII)Ljava/util/stream/DoubleStream;", arg0, arg1, arg2); } /// /// @@ -1747,7 +1747,7 @@ public static Java.Util.Stream.DoubleStream Stream(double[] arg0) /// public static Java.Util.Stream.IntStream Stream(int[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "stream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "stream", "([III)Ljava/util/stream/IntStream;", arg0, arg1, arg2); } /// /// @@ -1767,7 +1767,7 @@ public static Java.Util.Stream.IntStream Stream(int[] arg0) /// public static Java.Util.Stream.LongStream Stream(long[] arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "stream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "stream", "([JII)Ljava/util/stream/LongStream;", arg0, arg1, arg2); } /// /// @@ -1786,7 +1786,7 @@ public static Java.Util.Stream.LongStream Stream(long[] arg0) /// public static long[] CopyOf(long[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([JI)[J", arg0, arg1); } /// /// @@ -1797,7 +1797,7 @@ public static long[] CopyOf(long[] arg0, int arg1) /// public static long[] CopyOfRange(long[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([JII)[J", arg0, arg1, arg2); } /// /// @@ -1807,7 +1807,7 @@ public static long[] CopyOfRange(long[] arg0, int arg1, int arg2) /// public static short[] CopyOf(short[] arg0, int arg1) { - return SExecuteArray(LocalBridgeClazz, "copyOf", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOf", "([SI)[S", arg0, arg1); } /// /// @@ -1818,7 +1818,7 @@ public static short[] CopyOf(short[] arg0, int arg1) /// public static short[] CopyOfRange(short[] arg0, int arg1, int arg2) { - return SExecuteArray(LocalBridgeClazz, "copyOfRange", arg0, arg1, arg2); + return SExecuteWithSignatureArray(LocalBridgeClazz, "copyOfRange", "([SII)[S", arg0, arg1, arg2); } /// /// @@ -1827,7 +1827,7 @@ public static short[] CopyOfRange(short[] arg0, int arg1, int arg2) /// public static void Fill(bool[] arg0, bool arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([ZZ)V", arg0, arg1); } /// /// @@ -1838,7 +1838,7 @@ public static void Fill(bool[] arg0, bool arg1) /// public static void Fill(bool[] arg0, int arg1, int arg2, bool arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([ZIIZ)V", arg0, arg1, arg2, arg3); } /// /// @@ -1847,7 +1847,7 @@ public static void Fill(bool[] arg0, int arg1, int arg2, bool arg3) /// public static void Fill(byte[] arg0, byte arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([BB)V", arg0, arg1); } /// /// @@ -1858,7 +1858,7 @@ public static void Fill(byte[] arg0, byte arg1) /// public static void Fill(byte[] arg0, int arg1, int arg2, byte arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([BIIB)V", arg0, arg1, arg2, arg3); } /// /// @@ -1867,7 +1867,7 @@ public static void Fill(byte[] arg0, int arg1, int arg2, byte arg3) /// public static void Fill(char[] arg0, char arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([CC)V", arg0, arg1); } /// /// @@ -1878,7 +1878,7 @@ public static void Fill(char[] arg0, char arg1) /// public static void Fill(char[] arg0, int arg1, int arg2, char arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([CIIC)V", arg0, arg1, arg2, arg3); } /// /// @@ -1887,7 +1887,7 @@ public static void Fill(char[] arg0, int arg1, int arg2, char arg3) /// public static void Fill(double[] arg0, double arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([DD)V", arg0, arg1); } /// /// @@ -1898,7 +1898,7 @@ public static void Fill(double[] arg0, double arg1) /// public static void Fill(double[] arg0, int arg1, int arg2, double arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([DIID)V", arg0, arg1, arg2, arg3); } /// /// @@ -1907,7 +1907,7 @@ public static void Fill(double[] arg0, int arg1, int arg2, double arg3) /// public static void Fill(float[] arg0, float arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([FF)V", arg0, arg1); } /// /// @@ -1918,7 +1918,7 @@ public static void Fill(float[] arg0, float arg1) /// public static void Fill(float[] arg0, int arg1, int arg2, float arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([FIIF)V", arg0, arg1, arg2, arg3); } /// /// @@ -1929,7 +1929,7 @@ public static void Fill(float[] arg0, int arg1, int arg2, float arg3) /// public static void Fill(int[] arg0, int arg1, int arg2, int arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -1938,7 +1938,7 @@ public static void Fill(int[] arg0, int arg1, int arg2, int arg3) /// public static void Fill(int[] arg0, int arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([II)V", arg0, arg1); } /// /// @@ -1949,7 +1949,7 @@ public static void Fill(int[] arg0, int arg1) /// public static void Fill(object[] arg0, int arg1, int arg2, object arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([Ljava/lang/Object;IILjava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -1958,7 +1958,7 @@ public static void Fill(object[] arg0, int arg1, int arg2, object arg3) /// public static void Fill(object[] arg0, object arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -1969,7 +1969,7 @@ public static void Fill(object[] arg0, object arg1) /// public static void Fill(long[] arg0, int arg1, int arg2, long arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([JIIJ)V", arg0, arg1, arg2, arg3); } /// /// @@ -1978,7 +1978,7 @@ public static void Fill(long[] arg0, int arg1, int arg2, long arg3) /// public static void Fill(long[] arg0, long arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([JJ)V", arg0, arg1); } /// /// @@ -1989,7 +1989,7 @@ public static void Fill(long[] arg0, long arg1) /// public static void Fill(short[] arg0, int arg1, int arg2, short arg3) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([SIIS)V", arg0, arg1, arg2, arg3); } /// /// @@ -1998,7 +1998,7 @@ public static void Fill(short[] arg0, int arg1, int arg2, short arg3) /// public static void Fill(short[] arg0, short arg1) { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "([SS)V", arg0, arg1); } /// /// @@ -2009,7 +2009,7 @@ public static void Fill(short[] arg0, short arg1) /// public static void ParallelPrefix(double[] arg0, int arg1, int arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([DIILjava/util/function/DoubleBinaryOperator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -2018,7 +2018,7 @@ public static void ParallelPrefix(double[] arg0, int arg1, int arg2, Java.Util.F /// public static void ParallelPrefix(double[] arg0, Java.Util.Function.DoubleBinaryOperator arg1) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([DLjava/util/function/DoubleBinaryOperator;)V", arg0, arg1); } /// /// @@ -2029,7 +2029,7 @@ public static void ParallelPrefix(double[] arg0, Java.Util.Function.DoubleBinary /// public static void ParallelPrefix(int[] arg0, int arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([IIILjava/util/function/IntBinaryOperator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -2038,7 +2038,7 @@ public static void ParallelPrefix(int[] arg0, int arg1, int arg2, Java.Util.Func /// public static void ParallelPrefix(int[] arg0, Java.Util.Function.IntBinaryOperator arg1) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([ILjava/util/function/IntBinaryOperator;)V", arg0, arg1); } /// /// @@ -2049,7 +2049,7 @@ public static void ParallelPrefix(int[] arg0, Java.Util.Function.IntBinaryOperat /// public static void ParallelPrefix(long[] arg0, int arg1, int arg2, Java.Util.Function.LongBinaryOperator arg3) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([JIILjava/util/function/LongBinaryOperator;)V", arg0, arg1, arg2, arg3); } /// /// @@ -2058,7 +2058,7 @@ public static void ParallelPrefix(long[] arg0, int arg1, int arg2, Java.Util.Fun /// public static void ParallelPrefix(long[] arg0, Java.Util.Function.LongBinaryOperator arg1) { - SExecute(LocalBridgeClazz, "parallelPrefix", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelPrefix", "([JLjava/util/function/LongBinaryOperator;)V", arg0, arg1); } /// /// @@ -2067,7 +2067,7 @@ public static void ParallelPrefix(long[] arg0, Java.Util.Function.LongBinaryOper /// public static void ParallelSetAll(double[] arg0, Java.Util.Function.IntToDoubleFunction arg1) { - SExecute(LocalBridgeClazz, "parallelSetAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelSetAll", "([DLjava/util/function/IntToDoubleFunction;)V", arg0, arg1); } /// /// @@ -2076,7 +2076,7 @@ public static void ParallelSetAll(double[] arg0, Java.Util.Function.IntToDoubleF /// public static void ParallelSetAll(int[] arg0, Java.Util.Function.IntUnaryOperator arg1) { - SExecute(LocalBridgeClazz, "parallelSetAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelSetAll", "([ILjava/util/function/IntUnaryOperator;)V", arg0, arg1); } /// /// @@ -2085,7 +2085,7 @@ public static void ParallelSetAll(int[] arg0, Java.Util.Function.IntUnaryOperato /// public static void ParallelSetAll(long[] arg0, Java.Util.Function.IntToLongFunction arg1) { - SExecute(LocalBridgeClazz, "parallelSetAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parallelSetAll", "([JLjava/util/function/IntToLongFunction;)V", arg0, arg1); } /// /// @@ -2095,7 +2095,7 @@ public static void ParallelSetAll(long[] arg0, Java.Util.Function.IntToLongFunct /// public static void ParallelSort(byte[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([BII)V", arg0, arg1, arg2); } /// /// @@ -2113,7 +2113,7 @@ public static void ParallelSort(byte[] arg0) /// public static void ParallelSort(char[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([CII)V", arg0, arg1, arg2); } /// /// @@ -2131,7 +2131,7 @@ public static void ParallelSort(char[] arg0) /// public static void ParallelSort(double[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([DII)V", arg0, arg1, arg2); } /// /// @@ -2149,7 +2149,7 @@ public static void ParallelSort(double[] arg0) /// public static void ParallelSort(float[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([FII)V", arg0, arg1, arg2); } /// /// @@ -2167,7 +2167,7 @@ public static void ParallelSort(float[] arg0) /// public static void ParallelSort(int[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([III)V", arg0, arg1, arg2); } /// /// @@ -2185,7 +2185,7 @@ public static void ParallelSort(int[] arg0) /// public static void ParallelSort(long[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([JII)V", arg0, arg1, arg2); } /// /// @@ -2203,7 +2203,7 @@ public static void ParallelSort(long[] arg0) /// public static void ParallelSort(short[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "parallelSort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "parallelSort", "([SII)V", arg0, arg1, arg2); } /// /// @@ -2220,7 +2220,7 @@ public static void ParallelSort(short[] arg0) /// public static void SetAll(double[] arg0, Java.Util.Function.IntToDoubleFunction arg1) { - SExecute(LocalBridgeClazz, "setAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAll", "([DLjava/util/function/IntToDoubleFunction;)V", arg0, arg1); } /// /// @@ -2229,7 +2229,7 @@ public static void SetAll(double[] arg0, Java.Util.Function.IntToDoubleFunction /// public static void SetAll(int[] arg0, Java.Util.Function.IntUnaryOperator arg1) { - SExecute(LocalBridgeClazz, "setAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAll", "([ILjava/util/function/IntUnaryOperator;)V", arg0, arg1); } /// /// @@ -2238,7 +2238,7 @@ public static void SetAll(int[] arg0, Java.Util.Function.IntUnaryOperator arg1) /// public static void SetAll(long[] arg0, Java.Util.Function.IntToLongFunction arg1) { - SExecute(LocalBridgeClazz, "setAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAll", "([JLjava/util/function/IntToLongFunction;)V", arg0, arg1); } /// /// @@ -2248,7 +2248,7 @@ public static void SetAll(long[] arg0, Java.Util.Function.IntToLongFunction arg1 /// public static void Sort(byte[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([BII)V", arg0, arg1, arg2); } /// /// @@ -2266,7 +2266,7 @@ public static void Sort(byte[] arg0) /// public static void Sort(char[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([CII)V", arg0, arg1, arg2); } /// /// @@ -2284,7 +2284,7 @@ public static void Sort(char[] arg0) /// public static void Sort(double[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([DII)V", arg0, arg1, arg2); } /// /// @@ -2302,7 +2302,7 @@ public static void Sort(double[] arg0) /// public static void Sort(float[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([FII)V", arg0, arg1, arg2); } /// /// @@ -2320,7 +2320,7 @@ public static void Sort(float[] arg0) /// public static void Sort(int[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([III)V", arg0, arg1, arg2); } /// /// @@ -2338,7 +2338,7 @@ public static void Sort(int[] arg0) /// public static void Sort(object[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([Ljava/lang/Object;II)V", arg0, arg1, arg2); } /// /// @@ -2356,7 +2356,7 @@ public static void Sort(object[] arg0) /// public static void Sort(long[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([JII)V", arg0, arg1, arg2); } /// /// @@ -2374,7 +2374,7 @@ public static void Sort(long[] arg0) /// public static void Sort(short[] arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "sort", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "sort", "([SII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Base64.cs b/src/net/JNet/Generated/Java/Util/Base64.cs index cae4b2edfb..7904361a1e 100644 --- a/src/net/JNet/Generated/Java/Util/Base64.cs +++ b/src/net/JNet/Generated/Java/Util/Base64.cs @@ -226,7 +226,7 @@ public static Java.Util.Base64.Encoder UrlEncoder /// public static Java.Util.Base64.Encoder GetMimeEncoder(int arg0, byte[] arg1) { - return SExecute(LocalBridgeClazz, "getMimeEncoder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getMimeEncoder", "(I[B)Ljava/util/Base64$Encoder;", arg0, arg1); } #endregion @@ -282,7 +282,7 @@ public byte[] Decode(Java.Lang.String arg0) /// public int Decode(byte[] arg0, byte[] arg1) { - return IExecute("decode", arg0, arg1); + return IExecuteWithSignature("decode", "([B[B)I", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public byte[] Encode(byte[] arg0) /// public int Encode(byte[] arg0, byte[] arg1) { - return IExecute("encode", arg0, arg1); + return IExecuteWithSignature("encode", "([B[B)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/BitSet.cs b/src/net/JNet/Generated/Java/Util/BitSet.cs index 1b7d13e139..82cb17b6e8 100644 --- a/src/net/JNet/Generated/Java/Util/BitSet.cs +++ b/src/net/JNet/Generated/Java/Util/BitSet.cs @@ -244,7 +244,7 @@ public int Size() /// public Java.Util.BitSet Get(int arg0, int arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(II)Ljava/util/BitSet;", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public void Clear() /// public void Clear(int arg0, int arg1) { - IExecute("clear", arg0, arg1); + IExecuteWithSignature("clear", "(II)V", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public void Clear(int arg0) /// public void Flip(int arg0, int arg1) { - IExecute("flip", arg0, arg1); + IExecuteWithSignature("flip", "(II)V", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public void Or(Java.Util.BitSet arg0) /// public void Set(int arg0, bool arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(IZ)V", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public void Set(int arg0, bool arg1) /// public void Set(int arg0, int arg1, bool arg2) { - IExecute("set", arg0, arg1, arg2); + IExecuteWithSignature("set", "(IIZ)V", arg0, arg1, arg2); } /// /// @@ -353,7 +353,7 @@ public void Set(int arg0, int arg1, bool arg2) /// public void Set(int arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Calendar.cs b/src/net/JNet/Generated/Java/Util/Calendar.cs index 771e49be79..7c5df0c064 100644 --- a/src/net/JNet/Generated/Java/Util/Calendar.cs +++ b/src/net/JNet/Generated/Java/Util/Calendar.cs @@ -483,7 +483,7 @@ public static Java.Util.Calendar GetInstance(Java.Util.Locale arg0) /// public static Java.Util.Calendar GetInstance(Java.Util.TimeZone arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/util/TimeZone;Ljava/util/Locale;)Ljava/util/Calendar;", arg0, arg1); } /// /// @@ -597,7 +597,7 @@ public int GetMinimum(int arg0) /// public void Add(int arg0, int arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(II)V", arg0, arg1); } /// /// @@ -606,7 +606,7 @@ public void Add(int arg0, int arg1) /// public void Roll(int arg0, bool arg1) { - IExecute("roll", arg0, arg1); + IExecuteWithSignature("roll", "(IZ)V", arg0, arg1); } /// /// @@ -685,7 +685,7 @@ public void Clear(int arg0) /// public void Set(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("set", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("set", "(IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -697,7 +697,7 @@ public void Set(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) /// public void Set(int arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("set", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("set", "(IIIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -707,7 +707,7 @@ public void Set(int arg0, int arg1, int arg2, int arg3, int arg4) /// public void Set(int arg0, int arg1, int arg2) { - IExecute("set", arg0, arg1, arg2); + IExecuteWithSignature("set", "(III)V", arg0, arg1, arg2); } /// /// @@ -763,7 +763,7 @@ public int GetActualMinimum(int arg0) /// public Java.Lang.String GetDisplayName(int arg0, int arg1, Java.Util.Locale arg2) { - return IExecute("getDisplayName", arg0, arg1, arg2); + return IExecuteWithSignature("getDisplayName", "(IILjava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -774,7 +774,7 @@ public Java.Lang.String GetDisplayName(int arg0, int arg1, Java.Util.Locale arg2 /// public Java.Util.Map GetDisplayNames(int arg0, int arg1, Java.Util.Locale arg2) { - return IExecute>("getDisplayNames", arg0, arg1, arg2); + return IExecuteWithSignature>("getDisplayNames", "(IILjava/util/Locale;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -783,7 +783,7 @@ public Java.Lang.String GetDisplayName(int arg0, int arg1, Java.Util.Locale arg2 /// public void Roll(int arg0, int arg1) { - IExecute("roll", arg0, arg1); + IExecuteWithSignature("roll", "(II)V", arg0, arg1); } /// /// @@ -792,7 +792,7 @@ public void Roll(int arg0, int arg1) /// public void Set(int arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(II)V", arg0, arg1); } /// /// @@ -810,7 +810,7 @@ public void SetLenient(bool arg0) /// public void SetWeekDate(int arg0, int arg1, int arg2) { - IExecute("setWeekDate", arg0, arg1, arg2); + IExecuteWithSignature("setWeekDate", "(III)V", arg0, arg1, arg2); } #endregion @@ -852,7 +852,7 @@ public Java.Util.Calendar Build() /// public Java.Util.Calendar.Builder Set(int arg0, int arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(II)Ljava/util/Calendar$Builder;", arg0, arg1); } /// /// @@ -872,7 +872,7 @@ public Java.Util.Calendar.Builder SetCalendarType(Java.Lang.String arg0) /// public Java.Util.Calendar.Builder SetDate(int arg0, int arg1, int arg2) { - return IExecute("setDate", arg0, arg1, arg2); + return IExecuteWithSignature("setDate", "(III)Ljava/util/Calendar$Builder;", arg0, arg1, arg2); } /// /// @@ -929,7 +929,7 @@ public Java.Util.Calendar.Builder SetLocale(Java.Util.Locale arg0) /// public Java.Util.Calendar.Builder SetTimeOfDay(int arg0, int arg1, int arg2, int arg3) { - return IExecute("setTimeOfDay", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("setTimeOfDay", "(IIII)Ljava/util/Calendar$Builder;", arg0, arg1, arg2, arg3); } /// /// @@ -940,7 +940,7 @@ public Java.Util.Calendar.Builder SetTimeOfDay(int arg0, int arg1, int arg2, int /// public Java.Util.Calendar.Builder SetTimeOfDay(int arg0, int arg1, int arg2) { - return IExecute("setTimeOfDay", arg0, arg1, arg2); + return IExecuteWithSignature("setTimeOfDay", "(III)Ljava/util/Calendar$Builder;", arg0, arg1, arg2); } /// /// @@ -960,7 +960,7 @@ public Java.Util.Calendar.Builder SetTimeZone(Java.Util.TimeZone arg0) /// public Java.Util.Calendar.Builder SetWeekDate(int arg0, int arg1, int arg2) { - return IExecute("setWeekDate", arg0, arg1, arg2); + return IExecuteWithSignature("setWeekDate", "(III)Ljava/util/Calendar$Builder;", arg0, arg1, arg2); } /// /// @@ -970,7 +970,7 @@ public Java.Util.Calendar.Builder SetWeekDate(int arg0, int arg1, int arg2) /// public Java.Util.Calendar.Builder SetWeekDefinition(int arg0, int arg1) { - return IExecute("setWeekDefinition", arg0, arg1); + return IExecuteWithSignature("setWeekDefinition", "(II)Ljava/util/Calendar$Builder;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Collections.cs b/src/net/JNet/Generated/Java/Util/Collections.cs index ca050695d0..d5055b4329 100644 --- a/src/net/JNet/Generated/Java/Util/Collections.cs +++ b/src/net/JNet/Generated/Java/Util/Collections.cs @@ -113,7 +113,7 @@ public partial class Collections /// public static Java.Util.Collection CheckedCollectionMethod(Java.Util.Collection arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedCollection", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedCollection", "(Ljava/util/Collection;Ljava/lang/Class;)Ljava/util/Collection;", arg0, arg1); } /// /// @@ -124,7 +124,7 @@ public static Java.Util.Collection CheckedCollectionMethod(Java.Util.Colle /// public static Java.Util.List CheckedListMethod(Java.Util.List arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedList", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedList", "(Ljava/util/List;Ljava/lang/Class;)Ljava/util/List;", arg0, arg1); } /// /// @@ -135,7 +135,7 @@ public static Java.Util.List CheckedListMethod(Java.Util.List arg0, Jav /// public static Java.Util.NavigableSet CheckedNavigableSetMethod(Java.Util.NavigableSet arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedNavigableSet", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedNavigableSet", "(Ljava/util/NavigableSet;Ljava/lang/Class;)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public static Java.Util.NavigableSet EmptyNavigableSet() /// public static Java.Util.Queue CheckedQueueMethod(Java.Util.Queue arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedQueue", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedQueue", "(Ljava/util/Queue;Ljava/lang/Class;)Ljava/util/Queue;", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public static Java.Util.Queue CheckedQueueMethod(Java.Util.Queue arg0, /// public static Java.Util.Set CheckedSetMethod(Java.Util.Set arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedSet", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedSet", "(Ljava/util/Set;Ljava/lang/Class;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -187,7 +187,7 @@ public static Java.Util.Set NewSetFromMap(Java.Util.Map public static Java.Util.SortedSet CheckedSortedSetMethod(Java.Util.SortedSet arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "checkedSortedSet", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedSortedSet", "(Ljava/util/SortedSet;Ljava/lang/Class;)Ljava/util/SortedSet;", arg0, arg1); } /// /// @@ -209,7 +209,7 @@ public static Java.Util.SortedSet EmptySortedSet() /// public static Java.Util.Map CheckedMapMethod(Java.Util.Map arg0, Java.Lang.Class arg1, Java.Lang.Class arg2) { - return SExecute>(LocalBridgeClazz, "checkedMap", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedMap", "(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -221,7 +221,7 @@ public static Java.Util.Map CheckedMapMethod(Java.Util.Map arg /// public static Java.Util.Map SingletonMapMethod(K arg0, V arg1) { - return SExecute>(LocalBridgeClazz, "singletonMap", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "singletonMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1); } /// /// @@ -232,7 +232,7 @@ public static Java.Util.Map SingletonMapMethod(K arg0, V arg1) /// public static Java.Util.Map SynchronizedMapMethod(Java.Util.Map arg0) { - return SExecute>(LocalBridgeClazz, "synchronizedMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "synchronizedMap", "(Ljava/util/Map;)Ljava/util/Map;", arg0); } /// /// @@ -245,7 +245,7 @@ public static Java.Util.Map SynchronizedMapMethod(Java.Util.Map public static Java.Util.Map UnmodifiableMapMethod(Java.Util.Map arg0) where Arg0ExtendsK : K where Arg0ExtendsV : V { - return SExecute>(LocalBridgeClazz, "unmodifiableMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "unmodifiableMap", "(Ljava/util/Map;)Ljava/util/Map;", arg0); } /// /// @@ -258,7 +258,7 @@ public static Java.Util.Map UnmodifiableMapMethod public static Java.Util.NavigableMap CheckedNavigableMapMethod(Java.Util.NavigableMap arg0, Java.Lang.Class arg1, Java.Lang.Class arg2) { - return SExecute>(LocalBridgeClazz, "checkedNavigableMap", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedNavigableMap", "(Ljava/util/NavigableMap;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/NavigableMap;", arg0, arg1, arg2); } /// /// @@ -269,7 +269,7 @@ public static Java.Util.NavigableMap CheckedNavigableMapMethod(Java. /// public static Java.Util.NavigableMap SynchronizedNavigableMapMethod(Java.Util.NavigableMap arg0) { - return SExecute>(LocalBridgeClazz, "synchronizedNavigableMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "synchronizedNavigableMap", "(Ljava/util/NavigableMap;)Ljava/util/NavigableMap;", arg0); } /// /// @@ -281,7 +281,7 @@ public static Java.Util.NavigableMap SynchronizedNavigableMapMethod( /// public static Java.Util.NavigableMap UnmodifiableNavigableMapMethod(Java.Util.NavigableMap arg0) where Arg0ExtendsV : V { - return SExecute>(LocalBridgeClazz, "unmodifiableNavigableMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "unmodifiableNavigableMap", "(Ljava/util/NavigableMap;)Ljava/util/NavigableMap;", arg0); } /// /// @@ -294,7 +294,7 @@ public static Java.Util.NavigableMap UnmodifiableNavigableMapMethod public static Java.Util.SortedMap CheckedSortedMapMethod(Java.Util.SortedMap arg0, Java.Lang.Class arg1, Java.Lang.Class arg2) { - return SExecute>(LocalBridgeClazz, "checkedSortedMap", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "checkedSortedMap", "(Ljava/util/SortedMap;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/SortedMap;", arg0, arg1, arg2); } /// /// @@ -305,7 +305,7 @@ public static Java.Util.SortedMap CheckedSortedMapMethod(Java.Util.S /// public static Java.Util.SortedMap SynchronizedSortedMapMethod(Java.Util.SortedMap arg0) { - return SExecute>(LocalBridgeClazz, "synchronizedSortedMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "synchronizedSortedMap", "(Ljava/util/SortedMap;)Ljava/util/SortedMap;", arg0); } /// /// @@ -317,7 +317,7 @@ public static Java.Util.SortedMap SynchronizedSortedMapMethod(Java.U /// public static Java.Util.SortedMap UnmodifiableSortedMapMethod(Java.Util.SortedMap arg0) where Arg0ExtendsV : V { - return SExecute>(LocalBridgeClazz, "unmodifiableSortedMap", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "unmodifiableSortedMap", "(Ljava/util/SortedMap;)Ljava/util/SortedMap;", arg0); } /// /// @@ -329,7 +329,7 @@ public static Java.Util.SortedMap UnmodifiableSortedMapMethod public static bool AddAll(Java.Util.Collection arg0, params T[] arg1) where Arg0objectSuperT : T { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "addAll", arg0); else return SExecute(LocalBridgeClazz, "addAll", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "addAll", "(Ljava/util/Collection;[Ljava/lang/Object;)Z", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "addAll", "(Ljava/util/Collection;[Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -341,7 +341,7 @@ public static bool AddAll(Java.Util.Collection public static bool ReplaceAll(Java.Util.List arg0, T arg1, T arg2) { - return SExecute(LocalBridgeClazz, "replaceAll", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "replaceAll", "(Ljava/util/List;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -354,7 +354,7 @@ public static bool ReplaceAll(Java.Util.List arg0, T arg1, T arg2) /// public static int BinarySearch(Java.Util.List arg0, T arg1) where Arg0ExtendsJava_Lang_Comparable_Arg0objectSuperT_ : Java.Lang.Comparable where Arg0objectSuperT : T { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "(Ljava/util/List;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -368,7 +368,7 @@ public static int BinarySearch public static int BinarySearch(Java.Util.List arg0, T arg1, Java.Util.Comparator arg2) where Arg0ExtendsT : T where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "binarySearch", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "binarySearch", "(Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2); } /// /// @@ -457,7 +457,7 @@ public static Java.Util.Iterator EmptyIteratorMethod() /// public static Java.Util.List NCopies(int arg0, T arg1) { - return SExecute>(LocalBridgeClazz, "nCopies", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "nCopies", "(ILjava/lang/Object;)Ljava/util/List;", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public static Java.Util.SortedSet UnmodifiableSortedSetMethod(Java.Util.So /// public static T Max(Java.Util.Collection arg0, Java.Util.Comparator arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(Ljava/util/Collection;Ljava/util/Comparator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -615,7 +615,7 @@ public static T Max(Java.Util.Collection arg0) wh /// public static T Min(Java.Util.Collection arg0, Java.Util.Comparator arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return SExecute(LocalBridgeClazz, "min", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "min", "(Ljava/util/Collection;Ljava/util/Comparator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -638,7 +638,7 @@ public static T Min(Java.Util.Collection arg0) wh /// public static void Copy(Java.Util.List arg0, Java.Util.List arg1) where Arg0objectSuperT : T where Arg1ExtendsT : T { - SExecute(LocalBridgeClazz, "copy", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "copy", "(Ljava/util/List;Ljava/util/List;)V", arg0, arg1); } /// /// @@ -649,7 +649,7 @@ public static void Copy(Java.Util.List public static void Fill(Java.Util.List arg0, T arg1) where Arg0objectSuperT : T { - SExecute(LocalBridgeClazz, "fill", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "fill", "(Ljava/util/List;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -660,7 +660,7 @@ public static void Fill(Java.Util.List ar /// public static void Sort(Java.Util.List arg0, Java.Util.Comparator arg1) where Arg1objectSuperT : T { - SExecute(LocalBridgeClazz, "sort", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "sort", "(Ljava/util/List;Ljava/util/Comparator;)V", arg0, arg1); } /// /// @@ -679,7 +679,7 @@ public static void Sort(Java.Util.List arg0) /// public static bool Disjoint(Java.Util.Collection arg0, Java.Util.Collection arg1) { - return SExecute(LocalBridgeClazz, "disjoint", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "disjoint", "(Ljava/util/Collection;Ljava/util/Collection;)Z", arg0, arg1); } /// /// @@ -689,7 +689,7 @@ public static bool Disjoint(Java.Util.Collection arg0, Java.Util.Collect /// public static Java.Util.Map EmptyMapMethod() { - return SExecute>(LocalBridgeClazz, "emptyMap"); + return SExecuteWithSignature>(LocalBridgeClazz, "emptyMap", "()Ljava/util/Map;"); } /// /// @@ -699,7 +699,7 @@ public static Java.Util.Map EmptyMapMethod() /// public static Java.Util.NavigableMap EmptyNavigableMap() { - return SExecute>(LocalBridgeClazz, "emptyNavigableMap"); + return SExecuteWithSignature>(LocalBridgeClazz, "emptyNavigableMap", "()Ljava/util/NavigableMap;"); } /// /// @@ -709,7 +709,7 @@ public static Java.Util.NavigableMap EmptyNavigableMap() /// public static Java.Util.SortedMap EmptySortedMap() { - return SExecute>(LocalBridgeClazz, "emptySortedMap"); + return SExecuteWithSignature>(LocalBridgeClazz, "emptySortedMap", "()Ljava/util/SortedMap;"); } /// /// @@ -737,7 +737,7 @@ public static Java.Util.Set EmptySetMethod() /// public static int Frequency(Java.Util.Collection arg0, object arg1) { - return SExecute(LocalBridgeClazz, "frequency", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "frequency", "(Ljava/util/Collection;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -747,7 +747,7 @@ public static int Frequency(Java.Util.Collection arg0, object arg1) /// public static int IndexOfSubList(Java.Util.List arg0, Java.Util.List arg1) { - return SExecute(LocalBridgeClazz, "indexOfSubList", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "indexOfSubList", "(Ljava/util/List;Ljava/util/List;)I", arg0, arg1); } /// /// @@ -757,7 +757,7 @@ public static int IndexOfSubList(Java.Util.List arg0, Java.Util.List public static int LastIndexOfSubList(Java.Util.List arg0, Java.Util.List arg1) { - return SExecute(LocalBridgeClazz, "lastIndexOfSubList", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "lastIndexOfSubList", "(Ljava/util/List;Ljava/util/List;)I", arg0, arg1); } /// /// @@ -774,7 +774,7 @@ public static void Reverse(Java.Util.List arg0) /// public static void Rotate(Java.Util.List arg0, int arg1) { - SExecute(LocalBridgeClazz, "rotate", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "rotate", "(Ljava/util/List;I)V", arg0, arg1); } /// /// @@ -783,7 +783,7 @@ public static void Rotate(Java.Util.List arg0, int arg1) /// public static void Shuffle(Java.Util.List arg0, Java.Util.Random arg1) { - SExecute(LocalBridgeClazz, "shuffle", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "shuffle", "(Ljava/util/List;Ljava/util/Random;)V", arg0, arg1); } /// /// @@ -801,7 +801,7 @@ public static void Shuffle(Java.Util.List arg0) /// public static void Swap(Java.Util.List arg0, int arg1, int arg2) { - SExecute(LocalBridgeClazz, "swap", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "swap", "(Ljava/util/List;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/AbstractExecutorService.cs b/src/net/JNet/Generated/Java/Util/Concurrent/AbstractExecutorService.cs index 7d51de18a1..539ee42b32 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/AbstractExecutorService.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/AbstractExecutorService.cs @@ -101,7 +101,7 @@ public partial class AbstractExecutorService /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, T arg1) { - return IExecute>("submit", arg0, arg1); + return IExecuteWithSignature>("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -125,7 +125,7 @@ public Java.Util.Concurrent.Future Submit(Java.Util.Concurrent.Callable /// public Java.Util.List> InvokeAll(Java.Util.Collection arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) where Arg0ExtendsJava_Util_Concurrent_Callable_T_ : Java.Util.Concurrent.Callable { - return IExecute>>("invokeAll", arg0, arg1, arg2); + return IExecuteWithSignature>>("invokeAll", "(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -153,7 +153,7 @@ public Java.Util.Concurrent.Future Submit(Java.Util.Concurrent.Callable /// public T InvokeAny(Java.Util.Collection arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) where Arg0ExtendsJava_Util_Concurrent_Callable_T_ : Java.Util.Concurrent.Callable { - return IExecute("invokeAny", arg0, arg1, arg2); + return IExecuteWithSignature("invokeAny", "(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ArrayBlockingQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ArrayBlockingQueue.cs index 717e869a6d..105489f2d4 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ArrayBlockingQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ArrayBlockingQueue.cs @@ -181,7 +181,7 @@ public ArrayBlockingQueue(int arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -192,7 +192,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -211,7 +211,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -319,7 +319,7 @@ public ArrayBlockingQueue(int arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -330,7 +330,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicBoolean.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicBoolean.cs index 404cc7e57d..5f922c21c2 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicBoolean.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicBoolean.cs @@ -127,7 +127,7 @@ public bool Plain /// public bool WeakCompareAndSetPlain(bool arg0, bool arg1) { - return IExecute("weakCompareAndSetPlain", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetPlain", "(ZZ)Z", arg0, arg1); } /// /// @@ -137,7 +137,7 @@ public bool WeakCompareAndSetPlain(bool arg0, bool arg1) /// public bool CompareAndExchange(bool arg0, bool arg1) { - return IExecute("compareAndExchange", arg0, arg1); + return IExecuteWithSignature("compareAndExchange", "(ZZ)Z", arg0, arg1); } /// /// @@ -147,7 +147,7 @@ public bool CompareAndExchange(bool arg0, bool arg1) /// public bool CompareAndExchangeAcquire(bool arg0, bool arg1) { - return IExecute("compareAndExchangeAcquire", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeAcquire", "(ZZ)Z", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public bool CompareAndExchangeAcquire(bool arg0, bool arg1) /// public bool CompareAndExchangeRelease(bool arg0, bool arg1) { - return IExecute("compareAndExchangeRelease", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeRelease", "(ZZ)Z", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public bool CompareAndExchangeRelease(bool arg0, bool arg1) /// public bool CompareAndSet(bool arg0, bool arg1) { - return IExecute("compareAndSet", arg0, arg1); + return IExecuteWithSignature("compareAndSet", "(ZZ)Z", arg0, arg1); } /// /// @@ -194,7 +194,7 @@ public bool GetAndSet(bool arg0) /// public bool WeakCompareAndSetAcquire(bool arg0, bool arg1) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(ZZ)Z", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public bool WeakCompareAndSetAcquire(bool arg0, bool arg1) /// public bool WeakCompareAndSetRelease(bool arg0, bool arg1) { - return IExecute("weakCompareAndSetRelease", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetRelease", "(ZZ)Z", arg0, arg1); } /// /// @@ -214,7 +214,7 @@ public bool WeakCompareAndSetRelease(bool arg0, bool arg1) /// public bool WeakCompareAndSetVolatile(bool arg0, bool arg1) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(ZZ)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicInteger.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicInteger.cs index 89ebba181b..ca580a0746 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicInteger.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicInteger.cs @@ -141,7 +141,7 @@ public int Plain /// public bool CompareAndSet(int arg0, int arg1) { - return IExecute("compareAndSet", arg0, arg1); + return IExecuteWithSignature("compareAndSet", "(II)Z", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public bool CompareAndSet(int arg0, int arg1) /// public bool WeakCompareAndSetAcquire(int arg0, int arg1) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(II)Z", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public bool WeakCompareAndSetAcquire(int arg0, int arg1) /// public bool WeakCompareAndSetPlain(int arg0, int arg1) { - return IExecute("weakCompareAndSetPlain", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetPlain", "(II)Z", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public bool WeakCompareAndSetPlain(int arg0, int arg1) /// public bool WeakCompareAndSetRelease(int arg0, int arg1) { - return IExecute("weakCompareAndSetRelease", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetRelease", "(II)Z", arg0, arg1); } /// /// @@ -181,7 +181,7 @@ public bool WeakCompareAndSetRelease(int arg0, int arg1) /// public bool WeakCompareAndSetVolatile(int arg0, int arg1) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(II)Z", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public bool WeakCompareAndSetVolatile(int arg0, int arg1) /// public int AccumulateAndGet(int arg0, Java.Util.Function.IntBinaryOperator arg1) { - return IExecute("accumulateAndGet", arg0, arg1); + return IExecuteWithSignature("accumulateAndGet", "(ILjava/util/function/IntBinaryOperator;)I", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public int AddAndGet(int arg0) /// public int CompareAndExchange(int arg0, int arg1) { - return IExecute("compareAndExchange", arg0, arg1); + return IExecuteWithSignature("compareAndExchange", "(II)I", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public int CompareAndExchange(int arg0, int arg1) /// public int CompareAndExchangeAcquire(int arg0, int arg1) { - return IExecute("compareAndExchangeAcquire", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeAcquire", "(II)I", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public int CompareAndExchangeAcquire(int arg0, int arg1) /// public int CompareAndExchangeRelease(int arg0, int arg1) { - return IExecute("compareAndExchangeRelease", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeRelease", "(II)I", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public int Get() /// public int GetAndAccumulate(int arg0, Java.Util.Function.IntBinaryOperator arg1) { - return IExecute("getAndAccumulate", arg0, arg1); + return IExecuteWithSignature("getAndAccumulate", "(ILjava/util/function/IntBinaryOperator;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerArray.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerArray.cs index 5481c97a5c..5546e140a7 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerArray.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerArray.cs @@ -115,7 +115,7 @@ public AtomicIntegerArray(int[] arg0) /// public bool CompareAndSet(int arg0, int arg1, int arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(III)Z", arg0, arg1, arg2); } /// /// @@ -126,7 +126,7 @@ public bool CompareAndSet(int arg0, int arg1, int arg2) /// public bool WeakCompareAndSetAcquire(int arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(III)Z", arg0, arg1, arg2); } /// /// @@ -137,7 +137,7 @@ public bool WeakCompareAndSetAcquire(int arg0, int arg1, int arg2) /// public bool WeakCompareAndSetPlain(int arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSetPlain", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetPlain", "(III)Z", arg0, arg1, arg2); } /// /// @@ -148,7 +148,7 @@ public bool WeakCompareAndSetPlain(int arg0, int arg1, int arg2) /// public bool WeakCompareAndSetRelease(int arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSetRelease", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetRelease", "(III)Z", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public bool WeakCompareAndSetRelease(int arg0, int arg1, int arg2) /// public bool WeakCompareAndSetVolatile(int arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(III)Z", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public bool WeakCompareAndSetVolatile(int arg0, int arg1, int arg2) /// public int AccumulateAndGet(int arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(IILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -180,7 +180,7 @@ public int AccumulateAndGet(int arg0, int arg1, Java.Util.Function.IntBinaryOper /// public int AddAndGet(int arg0, int arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(II)I", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public int AddAndGet(int arg0, int arg1) /// public int CompareAndExchange(int arg0, int arg1, int arg2) { - return IExecute("compareAndExchange", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchange", "(III)I", arg0, arg1, arg2); } /// /// @@ -202,7 +202,7 @@ public int CompareAndExchange(int arg0, int arg1, int arg2) /// public int CompareAndExchangeAcquire(int arg0, int arg1, int arg2) { - return IExecute("compareAndExchangeAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeAcquire", "(III)I", arg0, arg1, arg2); } /// /// @@ -213,7 +213,7 @@ public int CompareAndExchangeAcquire(int arg0, int arg1, int arg2) /// public int CompareAndExchangeRelease(int arg0, int arg1, int arg2) { - return IExecute("compareAndExchangeRelease", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeRelease", "(III)I", arg0, arg1, arg2); } /// /// @@ -251,7 +251,7 @@ public int GetAcquire(int arg0) /// public int GetAndAccumulate(int arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(IILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -261,7 +261,7 @@ public int GetAndAccumulate(int arg0, int arg1, Java.Util.Function.IntBinaryOper /// public int GetAndAdd(int arg0, int arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(II)I", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public int GetAndIncrement(int arg0) /// public int GetAndSet(int arg0, int arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(II)I", arg0, arg1); } /// /// @@ -299,7 +299,7 @@ public int GetAndSet(int arg0, int arg1) /// public int GetAndUpdate(int arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(ILjava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public int Length() /// public int UpdateAndGet(int arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(ILjava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public int UpdateAndGet(int arg0, Java.Util.Function.IntUnaryOperator arg1) /// public void LazySet(int arg0, int arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(II)V", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public void LazySet(int arg0, int arg1) /// public void Set(int arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(II)V", arg0, arg1); } /// /// @@ -371,7 +371,7 @@ public void Set(int arg0, int arg1) /// public void SetOpaque(int arg0, int arg1) { - IExecute("setOpaque", arg0, arg1); + IExecuteWithSignature("setOpaque", "(II)V", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public void SetOpaque(int arg0, int arg1) /// public void SetPlain(int arg0, int arg1) { - IExecute("setPlain", arg0, arg1); + IExecuteWithSignature("setPlain", "(II)V", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public void SetPlain(int arg0, int arg1) /// public void SetRelease(int arg0, int arg1) { - IExecute("setRelease", arg0, arg1); + IExecuteWithSignature("setRelease", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerFieldUpdater.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerFieldUpdater.cs index 9eab8b1987..4a8ae600ae 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerFieldUpdater.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicIntegerFieldUpdater.cs @@ -144,7 +144,7 @@ public partial class AtomicIntegerFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "newUpdater", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;", arg0, arg1); } #endregion @@ -159,7 +159,7 @@ public static Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater NewUpdater(J /// public bool CompareAndSet(object arg0, int arg1, int arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;II)Z", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public bool CompareAndSet(object arg0, int arg1, int arg2) /// public bool WeakCompareAndSet(object arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;II)Z", arg0, arg1, arg2); } /// /// @@ -188,7 +188,7 @@ public int Get(object arg0) /// public void LazySet(object arg0, int arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -197,7 +197,7 @@ public void LazySet(object arg0, int arg1) /// public void Set(object arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public void Set(object arg0, int arg1) /// public int AccumulateAndGet(object arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -219,7 +219,7 @@ public int AccumulateAndGet(object arg0, int arg1, Java.Util.Function.IntBinaryO /// public int GetAndAccumulate(object arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -229,7 +229,7 @@ public int GetAndAccumulate(object arg0, int arg1, Java.Util.Function.IntBinaryO /// public int GetAndUpdate(object arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public int GetAndUpdate(object arg0, Java.Util.Function.IntUnaryOperator arg1) /// public int UpdateAndGet(object arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -249,7 +249,7 @@ public int UpdateAndGet(object arg0, Java.Util.Function.IntUnaryOperator arg1) /// public int AddAndGet(object arg0, int arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public int DecrementAndGet(object arg0) /// public int GetAndAdd(object arg0, int arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -296,7 +296,7 @@ public int GetAndIncrement(object arg0) /// public int GetAndSet(object arg0, int arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -347,7 +347,7 @@ public partial class AtomicIntegerFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.String arg1) { - return SExecute>(LocalBridgeClazz, "newUpdater", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;", arg0, arg1); } #endregion @@ -362,7 +362,7 @@ public static Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater NewUpdate /// public bool CompareAndSet(T arg0, int arg1, int arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;II)Z", arg0, arg1, arg2); } /// /// @@ -373,7 +373,7 @@ public bool CompareAndSet(T arg0, int arg1, int arg2) /// public bool WeakCompareAndSet(T arg0, int arg1, int arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;II)Z", arg0, arg1, arg2); } /// /// @@ -391,7 +391,7 @@ public int Get(T arg0) /// public void LazySet(T arg0, int arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public void LazySet(T arg0, int arg1) /// public void Set(T arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public void Set(T arg0, int arg1) /// public int AccumulateAndGet(T arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -422,7 +422,7 @@ public int AccumulateAndGet(T arg0, int arg1, Java.Util.Function.IntBinaryOperat /// public int GetAndAccumulate(T arg0, int arg1, Java.Util.Function.IntBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2); } /// /// @@ -432,7 +432,7 @@ public int GetAndAccumulate(T arg0, int arg1, Java.Util.Function.IntBinaryOperat /// public int GetAndUpdate(T arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -442,7 +442,7 @@ public int GetAndUpdate(T arg0, Java.Util.Function.IntUnaryOperator arg1) /// public int UpdateAndGet(T arg0, Java.Util.Function.IntUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I", arg0, arg1); } /// /// @@ -452,7 +452,7 @@ public int UpdateAndGet(T arg0, Java.Util.Function.IntUnaryOperator arg1) /// public int AddAndGet(T arg0, int arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -471,7 +471,7 @@ public int DecrementAndGet(T arg0) /// public int GetAndAdd(T arg0, int arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public int GetAndIncrement(T arg0) /// public int GetAndSet(T arg0, int arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLong.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLong.cs index 42d571ae29..2633301deb 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLong.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLong.cs @@ -141,7 +141,7 @@ public long Plain /// public bool CompareAndSet(long arg0, long arg1) { - return IExecute("compareAndSet", arg0, arg1); + return IExecuteWithSignature("compareAndSet", "(JJ)Z", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public bool CompareAndSet(long arg0, long arg1) /// public bool WeakCompareAndSetAcquire(long arg0, long arg1) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(JJ)Z", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public bool WeakCompareAndSetAcquire(long arg0, long arg1) /// public bool WeakCompareAndSetPlain(long arg0, long arg1) { - return IExecute("weakCompareAndSetPlain", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetPlain", "(JJ)Z", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public bool WeakCompareAndSetPlain(long arg0, long arg1) /// public bool WeakCompareAndSetRelease(long arg0, long arg1) { - return IExecute("weakCompareAndSetRelease", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetRelease", "(JJ)Z", arg0, arg1); } /// /// @@ -181,7 +181,7 @@ public bool WeakCompareAndSetRelease(long arg0, long arg1) /// public bool WeakCompareAndSetVolatile(long arg0, long arg1) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(JJ)Z", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public bool WeakCompareAndSetVolatile(long arg0, long arg1) /// public long AccumulateAndGet(long arg0, Java.Util.Function.LongBinaryOperator arg1) { - return IExecute("accumulateAndGet", arg0, arg1); + return IExecuteWithSignature("accumulateAndGet", "(JLjava/util/function/LongBinaryOperator;)J", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public long AddAndGet(long arg0) /// public long CompareAndExchange(long arg0, long arg1) { - return IExecute("compareAndExchange", arg0, arg1); + return IExecuteWithSignature("compareAndExchange", "(JJ)J", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public long CompareAndExchange(long arg0, long arg1) /// public long CompareAndExchangeAcquire(long arg0, long arg1) { - return IExecute("compareAndExchangeAcquire", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeAcquire", "(JJ)J", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public long CompareAndExchangeAcquire(long arg0, long arg1) /// public long CompareAndExchangeRelease(long arg0, long arg1) { - return IExecute("compareAndExchangeRelease", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeRelease", "(JJ)J", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public long Get() /// public long GetAndAccumulate(long arg0, Java.Util.Function.LongBinaryOperator arg1) { - return IExecute("getAndAccumulate", arg0, arg1); + return IExecuteWithSignature("getAndAccumulate", "(JLjava/util/function/LongBinaryOperator;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongArray.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongArray.cs index 851a616182..d424f15fd0 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongArray.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongArray.cs @@ -115,7 +115,7 @@ public AtomicLongArray(long[] arg0) /// public bool CompareAndSet(int arg0, long arg1, long arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(IJJ)Z", arg0, arg1, arg2); } /// /// @@ -126,7 +126,7 @@ public bool CompareAndSet(int arg0, long arg1, long arg2) /// public bool WeakCompareAndSetAcquire(int arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(IJJ)Z", arg0, arg1, arg2); } /// /// @@ -137,7 +137,7 @@ public bool WeakCompareAndSetAcquire(int arg0, long arg1, long arg2) /// public bool WeakCompareAndSetPlain(int arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSetPlain", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetPlain", "(IJJ)Z", arg0, arg1, arg2); } /// /// @@ -148,7 +148,7 @@ public bool WeakCompareAndSetPlain(int arg0, long arg1, long arg2) /// public bool WeakCompareAndSetRelease(int arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSetRelease", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetRelease", "(IJJ)Z", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public bool WeakCompareAndSetRelease(int arg0, long arg1, long arg2) /// public bool WeakCompareAndSetVolatile(int arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(IJJ)Z", arg0, arg1, arg2); } /// /// @@ -178,7 +178,7 @@ public int Length() /// public long AccumulateAndGet(int arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(IJLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -189,7 +189,7 @@ public long AccumulateAndGet(int arg0, long arg1, Java.Util.Function.LongBinaryO /// public long CompareAndExchange(int arg0, long arg1, long arg2) { - return IExecute("compareAndExchange", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchange", "(IJJ)J", arg0, arg1, arg2); } /// /// @@ -200,7 +200,7 @@ public long CompareAndExchange(int arg0, long arg1, long arg2) /// public long CompareAndExchangeAcquire(int arg0, long arg1, long arg2) { - return IExecute("compareAndExchangeAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeAcquire", "(IJJ)J", arg0, arg1, arg2); } /// /// @@ -211,7 +211,7 @@ public long CompareAndExchangeAcquire(int arg0, long arg1, long arg2) /// public long CompareAndExchangeRelease(int arg0, long arg1, long arg2) { - return IExecute("compareAndExchangeRelease", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeRelease", "(IJJ)J", arg0, arg1, arg2); } /// /// @@ -249,7 +249,7 @@ public long GetAcquire(int arg0) /// public long GetAndAccumulate(int arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(IJLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -259,7 +259,7 @@ public long GetAndAccumulate(int arg0, long arg1, Java.Util.Function.LongBinaryO /// public long GetAndAdd(int arg0, long arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(IJ)J", arg0, arg1); } /// /// @@ -287,7 +287,7 @@ public long GetAndIncrement(int arg0) /// public long GetAndSet(int arg0, long arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(IJ)J", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public long GetAndSet(int arg0, long arg1) /// public long GetAndUpdate(int arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(ILjava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public long IncrementAndGet(int arg0) /// public long UpdateAndGet(int arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(ILjava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -343,7 +343,7 @@ public long UpdateAndGet(int arg0, Java.Util.Function.LongUnaryOperator arg1) /// public void LazySet(int arg0, long arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(IJ)V", arg0, arg1); } /// /// @@ -352,7 +352,7 @@ public void LazySet(int arg0, long arg1) /// public void Set(int arg0, long arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(IJ)V", arg0, arg1); } /// /// @@ -361,7 +361,7 @@ public void Set(int arg0, long arg1) /// public void SetOpaque(int arg0, long arg1) { - IExecute("setOpaque", arg0, arg1); + IExecuteWithSignature("setOpaque", "(IJ)V", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public void SetOpaque(int arg0, long arg1) /// public void SetPlain(int arg0, long arg1) { - IExecute("setPlain", arg0, arg1); + IExecuteWithSignature("setPlain", "(IJ)V", arg0, arg1); } /// /// @@ -379,7 +379,7 @@ public void SetPlain(int arg0, long arg1) /// public void SetRelease(int arg0, long arg1) { - IExecute("setRelease", arg0, arg1); + IExecuteWithSignature("setRelease", "(IJ)V", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public void SetRelease(int arg0, long arg1) /// public long AddAndGet(int arg0, long arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(IJ)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongFieldUpdater.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongFieldUpdater.cs index 52d47de9b8..ab0292f7ff 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongFieldUpdater.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicLongFieldUpdater.cs @@ -144,7 +144,7 @@ public partial class AtomicLongFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicLongFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "newUpdater", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;", arg0, arg1); } #endregion @@ -159,7 +159,7 @@ public static Java.Util.Concurrent.Atomic.AtomicLongFieldUpdater NewUpdater(Java /// public bool CompareAndSet(object arg0, long arg1, long arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;JJ)Z", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public bool CompareAndSet(object arg0, long arg1, long arg2) /// public bool WeakCompareAndSet(object arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;JJ)Z", arg0, arg1, arg2); } /// /// @@ -188,7 +188,7 @@ public long Get(object arg0) /// public void LazySet(object arg0, long arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -197,7 +197,7 @@ public void LazySet(object arg0, long arg1) /// public void Set(object arg0, long arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public void Set(object arg0, long arg1) /// public long AccumulateAndGet(object arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -219,7 +219,7 @@ public long AccumulateAndGet(object arg0, long arg1, Java.Util.Function.LongBina /// public long GetAndAccumulate(object arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -229,7 +229,7 @@ public long GetAndAccumulate(object arg0, long arg1, Java.Util.Function.LongBina /// public long GetAndUpdate(object arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public long GetAndUpdate(object arg0, Java.Util.Function.LongUnaryOperator arg1) /// public long UpdateAndGet(object arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -249,7 +249,7 @@ public long UpdateAndGet(object arg0, Java.Util.Function.LongUnaryOperator arg1) /// public long AddAndGet(object arg0, long arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public long DecrementAndGet(object arg0) /// public long GetAndAdd(object arg0, long arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// @@ -296,7 +296,7 @@ public long GetAndIncrement(object arg0) /// public long GetAndSet(object arg0, long arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// @@ -347,7 +347,7 @@ public partial class AtomicLongFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicLongFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.String arg1) { - return SExecute>(LocalBridgeClazz, "newUpdater", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;", arg0, arg1); } #endregion @@ -362,7 +362,7 @@ public static Java.Util.Concurrent.Atomic.AtomicLongFieldUpdater NewUpdater public bool CompareAndSet(T arg0, long arg1, long arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;JJ)Z", arg0, arg1, arg2); } /// /// @@ -373,7 +373,7 @@ public bool CompareAndSet(T arg0, long arg1, long arg2) /// public bool WeakCompareAndSet(T arg0, long arg1, long arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;JJ)Z", arg0, arg1, arg2); } /// /// @@ -391,7 +391,7 @@ public long Get(T arg0) /// public void LazySet(T arg0, long arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public void LazySet(T arg0, long arg1) /// public void Set(T arg0, long arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public void Set(T arg0, long arg1) /// public long AccumulateAndGet(T arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -422,7 +422,7 @@ public long AccumulateAndGet(T arg0, long arg1, Java.Util.Function.LongBinaryOpe /// public long GetAndAccumulate(T arg0, long arg1, Java.Util.Function.LongBinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2); } /// /// @@ -432,7 +432,7 @@ public long GetAndAccumulate(T arg0, long arg1, Java.Util.Function.LongBinaryOpe /// public long GetAndUpdate(T arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -442,7 +442,7 @@ public long GetAndUpdate(T arg0, Java.Util.Function.LongUnaryOperator arg1) /// public long UpdateAndGet(T arg0, Java.Util.Function.LongUnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J", arg0, arg1); } /// /// @@ -452,7 +452,7 @@ public long UpdateAndGet(T arg0, Java.Util.Function.LongUnaryOperator arg1) /// public long AddAndGet(T arg0, long arg1) { - return IExecute("addAndGet", arg0, arg1); + return IExecuteWithSignature("addAndGet", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// @@ -471,7 +471,7 @@ public long DecrementAndGet(T arg0) /// public long GetAndAdd(T arg0, long arg1) { - return IExecute("getAndAdd", arg0, arg1); + return IExecuteWithSignature("getAndAdd", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public long GetAndIncrement(T arg0) /// public long GetAndSet(T arg0, long arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;J)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicMarkableReference.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicMarkableReference.cs index e36a46d302..fa767b33f7 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicMarkableReference.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicMarkableReference.cs @@ -160,7 +160,7 @@ public object Reference /// public bool AttemptMark(object arg0, bool arg1) { - return IExecute("attemptMark", arg0, arg1); + return IExecuteWithSignature("attemptMark", "(Ljava/lang/Object;Z)Z", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public bool AttemptMark(object arg0, bool arg1) /// public bool CompareAndSet(object arg0, object arg1, bool arg2, bool arg3) { - return IExecute("compareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z", arg0, arg1, arg2, arg3); } /// /// @@ -192,7 +192,7 @@ public bool IsMarked() /// public bool WeakCompareAndSet(object arg0, object arg1, bool arg2, bool arg3) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z", arg0, arg1, arg2, arg3); } /// /// @@ -210,7 +210,7 @@ public object Get(bool[] arg0) /// public void Set(object arg0, bool arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;Z)V", arg0, arg1); } #endregion @@ -271,7 +271,7 @@ public V Reference /// public bool AttemptMark(V arg0, bool arg1) { - return IExecute("attemptMark", arg0, arg1); + return IExecuteWithSignature("attemptMark", "(Ljava/lang/Object;Z)Z", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public bool AttemptMark(V arg0, bool arg1) /// public bool CompareAndSet(V arg0, V arg1, bool arg2, bool arg3) { - return IExecute("compareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z", arg0, arg1, arg2, arg3); } /// /// @@ -303,7 +303,7 @@ public bool IsMarked() /// public bool WeakCompareAndSet(V arg0, V arg1, bool arg2, bool arg3) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z", arg0, arg1, arg2, arg3); } /// /// @@ -321,7 +321,7 @@ public V Get(bool[] arg0) /// public void Set(V arg0, bool arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReference.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReference.cs index 1b35ca7bc9..5b883c0cad 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReference.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReference.cs @@ -173,7 +173,7 @@ public object Plain /// public bool CompareAndSet(object arg0, object arg1) { - return IExecute("compareAndSet", arg0, arg1); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public bool CompareAndSet(object arg0, object arg1) /// public bool WeakCompareAndSetAcquire(object arg0, object arg1) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public bool WeakCompareAndSetAcquire(object arg0, object arg1) /// public bool WeakCompareAndSetPlain(object arg0, object arg1) { - return IExecute("weakCompareAndSetPlain", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetPlain", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public bool WeakCompareAndSetPlain(object arg0, object arg1) /// public bool WeakCompareAndSetRelease(object arg0, object arg1) { - return IExecute("weakCompareAndSetRelease", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public bool WeakCompareAndSetRelease(object arg0, object arg1) /// public bool WeakCompareAndSetVolatile(object arg0, object arg1) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public bool WeakCompareAndSetVolatile(object arg0, object arg1) /// public object AccumulateAndGet(object arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("accumulateAndGet", arg0, arg1); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -233,7 +233,7 @@ public object AccumulateAndGet(object arg0, Java.Util.Function.BinaryOperator ar /// public object CompareAndExchange(object arg0, object arg1) { - return IExecute("compareAndExchange", arg0, arg1); + return IExecuteWithSignature("compareAndExchange", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -243,7 +243,7 @@ public object CompareAndExchange(object arg0, object arg1) /// public object CompareAndExchangeAcquire(object arg0, object arg1) { - return IExecute("compareAndExchangeAcquire", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public object CompareAndExchangeAcquire(object arg0, object arg1) /// public object CompareAndExchangeRelease(object arg0, object arg1) { - return IExecute("compareAndExchangeRelease", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -271,7 +271,7 @@ public object Get() /// public object GetAndAccumulate(object arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("getAndAccumulate", arg0, arg1); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -396,7 +396,7 @@ public V Plain /// public bool CompareAndSet(V arg0, V arg1) { - return IExecute("compareAndSet", arg0, arg1); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -406,7 +406,7 @@ public bool CompareAndSet(V arg0, V arg1) /// public bool WeakCompareAndSetAcquire(V arg0, V arg1) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -416,7 +416,7 @@ public bool WeakCompareAndSetAcquire(V arg0, V arg1) /// public bool WeakCompareAndSetPlain(V arg0, V arg1) { - return IExecute("weakCompareAndSetPlain", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetPlain", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -426,7 +426,7 @@ public bool WeakCompareAndSetPlain(V arg0, V arg1) /// public bool WeakCompareAndSetRelease(V arg0, V arg1) { - return IExecute("weakCompareAndSetRelease", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -436,7 +436,7 @@ public bool WeakCompareAndSetRelease(V arg0, V arg1) /// public bool WeakCompareAndSetVolatile(V arg0, V arg1) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -446,7 +446,7 @@ public bool WeakCompareAndSetVolatile(V arg0, V arg1) /// public V AccumulateAndGet(V arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("accumulateAndGet", arg0, arg1); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -456,7 +456,7 @@ public V AccumulateAndGet(V arg0, Java.Util.Function.BinaryOperator arg1) /// public V CompareAndExchange(V arg0, V arg1) { - return IExecute("compareAndExchange", arg0, arg1); + return IExecuteWithSignature("compareAndExchange", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -466,7 +466,7 @@ public V CompareAndExchange(V arg0, V arg1) /// public V CompareAndExchangeAcquire(V arg0, V arg1) { - return IExecute("compareAndExchangeAcquire", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -476,7 +476,7 @@ public V CompareAndExchangeAcquire(V arg0, V arg1) /// public V CompareAndExchangeRelease(V arg0, V arg1) { - return IExecute("compareAndExchangeRelease", arg0, arg1); + return IExecuteWithSignature("compareAndExchangeRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -494,7 +494,7 @@ public V Get() /// public V GetAndAccumulate(V arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("getAndAccumulate", arg0, arg1); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceArray.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceArray.cs index 4db189c75e..9073444eed 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceArray.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceArray.cs @@ -153,7 +153,7 @@ public AtomicReferenceArray(int arg0) /// public bool CompareAndSet(int arg0, object arg1, object arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -164,7 +164,7 @@ public bool CompareAndSet(int arg0, object arg1, object arg2) /// public bool WeakCompareAndSetAcquire(int arg0, object arg1, object arg2) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -175,7 +175,7 @@ public bool WeakCompareAndSetAcquire(int arg0, object arg1, object arg2) /// public bool WeakCompareAndSetPlain(int arg0, object arg1, object arg2) { - return IExecute("weakCompareAndSetPlain", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetPlain", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -186,7 +186,7 @@ public bool WeakCompareAndSetPlain(int arg0, object arg1, object arg2) /// public bool WeakCompareAndSetRelease(int arg0, object arg1, object arg2) { - return IExecute("weakCompareAndSetRelease", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public bool WeakCompareAndSetRelease(int arg0, object arg1, object arg2) /// public bool WeakCompareAndSetVolatile(int arg0, object arg1, object arg2) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -208,7 +208,7 @@ public bool WeakCompareAndSetVolatile(int arg0, object arg1, object arg2) /// public object AccumulateAndGet(int arg0, object arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -219,7 +219,7 @@ public object AccumulateAndGet(int arg0, object arg1, Java.Util.Function.BinaryO /// public object CompareAndExchange(int arg0, object arg1, object arg2) { - return IExecute("compareAndExchange", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchange", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -230,7 +230,7 @@ public object CompareAndExchange(int arg0, object arg1, object arg2) /// public object CompareAndExchangeAcquire(int arg0, object arg1, object arg2) { - return IExecute("compareAndExchangeAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -241,7 +241,7 @@ public object CompareAndExchangeAcquire(int arg0, object arg1, object arg2) /// public object CompareAndExchangeRelease(int arg0, object arg1, object arg2) { - return IExecute("compareAndExchangeRelease", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -270,7 +270,7 @@ public object GetAcquire(int arg0) /// public object GetAndAccumulate(int arg0, object arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -280,7 +280,7 @@ public object GetAndAccumulate(int arg0, object arg1, Java.Util.Function.BinaryO /// public object GetAndSet(int arg0, object arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -290,7 +290,7 @@ public object GetAndSet(int arg0, object arg1) /// public object GetAndUpdate(int arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public object GetPlain(int arg0) /// public object UpdateAndGet(int arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public int Length() /// public void LazySet(int arg0, object arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public void LazySet(int arg0, object arg1) /// public void Set(int arg0, object arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public void Set(int arg0, object arg1) /// public void SetOpaque(int arg0, object arg1) { - IExecute("setOpaque", arg0, arg1); + IExecuteWithSignature("setOpaque", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public void SetOpaque(int arg0, object arg1) /// public void SetPlain(int arg0, object arg1) { - IExecute("setPlain", arg0, arg1); + IExecuteWithSignature("setPlain", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -371,7 +371,7 @@ public void SetPlain(int arg0, object arg1) /// public void SetRelease(int arg0, object arg1) { - IExecute("setRelease", arg0, arg1); + IExecuteWithSignature("setRelease", "(ILjava/lang/Object;)V", arg0, arg1); } #endregion @@ -433,7 +433,7 @@ public AtomicReferenceArray(int arg0) /// public bool CompareAndSet(int arg0, E arg1, E arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -444,7 +444,7 @@ public bool CompareAndSet(int arg0, E arg1, E arg2) /// public bool WeakCompareAndSetAcquire(int arg0, E arg1, E arg2) { - return IExecute("weakCompareAndSetAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -455,7 +455,7 @@ public bool WeakCompareAndSetAcquire(int arg0, E arg1, E arg2) /// public bool WeakCompareAndSetPlain(int arg0, E arg1, E arg2) { - return IExecute("weakCompareAndSetPlain", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetPlain", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -466,7 +466,7 @@ public bool WeakCompareAndSetPlain(int arg0, E arg1, E arg2) /// public bool WeakCompareAndSetRelease(int arg0, E arg1, E arg2) { - return IExecute("weakCompareAndSetRelease", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -477,7 +477,7 @@ public bool WeakCompareAndSetRelease(int arg0, E arg1, E arg2) /// public bool WeakCompareAndSetVolatile(int arg0, E arg1, E arg2) { - return IExecute("weakCompareAndSetVolatile", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSetVolatile", "(ILjava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -488,7 +488,7 @@ public bool WeakCompareAndSetVolatile(int arg0, E arg1, E arg2) /// public E AccumulateAndGet(int arg0, E arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -499,7 +499,7 @@ public E AccumulateAndGet(int arg0, E arg1, Java.Util.Function.BinaryOperator /// public E CompareAndExchange(int arg0, E arg1, E arg2) { - return IExecute("compareAndExchange", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchange", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -510,7 +510,7 @@ public E CompareAndExchange(int arg0, E arg1, E arg2) /// public E CompareAndExchangeAcquire(int arg0, E arg1, E arg2) { - return IExecute("compareAndExchangeAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -521,7 +521,7 @@ public E CompareAndExchangeAcquire(int arg0, E arg1, E arg2) /// public E CompareAndExchangeRelease(int arg0, E arg1, E arg2) { - return IExecute("compareAndExchangeRelease", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndExchangeRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -550,7 +550,7 @@ public E GetAcquire(int arg0) /// public E GetAndAccumulate(int arg0, E arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -560,7 +560,7 @@ public E GetAndAccumulate(int arg0, E arg1, Java.Util.Function.BinaryOperator /// public E GetAndSet(int arg0, E arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -570,7 +570,7 @@ public E GetAndSet(int arg0, E arg1) /// public E GetAndUpdate(int arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -598,7 +598,7 @@ public E GetPlain(int arg0) /// public E UpdateAndGet(int arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -615,7 +615,7 @@ public int Length() /// public void LazySet(int arg0, E arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -624,7 +624,7 @@ public void LazySet(int arg0, E arg1) /// public void Set(int arg0, E arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -633,7 +633,7 @@ public void Set(int arg0, E arg1) /// public void SetOpaque(int arg0, E arg1) { - IExecute("setOpaque", arg0, arg1); + IExecuteWithSignature("setOpaque", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -642,7 +642,7 @@ public void SetOpaque(int arg0, E arg1) /// public void SetPlain(int arg0, E arg1) { - IExecute("setPlain", arg0, arg1); + IExecuteWithSignature("setPlain", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -651,7 +651,7 @@ public void SetPlain(int arg0, E arg1) /// public void SetRelease(int arg0, E arg1) { - IExecute("setRelease", arg0, arg1); + IExecuteWithSignature("setRelease", "(ILjava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceFieldUpdater.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceFieldUpdater.cs index 000393c049..224accf9e6 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceFieldUpdater.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicReferenceFieldUpdater.cs @@ -146,7 +146,7 @@ public partial class AtomicReferenceFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.Class arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "newUpdater", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;", arg0, arg1, arg2); } #endregion @@ -161,7 +161,7 @@ public static Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdater NewUpdater /// public bool CompareAndSet(object arg0, object arg1, object arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public bool CompareAndSet(object arg0, object arg1, object arg2) /// public bool WeakCompareAndSet(object arg0, object arg1, object arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -190,7 +190,7 @@ public object Get(object arg0) /// public void LazySet(object arg0, object arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public void LazySet(object arg0, object arg1) /// public void Set(object arg0, object arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public void Set(object arg0, object arg1) /// public object AccumulateAndGet(object arg0, object arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -221,7 +221,7 @@ public object AccumulateAndGet(object arg0, object arg1, Java.Util.Function.Bina /// public object GetAndAccumulate(object arg0, object arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -231,7 +231,7 @@ public object GetAndAccumulate(object arg0, object arg1, Java.Util.Function.Bina /// public object GetAndUpdate(object arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -241,7 +241,7 @@ public object GetAndUpdate(object arg0, Java.Util.Function.UnaryOperator arg1) /// public object UpdateAndGet(object arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -251,7 +251,7 @@ public object UpdateAndGet(object arg0, Java.Util.Function.UnaryOperator arg1) /// public object GetAndSet(object arg0, object arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -295,7 +295,7 @@ public partial class AtomicReferenceFieldUpdater /// public static Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdater NewUpdater(Java.Lang.Class arg0, Java.Lang.Class arg1, Java.Lang.String arg2) { - return SExecute>(LocalBridgeClazz, "newUpdater", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "newUpdater", "(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;", arg0, arg1, arg2); } #endregion @@ -310,7 +310,7 @@ public static Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdater NewU /// public bool CompareAndSet(T arg0, V arg1, V arg2) { - return IExecute("compareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -321,7 +321,7 @@ public bool CompareAndSet(T arg0, V arg1, V arg2) /// public bool WeakCompareAndSet(T arg0, V arg1, V arg2) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -339,7 +339,7 @@ public V Get(T arg0) /// public void LazySet(T arg0, V arg1) { - IExecute("lazySet", arg0, arg1); + IExecuteWithSignature("lazySet", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public void LazySet(T arg0, V arg1) /// public void Set(T arg0, V arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -359,7 +359,7 @@ public void Set(T arg0, V arg1) /// public V AccumulateAndGet(T arg0, V arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("accumulateAndGet", arg0, arg1, arg2); + return IExecuteWithSignature("accumulateAndGet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -370,7 +370,7 @@ public V AccumulateAndGet(T arg0, V arg1, Java.Util.Function.BinaryOperator a /// public V GetAndAccumulate(T arg0, V arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("getAndAccumulate", arg0, arg1, arg2); + return IExecuteWithSignature("getAndAccumulate", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -380,7 +380,7 @@ public V GetAndAccumulate(T arg0, V arg1, Java.Util.Function.BinaryOperator a /// public V GetAndUpdate(T arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("getAndUpdate", arg0, arg1); + return IExecuteWithSignature("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public V GetAndUpdate(T arg0, Java.Util.Function.UnaryOperator arg1) /// public V UpdateAndGet(T arg0, Java.Util.Function.UnaryOperator arg1) { - return IExecute("updateAndGet", arg0, arg1); + return IExecuteWithSignature("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public V UpdateAndGet(T arg0, Java.Util.Function.UnaryOperator arg1) /// public V GetAndSet(T arg0, V arg1) { - return IExecute("getAndSet", arg0, arg1); + return IExecuteWithSignature("getAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicStampedReference.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicStampedReference.cs index 5316745453..2527ac4237 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicStampedReference.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Atomic/AtomicStampedReference.cs @@ -167,7 +167,7 @@ public int Stamp /// public bool AttemptStamp(object arg0, int arg1) { - return IExecute("attemptStamp", arg0, arg1); + return IExecuteWithSignature("attemptStamp", "(Ljava/lang/Object;I)Z", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public bool AttemptStamp(object arg0, int arg1) /// public bool CompareAndSet(object arg0, object arg1, int arg2, int arg3) { - return IExecute("compareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z", arg0, arg1, arg2, arg3); } /// /// @@ -191,7 +191,7 @@ public bool CompareAndSet(object arg0, object arg1, int arg2, int arg3) /// public bool WeakCompareAndSet(object arg0, object arg1, int arg2, int arg3) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z", arg0, arg1, arg2, arg3); } /// /// @@ -209,7 +209,7 @@ public object Get(int[] arg0) /// public void Set(object arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;I)V", arg0, arg1); } #endregion @@ -277,7 +277,7 @@ public int Stamp /// public bool AttemptStamp(V arg0, int arg1) { - return IExecute("attemptStamp", arg0, arg1); + return IExecuteWithSignature("attemptStamp", "(Ljava/lang/Object;I)Z", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public bool AttemptStamp(V arg0, int arg1) /// public bool CompareAndSet(V arg0, V arg1, int arg2, int arg3) { - return IExecute("compareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z", arg0, arg1, arg2, arg3); } /// /// @@ -301,7 +301,7 @@ public bool CompareAndSet(V arg0, V arg1, int arg2, int arg3) /// public bool WeakCompareAndSet(V arg0, V arg1, int arg2, int arg3) { - return IExecute("weakCompareAndSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z", arg0, arg1, arg2, arg3); } /// /// @@ -319,7 +319,7 @@ public V Get(int[] arg0) /// public void Set(V arg0, int arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(Ljava/lang/Object;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/BlockingDeque.cs b/src/net/JNet/Generated/Java/Util/Concurrent/BlockingDeque.cs index df1a916d22..1edeb75eea 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/BlockingDeque.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/BlockingDeque.cs @@ -176,7 +176,7 @@ public bool Contains(object arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public bool Offer(object arg0) /// public bool OfferFirst(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerFirst", arg0, arg1, arg2); + return IExecuteWithSignature("offerFirst", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -218,7 +218,7 @@ public bool OfferFirst(object arg0) /// public bool OfferLast(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerLast", arg0, arg1, arg2); + return IExecuteWithSignature("offerLast", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -289,7 +289,7 @@ public object Poll() /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) /// public object PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollFirst", arg0, arg1); + return IExecuteWithSignature("pollFirst", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -311,7 +311,7 @@ public object PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) /// public object PollLast(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollLast", arg0, arg1); + return IExecuteWithSignature("pollLast", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -684,7 +684,7 @@ public bool Contains(object arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -705,7 +705,7 @@ public bool Offer(E arg0) /// public bool OfferFirst(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerFirst", arg0, arg1, arg2); + return IExecuteWithSignature("offerFirst", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -726,7 +726,7 @@ public bool OfferFirst(E arg0) /// public bool OfferLast(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerLast", arg0, arg1, arg2); + return IExecuteWithSignature("offerLast", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -797,7 +797,7 @@ public E Poll() /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -808,7 +808,7 @@ public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) /// public E PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollFirst", arg0, arg1); + return IExecuteWithSignature("pollFirst", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -819,7 +819,7 @@ public E PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) /// public E PollLast(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollLast", arg0, arg1); + return IExecuteWithSignature("pollLast", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/BlockingQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/BlockingQueue.cs index 8faf67b7bb..a0a6227efa 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/BlockingQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/BlockingQueue.cs @@ -168,7 +168,7 @@ public bool Contains(object arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public bool Remove(object arg0) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -216,7 +216,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -398,7 +398,7 @@ public bool Contains(object arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -427,7 +427,7 @@ public bool Remove(object arg0) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -447,7 +447,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CompletableFuture.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CompletableFuture.cs index 160f49600a..1857912899 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CompletableFuture.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CompletableFuture.cs @@ -213,7 +213,7 @@ public static Java.Util.Concurrent.CompletableFuture FailedFuture(MASES.JCOBridg /// public static Java.Util.Concurrent.CompletableFuture SupplyAsync(Java.Util.Function.Supplier arg0, Java.Util.Concurrent.Executor arg1) { - return SExecute(LocalBridgeClazz, "supplyAsync", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "supplyAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public static Java.Util.Concurrent.CompletableFuture AllOf(params Java.Util.Conc /// public static Java.Util.Concurrent.CompletableFuture RunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return SExecute(LocalBridgeClazz, "runAsync", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "runAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -288,7 +288,7 @@ public static Java.Util.Concurrent.CompletableFuture RunAsync(Java.Lang.Runnable /// public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Java.Util.Concurrent.TimeUnit arg1, Java.Util.Concurrent.Executor arg2) { - return SExecute(LocalBridgeClazz, "delayedExecutor", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "delayedExecutor", "(JLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/Executor;", arg0, arg1, arg2); } /// /// @@ -298,7 +298,7 @@ public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Jav /// public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return SExecute(LocalBridgeClazz, "delayedExecutor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "delayedExecutor", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Executor;", arg0, arg1); } #endregion @@ -378,7 +378,7 @@ public bool IsDone() /// public Java.Util.Concurrent.CompletableFuture CompleteAsync(Java.Util.Function.Supplier arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("completeAsync", arg0, arg1); + return IExecuteWithSignature("completeAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -398,7 +398,7 @@ public Java.Util.Concurrent.CompletableFuture CompleteAsync(Java.Util.Function.S /// public Java.Util.Concurrent.CompletableFuture CompleteOnTimeout(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("completeOnTimeout", arg0, arg1, arg2); + return IExecuteWithSignature("completeOnTimeout", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1, arg2); } /// /// @@ -416,7 +416,7 @@ public Java.Util.Concurrent.CompletableFuture Copy() /// public Java.Util.Concurrent.CompletableFuture OrTimeout(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("orTimeout", arg0, arg1); + return IExecuteWithSignature("orTimeout", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -434,7 +434,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEither", arg0, arg1); + return IExecuteWithSignature("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -445,7 +445,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("acceptEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -455,7 +455,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEitherAsync", arg0, arg1); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -465,7 +465,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEither", arg0, arg1); + return IExecuteWithSignature("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -476,7 +476,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.C /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("applyToEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -486,7 +486,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurr /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEitherAsync", arg0, arg1); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -514,7 +514,7 @@ public Java.Util.Concurrent.CompletionStage Handle(Java.Util.Function.BiFunction /// public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFunction arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("handleAsync", arg0, arg1); + return IExecuteWithSignature("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -533,7 +533,7 @@ public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFun /// public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBoth", arg0, arg1); + return IExecuteWithSignature("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -544,7 +544,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -554,7 +554,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBothAsync", arg0, arg1); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -564,7 +564,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEither", arg0, arg1); + return IExecuteWithSignature("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -575,7 +575,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -585,7 +585,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEitherAsync", arg0, arg1); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -604,7 +604,7 @@ public Java.Util.Concurrent.CompletionStage ThenAccept(Java.Util.Function.Consum /// public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.Consumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenAcceptAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.C /// public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBoth", arg0, arg1); + return IExecuteWithSignature("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -634,7 +634,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenAcceptBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -644,7 +644,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBothAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -663,7 +663,7 @@ public Java.Util.Concurrent.CompletionStage ThenApply(Java.Util.Function.Functio /// public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenApplyAsync", arg0, arg1); + return IExecuteWithSignature("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -682,7 +682,7 @@ public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Fu /// public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombine", arg0, arg1); + return IExecuteWithSignature("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -693,7 +693,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.Com /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenCombineAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -703,7 +703,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurren /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombineAsync", arg0, arg1); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -722,7 +722,7 @@ public Java.Util.Concurrent.CompletionStage ThenCompose(Java.Util.Function.Funct /// public Java.Util.Concurrent.CompletionStage ThenComposeAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenComposeAsync", arg0, arg1); + return IExecuteWithSignature("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -750,7 +750,7 @@ public Java.Util.Concurrent.CompletionStage ThenRun(Java.Lang.Runnable arg0) /// public Java.Util.Concurrent.CompletionStage ThenRunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenRunAsync", arg0, arg1); + return IExecuteWithSignature("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -778,7 +778,7 @@ public Java.Util.Concurrent.CompletionStage WhenComplete(Java.Util.Function.BiCo /// public Java.Util.Concurrent.CompletionStage WhenCompleteAsync(Java.Util.Function.BiConsumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("whenCompleteAsync", arg0, arg1); + return IExecuteWithSignature("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -826,7 +826,7 @@ public object Get() /// public object Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -960,7 +960,7 @@ public static Java.Util.Concurrent.CompletableFuture FailedFuture(MASES.JC /// public static Java.Util.Concurrent.CompletableFuture SupplyAsync(Java.Util.Function.Supplier arg0, Java.Util.Concurrent.Executor arg1) { - return SExecute>(LocalBridgeClazz, "supplyAsync", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "supplyAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -1018,7 +1018,7 @@ public static Java.Util.Concurrent.CompletableFuture AnyOfMethod(params /// public static Java.Util.Concurrent.CompletableFuture RunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return SExecute>(LocalBridgeClazz, "runAsync", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "runAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -1038,7 +1038,7 @@ public static Java.Util.Concurrent.CompletableFuture AnyOfMethod(params /// public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Java.Util.Concurrent.TimeUnit arg1, Java.Util.Concurrent.Executor arg2) { - return SExecute(LocalBridgeClazz, "delayedExecutor", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "delayedExecutor", "(JLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/Executor;", arg0, arg1, arg2); } /// /// @@ -1048,7 +1048,7 @@ public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Jav /// public static Java.Util.Concurrent.Executor DelayedExecutorMethod(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return SExecute(LocalBridgeClazz, "delayedExecutor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "delayedExecutor", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Executor;", arg0, arg1); } #endregion @@ -1130,7 +1130,7 @@ public bool IsDone() /// public Java.Util.Concurrent.CompletableFuture CompleteAsync(Java.Util.Function.Supplier arg0, Java.Util.Concurrent.Executor arg1) where Arg0ExtendsT : T { - return IExecute>("completeAsync", arg0, arg1); + return IExecuteWithSignature>("completeAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -1151,7 +1151,7 @@ public Java.Util.Concurrent.CompletableFuture CompleteAsync(Jav /// public Java.Util.Concurrent.CompletableFuture CompleteOnTimeout(T arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute>("completeOnTimeout", arg0, arg1, arg2); + return IExecuteWithSignature>("completeOnTimeout", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1, arg2); } /// /// @@ -1169,7 +1169,7 @@ public Java.Util.Concurrent.CompletableFuture Copy() /// public Java.Util.Concurrent.CompletableFuture OrTimeout(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute>("orTimeout", arg0, arg1); + return IExecuteWithSignature>("orTimeout", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;", arg0, arg1); } /// /// @@ -1187,7 +1187,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEither", arg0, arg1); + return IExecuteWithSignature("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1198,7 +1198,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("acceptEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1208,7 +1208,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEitherAsync", arg0, arg1); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1218,7 +1218,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEither", arg0, arg1); + return IExecuteWithSignature("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1229,7 +1229,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.C /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("applyToEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1239,7 +1239,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurr /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEitherAsync", arg0, arg1); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1267,7 +1267,7 @@ public Java.Util.Concurrent.CompletionStage Handle(Java.Util.Function.BiFunction /// public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFunction arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("handleAsync", arg0, arg1); + return IExecuteWithSignature("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1286,7 +1286,7 @@ public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFun /// public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBoth", arg0, arg1); + return IExecuteWithSignature("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1297,7 +1297,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1307,7 +1307,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBothAsync", arg0, arg1); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1317,7 +1317,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEither", arg0, arg1); + return IExecuteWithSignature("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1328,7 +1328,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1338,7 +1338,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEitherAsync", arg0, arg1); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1357,7 +1357,7 @@ public Java.Util.Concurrent.CompletionStage ThenAccept(Java.Util.Function.Consum /// public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.Consumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenAcceptAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1376,7 +1376,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.C /// public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBoth", arg0, arg1); + return IExecuteWithSignature("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1387,7 +1387,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenAcceptBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1397,7 +1397,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBothAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1416,7 +1416,7 @@ public Java.Util.Concurrent.CompletionStage ThenApply(Java.Util.Function.Functio /// public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenApplyAsync", arg0, arg1); + return IExecuteWithSignature("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1435,7 +1435,7 @@ public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Fu /// public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombine", arg0, arg1); + return IExecuteWithSignature("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1446,7 +1446,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.Com /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenCombineAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1456,7 +1456,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurren /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombineAsync", arg0, arg1); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1475,7 +1475,7 @@ public Java.Util.Concurrent.CompletionStage ThenCompose(Java.Util.Function.Funct /// public Java.Util.Concurrent.CompletionStage ThenComposeAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenComposeAsync", arg0, arg1); + return IExecuteWithSignature("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1503,7 +1503,7 @@ public Java.Util.Concurrent.CompletionStage ThenRun(Java.Lang.Runnable arg0) /// public Java.Util.Concurrent.CompletionStage ThenRunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenRunAsync", arg0, arg1); + return IExecuteWithSignature("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1531,7 +1531,7 @@ public Java.Util.Concurrent.CompletionStage WhenComplete(Java.Util.Function.BiCo /// public Java.Util.Concurrent.CompletionStage WhenCompleteAsync(Java.Util.Function.BiConsumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("whenCompleteAsync", arg0, arg1); + return IExecuteWithSignature("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1579,7 +1579,7 @@ public T Get() /// public T Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CompletionService.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CompletionService.cs index 3f40af4a5b..4c2aca3ca3 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CompletionService.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CompletionService.cs @@ -157,7 +157,7 @@ public Java.Util.Concurrent.Future Poll() /// public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, object arg1) { - return IExecute("submit", arg0, arg1); + return IExecuteWithSignature("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public Java.Util.Concurrent.Future Poll() /// public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute>("poll", arg0, arg1); + return IExecuteWithSignature>("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -299,7 +299,7 @@ public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeU /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, V arg1) { - return IExecute>("submit", arg0, arg1); + return IExecuteWithSignature>("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CompletionStage.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CompletionStage.cs index 508c90d478..5ab13d2df3 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CompletionStage.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CompletionStage.cs @@ -148,7 +148,7 @@ public partial class CompletionStage /// public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombine", arg0, arg1); + return IExecuteWithSignature("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.Com /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenCombineAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -169,7 +169,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurren /// public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("thenCombineAsync", arg0, arg1); + return IExecuteWithSignature("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurren /// public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBoth", arg0, arg1); + return IExecuteWithSignature("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("thenAcceptBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -200,7 +200,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) { - return IExecute("thenAcceptBothAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEither", arg0, arg1); + return IExecuteWithSignature("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -221,7 +221,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.C /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("applyToEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -231,7 +231,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurr /// public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) { - return IExecute("applyToEitherAsync", arg0, arg1); + return IExecuteWithSignature("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -250,7 +250,7 @@ public Java.Util.Concurrent.CompletionStage Handle(Java.Util.Function.BiFunction /// public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFunction arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("handleAsync", arg0, arg1); + return IExecuteWithSignature("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public Java.Util.Concurrent.CompletionStage ThenApply(Java.Util.Function.Functio /// public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenApplyAsync", arg0, arg1); + return IExecuteWithSignature("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -306,7 +306,7 @@ public Java.Util.Concurrent.CompletionStage ThenCompose(Java.Util.Function.Funct /// public Java.Util.Concurrent.CompletionStage ThenComposeAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenComposeAsync", arg0, arg1); + return IExecuteWithSignature("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -333,7 +333,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEither", arg0, arg1); + return IExecuteWithSignature("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("acceptEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -354,7 +354,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) { - return IExecute("acceptEitherAsync", arg0, arg1); + return IExecuteWithSignature("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBoth", arg0, arg1); + return IExecuteWithSignature("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -375,7 +375,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.Co /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -385,7 +385,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterBothAsync", arg0, arg1); + return IExecuteWithSignature("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -395,7 +395,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurre /// public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEither", arg0, arg1); + return IExecuteWithSignature("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -406,7 +406,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent. /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute("runAfterEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -416,7 +416,7 @@ public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concur /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute("runAfterEitherAsync", arg0, arg1); + return IExecuteWithSignature("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -435,7 +435,7 @@ public Java.Util.Concurrent.CompletionStage ThenAccept(Java.Util.Function.Consum /// public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.Consumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenAcceptAsync", arg0, arg1); + return IExecuteWithSignature("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -463,7 +463,7 @@ public Java.Util.Concurrent.CompletionStage ThenRun(Java.Lang.Runnable arg0) /// public Java.Util.Concurrent.CompletionStage ThenRunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("thenRunAsync", arg0, arg1); + return IExecuteWithSignature("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -500,7 +500,7 @@ public Java.Util.Concurrent.CompletionStage WhenComplete(Java.Util.Function.BiCo /// public Java.Util.Concurrent.CompletionStage WhenCompleteAsync(Java.Util.Function.BiConsumer arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute("whenCompleteAsync", arg0, arg1); + return IExecuteWithSignature("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -917,7 +917,7 @@ public partial class CompletionStage : Java.Util.Concurrent.ICompletionStage< /// public Java.Util.Concurrent.CompletionStage ThenCombine(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U where Arg1ExtendsV : V { - return IExecute>("thenCombine", arg0, arg1); + return IExecuteWithSignature>("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -934,7 +934,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombine public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1, Java.Util.Concurrent.Executor arg2) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U where Arg1ExtendsV : V { - return IExecute>("thenCombineAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -950,7 +950,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync public Java.Util.Concurrent.CompletionStage ThenCombineAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiFunction arg1) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U where Arg1ExtendsV : V { - return IExecute>("thenCombineAsync", arg0, arg1); + return IExecuteWithSignature>("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -964,7 +964,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync public Java.Util.Concurrent.CompletionStage ThenAcceptBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U { - return IExecute>("thenAcceptBoth", arg0, arg1); + return IExecuteWithSignature>("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -979,7 +979,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Concurrent.Executor arg2) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U { - return IExecute>("thenAcceptBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -993,7 +993,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync public Java.Util.Concurrent.CompletionStage ThenAcceptBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.BiConsumer arg1) where Arg0ExtendsU : U where Arg1objectSuperT : T where Arg1objectSuperU : U { - return IExecute>("thenAcceptBothAsync", arg0, arg1); + return IExecuteWithSignature>("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1006,7 +1006,7 @@ public Java.Util.Concurrent.CompletionStage ThenCombineAsync public Java.Util.Concurrent.CompletionStage ApplyToEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("applyToEither", arg0, arg1); + return IExecuteWithSignature>("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1020,7 +1020,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEither public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1, Java.Util.Concurrent.Executor arg2) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("applyToEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1033,7 +1033,7 @@ public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync public Java.Util.Concurrent.CompletionStage ApplyToEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Function arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("applyToEitherAsync", arg0, arg1); + return IExecuteWithSignature>("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1058,7 +1058,7 @@ public Java.Util.Concurrent.CompletionStage Handle public Java.Util.Concurrent.CompletionStage HandleAsync(Java.Util.Function.BiFunction arg0, Java.Util.Concurrent.Executor arg1) where Arg0objectSuperT : T where Arg0ExtendsU : U { - return IExecute>("handleAsync", arg0, arg1); + return IExecuteWithSignature>("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1095,7 +1095,7 @@ public Java.Util.Concurrent.CompletionStage ThenApply public Java.Util.Concurrent.CompletionStage ThenApplyAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) where Arg0objectSuperT : T where Arg0ExtendsU : U { - return IExecute>("thenApplyAsync", arg0, arg1); + return IExecuteWithSignature>("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1132,7 +1132,7 @@ public Java.Util.Concurrent.CompletionStage ThenCompose public Java.Util.Concurrent.CompletionStage ThenComposeAsync(Java.Util.Function.Function arg0, Java.Util.Concurrent.Executor arg1) where Arg0objectSuperT : T where Arg0ExtendsJava_Util_Concurrent_CompletionStage_U_ : Java.Util.Concurrent.CompletionStage { - return IExecute>("thenComposeAsync", arg0, arg1); + return IExecuteWithSignature>("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1164,7 +1164,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEither(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("acceptEither", arg0, arg1); + return IExecuteWithSignature>("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1177,7 +1177,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1, Java.Util.Concurrent.Executor arg2) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("acceptEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1189,7 +1189,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage AcceptEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Util.Function.Consumer arg1) where Arg0ExtendsT : T where Arg1objectSuperT : T { - return IExecute>("acceptEitherAsync", arg0, arg1); + return IExecuteWithSignature>("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1199,7 +1199,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterBoth(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute>("runAfterBoth", arg0, arg1); + return IExecuteWithSignature>("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1210,7 +1210,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute>("runAfterBothAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1220,7 +1220,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterBothAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute>("runAfterBothAsync", arg0, arg1); + return IExecuteWithSignature>("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1230,7 +1230,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterEither(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute>("runAfterEither", arg0, arg1); + return IExecuteWithSignature>("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1241,7 +1241,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1, Java.Util.Concurrent.Executor arg2) { - return IExecute>("runAfterEitherAsync", arg0, arg1, arg2); + return IExecuteWithSignature>("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1, arg2); } /// /// @@ -1251,7 +1251,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage RunAfterEitherAsync(Java.Util.Concurrent.CompletionStage arg0, Java.Lang.Runnable arg1) { - return IExecute>("runAfterEitherAsync", arg0, arg1); + return IExecuteWithSignature>("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1272,7 +1272,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage ThenAcceptAsync(Java.Util.Function.Consumer arg0, Java.Util.Concurrent.Executor arg1) where Arg0objectSuperT : T { - return IExecute>("thenAcceptAsync", arg0, arg1); + return IExecuteWithSignature>("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1301,7 +1301,7 @@ public Java.Util.Concurrent.CompletableFuture ToCompletableFuture() /// public Java.Util.Concurrent.CompletionStage ThenRunAsync(Java.Lang.Runnable arg0, Java.Util.Concurrent.Executor arg1) { - return IExecute>("thenRunAsync", arg0, arg1); + return IExecuteWithSignature>("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// @@ -1343,7 +1343,7 @@ public Java.Util.Concurrent.CompletionStage WhenComplete public Java.Util.Concurrent.CompletionStage WhenCompleteAsync(Java.Util.Function.BiConsumer arg0, Java.Util.Concurrent.Executor arg1) where Arg0objectSuperT : T where Arg0objectSuperJava_Lang_Throwable : Java.Lang.Throwable { - return IExecute>("whenCompleteAsync", arg0, arg1); + return IExecuteWithSignature>("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentHashMap.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentHashMap.cs index c48a9670fe..2ce30f2e94 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentHashMap.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentHashMap.cs @@ -298,7 +298,7 @@ public static Java.Util.Concurrent.ConcurrentHashMap.KeySetView NewKeySet(int ar /// public object Reduce(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("reduce", arg0, arg1, arg2); + return IExecuteWithSignature("reduce", "(JLjava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -309,7 +309,7 @@ public object Reduce(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Fu /// public object ReduceEntries(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("reduceEntries", arg0, arg1, arg2); + return IExecuteWithSignature("reduceEntries", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -320,7 +320,7 @@ public object ReduceEntries(long arg0, Java.Util.Function.Function arg1, Java.Ut /// public object ReduceKeys(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("reduceKeys", arg0, arg1, arg2); + return IExecuteWithSignature("reduceKeys", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -331,7 +331,7 @@ public object ReduceKeys(long arg0, Java.Util.Function.Function arg1, Java.Util. /// public object ReduceValues(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("reduceValues", arg0, arg1, arg2); + return IExecuteWithSignature("reduceValues", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -341,7 +341,7 @@ public object ReduceValues(long arg0, Java.Util.Function.Function arg1, Java.Uti /// public object Search(long arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("search", arg0, arg1); + return IExecuteWithSignature("search", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -351,7 +351,7 @@ public object Search(long arg0, Java.Util.Function.BiFunction arg1) /// public object SearchEntries(long arg0, Java.Util.Function.Function arg1) { - return IExecute("searchEntries", arg0, arg1); + return IExecuteWithSignature("searchEntries", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -361,7 +361,7 @@ public object SearchEntries(long arg0, Java.Util.Function.Function arg1) /// public object SearchKeys(long arg0, Java.Util.Function.Function arg1) { - return IExecute("searchKeys", arg0, arg1); + return IExecuteWithSignature("searchKeys", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -371,7 +371,7 @@ public object SearchKeys(long arg0, Java.Util.Function.Function arg1) /// public object SearchValues(long arg0, Java.Util.Function.Function arg1) { - return IExecute("searchValues", arg0, arg1); + return IExecuteWithSignature("searchValues", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public object SearchValues(long arg0, Java.Util.Function.Function arg1) /// public void ForEach(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.Consumer arg2) { - IExecute("forEach", arg0, arg1, arg2); + IExecuteWithSignature("forEach", "(JLjava/util/function/BiFunction;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -391,7 +391,7 @@ public void ForEach(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Fun /// public void ForEachEntry(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.Consumer arg2) { - IExecute("forEachEntry", arg0, arg1, arg2); + IExecuteWithSignature("forEachEntry", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -401,7 +401,7 @@ public void ForEachEntry(long arg0, Java.Util.Function.Function arg1, Java.Util. /// public void ForEachKey(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.Consumer arg2) { - IExecute("forEachKey", arg0, arg1, arg2); + IExecuteWithSignature("forEachKey", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -411,7 +411,7 @@ public void ForEachKey(long arg0, Java.Util.Function.Function arg1, Java.Util.Fu /// public void ForEachValue(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.Consumer arg2) { - IExecute("forEachValue", arg0, arg1, arg2); + IExecuteWithSignature("forEachValue", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -432,7 +432,7 @@ public bool Contains(object arg0) /// public double ReduceEntriesToDouble(long arg0, Java.Util.Function.ToDoubleFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - return IExecute("reduceEntriesToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -444,7 +444,7 @@ public double ReduceEntriesToDouble(long arg0, Java.Util.Function.ToDoubleFuncti /// public double ReduceKeysToDouble(long arg0, Java.Util.Function.ToDoubleFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - return IExecute("reduceKeysToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -456,7 +456,7 @@ public double ReduceKeysToDouble(long arg0, Java.Util.Function.ToDoubleFunction /// public double ReduceToDouble(long arg0, Java.Util.Function.ToDoubleBiFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - return IExecute("reduceToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToDouble", "(JLjava/util/function/ToDoubleBiFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -468,7 +468,7 @@ public double ReduceToDouble(long arg0, Java.Util.Function.ToDoubleBiFunction ar /// public double ReduceValuesToDouble(long arg0, Java.Util.Function.ToDoubleFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - return IExecute("reduceValuesToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -480,7 +480,7 @@ public double ReduceValuesToDouble(long arg0, Java.Util.Function.ToDoubleFunctio /// public int ReduceEntriesToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - return IExecute("reduceEntriesToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -492,7 +492,7 @@ public int ReduceEntriesToInt(long arg0, Java.Util.Function.ToIntFunction arg1, /// public int ReduceKeysToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - return IExecute("reduceKeysToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -504,7 +504,7 @@ public int ReduceKeysToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int /// public int ReduceToInt(long arg0, Java.Util.Function.ToIntBiFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - return IExecute("reduceToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToInt", "(JLjava/util/function/ToIntBiFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -516,7 +516,7 @@ public int ReduceToInt(long arg0, Java.Util.Function.ToIntBiFunction arg1, int a /// public int ReduceValuesToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - return IExecute("reduceValuesToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -551,7 +551,7 @@ public Java.Util.Enumeration Elements() /// public Java.Util.Map.Entry ReduceEntries(long arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("reduceEntries", arg0, arg1); + return IExecuteWithSignature("reduceEntries", "(JLjava/util/function/BiFunction;)Ljava/util/Map$Entry;", arg0, arg1); } /// /// @@ -561,7 +561,7 @@ public Java.Util.Map.Entry ReduceEntries(long arg0, Java.Util.Function.BiFunctio /// public object ReduceKeys(long arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("reduceKeys", arg0, arg1); + return IExecuteWithSignature("reduceKeys", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -581,7 +581,7 @@ public long MappingCount() /// public long ReduceEntriesToLong(long arg0, Java.Util.Function.ToLongFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) { - return IExecute("reduceEntriesToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -593,7 +593,7 @@ public long ReduceEntriesToLong(long arg0, Java.Util.Function.ToLongFunction arg /// public long ReduceKeysToLong(long arg0, Java.Util.Function.ToLongFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) { - return IExecute("reduceKeysToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -605,7 +605,7 @@ public long ReduceKeysToLong(long arg0, Java.Util.Function.ToLongFunction arg1, /// public long ReduceToLong(long arg0, Java.Util.Function.ToLongBiFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) { - return IExecute("reduceToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToLong", "(JLjava/util/function/ToLongBiFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -617,7 +617,7 @@ public long ReduceToLong(long arg0, Java.Util.Function.ToLongBiFunction arg1, lo /// public long ReduceValuesToLong(long arg0, Java.Util.Function.ToLongFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) { - return IExecute("reduceValuesToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -627,7 +627,7 @@ public long ReduceValuesToLong(long arg0, Java.Util.Function.ToLongFunction arg1 /// public object ReduceValues(long arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("reduceValues", arg0, arg1); + return IExecuteWithSignature("reduceValues", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -636,7 +636,7 @@ public object ReduceValues(long arg0, Java.Util.Function.BiFunction arg1) /// public void ForEach(long arg0, Java.Util.Function.BiConsumer arg1) { - IExecute("forEach", arg0, arg1); + IExecuteWithSignature("forEach", "(JLjava/util/function/BiConsumer;)V", arg0, arg1); } /// /// @@ -645,7 +645,7 @@ public void ForEach(long arg0, Java.Util.Function.BiConsumer arg1) /// public void ForEachEntry(long arg0, Java.Util.Function.Consumer arg1) { - IExecute("forEachEntry", arg0, arg1); + IExecuteWithSignature("forEachEntry", "(JLjava/util/function/Consumer;)V", arg0, arg1); } /// /// @@ -654,7 +654,7 @@ public void ForEachEntry(long arg0, Java.Util.Function.Consumer arg1) /// public void ForEachKey(long arg0, Java.Util.Function.Consumer arg1) { - IExecute("forEachKey", arg0, arg1); + IExecuteWithSignature("forEachKey", "(JLjava/util/function/Consumer;)V", arg0, arg1); } /// /// @@ -663,7 +663,7 @@ public void ForEachKey(long arg0, Java.Util.Function.Consumer arg1) /// public void ForEachValue(long arg0, Java.Util.Function.Consumer arg1) { - IExecute("forEachValue", arg0, arg1); + IExecuteWithSignature("forEachValue", "(JLjava/util/function/Consumer;)V", arg0, arg1); } #endregion @@ -871,7 +871,7 @@ public ConcurrentHashMap(Java.Util.Map arg0) /// public U Reduce(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.BiFunction arg2) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsU : U where Arg2objectSuperU : U where Arg2ExtendsU : U { - return IExecute("reduce", arg0, arg1, arg2); + return IExecuteWithSignature("reduce", "(JLjava/util/function/BiFunction;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -886,7 +886,7 @@ public U Reduce public U ReduceEntries(long arg0, Java.Util.Function.Function, Arg1ExtendsU> arg1, Java.Util.Function.BiFunction arg2) where Arg1ExtendsU : U where Arg2objectSuperU : U where Arg2ExtendsU : U { - return IExecute("reduceEntries", arg0, arg1, arg2); + return IExecuteWithSignature("reduceEntries", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -902,7 +902,7 @@ public U ReduceEntries(long arg /// public U ReduceKeys(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.BiFunction arg2) where Arg1objectSuperK : K where Arg1ExtendsU : U where Arg2objectSuperU : U where Arg2ExtendsU : U { - return IExecute("reduceKeys", arg0, arg1, arg2); + return IExecuteWithSignature("reduceKeys", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -918,7 +918,7 @@ public U ReduceKeys public U ReduceValues(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.BiFunction arg2) where Arg1objectSuperV : V where Arg1ExtendsU : U where Arg2objectSuperU : U where Arg2ExtendsU : U { - return IExecute("reduceValues", arg0, arg1, arg2); + return IExecuteWithSignature("reduceValues", "(JLjava/util/function/Function;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -932,7 +932,7 @@ public U ReduceValues public U Search(long arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsU : U { - return IExecute("search", arg0, arg1); + return IExecuteWithSignature("search", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -944,7 +944,7 @@ public U Search(long arg0, /// public U SearchEntries(long arg0, Java.Util.Function.Function, Arg1ExtendsU> arg1) where Arg1ExtendsU : U { - return IExecute("searchEntries", arg0, arg1); + return IExecuteWithSignature("searchEntries", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -957,7 +957,7 @@ public U SearchEntries(long arg0, Java.Util.Function.Function public U SearchKeys(long arg0, Java.Util.Function.Function arg1) where Arg1objectSuperK : K where Arg1ExtendsU : U { - return IExecute("searchKeys", arg0, arg1); + return IExecuteWithSignature("searchKeys", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -970,7 +970,7 @@ public U SearchKeys(long arg0, Java.Util.Func /// public U SearchValues(long arg0, Java.Util.Function.Function arg1) where Arg1objectSuperV : V where Arg1ExtendsU : U { - return IExecute("searchValues", arg0, arg1); + return IExecuteWithSignature("searchValues", "(JLjava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -985,7 +985,7 @@ public U SearchValues(long arg0, Java.Util.Fu /// public void ForEach(long arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.Consumer arg2) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsU : U where Arg2objectSuperU : U { - IExecute("forEach", arg0, arg1, arg2); + IExecuteWithSignature("forEach", "(JLjava/util/function/BiFunction;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -998,7 +998,7 @@ public void ForEach public void ForEachEntry(long arg0, Java.Util.Function.Function, Arg1ExtendsU> arg1, Java.Util.Function.Consumer arg2) where Arg1ExtendsU : U where Arg2objectSuperU : U { - IExecute("forEachEntry", arg0, arg1, arg2); + IExecuteWithSignature("forEachEntry", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -1012,7 +1012,7 @@ public void ForEachEntry(long arg0, Java.Util /// public void ForEachKey(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.Consumer arg2) where Arg1objectSuperK : K where Arg1ExtendsU : U where Arg2objectSuperU : U { - IExecute("forEachKey", arg0, arg1, arg2); + IExecuteWithSignature("forEachKey", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -1026,7 +1026,7 @@ public void ForEachKey(long /// public void ForEachValue(long arg0, Java.Util.Function.Function arg1, Java.Util.Function.Consumer arg2) where Arg1objectSuperV : V where Arg1ExtendsU : U where Arg2objectSuperU : U { - IExecute("forEachValue", arg0, arg1, arg2); + IExecuteWithSignature("forEachValue", "(JLjava/util/function/Function;Ljava/util/function/Consumer;)V", arg0, arg1, arg2); } /// /// @@ -1047,7 +1047,7 @@ public bool Contains(object arg0) /// public double ReduceEntriesToDouble(long arg0, Java.Util.Function.ToDoubleFunction> arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) { - return IExecute("reduceEntriesToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -1060,7 +1060,7 @@ public double ReduceEntriesToDouble(long arg0, Java.Util.Function.ToDoubleFuncti /// public double ReduceKeysToDouble(long arg0, Java.Util.Function.ToDoubleFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) where Arg1objectSuperK : K { - return IExecute("reduceKeysToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -1074,7 +1074,7 @@ public double ReduceKeysToDouble(long arg0, Java.Util.Function /// public double ReduceToDouble(long arg0, Java.Util.Function.ToDoubleBiFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V { - return IExecute("reduceToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToDouble", "(JLjava/util/function/ToDoubleBiFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -1087,7 +1087,7 @@ public double ReduceToDouble(long arg0, Java /// public double ReduceValuesToDouble(long arg0, Java.Util.Function.ToDoubleFunction arg1, double arg2, Java.Util.Function.DoubleBinaryOperator arg3) where Arg1objectSuperV : V { - return IExecute("reduceValuesToDouble", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToDouble", "(JLjava/util/function/ToDoubleFunction;DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1, arg2, arg3); } /// /// @@ -1099,7 +1099,7 @@ public double ReduceValuesToDouble(long arg0, Java.Util.Functi /// public int ReduceEntriesToInt(long arg0, Java.Util.Function.ToIntFunction> arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) { - return IExecute("reduceEntriesToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -1112,7 +1112,7 @@ public int ReduceEntriesToInt(long arg0, Java.Util.Function.ToIntFunction public int ReduceKeysToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) where Arg1objectSuperK : K { - return IExecute("reduceKeysToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -1126,7 +1126,7 @@ public int ReduceKeysToInt(long arg0, Java.Util.Function.ToInt /// public int ReduceToInt(long arg0, Java.Util.Function.ToIntBiFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V { - return IExecute("reduceToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToInt", "(JLjava/util/function/ToIntBiFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -1139,7 +1139,7 @@ public int ReduceToInt(long arg0, Java.Util. /// public int ReduceValuesToInt(long arg0, Java.Util.Function.ToIntFunction arg1, int arg2, Java.Util.Function.IntBinaryOperator arg3) where Arg1objectSuperV : V { - return IExecute("reduceValuesToInt", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToInt", "(JLjava/util/function/ToIntFunction;ILjava/util/function/IntBinaryOperator;)I", arg0, arg1, arg2, arg3); } /// /// @@ -1175,7 +1175,7 @@ public Java.Util.Enumeration Elements() /// public Java.Util.Map.Entry ReduceEntries(long arg0, Java.Util.Function.BiFunction, Java.Util.Map.Entry, Arg1ExtendsJava_Util_Map_Entry_K_V_> arg1) where Arg1ExtendsJava_Util_Map_Entry_K_V_ : Java.Util.Map.Entry { - return IExecute>("reduceEntries", arg0, arg1); + return IExecuteWithSignature>("reduceEntries", "(JLjava/util/function/BiFunction;)Ljava/util/Map$Entry;", arg0, arg1); } /// /// @@ -1187,7 +1187,7 @@ public Java.Util.Map.Entry ReduceEntries public K ReduceKeys(long arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1ExtendsK : K { - return IExecute("reduceKeys", arg0, arg1); + return IExecuteWithSignature("reduceKeys", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1207,7 +1207,7 @@ public long MappingCount() /// public long ReduceEntriesToLong(long arg0, Java.Util.Function.ToLongFunction> arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) { - return IExecute("reduceEntriesToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceEntriesToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -1220,7 +1220,7 @@ public long ReduceEntriesToLong(long arg0, Java.Util.Function.ToLongFunction public long ReduceKeysToLong(long arg0, Java.Util.Function.ToLongFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) where Arg1objectSuperK : K { - return IExecute("reduceKeysToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceKeysToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -1234,7 +1234,7 @@ public long ReduceKeysToLong(long arg0, Java.Util.Function.ToL /// public long ReduceToLong(long arg0, Java.Util.Function.ToLongBiFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V { - return IExecute("reduceToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceToLong", "(JLjava/util/function/ToLongBiFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -1247,7 +1247,7 @@ public long ReduceToLong(long arg0, Java.Uti /// public long ReduceValuesToLong(long arg0, Java.Util.Function.ToLongFunction arg1, long arg2, Java.Util.Function.LongBinaryOperator arg3) where Arg1objectSuperV : V { - return IExecute("reduceValuesToLong", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("reduceValuesToLong", "(JLjava/util/function/ToLongFunction;JLjava/util/function/LongBinaryOperator;)J", arg0, arg1, arg2, arg3); } /// /// @@ -1259,7 +1259,7 @@ public long ReduceValuesToLong(long arg0, Java.Util.Function.T /// public V ReduceValues(long arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("reduceValues", arg0, arg1); + return IExecuteWithSignature("reduceValues", "(JLjava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1270,7 +1270,7 @@ public V ReduceValues(long arg0, Java.Util.Funct /// public void ForEach(long arg0, Java.Util.Function.BiConsumer arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V { - IExecute("forEach", arg0, arg1); + IExecuteWithSignature("forEach", "(JLjava/util/function/BiConsumer;)V", arg0, arg1); } /// /// @@ -1280,7 +1280,7 @@ public void ForEach(long arg0, Java.Util.Fun /// public void ForEachEntry(long arg0, Java.Util.Function.Consumer arg1) where Arg1objectSuperJava_Util_Map_Entry_K_V_ : Java.Util.Map.Entry { - IExecute("forEachEntry", arg0, arg1); + IExecuteWithSignature("forEachEntry", "(JLjava/util/function/Consumer;)V", arg0, arg1); } /// /// @@ -1290,7 +1290,7 @@ public void ForEachEntry(long arg0, Jav /// public void ForEachKey(long arg0, Java.Util.Function.Consumer arg1) where Arg1objectSuperK : K { - IExecute("forEachKey", arg0, arg1); + IExecuteWithSignature("forEachKey", "(JLjava/util/function/Consumer;)V", arg0, arg1); } /// /// @@ -1300,7 +1300,7 @@ public void ForEachKey(long arg0, Java.Util.Function.Consumer< /// public void ForEachValue(long arg0, Java.Util.Function.Consumer arg1) where Arg1objectSuperV : V { - IExecute("forEachValue", arg0, arg1); + IExecuteWithSignature("forEachValue", "(JLjava/util/function/Consumer;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentMap.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentMap.cs index a65c739e7c..171ad14aa1 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentMap.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentMap.cs @@ -149,7 +149,7 @@ public partial class ConcurrentMap /// public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(object arg0, object arg1, object arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public bool Replace(object arg0, object arg1, object arg2) /// public object PutIfAbsent(object arg0, object arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public object PutIfAbsent(object arg0, object arg1) /// public object Replace(object arg0, object arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public object Replace(object arg0, object arg1) /// public object Compute(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public object Compute(object arg0, Java.Util.Function.BiFunction arg1) /// public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) /// public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) /// public object GetOrDefault(object arg0, object arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public object GetOrDefault(object arg0, object arg1) /// public object Merge(object arg0, object arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -400,7 +400,7 @@ public partial class ConcurrentMap : Java.Util.Concurrent.IConcurrentMap public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(K arg0, V arg1, V arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -421,7 +421,7 @@ public bool Replace(K arg0, V arg1, V arg2) /// public V PutIfAbsent(K arg0, V arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -431,7 +431,7 @@ public V PutIfAbsent(K arg0, V arg1) /// public V Replace(K arg0, V arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -444,7 +444,7 @@ public V Replace(K arg0, V arg1) /// public V Compute(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -456,7 +456,7 @@ public V Compute(K arg0, Java. /// public V ComputeIfAbsent(K arg0, Java.Util.Function.Function arg1) where Arg1objectSuperK : K where Arg1ExtendsV : V { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public V ComputeIfAbsent(K arg0, Java.Util.Funct /// public V ComputeIfPresent(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -479,7 +479,7 @@ public V ComputeIfPresent(K ar /// public V GetOrDefault(object arg0, V arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -492,7 +492,7 @@ public V GetOrDefault(object arg0, V arg1) /// public V Merge(K arg0, V arg1, Java.Util.Function.BiFunction arg2) where Arg2objectSuperV : V where Arg2ExtendsV : V { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentNavigableMap.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentNavigableMap.cs index 66462a1076..a8684fbe1a 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentNavigableMap.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentNavigableMap.cs @@ -181,7 +181,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) { - return IExecute("headMap", arg0, arg1); + return IExecuteWithSignature("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) /// public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -203,7 +203,7 @@ public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableMap TailMap(object arg0, bool arg1) { - return IExecute("tailMap", arg0, arg1); + return IExecuteWithSignature("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public Java.Util.SortedMap HeadMap(object arg0) /// public Java.Util.SortedMap SubMap(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// @@ -396,7 +396,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) { - return IExecute("headMap", arg0, arg1); + return IExecuteWithSignature("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -408,7 +408,7 @@ public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) /// public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -418,7 +418,7 @@ public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableMap TailMap(object arg0, bool arg1) { - return IExecute("tailMap", arg0, arg1); + return IExecuteWithSignature("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -445,7 +445,7 @@ public Java.Util.SortedMap HeadMap(object arg0) /// public Java.Util.SortedMap SubMap(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListMap.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListMap.cs index 6308e66fad..b2100d2477 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListMap.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListMap.cs @@ -197,7 +197,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap DescendingMap() /// public Java.Util.Concurrent.ConcurrentNavigableMap HeadMap(object arg0, bool arg1) { - return IExecute("headMap", arg0, arg1); + return IExecuteWithSignature("headMap", "(Ljava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap HeadMap(object arg0) /// public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -228,7 +228,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(object arg0, boo /// public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(object arg0, obj /// public Java.Util.Concurrent.ConcurrentNavigableMap TailMap(object arg0, bool arg1) { - return IExecute("tailMap", arg0, arg1); + return IExecuteWithSignature("tailMap", "(Ljava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// @@ -489,7 +489,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap DescendingMap() /// public Java.Util.Concurrent.ConcurrentNavigableMap HeadMap(K arg0, bool arg1) { - return IExecute>("headMap", arg0, arg1); + return IExecuteWithSignature>("headMap", "(Ljava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// @@ -510,7 +510,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap HeadMap(K arg0) /// public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(K arg0, bool arg1, K arg2, bool arg3) { - return IExecute>("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -520,7 +520,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(K arg0, bo /// public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(K arg0, K arg1) { - return IExecute>("subMap", arg0, arg1); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// @@ -530,7 +530,7 @@ public Java.Util.Concurrent.ConcurrentNavigableMap SubMapMethod(K arg0, K /// public Java.Util.Concurrent.ConcurrentNavigableMap TailMap(K arg0, bool arg1) { - return IExecute>("tailMap", arg0, arg1); + return IExecuteWithSignature>("tailMap", "(Ljava/lang/Object;Z)Ljava/util/concurrent/ConcurrentNavigableMap;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListSet.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListSet.cs index b0fc7e48b5..22c3fff434 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListSet.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ConcurrentSkipListSet.cs @@ -280,7 +280,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) { - return IExecute("headSet", arg0, arg1); + return IExecuteWithSignature("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -302,7 +302,7 @@ public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableSet TailSet(object arg0, bool arg1) { - return IExecute("tailSet", arg0, arg1); + return IExecuteWithSignature("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -321,7 +321,7 @@ public Java.Util.SortedSet HeadSet(object arg0) /// public Java.Util.SortedSet SubSet(object arg0, object arg1) { - return IExecute("subSet", arg0, arg1); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// @@ -512,7 +512,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) { - return IExecute>("headSet", arg0, arg1); + return IExecuteWithSignature>("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -524,7 +524,7 @@ public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) { - return IExecute>("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -534,7 +534,7 @@ public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) /// public Java.Util.NavigableSet TailSet(E arg0, bool arg1) { - return IExecute>("tailSet", arg0, arg1); + return IExecuteWithSignature>("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -553,7 +553,7 @@ public Java.Util.SortedSet HeadSet(object arg0) /// public Java.Util.SortedSet SubSet(object arg0, object arg1) { - return IExecute("subSet", arg0, arg1); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CopyOnWriteArrayList.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CopyOnWriteArrayList.cs index b74aff057a..7dc55caa74 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CopyOnWriteArrayList.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CopyOnWriteArrayList.cs @@ -186,7 +186,7 @@ public bool Add(object arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -294,7 +294,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -313,7 +313,7 @@ public int AddAllAbsent(Java.Util.Collection arg0) /// public int IndexOf(object arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -332,7 +332,7 @@ public int IndexOf(object arg0) /// public int LastIndexOf(object arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -375,7 +375,7 @@ public Java.Util.Iterator Iterator() /// public Java.Util.List SubList(int arg0, int arg1) { - return IExecute("subList", arg0, arg1); + return IExecuteWithSignature("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -409,7 +409,7 @@ public Java.Util.Spliterator Spliterator() /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -537,7 +537,7 @@ public bool Add(E arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) where Arg1ExtendsE : E { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -647,7 +647,7 @@ public E Remove(int arg0) /// public E Set(int arg0, E arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -667,7 +667,7 @@ public int AddAllAbsent(Java.Util.Collection arg0) w /// public int IndexOf(E arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -686,7 +686,7 @@ public int IndexOf(object arg0) /// public int LastIndexOf(E arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -729,7 +729,7 @@ public Java.Util.Iterator Iterator() /// public Java.Util.List SubList(int arg0, int arg1) { - return IExecute>("subList", arg0, arg1); + return IExecuteWithSignature>("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -763,7 +763,7 @@ public Java.Util.Spliterator Spliterator() /// public void Add(int arg0, E arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CountDownLatch.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CountDownLatch.cs index e70896c38e..7ca628b617 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CountDownLatch.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CountDownLatch.cs @@ -114,7 +114,7 @@ public long Count /// public bool Await(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("await", arg0, arg1); + return IExecuteWithSignature("await", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CountedCompleter.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CountedCompleter.cs index 81a29d3b72..bccdace8c2 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CountedCompleter.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CountedCompleter.cs @@ -176,7 +176,7 @@ public void Compute() /// public bool OnExceptionalCompletion(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0, Java.Util.Concurrent.CountedCompleter arg1) { - return IExecute("onExceptionalCompletion", arg0, arg1); + return IExecuteWithSignature("onExceptionalCompletion", "(Ljava/lang/Throwable;Ljava/util/concurrent/CountedCompleter;)Z", arg0, arg1); } /// /// @@ -186,7 +186,7 @@ public bool OnExceptionalCompletion(MASES.JCOBridge.C2JBridge.JVMBridgeException /// public bool CompareAndSetPendingCount(int arg0, int arg1) { - return IExecute("compareAndSetPendingCount", arg0, arg1); + return IExecuteWithSignature("compareAndSetPendingCount", "(II)Z", arg0, arg1); } /// /// @@ -328,7 +328,7 @@ public void Compute() /// public bool OnExceptionalCompletion(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0, Java.Util.Concurrent.CountedCompleter arg1) { - return IExecute("onExceptionalCompletion", arg0, arg1); + return IExecuteWithSignature("onExceptionalCompletion", "(Ljava/lang/Throwable;Ljava/util/concurrent/CountedCompleter;)Z", arg0, arg1); } /// /// @@ -338,7 +338,7 @@ public bool OnExceptionalCompletion(MASES.JCOBridge.C2JBridge.JVMBridgeException /// public bool CompareAndSetPendingCount(int arg0, int arg1) { - return IExecute("compareAndSetPendingCount", arg0, arg1); + return IExecuteWithSignature("compareAndSetPendingCount", "(II)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/CyclicBarrier.cs b/src/net/JNet/Generated/Java/Util/Concurrent/CyclicBarrier.cs index ef7b3082a2..bc065a00cb 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/CyclicBarrier.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/CyclicBarrier.cs @@ -150,7 +150,7 @@ public int Await() /// public int Await(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("await", arg0, arg1); + return IExecuteWithSignature("await", "(JLjava/util/concurrent/TimeUnit;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/DelayQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/DelayQueue.cs index ed48680109..5c4ae1f720 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/DelayQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/DelayQueue.cs @@ -166,7 +166,7 @@ public bool Add(Java.Util.Concurrent.Delayed arg0) /// public bool Offer(Java.Util.Concurrent.Delayed arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/util/concurrent/Delayed;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -187,7 +187,7 @@ public bool Offer(Java.Util.Concurrent.Delayed arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public int RemainingCapacity() /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public bool Add(E arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/util/concurrent/Delayed;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -339,7 +339,7 @@ public bool Offer(E arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -350,7 +350,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -379,7 +379,7 @@ public int RemainingCapacity() /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Exchanger.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Exchanger.cs index 959cd59e27..779d3e32ff 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Exchanger.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Exchanger.cs @@ -147,7 +147,7 @@ public partial class Exchanger /// public object Exchange(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("exchange", arg0, arg1, arg2); + return IExecuteWithSignature("exchange", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -205,7 +205,7 @@ public partial class Exchanger /// public V Exchange(V arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("exchange", arg0, arg1, arg2); + return IExecuteWithSignature("exchange", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorCompletionService.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorCompletionService.cs index 97063d945d..80b1b44162 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorCompletionService.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorCompletionService.cs @@ -170,7 +170,7 @@ public Java.Util.Concurrent.Future Poll() /// public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, object arg1) { - return IExecute("submit", arg0, arg1); + return IExecuteWithSignature("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public Java.Util.Concurrent.Future Poll() /// public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute>("poll", arg0, arg1); + return IExecuteWithSignature>("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public Java.Util.Concurrent.Future Poll(long arg0, Java.Util.Concurrent.TimeU /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, V arg1) { - return IExecute>("submit", arg0, arg1); + return IExecuteWithSignature>("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorService.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorService.cs index 44faeafc28..07e94356f7 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorService.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ExecutorService.cs @@ -210,7 +210,7 @@ public partial class ExecutorService : Java.Util.Concurrent.IExecutorService /// public Java.Util.Concurrent.Future Submit(Java.Lang.Runnable arg0, T arg1) { - return IExecute>("submit", arg0, arg1); + return IExecuteWithSignature>("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;", arg0, arg1); } /// /// @@ -234,7 +234,7 @@ public Java.Util.Concurrent.Future Submit(Java.Util.Concurrent.Callable /// public Java.Util.List> InvokeAll(Java.Util.Collection arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) where Arg0ExtendsJava_Util_Concurrent_Callable_T_ : Java.Util.Concurrent.Callable { - return IExecute>>("invokeAll", arg0, arg1, arg2); + return IExecuteWithSignature>>("invokeAll", "(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -262,7 +262,7 @@ public Java.Util.Concurrent.Future Submit(Java.Util.Concurrent.Callable /// public T InvokeAny(Java.Util.Collection arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) where Arg0ExtendsJava_Util_Concurrent_Callable_T_ : Java.Util.Concurrent.Callable { - return IExecute("invokeAny", arg0, arg1, arg2); + return IExecuteWithSignature("invokeAny", "(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -286,7 +286,7 @@ public T InvokeAny(Java.Util.Col /// public bool AwaitTermination(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("awaitTermination", arg0, arg1); + return IExecuteWithSignature("awaitTermination", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Executors.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Executors.cs index 930030b2ff..619b4e3db1 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Executors.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Executors.cs @@ -95,7 +95,7 @@ public partial class Executors /// public static Java.Util.Concurrent.Callable Callable(Java.Lang.Runnable arg0, T arg1) { - return SExecute>(LocalBridgeClazz, "callable", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "callable", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Callable;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public static Java.Util.Concurrent.ExecutorService NewCachedThreadPool(Java.Util /// public static Java.Util.Concurrent.ExecutorService NewFixedThreadPool(int arg0, Java.Util.Concurrent.ThreadFactory arg1) { - return SExecute(LocalBridgeClazz, "newFixedThreadPool", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFixedThreadPool", "(ILjava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ExecutorService;", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public static Java.Util.Concurrent.ExecutorService UnconfigurableExecutorService /// public static Java.Util.Concurrent.ScheduledExecutorService NewScheduledThreadPool(int arg0, Java.Util.Concurrent.ThreadFactory arg1) { - return SExecute(LocalBridgeClazz, "newScheduledThreadPool", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newScheduledThreadPool", "(ILjava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ScheduledExecutorService;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinPool.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinPool.cs index bf9cfad2d4..848747c19d 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinPool.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinPool.cs @@ -313,7 +313,7 @@ public T Invoke(Java.Util.Concurrent.ForkJoinTask arg0) /// public bool AwaitQuiescence(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("awaitQuiescence", arg0, arg1); + return IExecuteWithSignature("awaitQuiescence", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinTask.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinTask.cs index f4a3ba4577..bcb86c297d 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinTask.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ForkJoinTask.cs @@ -182,7 +182,7 @@ public static Java.Util.Collection InvokeAll(Java.Util.Collection arg0) /// public static Java.Util.Concurrent.ForkJoinTask Adapt(Java.Lang.Runnable arg0, object arg1) { - return SExecute(LocalBridgeClazz, "adapt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "adapt", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public static void HelpQuiesce() /// public static void InvokeAll(Java.Util.Concurrent.ForkJoinTask arg0, Java.Util.Concurrent.ForkJoinTask arg1) { - SExecute(LocalBridgeClazz, "invokeAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "invokeAll", "(Ljava/util/concurrent/ForkJoinTask;Ljava/util/concurrent/ForkJoinTask;)V", arg0, arg1); } /// /// @@ -284,7 +284,7 @@ public bool TryUnfork() /// public bool CompareAndSetForkJoinTaskTag(short arg0, short arg1) { - return IExecute("compareAndSetForkJoinTaskTag", arg0, arg1); + return IExecuteWithSignature("compareAndSetForkJoinTaskTag", "(SS)Z", arg0, arg1); } /// /// @@ -356,7 +356,7 @@ public object Get() /// public object Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -497,7 +497,7 @@ public static Java.Util.Collection InvokeAll(Java.Util.Collection arg0) /// public static Java.Util.Concurrent.ForkJoinTask Adapt(Java.Lang.Runnable arg0, T arg1) { - return SExecute>(LocalBridgeClazz, "adapt", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "adapt", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;", arg0, arg1); } /// /// @@ -541,7 +541,7 @@ public static void HelpQuiesce() /// public static void InvokeAll(Java.Util.Concurrent.ForkJoinTask arg0, Java.Util.Concurrent.ForkJoinTask arg1) { - SExecute(LocalBridgeClazz, "invokeAll", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "invokeAll", "(Ljava/util/concurrent/ForkJoinTask;Ljava/util/concurrent/ForkJoinTask;)V", arg0, arg1); } /// /// @@ -601,7 +601,7 @@ public bool TryUnfork() /// public bool CompareAndSetForkJoinTaskTag(short arg0, short arg1) { - return IExecute("compareAndSetForkJoinTaskTag", arg0, arg1); + return IExecuteWithSignature("compareAndSetForkJoinTaskTag", "(SS)Z", arg0, arg1); } /// /// @@ -673,7 +673,7 @@ public V Get() /// public V Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Future.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Future.cs index 4656edce19..fdacbf45cd 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Future.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Future.cs @@ -186,7 +186,7 @@ public object Get() /// public object Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -320,7 +320,7 @@ public V Get() /// public V Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/FutureTask.cs b/src/net/JNet/Generated/Java/Util/Concurrent/FutureTask.cs index 216f447536..26beb1adc1 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/FutureTask.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/FutureTask.cs @@ -199,7 +199,7 @@ public object Get() /// public object Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -306,7 +306,7 @@ public V Get() /// public V Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingDeque.cs b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingDeque.cs index 9af4b1c2af..7b5121a9b9 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingDeque.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingDeque.cs @@ -184,7 +184,7 @@ public object Last /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -196,7 +196,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public bool OfferFirst(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerFirst", arg0, arg1, arg2); + return IExecuteWithSignature("offerFirst", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -217,7 +217,7 @@ public bool OfferFirst(object arg0) /// public bool OfferLast(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerLast", arg0, arg1, arg2); + return IExecuteWithSignature("offerLast", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -271,7 +271,7 @@ public object PeekLast() /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -290,7 +290,7 @@ public object PollFirst() /// public object PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollFirst", arg0, arg1); + return IExecuteWithSignature("pollFirst", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public object PollLast() /// public object PollLast(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollLast", arg0, arg1); + return IExecuteWithSignature("pollLast", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public object TakeLast() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -531,7 +531,7 @@ public E Last /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -543,7 +543,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public bool OfferFirst(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerFirst", arg0, arg1, arg2); + return IExecuteWithSignature("offerFirst", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -564,7 +564,7 @@ public bool OfferFirst(E arg0) /// public bool OfferLast(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offerLast", arg0, arg1, arg2); + return IExecuteWithSignature("offerLast", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -618,7 +618,7 @@ public E PeekLast() /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -637,7 +637,7 @@ public E PollFirst() /// public E PollFirst(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollFirst", arg0, arg1); + return IExecuteWithSignature("pollFirst", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -656,7 +656,7 @@ public E PollLast() /// public E PollLast(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("pollLast", arg0, arg1); + return IExecuteWithSignature("pollLast", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -718,7 +718,7 @@ public E TakeLast() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingQueue.cs index 617a60ce6c..13e32391a6 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedBlockingQueue.cs @@ -170,7 +170,7 @@ public LinkedBlockingQueue(Java.Util.Collection arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -181,7 +181,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public LinkedBlockingQueue(Java.Util.Collection arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -308,7 +308,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -328,7 +328,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedTransferQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedTransferQueue.cs index 3002fd43a6..e9c890b193 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/LinkedTransferQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/LinkedTransferQueue.cs @@ -176,7 +176,7 @@ public bool HasWaitingConsumer() /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -188,7 +188,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public bool TryTransfer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("tryTransfer", arg0, arg1, arg2); + return IExecuteWithSignature("tryTransfer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -208,7 +208,7 @@ public bool TryTransfer(object arg0) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -227,7 +227,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -338,7 +338,7 @@ public bool HasWaitingConsumer() /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -350,7 +350,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public bool TryTransfer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("tryTransfer", arg0, arg1, arg2); + return IExecuteWithSignature("tryTransfer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -370,7 +370,7 @@ public bool TryTransfer(E arg0) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedLongSynchronizer.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedLongSynchronizer.cs index 179621b3ba..838af00fd6 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedLongSynchronizer.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedLongSynchronizer.cs @@ -250,7 +250,7 @@ public bool ReleaseShared(long arg0) /// public bool TryAcquireNanos(long arg0, long arg1) { - return IExecute("tryAcquireNanos", arg0, arg1); + return IExecuteWithSignature("tryAcquireNanos", "(JJ)Z", arg0, arg1); } /// /// @@ -261,7 +261,7 @@ public bool TryAcquireNanos(long arg0, long arg1) /// public bool TryAcquireSharedNanos(long arg0, long arg1) { - return IExecute("tryAcquireSharedNanos", arg0, arg1); + return IExecuteWithSignature("tryAcquireSharedNanos", "(JJ)Z", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public ConditionObject(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer /// public bool Await(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("await", arg0, arg1); + return IExecuteWithSignature("await", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedSynchronizer.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedSynchronizer.cs index 6e22aa01ac..3a7fc19bb0 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedSynchronizer.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/AbstractQueuedSynchronizer.cs @@ -250,7 +250,7 @@ public bool ReleaseShared(int arg0) /// public bool TryAcquireNanos(int arg0, long arg1) { - return IExecute("tryAcquireNanos", arg0, arg1); + return IExecuteWithSignature("tryAcquireNanos", "(IJ)Z", arg0, arg1); } /// /// @@ -261,7 +261,7 @@ public bool TryAcquireNanos(int arg0, long arg1) /// public bool TryAcquireSharedNanos(int arg0, long arg1) { - return IExecute("tryAcquireSharedNanos", arg0, arg1); + return IExecuteWithSignature("tryAcquireSharedNanos", "(IJ)Z", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public ConditionObject(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer arg /// public bool Await(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("await", arg0, arg1); + return IExecuteWithSignature("await", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Condition.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Condition.cs index 25001f5afd..eefb72686f 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Condition.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Condition.cs @@ -158,7 +158,7 @@ public partial class Condition : Java.Util.Concurrent.Locks.ICondition /// public bool Await(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("await", arg0, arg1); + return IExecuteWithSignature("await", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Lock.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Lock.cs index 7105c4deda..e8de5f44fc 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Lock.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/Lock.cs @@ -158,7 +158,7 @@ public bool TryLock() /// public bool TryLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryLock", arg0, arg1); + return IExecuteWithSignature("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/LockSupport.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/LockSupport.cs index fc83bb4901..52e335d869 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/LockSupport.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/LockSupport.cs @@ -117,7 +117,7 @@ public static void Park(object arg0) /// public static void ParkNanos(object arg0, long arg1) { - SExecute(LocalBridgeClazz, "parkNanos", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parkNanos", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// @@ -134,7 +134,7 @@ public static void ParkNanos(long arg0) /// public static void ParkUntil(object arg0, long arg1) { - SExecute(LocalBridgeClazz, "parkUntil", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "parkUntil", "(Ljava/lang/Object;J)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantLock.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantLock.cs index 30da60b3dd..2b3169d306 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantLock.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantLock.cs @@ -162,7 +162,7 @@ public bool TryLock() /// public bool TryLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryLock", arg0, arg1); + return IExecuteWithSignature("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantReadWriteLock.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantReadWriteLock.cs index 39c232f3e4..e3d27a0ca7 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantReadWriteLock.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/ReentrantReadWriteLock.cs @@ -348,7 +348,7 @@ public bool TryLock() /// public bool TryLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryLock", arg0, arg1); + return IExecuteWithSignature("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// @@ -451,7 +451,7 @@ public bool TryLock() /// public bool TryLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryLock", arg0, arg1); + return IExecuteWithSignature("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/StampedLock.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/StampedLock.cs index 4d0681786f..7cec22373e 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Locks/StampedLock.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Locks/StampedLock.cs @@ -267,7 +267,7 @@ public long TryReadLock() /// public long TryReadLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryReadLock", arg0, arg1); + return IExecuteWithSignature("tryReadLock", "(JLjava/util/concurrent/TimeUnit;)J", arg0, arg1); } /// /// @@ -286,7 +286,7 @@ public long TryWriteLock() /// public long TryWriteLock(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryWriteLock", arg0, arg1); + return IExecuteWithSignature("tryWriteLock", "(JLjava/util/concurrent/TimeUnit;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Phaser.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Phaser.cs index 301bf7b39f..e0d97f92b4 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Phaser.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Phaser.cs @@ -209,7 +209,7 @@ public int AwaitAdvance(int arg0) /// public int AwaitAdvanceInterruptibly(int arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("awaitAdvanceInterruptibly", arg0, arg1, arg2); + return IExecuteWithSignature("awaitAdvanceInterruptibly", "(IJLjava/util/concurrent/TimeUnit;)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/PriorityBlockingQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/PriorityBlockingQueue.cs index aa1456cee7..aebfd17592 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/PriorityBlockingQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/PriorityBlockingQueue.cs @@ -178,7 +178,7 @@ public PriorityBlockingQueue(Java.Util.Collection arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -189,7 +189,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -320,7 +320,7 @@ public PriorityBlockingQueue(Java.Util.Collection arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -331,7 +331,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -351,7 +351,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/RejectedExecutionHandler.cs b/src/net/JNet/Generated/Java/Util/Concurrent/RejectedExecutionHandler.cs index c4666b083b..38e162695e 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/RejectedExecutionHandler.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/RejectedExecutionHandler.cs @@ -123,7 +123,7 @@ public partial class RejectedExecutionHandler : Java.Util.Concurrent.IRejectedEx /// public void RejectedExecution(Java.Lang.Runnable arg0, Java.Util.Concurrent.ThreadPoolExecutor arg1) { - IExecute("rejectedExecution", arg0, arg1); + IExecuteWithSignature("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledExecutorService.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledExecutorService.cs index 4a061e9589..8c88489ac4 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledExecutorService.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledExecutorService.cs @@ -155,7 +155,7 @@ public partial class ScheduledExecutorService : Java.Util.Concurrent.IScheduledE /// public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Util.Concurrent.Callable arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute>("schedule", arg0, arg1, arg2); + return IExecuteWithSignature>("schedule", "(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2); } /// /// @@ -166,7 +166,7 @@ public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Util.Concurrent. /// public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Lang.Runnable arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute>("schedule", arg0, arg1, arg2); + return IExecuteWithSignature>("schedule", "(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2); } /// /// @@ -178,7 +178,7 @@ public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Lang.Runnable /// public Java.Util.Concurrent.ScheduledFuture ScheduleAtFixedRate(Java.Lang.Runnable arg0, long arg1, long arg2, Java.Util.Concurrent.TimeUnit arg3) { - return IExecute>("scheduleAtFixedRate", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("scheduleAtFixedRate", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2, arg3); } /// /// @@ -190,7 +190,7 @@ public Java.Util.Concurrent.ScheduledFuture ScheduleAtFixedRate(Java.Lan /// public Java.Util.Concurrent.ScheduledFuture ScheduleWithFixedDelay(Java.Lang.Runnable arg0, long arg1, long arg2, Java.Util.Concurrent.TimeUnit arg3) { - return IExecute>("scheduleWithFixedDelay", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("scheduleWithFixedDelay", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledThreadPoolExecutor.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledThreadPoolExecutor.cs index 2ce302f80f..5736ed6a9a 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledThreadPoolExecutor.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ScheduledThreadPoolExecutor.cs @@ -161,7 +161,7 @@ public bool RemoveOnCancelPolicy /// public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Util.Concurrent.Callable arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute>("schedule", arg0, arg1, arg2); + return IExecuteWithSignature>("schedule", "(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Util.Concurrent. /// public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Lang.Runnable arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute>("schedule", arg0, arg1, arg2); + return IExecuteWithSignature>("schedule", "(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public Java.Util.Concurrent.ScheduledFuture Schedule(Java.Lang.Runnable /// public Java.Util.Concurrent.ScheduledFuture ScheduleAtFixedRate(Java.Lang.Runnable arg0, long arg1, long arg2, Java.Util.Concurrent.TimeUnit arg3) { - return IExecute>("scheduleAtFixedRate", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("scheduleAtFixedRate", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2, arg3); } /// /// @@ -196,7 +196,7 @@ public Java.Util.Concurrent.ScheduledFuture ScheduleAtFixedRate(Java.Lan /// public Java.Util.Concurrent.ScheduledFuture ScheduleWithFixedDelay(Java.Lang.Runnable arg0, long arg1, long arg2, Java.Util.Concurrent.TimeUnit arg3) { - return IExecute>("scheduleWithFixedDelay", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("scheduleWithFixedDelay", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/Semaphore.cs b/src/net/JNet/Generated/Java/Util/Concurrent/Semaphore.cs index d302b82003..d76b73356a 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/Semaphore.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/Semaphore.cs @@ -140,7 +140,7 @@ public bool TryAcquire() /// public bool TryAcquire(int arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("tryAcquire", arg0, arg1, arg2); + return IExecuteWithSignature("tryAcquire", "(IJLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -160,7 +160,7 @@ public bool TryAcquire(int arg0) /// public bool TryAcquire(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("tryAcquire", arg0, arg1); + return IExecuteWithSignature("tryAcquire", "(JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/SubmissionPublisher.cs b/src/net/JNet/Generated/Java/Util/Concurrent/SubmissionPublisher.cs index 05a05bf4fe..492df38fbe 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/SubmissionPublisher.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/SubmissionPublisher.cs @@ -235,7 +235,7 @@ public int EstimateMaximumLag() /// public int Offer(object arg0, Java.Util.Function.BiPredicate arg1) { - return IExecute("offer", arg0, arg1); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;Ljava/util/function/BiPredicate;)I", arg0, arg1); } /// /// @@ -247,7 +247,7 @@ public int Offer(object arg0, Java.Util.Function.BiPredicate arg1) /// public int Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2, Java.Util.Function.BiPredicate arg3) { - return IExecute("offer", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;Ljava/util/function/BiPredicate;)I", arg0, arg1, arg2, arg3); } /// /// @@ -434,7 +434,7 @@ public int EstimateMaximumLag() /// public int Offer(T arg0, Java.Util.Function.BiPredicate, Arg1objectSuperT> arg1) where Arg1objectSuperT : T { - return IExecute("offer", arg0, arg1); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;Ljava/util/function/BiPredicate;)I", arg0, arg1); } /// /// @@ -447,7 +447,7 @@ public int Offer(T arg0, Java.Util.Function.BiPredicate public int Offer(T arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2, Java.Util.Function.BiPredicate, Arg3objectSuperT> arg3) where Arg3objectSuperT : T { - return IExecute("offer", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;Ljava/util/function/BiPredicate;)I", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/SynchronousQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/SynchronousQueue.cs index a90d353c41..043648e54a 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/SynchronousQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/SynchronousQueue.cs @@ -162,7 +162,7 @@ public SynchronousQueue(bool arg0) /// public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -173,7 +173,7 @@ public bool Offer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public object Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public object Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public SynchronousQueue(bool arg0) /// public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("offer", arg0, arg1, arg2); + return IExecuteWithSignature("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -292,7 +292,7 @@ public bool Offer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) /// public E Poll(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("poll", arg0, arg1); + return IExecuteWithSignature("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public E Take() /// public int DrainTo(Java.Util.Collection arg0, int arg1) where Arg0objectSuperE : E { - return IExecute("drainTo", arg0, arg1); + return IExecuteWithSignature("drainTo", "(Ljava/util/Collection;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ThreadLocalRandom.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ThreadLocalRandom.cs index dd1a5d2251..111b4492d4 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ThreadLocalRandom.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ThreadLocalRandom.cs @@ -106,7 +106,7 @@ public static Java.Util.Concurrent.ThreadLocalRandom Current() /// public double NextDouble(double arg0, double arg1) { - return IExecute("nextDouble", arg0, arg1); + return IExecuteWithSignature("nextDouble", "(DD)D", arg0, arg1); } /// /// @@ -125,7 +125,7 @@ public double NextDouble(double arg0) /// public int NextInt(int arg0, int arg1) { - return IExecute("nextInt", arg0, arg1); + return IExecuteWithSignature("nextInt", "(II)I", arg0, arg1); } /// /// @@ -135,7 +135,7 @@ public int NextInt(int arg0, int arg1) /// public long NextLong(long arg0, long arg1) { - return IExecute("nextLong", arg0, arg1); + return IExecuteWithSignature("nextLong", "(JJ)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/ThreadPoolExecutor.cs b/src/net/JNet/Generated/Java/Util/Concurrent/ThreadPoolExecutor.cs index 059a838c9c..fdf6c4ef53 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/ThreadPoolExecutor.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/ThreadPoolExecutor.cs @@ -464,7 +464,7 @@ public void Purge() /// public void SetKeepAliveTime(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - IExecute("setKeepAliveTime", arg0, arg1); + IExecuteWithSignature("setKeepAliveTime", "(JLjava/util/concurrent/TimeUnit;)V", arg0, arg1); } #endregion @@ -497,7 +497,7 @@ public partial class AbortPolicy /// public void RejectedExecution(Java.Lang.Runnable arg0, Java.Util.Concurrent.ThreadPoolExecutor arg1) { - IExecute("rejectedExecution", arg0, arg1); + IExecuteWithSignature("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", arg0, arg1); } #endregion @@ -537,7 +537,7 @@ public partial class CallerRunsPolicy /// public void RejectedExecution(Java.Lang.Runnable arg0, Java.Util.Concurrent.ThreadPoolExecutor arg1) { - IExecute("rejectedExecution", arg0, arg1); + IExecuteWithSignature("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", arg0, arg1); } #endregion @@ -577,7 +577,7 @@ public partial class DiscardOldestPolicy /// public void RejectedExecution(Java.Lang.Runnable arg0, Java.Util.Concurrent.ThreadPoolExecutor arg1) { - IExecute("rejectedExecution", arg0, arg1); + IExecuteWithSignature("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", arg0, arg1); } #endregion @@ -617,7 +617,7 @@ public partial class DiscardPolicy /// public void RejectedExecution(Java.Lang.Runnable arg0, Java.Util.Concurrent.ThreadPoolExecutor arg1) { - IExecute("rejectedExecution", arg0, arg1); + IExecuteWithSignature("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/TimeUnit.cs b/src/net/JNet/Generated/Java/Util/Concurrent/TimeUnit.cs index afa438b55f..f4842ee4b3 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/TimeUnit.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/TimeUnit.cs @@ -183,7 +183,7 @@ public long Convert(Java.Time.Duration arg0) /// public long Convert(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("convert", arg0, arg1); + return IExecuteWithSignature("convert", "(JLjava/util/concurrent/TimeUnit;)J", arg0, arg1); } /// /// @@ -265,7 +265,7 @@ public void Sleep(long arg0) /// public void TimedJoin(Java.Lang.Thread arg0, long arg1) { - IExecute("timedJoin", arg0, arg1); + IExecuteWithSignature("timedJoin", "(Ljava/lang/Thread;J)V", arg0, arg1); } /// /// @@ -275,7 +275,7 @@ public void TimedJoin(Java.Lang.Thread arg0, long arg1) /// public void TimedWait(object arg0, long arg1) { - IExecute("timedWait", arg0, arg1); + IExecuteWithSignature("timedWait", "(Ljava/lang/Object;J)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Concurrent/TransferQueue.cs b/src/net/JNet/Generated/Java/Util/Concurrent/TransferQueue.cs index 05ee9971cb..dc1c82f87d 100644 --- a/src/net/JNet/Generated/Java/Util/Concurrent/TransferQueue.cs +++ b/src/net/JNet/Generated/Java/Util/Concurrent/TransferQueue.cs @@ -165,7 +165,7 @@ public bool HasWaitingConsumer() /// public bool TryTransfer(object arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("tryTransfer", arg0, arg1, arg2); + return IExecuteWithSignature("tryTransfer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// @@ -293,7 +293,7 @@ public bool HasWaitingConsumer() /// public bool TryTransfer(E arg0, long arg1, Java.Util.Concurrent.TimeUnit arg2) { - return IExecute("tryTransfer", arg0, arg1, arg2); + return IExecuteWithSignature("tryTransfer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Dictionary.cs b/src/net/JNet/Generated/Java/Util/Dictionary.cs index 7fa6c1f0ad..a1f3d8eb8d 100644 --- a/src/net/JNet/Generated/Java/Util/Dictionary.cs +++ b/src/net/JNet/Generated/Java/Util/Dictionary.cs @@ -190,7 +190,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -285,7 +285,7 @@ public V Get(object arg0) /// public V Put(K arg0, V arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/EnumMap.cs b/src/net/JNet/Generated/Java/Util/EnumMap.cs index 55962bc4db..1d52a42119 100644 --- a/src/net/JNet/Generated/Java/Util/EnumMap.cs +++ b/src/net/JNet/Generated/Java/Util/EnumMap.cs @@ -185,7 +185,7 @@ public Java.Util.EnumMap Clone() /// public object Put(Java.Lang.Enum arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Enum;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -270,7 +270,7 @@ public Java.Util.EnumMap Clone() /// public V Put(K arg0, V arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Enum;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Formattable.cs b/src/net/JNet/Generated/Java/Util/Formattable.cs index b51a9f3b9e..682219ec40 100644 --- a/src/net/JNet/Generated/Java/Util/Formattable.cs +++ b/src/net/JNet/Generated/Java/Util/Formattable.cs @@ -127,7 +127,7 @@ public partial class Formattable : Java.Util.IFormattable /// public void FormatTo(Java.Util.Formatter arg0, int arg1, int arg2, int arg3) { - IExecute("formatTo", arg0, arg1, arg2, arg3); + IExecuteWithSignature("formatTo", "(Ljava/util/Formatter;III)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Formatter.cs b/src/net/JNet/Generated/Java/Util/Formatter.cs index eb31c52337..cf762330bb 100644 --- a/src/net/JNet/Generated/Java/Util/Formatter.cs +++ b/src/net/JNet/Generated/Java/Util/Formatter.cs @@ -325,7 +325,7 @@ public Java.Lang.Appendable Out() /// public Java.Util.Formatter Format(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("format", arg0); else return IExecute("format", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;", arg0); else return IExecuteWithSignature("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;", arg0, arg1); } /// /// @@ -336,7 +336,7 @@ public Java.Util.Formatter Format(Java.Lang.String arg0, params object[] arg1) /// public Java.Util.Formatter Format(Java.Util.Locale arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("format", arg0, arg1); else return IExecute("format", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;", arg0, arg1); else return IExecuteWithSignature("format", "(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Function/BiConsumer.cs b/src/net/JNet/Generated/Java/Util/Function/BiConsumer.cs index edfe2366c2..89b126f56e 100644 --- a/src/net/JNet/Generated/Java/Util/Function/BiConsumer.cs +++ b/src/net/JNet/Generated/Java/Util/Function/BiConsumer.cs @@ -289,7 +289,7 @@ public partial class BiConsumerDirect /// public override void Accept(object arg0, object arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -475,7 +475,7 @@ public partial class BiConsumerDirect : Java.Util.Function.IBiConsumer public override void Accept(T arg0, U arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Function/BiFunction.cs b/src/net/JNet/Generated/Java/Util/Function/BiFunction.cs index a82f2b9b54..e977b7161e 100644 --- a/src/net/JNet/Generated/Java/Util/Function/BiFunction.cs +++ b/src/net/JNet/Generated/Java/Util/Function/BiFunction.cs @@ -292,7 +292,7 @@ public partial class BiFunctionDirect /// public override object Apply(object arg0, object arg1) { - return IExecute("apply", arg0, arg1); + return IExecuteWithSignature("apply", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -484,7 +484,7 @@ public partial class BiFunctionDirect : Java.Util.Function.IBiFunction< /// public override R Apply(T arg0, U arg1) { - return IExecute("apply", arg0, arg1); + return IExecuteWithSignature("apply", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Function/BiPredicate.cs b/src/net/JNet/Generated/Java/Util/Function/BiPredicate.cs index 51c2533502..a1f3595df0 100644 --- a/src/net/JNet/Generated/Java/Util/Function/BiPredicate.cs +++ b/src/net/JNet/Generated/Java/Util/Function/BiPredicate.cs @@ -363,7 +363,7 @@ public partial class BiPredicateDirect /// public override bool Test(object arg0, object arg1) { - return IExecute("test", arg0, arg1); + return IExecuteWithSignature("test", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -658,7 +658,7 @@ public partial class BiPredicateDirect : Java.Util.Function.IBiPredicate public override bool Test(T arg0, U arg1) { - return IExecute("test", arg0, arg1); + return IExecuteWithSignature("test", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Function/DoubleBinaryOperator.cs b/src/net/JNet/Generated/Java/Util/Function/DoubleBinaryOperator.cs index d3a02ce5de..66327546d2 100644 --- a/src/net/JNet/Generated/Java/Util/Function/DoubleBinaryOperator.cs +++ b/src/net/JNet/Generated/Java/Util/Function/DoubleBinaryOperator.cs @@ -210,7 +210,7 @@ public partial class DoubleBinaryOperatorDirect : Java.Util.Function.IDoubleBina /// public override double ApplyAsDouble(double arg0, double arg1) { - return IExecute("applyAsDouble", arg0, arg1); + return IExecuteWithSignature("applyAsDouble", "(DD)D", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/IntBinaryOperator.cs b/src/net/JNet/Generated/Java/Util/Function/IntBinaryOperator.cs index 7799b0379b..a1051f0509 100644 --- a/src/net/JNet/Generated/Java/Util/Function/IntBinaryOperator.cs +++ b/src/net/JNet/Generated/Java/Util/Function/IntBinaryOperator.cs @@ -210,7 +210,7 @@ public partial class IntBinaryOperatorDirect : Java.Util.Function.IIntBinaryOper /// public override int ApplyAsInt(int arg0, int arg1) { - return IExecute("applyAsInt", arg0, arg1); + return IExecuteWithSignature("applyAsInt", "(II)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/LongBinaryOperator.cs b/src/net/JNet/Generated/Java/Util/Function/LongBinaryOperator.cs index 3ae9563745..be2b25fd6e 100644 --- a/src/net/JNet/Generated/Java/Util/Function/LongBinaryOperator.cs +++ b/src/net/JNet/Generated/Java/Util/Function/LongBinaryOperator.cs @@ -210,7 +210,7 @@ public partial class LongBinaryOperatorDirect : Java.Util.Function.ILongBinaryOp /// public override long ApplyAsLong(long arg0, long arg1) { - return IExecute("applyAsLong", arg0, arg1); + return IExecuteWithSignature("applyAsLong", "(JJ)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ObjDoubleConsumer.cs b/src/net/JNet/Generated/Java/Util/Function/ObjDoubleConsumer.cs index 6b77ff16ca..2007b740c9 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ObjDoubleConsumer.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ObjDoubleConsumer.cs @@ -251,7 +251,7 @@ public partial class ObjDoubleConsumerDirect /// public override void Accept(object arg0, double arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;D)V", arg0, arg1); } #endregion @@ -379,7 +379,7 @@ public partial class ObjDoubleConsumerDirect : Java.Util.Function.IObjDoubleC /// public override void Accept(T arg0, double arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;D)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ObjIntConsumer.cs b/src/net/JNet/Generated/Java/Util/Function/ObjIntConsumer.cs index 3797eacff0..febfae2e6b 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ObjIntConsumer.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ObjIntConsumer.cs @@ -251,7 +251,7 @@ public partial class ObjIntConsumerDirect /// public override void Accept(object arg0, int arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;I)V", arg0, arg1); } #endregion @@ -379,7 +379,7 @@ public partial class ObjIntConsumerDirect : Java.Util.Function.IObjIntConsume /// public override void Accept(T arg0, int arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ObjLongConsumer.cs b/src/net/JNet/Generated/Java/Util/Function/ObjLongConsumer.cs index c0f2f9a8e3..cb6fbe6729 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ObjLongConsumer.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ObjLongConsumer.cs @@ -251,7 +251,7 @@ public partial class ObjLongConsumerDirect /// public override void Accept(object arg0, long arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;J)V", arg0, arg1); } #endregion @@ -379,7 +379,7 @@ public partial class ObjLongConsumerDirect : Java.Util.Function.IObjLongConsu /// public override void Accept(T arg0, long arg1) { - IExecute("accept", arg0, arg1); + IExecuteWithSignature("accept", "(Ljava/lang/Object;J)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ToDoubleBiFunction.cs b/src/net/JNet/Generated/Java/Util/Function/ToDoubleBiFunction.cs index e5e925ce98..806a7b5399 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ToDoubleBiFunction.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ToDoubleBiFunction.cs @@ -254,7 +254,7 @@ public partial class ToDoubleBiFunctionDirect /// public override double ApplyAsDouble(object arg0, object arg1) { - return IExecute("applyAsDouble", arg0, arg1); + return IExecuteWithSignature("applyAsDouble", "(Ljava/lang/Object;Ljava/lang/Object;)D", arg0, arg1); } #endregion @@ -385,7 +385,7 @@ public partial class ToDoubleBiFunctionDirect : Java.Util.Function.IToDoub /// public override double ApplyAsDouble(T arg0, U arg1) { - return IExecute("applyAsDouble", arg0, arg1); + return IExecuteWithSignature("applyAsDouble", "(Ljava/lang/Object;Ljava/lang/Object;)D", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ToIntBiFunction.cs b/src/net/JNet/Generated/Java/Util/Function/ToIntBiFunction.cs index 345adbafe4..4b9683148e 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ToIntBiFunction.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ToIntBiFunction.cs @@ -254,7 +254,7 @@ public partial class ToIntBiFunctionDirect /// public override int ApplyAsInt(object arg0, object arg1) { - return IExecute("applyAsInt", arg0, arg1); + return IExecuteWithSignature("applyAsInt", "(Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } #endregion @@ -385,7 +385,7 @@ public partial class ToIntBiFunctionDirect : Java.Util.Function.IToIntBiFu /// public override int ApplyAsInt(T arg0, U arg1) { - return IExecute("applyAsInt", arg0, arg1); + return IExecuteWithSignature("applyAsInt", "(Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Function/ToLongBiFunction.cs b/src/net/JNet/Generated/Java/Util/Function/ToLongBiFunction.cs index 28bcff2d71..0cfaa2536d 100644 --- a/src/net/JNet/Generated/Java/Util/Function/ToLongBiFunction.cs +++ b/src/net/JNet/Generated/Java/Util/Function/ToLongBiFunction.cs @@ -254,7 +254,7 @@ public partial class ToLongBiFunctionDirect /// public override long ApplyAsLong(object arg0, object arg1) { - return IExecute("applyAsLong", arg0, arg1); + return IExecuteWithSignature("applyAsLong", "(Ljava/lang/Object;Ljava/lang/Object;)J", arg0, arg1); } #endregion @@ -385,7 +385,7 @@ public partial class ToLongBiFunctionDirect : Java.Util.Function.IToLongBi /// public override long ApplyAsLong(T arg0, U arg1) { - return IExecute("applyAsLong", arg0, arg1); + return IExecuteWithSignature("applyAsLong", "(Ljava/lang/Object;Ljava/lang/Object;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Hashtable.cs b/src/net/JNet/Generated/Java/Util/Hashtable.cs index 9e446d7c9f..f8de651ede 100644 --- a/src/net/JNet/Generated/Java/Util/Hashtable.cs +++ b/src/net/JNet/Generated/Java/Util/Hashtable.cs @@ -233,7 +233,7 @@ public bool ContainsKey(object arg0) /// public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(object arg0, object arg1, object arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -254,7 +254,7 @@ public bool Replace(object arg0, object arg1, object arg2) /// public object Compute(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -264,7 +264,7 @@ public object Compute(object arg0, Java.Util.Function.BiFunction arg1) /// public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -274,7 +274,7 @@ public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) /// public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -284,7 +284,7 @@ public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) /// public object GetOrDefault(object arg0, object arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -295,7 +295,7 @@ public object GetOrDefault(object arg0, object arg1) /// public object Merge(object arg0, object arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -305,7 +305,7 @@ public object Merge(object arg0, object arg1, Java.Util.Function.BiFunction arg2 /// public object PutIfAbsent(object arg0, object arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -315,7 +315,7 @@ public object PutIfAbsent(object arg0, object arg1) /// public object Replace(object arg0, object arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -479,7 +479,7 @@ public bool ContainsKey(object arg0) /// public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -490,7 +490,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(K arg0, V arg1, V arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -503,7 +503,7 @@ public bool Replace(K arg0, V arg1, V arg2) /// public V Compute(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -515,7 +515,7 @@ public V Compute(K arg0, Java. /// public V ComputeIfAbsent(K arg0, Java.Util.Function.Function arg1) where Arg1objectSuperK : K where Arg1ExtendsV : V { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -528,7 +528,7 @@ public V ComputeIfAbsent(K arg0, Java.Util.Funct /// public V ComputeIfPresent(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -538,7 +538,7 @@ public V ComputeIfPresent(K ar /// public V GetOrDefault(object arg0, V arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -551,7 +551,7 @@ public V GetOrDefault(object arg0, V arg1) /// public V Merge(K arg0, V arg1, Java.Util.Function.BiFunction arg2) where Arg2objectSuperV : V where Arg2ExtendsV : V { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -561,7 +561,7 @@ public V Merge(K arg0, V arg1, Java.Util.Functio /// public V PutIfAbsent(K arg0, V arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -571,7 +571,7 @@ public V PutIfAbsent(K arg0, V arg1) /// public V Replace(K arg0, V arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Jar/Attributes.cs b/src/net/JNet/Generated/Java/Util/Jar/Attributes.cs index 5241345496..1feb0d54de 100644 --- a/src/net/JNet/Generated/Java/Util/Jar/Attributes.cs +++ b/src/net/JNet/Generated/Java/Util/Jar/Attributes.cs @@ -210,7 +210,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -247,7 +247,7 @@ public Java.Lang.String GetValue(Java.Util.Jar.Attributes.Name arg0) /// public Java.Lang.String PutValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("putValue", arg0, arg1); + return IExecuteWithSignature("putValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/List.cs b/src/net/JNet/Generated/Java/Util/List.cs index e8ee9a4db5..839bb884a4 100644 --- a/src/net/JNet/Generated/Java/Util/List.cs +++ b/src/net/JNet/Generated/Java/Util/List.cs @@ -169,7 +169,7 @@ public static Java.Util.List Of() /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -186,7 +186,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -202,7 +202,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -217,7 +217,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -231,7 +231,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -244,7 +244,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3, object arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -256,7 +256,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2, object arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3); } /// /// @@ -267,7 +267,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2, object ar /// public static Java.Util.List Of(object arg0, object arg1, object arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -277,7 +277,7 @@ public static Java.Util.List Of(object arg0, object arg1, object arg2) /// public static Java.Util.List Of(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1); } /// /// @@ -327,7 +327,7 @@ public bool Add(object arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -417,7 +417,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public Java.Util.Iterator Iterator() /// public Java.Util.List SubList(int arg0, int arg1) { - return IExecute("subList", arg0, arg1); + return IExecuteWithSignature("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -495,7 +495,7 @@ public Java.Util.ListIterator ListIterator(int arg0) /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -764,7 +764,7 @@ public static Java.Util.List Of() /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7, E arg8, E arg9) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -781,7 +781,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7, E arg8) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -797,7 +797,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -812,7 +812,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -826,7 +826,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -839,7 +839,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -851,7 +851,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3, E arg4) /// public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2, arg3); } /// /// @@ -862,7 +862,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2, E arg3) /// public static Java.Util.List Of(E arg0, E arg1, E arg2) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -872,7 +872,7 @@ public static Java.Util.List Of(E arg0, E arg1, E arg2) /// public static Java.Util.List Of(E arg0, E arg1) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;", arg0, arg1); } /// /// @@ -924,7 +924,7 @@ public bool Add(E arg0) /// public bool AddAll(int arg0, Java.Util.Collection arg1) where Arg1ExtendsE : E { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/Collection;)Z", arg0, arg1); } /// /// @@ -1015,7 +1015,7 @@ public E Remove(int arg0) /// public E Set(int arg0, E arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1067,7 +1067,7 @@ public Java.Util.Iterator Iterator() /// public Java.Util.List SubList(int arg0, int arg1) { - return IExecute>("subList", arg0, arg1); + return IExecuteWithSignature>("subList", "(II)Ljava/util/List;", arg0, arg1); } /// /// @@ -1093,7 +1093,7 @@ public Java.Util.ListIterator ListIterator(int arg0) /// public void Add(int arg0, E arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Locale.cs b/src/net/JNet/Generated/Java/Util/Locale.cs index ef92b8e94a..a85d306007 100644 --- a/src/net/JNet/Generated/Java/Util/Locale.cs +++ b/src/net/JNet/Generated/Java/Util/Locale.cs @@ -528,7 +528,7 @@ public static Java.Lang.String[] ISOLanguages /// public static Java.Lang.String LookupTag(Java.Util.List arg0, Java.Util.Collection arg1) { - return SExecute(LocalBridgeClazz, "lookupTag", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "lookupTag", "(Ljava/util/List;Ljava/util/Collection;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -539,7 +539,7 @@ public static Java.Lang.String LookupTag(Java.Util.List public static Java.Util.List FilterTags(Java.Util.List arg0, Java.Util.Collection arg1, Java.Util.Locale.FilteringMode arg2) { - return SExecute>(LocalBridgeClazz, "filterTags", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "filterTags", "(Ljava/util/List;Ljava/util/Collection;Ljava/util/Locale$FilteringMode;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -549,7 +549,7 @@ public static Java.Lang.String LookupTag(Java.Util.List public static Java.Util.List FilterTags(Java.Util.List arg0, Java.Util.Collection arg1) { - return SExecute>(LocalBridgeClazz, "filterTags", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "filterTags", "(Ljava/util/List;Ljava/util/Collection;)Ljava/util/List;", arg0, arg1); } /// /// @@ -560,7 +560,7 @@ public static Java.Lang.String LookupTag(Java.Util.List public static Java.Util.List Filter(Java.Util.List arg0, Java.Util.Collection arg1, Java.Util.Locale.FilteringMode arg2) { - return SExecute>(LocalBridgeClazz, "filter", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "filter", "(Ljava/util/List;Ljava/util/Collection;Ljava/util/Locale$FilteringMode;)Ljava/util/List;", arg0, arg1, arg2); } /// /// @@ -570,7 +570,7 @@ public static Java.Lang.String LookupTag(Java.Util.List public static Java.Util.List Filter(Java.Util.List arg0, Java.Util.Collection arg1) { - return SExecute>(LocalBridgeClazz, "filter", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "filter", "(Ljava/util/List;Ljava/util/Collection;)Ljava/util/List;", arg0, arg1); } /// /// @@ -598,7 +598,7 @@ public static Java.Util.Locale GetDefault(Java.Util.Locale.Category arg0) /// public static Java.Util.Locale Lookup(Java.Util.List arg0, Java.Util.Collection arg1) { - return SExecute(LocalBridgeClazz, "lookup", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "lookup", "(Ljava/util/List;Ljava/util/Collection;)Ljava/util/Locale;", arg0, arg1); } /// /// @@ -616,7 +616,7 @@ public static Java.Util.Locale Lookup(Java.Util.List public static void SetDefault(Java.Util.Locale.Category arg0, Java.Util.Locale arg1) { - SExecute(LocalBridgeClazz, "setDefault", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setDefault", "(Ljava/util/Locale$Category;Ljava/util/Locale;)V", arg0, arg1); } #endregion @@ -881,7 +881,7 @@ public Java.Util.Locale.Builder RemoveUnicodeLocaleAttribute(Java.Lang.String ar /// public Java.Util.Locale.Builder SetExtension(char arg0, Java.Lang.String arg1) { - return IExecute("setExtension", arg0, arg1); + return IExecuteWithSignature("setExtension", "(CLjava/lang/String;)Ljava/util/Locale$Builder;", arg0, arg1); } /// /// @@ -936,7 +936,7 @@ public Java.Util.Locale.Builder SetScript(Java.Lang.String arg0) /// public Java.Util.Locale.Builder SetUnicodeLocaleKeyword(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("setUnicodeLocaleKeyword", arg0, arg1); + return IExecuteWithSignature("setUnicodeLocaleKeyword", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/Locale$Builder;", arg0, arg1); } /// /// @@ -1215,7 +1215,7 @@ public LanguageRange(Java.Lang.String arg0) /// public static Java.Util.List MapEquivalents(Java.Util.List arg0, Java.Util.Map> arg1) { - return SExecute>(LocalBridgeClazz, "mapEquivalents", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "mapEquivalents", "(Ljava/util/List;Ljava/util/Map;)Ljava/util/List;", arg0, arg1); } /// /// @@ -1225,7 +1225,7 @@ public LanguageRange(Java.Lang.String arg0) /// public static Java.Util.List Parse(Java.Lang.String arg0, Java.Util.Map> arg1) { - return SExecute>(LocalBridgeClazz, "parse", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "parse", "(Ljava/lang/String;Ljava/util/Map;)Ljava/util/List;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Logging/ErrorManager.cs b/src/net/JNet/Generated/Java/Util/Logging/ErrorManager.cs index 6c88ef5d05..f8cb038a65 100644 --- a/src/net/JNet/Generated/Java/Util/Logging/ErrorManager.cs +++ b/src/net/JNet/Generated/Java/Util/Logging/ErrorManager.cs @@ -134,7 +134,7 @@ public partial class ErrorManager /// public void Error(Java.Lang.String arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1, int arg2) { - IExecute("error", arg0, arg1, arg2); + IExecuteWithSignature("error", "(Ljava/lang/String;Ljava/lang/Exception;I)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Logging/LogManager.cs b/src/net/JNet/Generated/Java/Util/Logging/LogManager.cs index 5d84f27b85..e07e659833 100644 --- a/src/net/JNet/Generated/Java/Util/Logging/LogManager.cs +++ b/src/net/JNet/Generated/Java/Util/Logging/LogManager.cs @@ -197,7 +197,7 @@ public void Reset() /// public void UpdateConfiguration(Java.Io.InputStream arg0, Java.Util.Function.Function> arg1) { - IExecute("updateConfiguration", arg0, arg1); + IExecuteWithSignature("updateConfiguration", "(Ljava/io/InputStream;Ljava/util/function/Function;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Logging/Logger.cs b/src/net/JNet/Generated/Java/Util/Logging/Logger.cs index 0c6c4af3e2..f4980005ec 100644 --- a/src/net/JNet/Generated/Java/Util/Logging/Logger.cs +++ b/src/net/JNet/Generated/Java/Util/Logging/Logger.cs @@ -123,7 +123,7 @@ public static Java.Util.Logging.Logger GetAnonymousLogger(Java.Lang.String arg0) /// public static Java.Util.Logging.Logger GetLogger(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getLogger", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getLogger", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public void Config(Java.Util.Function.Supplier arg0) /// public void Entering(Java.Lang.String arg0, Java.Lang.String arg1, object arg2) { - IExecute("entering", arg0, arg1, arg2); + IExecuteWithSignature("entering", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -246,7 +246,7 @@ public void Entering(Java.Lang.String arg0, Java.Lang.String arg1, object arg2) /// public void Entering(Java.Lang.String arg0, Java.Lang.String arg1, object[] arg2) { - IExecute("entering", arg0, arg1, arg2); + IExecuteWithSignature("entering", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -255,7 +255,7 @@ public void Entering(Java.Lang.String arg0, Java.Lang.String arg1, object[] arg2 /// public void Entering(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("entering", arg0, arg1); + IExecuteWithSignature("entering", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -265,7 +265,7 @@ public void Entering(Java.Lang.String arg0, Java.Lang.String arg1) /// public void Exiting(Java.Lang.String arg0, Java.Lang.String arg1, object arg2) { - IExecute("exiting", arg0, arg1, arg2); + IExecuteWithSignature("exiting", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -274,7 +274,7 @@ public void Exiting(Java.Lang.String arg0, Java.Lang.String arg1, object arg2) /// public void Exiting(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("exiting", arg0, arg1); + IExecuteWithSignature("exiting", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public void Info(Java.Util.Function.Supplier arg0) /// public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, object arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -358,7 +358,7 @@ public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, object arg2 /// public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, object[] arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -368,7 +368,7 @@ public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, object[] ar /// public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, MASES.JCOBridge.C2JBridge.JVMBridgeException arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2); } /// /// @@ -377,7 +377,7 @@ public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1, MASES.JCOBr /// public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1) { - IExecute("log", arg0, arg1); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -387,7 +387,7 @@ public void Log(Java.Util.Logging.Level arg0, Java.Lang.String arg1) /// public void Log(Java.Util.Logging.Level arg0, MASES.JCOBridge.C2JBridge.JVMBridgeException arg1, Java.Util.Function.Supplier arg2) { - IExecute("log", arg0, arg1, arg2); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/lang/Throwable;Ljava/util/function/Supplier;)V", arg0, arg1, arg2); } /// /// @@ -396,7 +396,7 @@ public void Log(Java.Util.Logging.Level arg0, MASES.JCOBridge.C2JBridge.JVMBridg /// public void Log(Java.Util.Logging.Level arg0, Java.Util.Function.Supplier arg1) { - IExecute("log", arg0, arg1); + IExecuteWithSignature("log", "(Ljava/util/logging/Level;Ljava/util/function/Supplier;)V", arg0, arg1); } /// /// @@ -416,7 +416,7 @@ public void Log(Java.Util.Logging.LogRecord arg0) /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, object arg4) { - IExecute("logp", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -428,7 +428,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, object[] arg4) { - IExecute("logp", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -440,7 +440,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, MASES.JCOBridge.C2JBridge.JVMBridgeException arg4) { - IExecute("logp", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -451,7 +451,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - IExecute("logp", arg0, arg1, arg2, arg3); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// @@ -463,7 +463,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, MASES.JCOBridge.C2JBridge.JVMBridgeException arg3, Java.Util.Function.Supplier arg4) { - IExecute("logp", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;Ljava/util/function/Supplier;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -474,7 +474,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Function.Supplier arg3) { - IExecute("logp", arg0, arg1, arg2, arg3); + IExecuteWithSignature("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;)V", arg0, arg1, arg2, arg3); } /// /// @@ -487,7 +487,7 @@ public void Logp(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang. /// public void Logrb(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.ResourceBundle arg3, Java.Lang.String arg4, params object[] arg5) { - if (arg5.Length == 0) IExecute("logrb", arg0, arg1, arg2, arg3, arg4); else IExecute("logrb", arg0, arg1, arg2, arg3, arg4, arg5); + if (arg5.Length == 0) IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4); else IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -500,7 +500,7 @@ public void Logrb(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang /// public void Logrb(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.ResourceBundle arg3, Java.Lang.String arg4, MASES.JCOBridge.C2JBridge.JVMBridgeException arg5) { - IExecute("logrb", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -511,7 +511,7 @@ public void Logrb(Java.Util.Logging.Level arg0, Java.Lang.String arg1, Java.Lang /// public void Logrb(Java.Util.Logging.Level arg0, Java.Util.ResourceBundle arg1, Java.Lang.String arg2, params object[] arg3) { - if (arg3.Length == 0) IExecute("logrb", arg0, arg1, arg2); else IExecute("logrb", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2); else IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -522,7 +522,7 @@ public void Logrb(Java.Util.Logging.Level arg0, Java.Util.ResourceBundle arg1, J /// public void Logrb(Java.Util.Logging.Level arg0, Java.Util.ResourceBundle arg1, Java.Lang.String arg2, MASES.JCOBridge.C2JBridge.JVMBridgeException arg3) { - IExecute("logrb", arg0, arg1, arg2, arg3); + IExecuteWithSignature("logrb", "(Ljava/util/logging/Level;Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2, arg3); } /// /// @@ -557,7 +557,7 @@ public void Severe(Java.Util.Function.Supplier arg0) /// public void Throwing(Java.Lang.String arg0, Java.Lang.String arg1, MASES.JCOBridge.C2JBridge.JVMBridgeException arg2) { - IExecute("throwing", arg0, arg1, arg2); + IExecuteWithSignature("throwing", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Map.cs b/src/net/JNet/Generated/Java/Util/Map.cs index 4331b5f274..1a6cbb68be 100644 --- a/src/net/JNet/Generated/Java/Util/Map.cs +++ b/src/net/JNet/Generated/Java/Util/Map.cs @@ -240,7 +240,7 @@ public partial class Map /// public static Java.Util.Map CopyOf(Java.Util.Map arg0) { - return SExecute(LocalBridgeClazz, "copyOf", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "copyOf", "(Ljava/util/Map;)Ljava/util/Map;", arg0); } /// /// @@ -248,7 +248,7 @@ public static Java.Util.Map CopyOf(Java.Util.Map arg0) /// public static Java.Util.Map Of() { - return SExecute(LocalBridgeClazz, "of"); + return SExecuteWithSignature(LocalBridgeClazz, "of", "()Ljava/util/Map;"); } /// /// @@ -276,7 +276,7 @@ public static Java.Util.Map Of() /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15, object arg16, object arg17, object arg18, object arg19) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19); } /// /// @@ -302,7 +302,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15, object arg16, object arg17) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17); } /// /// @@ -326,7 +326,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13, object arg14, object arg15) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15); } /// /// @@ -348,7 +348,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11, object arg12, object arg13) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13); } /// /// @@ -368,7 +368,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, object arg11) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); } /// /// @@ -386,7 +386,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -402,7 +402,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -416,7 +416,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -428,7 +428,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3); } /// /// @@ -438,7 +438,7 @@ public static Java.Util.Map Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Map Of(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1); } /// /// @@ -447,7 +447,7 @@ public static Java.Util.Map Of(object arg0, object arg1) /// public static Java.Util.Map OfEntries(params Java.Util.Map.Entry[] arg0) { - if (arg0.Length == 0) return SExecute(LocalBridgeClazz, "ofEntries"); else return SExecute(LocalBridgeClazz, "ofEntries", arg0); + if (arg0.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;"); else return SExecuteWithSignature(LocalBridgeClazz, "ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;", arg0); } /// /// @@ -457,7 +457,7 @@ public static Java.Util.Map OfEntries(params Java.Util.Map.Entry[] arg0) /// public static Java.Util.Map.Entry EntryMethod(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "entry", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "entry", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;", arg0, arg1); } #endregion @@ -538,7 +538,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -572,7 +572,7 @@ public void PutAll(Java.Util.Map arg0) /// public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -583,7 +583,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(object arg0, object arg1, object arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -593,7 +593,7 @@ public bool Replace(object arg0, object arg1, object arg2) /// public object Compute(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public object Compute(object arg0, Java.Util.Function.BiFunction arg1) /// public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -613,7 +613,7 @@ public object ComputeIfAbsent(object arg0, Java.Util.Function.Function arg1) /// public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public object ComputeIfPresent(object arg0, Java.Util.Function.BiFunction arg1) /// public object GetOrDefault(object arg0, object arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -634,7 +634,7 @@ public object GetOrDefault(object arg0, object arg1) /// public object Merge(object arg0, object arg1, Java.Util.Function.BiFunction arg2) { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -644,7 +644,7 @@ public object Merge(object arg0, object arg1, Java.Util.Function.BiFunction arg2 /// public object PutIfAbsent(object arg0, object arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -654,7 +654,7 @@ public object PutIfAbsent(object arg0, object arg1) /// public object Replace(object arg0, object arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -707,7 +707,7 @@ public static Java.Util.Comparator ComparingByKey() /// public static Java.Util.Comparator ComparingByKey(Java.Util.Comparator arg0) { - return SExecute(LocalBridgeClazz, "comparingByKey", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "comparingByKey", "(Ljava/util/Comparator;)Ljava/util/Comparator;", arg0); } /// /// @@ -724,7 +724,7 @@ public static Java.Util.Comparator ComparingByValue() /// public static Java.Util.Comparator ComparingByValue(Java.Util.Comparator arg0) { - return SExecute(LocalBridgeClazz, "comparingByValue", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "comparingByValue", "(Ljava/util/Comparator;)Ljava/util/Comparator;", arg0); } #endregion @@ -800,7 +800,7 @@ public partial class Entry /// public static Java.Util.Comparator> ComparingByKey(Java.Util.Comparator arg0) where Arg0objectSuperK : K { - return SExecute>>(LocalBridgeClazz, "comparingByKey", arg0); + return SExecuteWithSignature>>(LocalBridgeClazz, "comparingByKey", "(Ljava/util/Comparator;)Ljava/util/Comparator;", arg0); } /// /// @@ -818,7 +818,7 @@ public partial class Entry /// public static Java.Util.Comparator> ComparingByValue(Java.Util.Comparator arg0) where Arg0objectSuperV : V { - return SExecute>>(LocalBridgeClazz, "comparingByValue", arg0); + return SExecuteWithSignature>>(LocalBridgeClazz, "comparingByValue", "(Ljava/util/Comparator;)Ljava/util/Comparator;", arg0); } #endregion @@ -1069,7 +1069,7 @@ public partial class Map : Java.Util.IMap /// public static Java.Util.Map CopyOf(Java.Util.Map arg0) where Arg0ExtendsK : K where Arg0ExtendsV : V { - return SExecute>(LocalBridgeClazz, "copyOf", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "copyOf", "(Ljava/util/Map;)Ljava/util/Map;", arg0); } /// /// @@ -1077,7 +1077,7 @@ public static Java.Util.Map CopyOf(Java.Util.M /// public static Java.Util.Map Of() { - return SExecute>(LocalBridgeClazz, "of"); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "()Ljava/util/Map;"); } /// /// @@ -1105,7 +1105,7 @@ public static Java.Util.Map Of() /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9, K arg10, V arg11, K arg12, V arg13, K arg14, V arg15, K arg16, V arg17, K arg18, V arg19) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19); } /// /// @@ -1131,7 +1131,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9, K arg10, V arg11, K arg12, V arg13, K arg14, V arg15, K arg16, V arg17) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17); } /// /// @@ -1155,7 +1155,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9, K arg10, V arg11, K arg12, V arg13, K arg14, V arg15) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15); } /// /// @@ -1177,7 +1177,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9, K arg10, V arg11, K arg12, V arg13) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13); } /// /// @@ -1197,7 +1197,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9, K arg10, V arg11) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); } /// /// @@ -1215,7 +1215,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7, K arg8, V arg9) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -1231,7 +1231,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5, K arg6, V arg7) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -1245,7 +1245,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V arg5) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1257,7 +1257,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3, K arg4, V a /// public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1, arg2, arg3); } /// /// @@ -1267,7 +1267,7 @@ public static Java.Util.Map Of(K arg0, V arg1, K arg2, V arg3) /// public static Java.Util.Map Of(K arg0, V arg1) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;", arg0, arg1); } /// /// @@ -1278,7 +1278,7 @@ public static Java.Util.Map Of(K arg0, V arg1) /// public static Java.Util.Map OfEntries(params Java.Util.Map.Entry[] arg0) where Arg0ExtendsK : K where Arg0ExtendsV : V { - if (arg0.Length == 0) return SExecute>(LocalBridgeClazz, "ofEntries"); else return SExecute>(LocalBridgeClazz, "ofEntries", arg0); + if (arg0.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;"); else return SExecuteWithSignature>(LocalBridgeClazz, "ofEntries", "([Ljava/util/Map$Entry;)Ljava/util/Map;", arg0); } /// /// @@ -1288,7 +1288,7 @@ public static Java.Util.Map OfEntries(params J /// public static Java.Util.Map.Entry EntryMethod(K arg0, V arg1) { - return SExecute>(LocalBridgeClazz, "entry", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "entry", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;", arg0, arg1); } #endregion @@ -1369,7 +1369,7 @@ public V Get(object arg0) /// public V Put(K arg0, V arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1405,7 +1405,7 @@ public void PutAll(Java.Util.Map public bool Remove(object arg0, object arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -1416,7 +1416,7 @@ public bool Remove(object arg0, object arg1) /// public bool Replace(K arg0, V arg1, V arg2) { - return IExecute("replace", arg0, arg1, arg2); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -1429,7 +1429,7 @@ public bool Replace(K arg0, V arg1, V arg2) /// public V Compute(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("compute", arg0, arg1); + return IExecuteWithSignature("compute", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1441,7 +1441,7 @@ public V Compute(K arg0, Java. /// public V ComputeIfAbsent(K arg0, Java.Util.Function.Function arg1) where Arg1objectSuperK : K where Arg1ExtendsV : V { - return IExecute("computeIfAbsent", arg0, arg1); + return IExecuteWithSignature("computeIfAbsent", "(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1454,7 +1454,7 @@ public V ComputeIfAbsent(K arg0, Java.Util.Funct /// public V ComputeIfPresent(K arg0, Java.Util.Function.BiFunction arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg1ExtendsV : V { - return IExecute("computeIfPresent", arg0, arg1); + return IExecuteWithSignature("computeIfPresent", "(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1464,7 +1464,7 @@ public V ComputeIfPresent(K ar /// public V GetOrDefault(object arg0, V arg1) { - return IExecute("getOrDefault", arg0, arg1); + return IExecuteWithSignature("getOrDefault", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1477,7 +1477,7 @@ public V GetOrDefault(object arg0, V arg1) /// public V Merge(K arg0, V arg1, Java.Util.Function.BiFunction arg2) where Arg2objectSuperV : V where Arg2ExtendsV : V { - return IExecute("merge", arg0, arg1, arg2); + return IExecuteWithSignature("merge", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -1487,7 +1487,7 @@ public V Merge(K arg0, V arg1, Java.Util.Functio /// public V PutIfAbsent(K arg0, V arg1) { - return IExecute("putIfAbsent", arg0, arg1); + return IExecuteWithSignature("putIfAbsent", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -1497,7 +1497,7 @@ public V PutIfAbsent(K arg0, V arg1) /// public V Replace(K arg0, V arg1) { - return IExecute("replace", arg0, arg1); + return IExecuteWithSignature("replace", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/NavigableMap.cs b/src/net/JNet/Generated/Java/Util/NavigableMap.cs index f995a14b09..ca162cdde7 100644 --- a/src/net/JNet/Generated/Java/Util/NavigableMap.cs +++ b/src/net/JNet/Generated/Java/Util/NavigableMap.cs @@ -225,7 +225,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) { - return IExecute("headMap", arg0, arg1); + return IExecuteWithSignature("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) /// public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -247,7 +247,7 @@ public Java.Util.NavigableMap SubMap(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableMap TailMap(object arg0, bool arg1) { - return IExecute("tailMap", arg0, arg1); + return IExecuteWithSignature("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -282,7 +282,7 @@ public Java.Util.SortedMap HeadMap(object arg0) /// public Java.Util.SortedMap SubMap(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(K arg0, bool arg1) { - return IExecute>("headMap", arg0, arg1); + return IExecuteWithSignature>("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public Java.Util.NavigableMap HeadMap(K arg0, bool arg1) /// public Java.Util.NavigableMap SubMap(K arg0, bool arg1, K arg2, bool arg3) { - return IExecute>("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -613,7 +613,7 @@ public Java.Util.NavigableMap SubMap(K arg0, bool arg1, K arg2, bool arg3) /// public Java.Util.NavigableMap TailMap(K arg0, bool arg1) { - return IExecute>("tailMap", arg0, arg1); + return IExecuteWithSignature>("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -648,7 +648,7 @@ public Java.Util.SortedMap HeadMap(K arg0) /// public Java.Util.SortedMap SubMap(K arg0, K arg1) { - return IExecute>("subMap", arg0, arg1); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/NavigableSet.cs b/src/net/JNet/Generated/Java/Util/NavigableSet.cs index 4b796d1652..431a99da30 100644 --- a/src/net/JNet/Generated/Java/Util/NavigableSet.cs +++ b/src/net/JNet/Generated/Java/Util/NavigableSet.cs @@ -224,7 +224,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) { - return IExecute("headSet", arg0, arg1); + return IExecuteWithSignature("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -246,7 +246,7 @@ public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableSet TailSet(object arg0, bool arg1) { - return IExecute("tailSet", arg0, arg1); + return IExecuteWithSignature("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -265,7 +265,7 @@ public Java.Util.SortedSet HeadSet(object arg0) /// public Java.Util.SortedSet SubSet(object arg0, object arg1) { - return IExecute("subSet", arg0, arg1); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// @@ -504,7 +504,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) { - return IExecute>("headSet", arg0, arg1); + return IExecuteWithSignature>("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -516,7 +516,7 @@ public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) { - return IExecute>("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -526,7 +526,7 @@ public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) /// public Java.Util.NavigableSet TailSet(E arg0, bool arg1) { - return IExecute>("tailSet", arg0, arg1); + return IExecuteWithSignature>("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -545,7 +545,7 @@ public Java.Util.SortedSet HeadSet(E arg0) /// public Java.Util.SortedSet SubSet(E arg0, E arg1) { - return IExecute>("subSet", arg0, arg1); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Objects.cs b/src/net/JNet/Generated/Java/Util/Objects.cs index fcf578c234..4af34fb2dc 100644 --- a/src/net/JNet/Generated/Java/Util/Objects.cs +++ b/src/net/JNet/Generated/Java/Util/Objects.cs @@ -97,7 +97,7 @@ public partial class Objects /// public static int Compare(T arg0, T arg1, Java.Util.Comparator arg2) where Arg2objectSuperT : T { - return SExecute(LocalBridgeClazz, "compare", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "compare", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)I", arg0, arg1, arg2); } /// /// @@ -108,7 +108,7 @@ public static int Compare(T arg0, T arg1, Java.Util.Compara /// public static T RequireNonNull(T arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "requireNonNull", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "requireNonNull", "(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -119,7 +119,7 @@ public static T RequireNonNull(T arg0, Java.Lang.String arg1) /// public static T RequireNonNull(T arg0, Java.Util.Function.Supplier arg1) { - return SExecute(LocalBridgeClazz, "requireNonNull", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "requireNonNull", "(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public static T RequireNonNull(T arg0) /// public static T RequireNonNullElse(T arg0, T arg1) { - return SExecute(LocalBridgeClazz, "requireNonNullElse", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "requireNonNullElse", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public static T RequireNonNullElse(T arg0, T arg1) /// public static T RequireNonNullElseGet(T arg0, Java.Util.Function.Supplier arg1) where Arg1ExtendsT : T { - return SExecute(LocalBridgeClazz, "requireNonNullElseGet", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "requireNonNullElseGet", "(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public static T RequireNonNullElseGet(T arg0, Java.Util.Functio /// public static bool DeepEquals(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "deepEquals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "deepEquals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public static bool DeepEquals(object arg0, object arg1) /// public static bool Equals(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "equals", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "equals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public static bool NonNull(object arg0) /// public static int CheckFromIndexSize(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "checkFromIndexSize", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "checkFromIndexSize", "(III)I", arg0, arg1, arg2); } /// /// @@ -212,7 +212,7 @@ public static int CheckFromIndexSize(int arg0, int arg1, int arg2) /// public static int CheckFromToIndex(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "checkFromToIndex", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "checkFromToIndex", "(III)I", arg0, arg1, arg2); } /// /// @@ -222,7 +222,7 @@ public static int CheckFromToIndex(int arg0, int arg1, int arg2) /// public static int CheckIndex(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "checkIndex", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "checkIndex", "(II)I", arg0, arg1); } /// /// @@ -250,7 +250,7 @@ public static int HashCode(object arg0) /// public static Java.Lang.String ToString(object arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "toString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "toString", "(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Optional.cs b/src/net/JNet/Generated/Java/Util/Optional.cs index 943ec55e25..4d05133f3d 100644 --- a/src/net/JNet/Generated/Java/Util/Optional.cs +++ b/src/net/JNet/Generated/Java/Util/Optional.cs @@ -281,7 +281,7 @@ public void IfPresent(Java.Util.Function.Consumer arg0) /// public void IfPresentOrElse(Java.Util.Function.Consumer arg0, Java.Lang.Runnable arg1) { - IExecute("ifPresentOrElse", arg0, arg1); + IExecuteWithSignature("ifPresentOrElse", "(Ljava/util/function/Consumer;Ljava/lang/Runnable;)V", arg0, arg1); } #endregion @@ -478,7 +478,7 @@ public void IfPresent(Java.Util.Function.Consumer public void IfPresentOrElse(Java.Util.Function.Consumer arg0, Java.Lang.Runnable arg1) where Arg0objectSuperT : T { - IExecute("ifPresentOrElse", arg0, arg1); + IExecuteWithSignature("ifPresentOrElse", "(Ljava/util/function/Consumer;Ljava/lang/Runnable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/OptionalDouble.cs b/src/net/JNet/Generated/Java/Util/OptionalDouble.cs index 14862fce45..876c8940e5 100644 --- a/src/net/JNet/Generated/Java/Util/OptionalDouble.cs +++ b/src/net/JNet/Generated/Java/Util/OptionalDouble.cs @@ -191,7 +191,7 @@ public void IfPresent(Java.Util.Function.DoubleConsumer arg0) /// public void IfPresentOrElse(Java.Util.Function.DoubleConsumer arg0, Java.Lang.Runnable arg1) { - IExecute("ifPresentOrElse", arg0, arg1); + IExecuteWithSignature("ifPresentOrElse", "(Ljava/util/function/DoubleConsumer;Ljava/lang/Runnable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/OptionalInt.cs b/src/net/JNet/Generated/Java/Util/OptionalInt.cs index babdc39630..2e5df9fcd1 100644 --- a/src/net/JNet/Generated/Java/Util/OptionalInt.cs +++ b/src/net/JNet/Generated/Java/Util/OptionalInt.cs @@ -191,7 +191,7 @@ public void IfPresent(Java.Util.Function.IntConsumer arg0) /// public void IfPresentOrElse(Java.Util.Function.IntConsumer arg0, Java.Lang.Runnable arg1) { - IExecute("ifPresentOrElse", arg0, arg1); + IExecuteWithSignature("ifPresentOrElse", "(Ljava/util/function/IntConsumer;Ljava/lang/Runnable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/OptionalLong.cs b/src/net/JNet/Generated/Java/Util/OptionalLong.cs index d5f109fbd9..3f21278962 100644 --- a/src/net/JNet/Generated/Java/Util/OptionalLong.cs +++ b/src/net/JNet/Generated/Java/Util/OptionalLong.cs @@ -191,7 +191,7 @@ public void IfPresent(Java.Util.Function.LongConsumer arg0) /// public void IfPresentOrElse(Java.Util.Function.LongConsumer arg0, Java.Lang.Runnable arg1) { - IExecute("ifPresentOrElse", arg0, arg1); + IExecuteWithSignature("ifPresentOrElse", "(Ljava/util/function/LongConsumer;Ljava/lang/Runnable;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Prefs/Preferences.cs b/src/net/JNet/Generated/Java/Util/Prefs/Preferences.cs index ec03295491..8da46ac5fb 100644 --- a/src/net/JNet/Generated/Java/Util/Prefs/Preferences.cs +++ b/src/net/JNet/Generated/Java/Util/Prefs/Preferences.cs @@ -162,7 +162,7 @@ public static void ImportPreferences(Java.Io.InputStream arg0) /// public bool GetBoolean(Java.Lang.String arg0, bool arg1) { - return IExecute("getBoolean", arg0, arg1); + return IExecuteWithSignature("getBoolean", "(Ljava/lang/String;Z)Z", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public bool NodeExists(Java.Lang.String arg0) /// public byte[] GetByteArray(Java.Lang.String arg0, byte[] arg1) { - return IExecuteArray("getByteArray", arg0, arg1); + return IExecuteWithSignatureArray("getByteArray", "(Ljava/lang/String;[B)[B", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public byte[] GetByteArray(Java.Lang.String arg0, byte[] arg1) /// public double GetDouble(Java.Lang.String arg0, double arg1) { - return IExecute("getDouble", arg0, arg1); + return IExecuteWithSignature("getDouble", "(Ljava/lang/String;D)D", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public double GetDouble(Java.Lang.String arg0, double arg1) /// public float GetFloat(Java.Lang.String arg0, float arg1) { - return IExecute("getFloat", arg0, arg1); + return IExecuteWithSignature("getFloat", "(Ljava/lang/String;F)F", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public float GetFloat(Java.Lang.String arg0, float arg1) /// public int GetInt(Java.Lang.String arg0, int arg1) { - return IExecute("getInt", arg0, arg1); + return IExecuteWithSignature("getInt", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public Java.Lang.String AbsolutePath() /// public Java.Lang.String Get(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -291,7 +291,7 @@ public Java.Util.Prefs.Preferences Parent() /// public long GetLong(Java.Lang.String arg0, long arg1) { - return IExecute("getLong", arg0, arg1); + return IExecuteWithSignature("getLong", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -352,7 +352,7 @@ public void Flush() /// public void Put(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -361,7 +361,7 @@ public void Put(Java.Lang.String arg0, Java.Lang.String arg1) /// public void PutBoolean(Java.Lang.String arg0, bool arg1) { - IExecute("putBoolean", arg0, arg1); + IExecuteWithSignature("putBoolean", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public void PutBoolean(Java.Lang.String arg0, bool arg1) /// public void PutByteArray(Java.Lang.String arg0, byte[] arg1) { - IExecute("putByteArray", arg0, arg1); + IExecuteWithSignature("putByteArray", "(Ljava/lang/String;[B)V", arg0, arg1); } /// /// @@ -379,7 +379,7 @@ public void PutByteArray(Java.Lang.String arg0, byte[] arg1) /// public void PutDouble(Java.Lang.String arg0, double arg1) { - IExecute("putDouble", arg0, arg1); + IExecuteWithSignature("putDouble", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -388,7 +388,7 @@ public void PutDouble(Java.Lang.String arg0, double arg1) /// public void PutFloat(Java.Lang.String arg0, float arg1) { - IExecute("putFloat", arg0, arg1); + IExecuteWithSignature("putFloat", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -397,7 +397,7 @@ public void PutFloat(Java.Lang.String arg0, float arg1) /// public void PutInt(Java.Lang.String arg0, int arg1) { - IExecute("putInt", arg0, arg1); + IExecuteWithSignature("putInt", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -406,7 +406,7 @@ public void PutInt(Java.Lang.String arg0, int arg1) /// public void PutLong(Java.Lang.String arg0, long arg1) { - IExecute("putLong", arg0, arg1); + IExecuteWithSignature("putLong", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Properties.cs b/src/net/JNet/Generated/Java/Util/Properties.cs index 68db6d8742..66abc367ed 100644 --- a/src/net/JNet/Generated/Java/Util/Properties.cs +++ b/src/net/JNet/Generated/Java/Util/Properties.cs @@ -114,7 +114,7 @@ public Properties(Java.Util.Properties arg0) /// public Java.Lang.String GetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getProperty", arg0, arg1); + return IExecuteWithSignature("getProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public Java.Util.Enumeration PropertyNames() /// public object SetProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("setProperty", arg0, arg1); + return IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public void List(Java.Io.PrintWriter arg0) /// public void Store(Java.Io.OutputStream arg0, Java.Lang.String arg1) { - IExecute("store", arg0, arg1); + IExecuteWithSignature("store", "(Ljava/io/OutputStream;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public void Store(Java.Io.OutputStream arg0, Java.Lang.String arg1) /// public void Store(Java.Io.Writer arg0, Java.Lang.String arg1) { - IExecute("store", arg0, arg1); + IExecuteWithSignature("store", "(Ljava/io/Writer;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public void Store(Java.Io.Writer arg0, Java.Lang.String arg1) /// public void StoreToXML(Java.Io.OutputStream arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("storeToXML", arg0, arg1, arg2); + IExecuteWithSignature("storeToXML", "(Ljava/io/OutputStream;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -235,7 +235,7 @@ public void StoreToXML(Java.Io.OutputStream arg0, Java.Lang.String arg1, Java.La /// public void StoreToXML(Java.Io.OutputStream arg0, Java.Lang.String arg1, Java.Nio.Charset.Charset arg2) { - IExecute("storeToXML", arg0, arg1, arg2); + IExecuteWithSignature("storeToXML", "(Ljava/io/OutputStream;Ljava/lang/String;Ljava/nio/charset/Charset;)V", arg0, arg1, arg2); } /// /// @@ -245,7 +245,7 @@ public void StoreToXML(Java.Io.OutputStream arg0, Java.Lang.String arg1, Java.Ni /// public void StoreToXML(Java.Io.OutputStream arg0, Java.Lang.String arg1) { - IExecute("storeToXML", arg0, arg1); + IExecuteWithSignature("storeToXML", "(Ljava/io/OutputStream;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Random.cs b/src/net/JNet/Generated/Java/Util/Random.cs index b91027fd80..729345584f 100644 --- a/src/net/JNet/Generated/Java/Util/Random.cs +++ b/src/net/JNet/Generated/Java/Util/Random.cs @@ -155,7 +155,7 @@ public Java.Util.Stream.DoubleStream Doubles() /// public Java.Util.Stream.DoubleStream Doubles(double arg0, double arg1) { - return IExecute("doubles", arg0, arg1); + return IExecuteWithSignature("doubles", "(DD)Ljava/util/stream/DoubleStream;", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public Java.Util.Stream.DoubleStream Doubles(double arg0, double arg1) /// public Java.Util.Stream.DoubleStream Doubles(long arg0, double arg1, double arg2) { - return IExecute("doubles", arg0, arg1, arg2); + return IExecuteWithSignature("doubles", "(JDD)Ljava/util/stream/DoubleStream;", arg0, arg1, arg2); } /// /// @@ -193,7 +193,7 @@ public Java.Util.Stream.IntStream Ints() /// public Java.Util.Stream.IntStream Ints(int arg0, int arg1) { - return IExecute("ints", arg0, arg1); + return IExecuteWithSignature("ints", "(II)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public Java.Util.Stream.IntStream Ints(int arg0, int arg1) /// public Java.Util.Stream.IntStream Ints(long arg0, int arg1, int arg2) { - return IExecute("ints", arg0, arg1, arg2); + return IExecuteWithSignature("ints", "(JII)Ljava/util/stream/IntStream;", arg0, arg1, arg2); } /// /// @@ -232,7 +232,7 @@ public Java.Util.Stream.LongStream Longs() /// public Java.Util.Stream.LongStream Longs(long arg0, long arg1, long arg2) { - return IExecute("longs", arg0, arg1, arg2); + return IExecuteWithSignature("longs", "(JJJ)Ljava/util/stream/LongStream;", arg0, arg1, arg2); } /// /// @@ -242,7 +242,7 @@ public Java.Util.Stream.LongStream Longs(long arg0, long arg1, long arg2) /// public Java.Util.Stream.LongStream Longs(long arg0, long arg1) { - return IExecute("longs", arg0, arg1); + return IExecuteWithSignature("longs", "(JJ)Ljava/util/stream/LongStream;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Regex/Matcher.cs b/src/net/JNet/Generated/Java/Util/Regex/Matcher.cs index 135f2c11d8..486ef60956 100644 --- a/src/net/JNet/Generated/Java/Util/Regex/Matcher.cs +++ b/src/net/JNet/Generated/Java/Util/Regex/Matcher.cs @@ -328,7 +328,7 @@ public Java.Lang.StringBuilder AppendTail(Java.Lang.StringBuilder arg0) /// public Java.Util.Regex.Matcher AppendReplacement(Java.Lang.StringBuffer arg0, Java.Lang.String arg1) { - return IExecute("appendReplacement", arg0, arg1); + return IExecuteWithSignature("appendReplacement", "(Ljava/lang/StringBuffer;Ljava/lang/String;)Ljava/util/regex/Matcher;", arg0, arg1); } /// /// @@ -338,7 +338,7 @@ public Java.Util.Regex.Matcher AppendReplacement(Java.Lang.StringBuffer arg0, Ja /// public Java.Util.Regex.Matcher AppendReplacement(Java.Lang.StringBuilder arg0, Java.Lang.String arg1) { - return IExecute("appendReplacement", arg0, arg1); + return IExecuteWithSignature("appendReplacement", "(Ljava/lang/StringBuilder;Ljava/lang/String;)Ljava/util/regex/Matcher;", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public Java.Util.Regex.Matcher AppendReplacement(Java.Lang.StringBuilder arg0, J /// public Java.Util.Regex.Matcher Region(int arg0, int arg1) { - return IExecute("region", arg0, arg1); + return IExecuteWithSignature("region", "(II)Ljava/util/regex/Matcher;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Regex/Pattern.cs b/src/net/JNet/Generated/Java/Util/Regex/Pattern.cs index f9b96b4f9e..ac9185c9cc 100644 --- a/src/net/JNet/Generated/Java/Util/Regex/Pattern.cs +++ b/src/net/JNet/Generated/Java/Util/Regex/Pattern.cs @@ -148,7 +148,7 @@ public partial class Pattern /// public static bool Matches(Java.Lang.String arg0, Java.Lang.CharSequence arg1) { - return SExecute(LocalBridgeClazz, "matches", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "matches", "(Ljava/lang/String;Ljava/lang/CharSequence;)Z", arg0, arg1); } /// /// @@ -167,7 +167,7 @@ public static Java.Lang.String Quote(Java.Lang.String arg0) /// public static Java.Util.Regex.Pattern Compile(Java.Lang.String arg0, int arg1) { - return SExecute(LocalBridgeClazz, "compile", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "compile", "(Ljava/lang/String;I)Ljava/util/regex/Pattern;", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Java.Lang.String PatternMethod() /// public Java.Lang.String[] Split(Java.Lang.CharSequence arg0, int arg1) { - return IExecuteArray("split", arg0, arg1); + return IExecuteWithSignatureArray("split", "(Ljava/lang/CharSequence;I)[Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/ResourceBundle.cs b/src/net/JNet/Generated/Java/Util/ResourceBundle.cs index d26aa375a7..729cf0c0ab 100644 --- a/src/net/JNet/Generated/Java/Util/ResourceBundle.cs +++ b/src/net/JNet/Generated/Java/Util/ResourceBundle.cs @@ -142,7 +142,7 @@ public partial class ResourceBundle /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Util.ResourceBundle.Control arg2) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/Locale;Ljava/util/ResourceBundle$Control;)Ljava/util/ResourceBundle;", arg0, arg1, arg2); } /// /// @@ -152,7 +152,7 @@ public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Uti /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Uti /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.ResourceBundle.Control arg1) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/ResourceBundle$Control;)Ljava/util/ResourceBundle;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public static void ClearCache(Java.Lang.ClassLoader arg0) /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Lang.Module arg1) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/util/ResourceBundle;", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Lan /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang.ClassLoader arg2, Java.Util.ResourceBundle.Control arg3) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/ClassLoader;Ljava/util/ResourceBundle$Control;)Ljava/util/ResourceBundle;", arg0, arg1, arg2, arg3); } /// /// @@ -219,7 +219,7 @@ public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Uti /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/ClassLoader;)Ljava/util/ResourceBundle;", arg0, arg1, arg2); } /// /// @@ -230,7 +230,7 @@ public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Uti /// public static Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang.Module arg2) { - return SExecute(LocalBridgeClazz, "getBundle", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getBundle", "(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/Module;)Ljava/util/ResourceBundle;", arg0, arg1, arg2); } #endregion @@ -385,7 +385,7 @@ public static Java.Util.ResourceBundle.Control GetNoFallbackControl(Java.Util.Li /// public bool NeedsReload(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang.String arg2, Java.Lang.ClassLoader arg3, Java.Util.ResourceBundle arg4, long arg5) { - return IExecute("needsReload", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("needsReload", "(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/ResourceBundle;J)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -395,7 +395,7 @@ public bool NeedsReload(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang. /// public Java.Lang.String ToResourceName(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("toResourceName", arg0, arg1); + return IExecuteWithSignature("toResourceName", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -405,7 +405,7 @@ public Java.Lang.String ToResourceName(Java.Lang.String arg0, Java.Lang.String a /// public Java.Lang.String ToBundleName(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("toBundleName", arg0, arg1); + return IExecuteWithSignature("toBundleName", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -424,7 +424,7 @@ public Java.Lang.String ToBundleName(Java.Lang.String arg0, Java.Util.Locale arg /// public Java.Util.List GetCandidateLocales(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute>("getCandidateLocales", arg0, arg1); + return IExecuteWithSignature>("getCandidateLocales", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/List;", arg0, arg1); } /// /// @@ -434,7 +434,7 @@ public Java.Lang.String ToBundleName(Java.Lang.String arg0, Java.Util.Locale arg /// public Java.Util.Locale GetFallbackLocale(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getFallbackLocale", arg0, arg1); + return IExecuteWithSignature("getFallbackLocale", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/Locale;", arg0, arg1); } /// /// @@ -450,7 +450,7 @@ public Java.Util.Locale GetFallbackLocale(Java.Lang.String arg0, Java.Util.Local /// public Java.Util.ResourceBundle NewBundle(Java.Lang.String arg0, Java.Util.Locale arg1, Java.Lang.String arg2, Java.Lang.ClassLoader arg3, bool arg4) { - return IExecute("newBundle", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newBundle", "(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/String;Ljava/lang/ClassLoader;Z)Ljava/util/ResourceBundle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -460,7 +460,7 @@ public Java.Util.ResourceBundle NewBundle(Java.Lang.String arg0, Java.Util.Local /// public long GetTimeToLive(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getTimeToLive", arg0, arg1); + return IExecuteWithSignature("getTimeToLive", "(Ljava/lang/String;Ljava/util/Locale;)J", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Scanner.cs b/src/net/JNet/Generated/Java/Util/Scanner.cs index a73c11351a..f493a7e930 100644 --- a/src/net/JNet/Generated/Java/Util/Scanner.cs +++ b/src/net/JNet/Generated/Java/Util/Scanner.cs @@ -479,7 +479,7 @@ public Java.Lang.String FindInLine(Java.Util.Regex.Pattern arg0) /// public Java.Lang.String FindWithinHorizon(Java.Lang.String arg0, int arg1) { - return IExecute("findWithinHorizon", arg0, arg1); + return IExecuteWithSignature("findWithinHorizon", "(Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1); } /// /// @@ -489,7 +489,7 @@ public Java.Lang.String FindWithinHorizon(Java.Lang.String arg0, int arg1) /// public Java.Lang.String FindWithinHorizon(Java.Util.Regex.Pattern arg0, int arg1) { - return IExecute("findWithinHorizon", arg0, arg1); + return IExecuteWithSignature("findWithinHorizon", "(Ljava/util/regex/Pattern;I)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/ServiceLoader.cs b/src/net/JNet/Generated/Java/Util/ServiceLoader.cs index dccd98d3c3..3a4de6c9fd 100644 --- a/src/net/JNet/Generated/Java/Util/ServiceLoader.cs +++ b/src/net/JNet/Generated/Java/Util/ServiceLoader.cs @@ -140,7 +140,7 @@ public partial class ServiceLoader /// public static Java.Util.ServiceLoader Load(Java.Lang.Class arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "load", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "load", "(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public static Java.Util.ServiceLoader Load(Java.Lang.Class arg0) /// public static Java.Util.ServiceLoader Load(Java.Lang.ModuleLayer arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "load", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "load", "(Ljava/lang/ModuleLayer;Ljava/lang/Class;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public partial class ServiceLoader /// public static Java.Util.ServiceLoader Load(Java.Lang.Class arg0, Java.Lang.ClassLoader arg1) { - return SExecute>(LocalBridgeClazz, "load", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "load", "(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -255,7 +255,7 @@ public static Java.Util.ServiceLoader Load(Java.Lang.Class arg0) /// public static Java.Util.ServiceLoader Load(Java.Lang.ModuleLayer arg0, Java.Lang.Class arg1) { - return SExecute>(LocalBridgeClazz, "load", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "load", "(Ljava/lang/ModuleLayer;Ljava/lang/Class;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Set.cs b/src/net/JNet/Generated/Java/Util/Set.cs index 9d266dc42f..e8532984a2 100644 --- a/src/net/JNet/Generated/Java/Util/Set.cs +++ b/src/net/JNet/Generated/Java/Util/Set.cs @@ -169,7 +169,7 @@ public static Java.Util.Set Of() /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -186,7 +186,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -202,7 +202,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -217,7 +217,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -231,7 +231,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4, object arg5) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -244,7 +244,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3, object arg4) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -256,7 +256,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg3) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3); } /// /// @@ -267,7 +267,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2, object arg /// public static Java.Util.Set Of(object arg0, object arg1, object arg2) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -277,7 +277,7 @@ public static Java.Util.Set Of(object arg0, object arg1, object arg2) /// public static Java.Util.Set Of(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -582,7 +582,7 @@ public static Java.Util.Set Of() /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7, E arg8, E arg9) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -599,7 +599,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5 /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7, E arg8) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -615,7 +615,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5 /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6, E arg7) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -630,7 +630,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5 /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5, E arg6) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -644,7 +644,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5 /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -657,7 +657,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4, E arg5 /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -669,7 +669,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3, E arg4) /// public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2, arg3); } /// /// @@ -680,7 +680,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2, E arg3) /// public static Java.Util.Set Of(E arg0, E arg1, E arg2) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -690,7 +690,7 @@ public static Java.Util.Set Of(E arg0, E arg1, E arg2) /// public static Java.Util.Set Of(E arg0, E arg1) { - return SExecute>(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Set;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/SimpleTimeZone.cs b/src/net/JNet/Generated/Java/Util/SimpleTimeZone.cs index d2b33f130c..8420800a89 100644 --- a/src/net/JNet/Generated/Java/Util/SimpleTimeZone.cs +++ b/src/net/JNet/Generated/Java/Util/SimpleTimeZone.cs @@ -190,7 +190,7 @@ public void SetDSTSavings(int arg0) /// public void SetEndRule(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("setEndRule", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setEndRule", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -201,7 +201,7 @@ public void SetEndRule(int arg0, int arg1, int arg2, int arg3, bool arg4) /// public void SetEndRule(int arg0, int arg1, int arg2, int arg3) { - IExecute("setEndRule", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setEndRule", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -211,7 +211,7 @@ public void SetEndRule(int arg0, int arg1, int arg2, int arg3) /// public void SetEndRule(int arg0, int arg1, int arg2) { - IExecute("setEndRule", arg0, arg1, arg2); + IExecuteWithSignature("setEndRule", "(III)V", arg0, arg1, arg2); } /// /// @@ -223,7 +223,7 @@ public void SetEndRule(int arg0, int arg1, int arg2) /// public void SetStartRule(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("setStartRule", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setStartRule", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -234,7 +234,7 @@ public void SetStartRule(int arg0, int arg1, int arg2, int arg3, bool arg4) /// public void SetStartRule(int arg0, int arg1, int arg2, int arg3) { - IExecute("setStartRule", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setStartRule", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -244,7 +244,7 @@ public void SetStartRule(int arg0, int arg1, int arg2, int arg3) /// public void SetStartRule(int arg0, int arg1, int arg2) { - IExecute("setStartRule", arg0, arg1, arg2); + IExecuteWithSignature("setStartRule", "(III)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/SortedMap.cs b/src/net/JNet/Generated/Java/Util/SortedMap.cs index f9e0778187..41a69c1097 100644 --- a/src/net/JNet/Generated/Java/Util/SortedMap.cs +++ b/src/net/JNet/Generated/Java/Util/SortedMap.cs @@ -190,7 +190,7 @@ public Java.Util.SortedMap HeadMap(object arg0) /// public Java.Util.SortedMap SubMap(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public Java.Util.SortedMap HeadMap(K arg0) /// public Java.Util.SortedMap SubMap(K arg0, K arg1) { - return IExecute>("subMap", arg0, arg1); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/SortedSet.cs b/src/net/JNet/Generated/Java/Util/SortedSet.cs index 885d6e56c5..1e319fe380 100644 --- a/src/net/JNet/Generated/Java/Util/SortedSet.cs +++ b/src/net/JNet/Generated/Java/Util/SortedSet.cs @@ -181,7 +181,7 @@ public Java.Util.SortedSet HeadSet(object arg0) /// public Java.Util.SortedSet SubSet(object arg0, object arg1) { - return IExecute("subSet", arg0, arg1); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public Java.Util.SortedSet HeadSet(E arg0) /// public Java.Util.SortedSet SubSet(E arg0, E arg1) { - return IExecute>("subSet", arg0, arg1); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Spi/AbstractResourceBundleProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/AbstractResourceBundleProvider.cs index 11bcec55c9..eb78436b71 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/AbstractResourceBundleProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/AbstractResourceBundleProvider.cs @@ -100,7 +100,7 @@ public partial class AbstractResourceBundleProvider /// public Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getBundle", arg0, arg1); + return IExecuteWithSignature("getBundle", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/CalendarNameProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/CalendarNameProvider.cs index ceef887b1b..061e9614cb 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/CalendarNameProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/CalendarNameProvider.cs @@ -103,7 +103,7 @@ public partial class CalendarNameProvider /// public Java.Lang.String GetDisplayName(Java.Lang.String arg0, int arg1, int arg2, int arg3, Java.Util.Locale arg4) { - return IExecute("getDisplayName", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getDisplayName", "(Ljava/lang/String;IIILjava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -115,7 +115,7 @@ public Java.Lang.String GetDisplayName(Java.Lang.String arg0, int arg1, int arg2 /// public Java.Util.Map GetDisplayNames(Java.Lang.String arg0, int arg1, int arg2, Java.Util.Locale arg3) { - return IExecute>("getDisplayNames", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("getDisplayNames", "(Ljava/lang/String;IILjava/util/Locale;)Ljava/util/Map;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/CurrencyNameProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/CurrencyNameProvider.cs index c429710969..7b9bb20207 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/CurrencyNameProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/CurrencyNameProvider.cs @@ -100,7 +100,7 @@ public partial class CurrencyNameProvider /// public Java.Lang.String GetSymbol(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getSymbol", arg0, arg1); + return IExecuteWithSignature("getSymbol", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -110,7 +110,7 @@ public Java.Lang.String GetSymbol(Java.Lang.String arg0, Java.Util.Locale arg1) /// public Java.Lang.String GetDisplayName(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/LocaleNameProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/LocaleNameProvider.cs index 6effbb6991..485d5b0af2 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/LocaleNameProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/LocaleNameProvider.cs @@ -100,7 +100,7 @@ public partial class LocaleNameProvider /// public Java.Lang.String GetDisplayCountry(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayCountry", arg0, arg1); + return IExecuteWithSignature("getDisplayCountry", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -110,7 +110,7 @@ public Java.Lang.String GetDisplayCountry(Java.Lang.String arg0, Java.Util.Local /// public Java.Lang.String GetDisplayLanguage(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayLanguage", arg0, arg1); + return IExecuteWithSignature("getDisplayLanguage", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public Java.Lang.String GetDisplayLanguage(Java.Lang.String arg0, Java.Util.Loca /// public Java.Lang.String GetDisplayVariant(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayVariant", arg0, arg1); + return IExecuteWithSignature("getDisplayVariant", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -130,7 +130,7 @@ public Java.Lang.String GetDisplayVariant(Java.Lang.String arg0, Java.Util.Local /// public Java.Lang.String GetDisplayScript(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayScript", arg0, arg1); + return IExecuteWithSignature("getDisplayScript", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public Java.Lang.String GetDisplayScript(Java.Lang.String arg0, Java.Util.Locale /// public Java.Lang.String GetDisplayUnicodeExtensionKey(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getDisplayUnicodeExtensionKey", arg0, arg1); + return IExecuteWithSignature("getDisplayUnicodeExtensionKey", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public Java.Lang.String GetDisplayUnicodeExtensionKey(Java.Lang.String arg0, Jav /// public Java.Lang.String GetDisplayUnicodeExtensionType(Java.Lang.String arg0, Java.Lang.String arg1, Java.Util.Locale arg2) { - return IExecute("getDisplayUnicodeExtensionType", arg0, arg1, arg2); + return IExecuteWithSignature("getDisplayUnicodeExtensionType", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/ResourceBundleProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/ResourceBundleProvider.cs index fa38d2df10..6ae4f280b5 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/ResourceBundleProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/ResourceBundleProvider.cs @@ -125,7 +125,7 @@ public partial class ResourceBundleProvider : Java.Util.Spi.IResourceBundleProvi /// public Java.Util.ResourceBundle GetBundle(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getBundle", arg0, arg1); + return IExecuteWithSignature("getBundle", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/TimeZoneNameProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/TimeZoneNameProvider.cs index 0c1a60918e..c2547fb4bc 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/TimeZoneNameProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/TimeZoneNameProvider.cs @@ -102,7 +102,7 @@ public partial class TimeZoneNameProvider /// public Java.Lang.String GetDisplayName(Java.Lang.String arg0, bool arg1, int arg2, Java.Util.Locale arg3) { - return IExecute("getDisplayName", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getDisplayName", "(Ljava/lang/String;ZILjava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2, arg3); } /// /// @@ -113,7 +113,7 @@ public Java.Lang.String GetDisplayName(Java.Lang.String arg0, bool arg1, int arg /// public Java.Lang.String GetGenericDisplayName(Java.Lang.String arg0, int arg1, Java.Util.Locale arg2) { - return IExecute("getGenericDisplayName", arg0, arg1, arg2); + return IExecuteWithSignature("getGenericDisplayName", "(Ljava/lang/String;ILjava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spi/ToolProvider.cs b/src/net/JNet/Generated/Java/Util/Spi/ToolProvider.cs index b7ab3120cb..ff6d42e044 100644 --- a/src/net/JNet/Generated/Java/Util/Spi/ToolProvider.cs +++ b/src/net/JNet/Generated/Java/Util/Spi/ToolProvider.cs @@ -149,7 +149,7 @@ public partial class ToolProvider : Java.Util.Spi.IToolProvider /// public int Run(Java.Io.PrintWriter arg0, Java.Io.PrintWriter arg1, params Java.Lang.String[] arg2) { - if (arg2.Length == 0) return IExecute("run", arg0, arg1); else return IExecute("run", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("run", "(Ljava/io/PrintWriter;Ljava/io/PrintWriter;[Ljava/lang/String;)I", arg0, arg1); else return IExecuteWithSignature("run", "(Ljava/io/PrintWriter;Ljava/io/PrintWriter;[Ljava/lang/String;)I", arg0, arg1, arg2); } /// /// @@ -168,7 +168,7 @@ public Java.Lang.String Name() /// public int Run(Java.Io.PrintStream arg0, Java.Io.PrintStream arg1, params Java.Lang.String[] arg2) { - if (arg2.Length == 0) return IExecute("run", arg0, arg1); else return IExecute("run", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("run", "(Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)I", arg0, arg1); else return IExecuteWithSignature("run", "(Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)I", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Spliterators.cs b/src/net/JNet/Generated/Java/Util/Spliterators.cs index b6f3ffaf29..42ef078666 100644 --- a/src/net/JNet/Generated/Java/Util/Spliterators.cs +++ b/src/net/JNet/Generated/Java/Util/Spliterators.cs @@ -353,7 +353,7 @@ public static Java.Util.Spliterator EmptySpliteratorMethod() /// public static Java.Util.Spliterator Spliterator(object[] arg0, int arg1, int arg2, int arg3) { - return SExecute>(LocalBridgeClazz, "spliterator", arg0, arg1, arg2, arg3); + return SExecuteWithSignature>(LocalBridgeClazz, "spliterator", "([Ljava/lang/Object;III)Ljava/util/Spliterator;", arg0, arg1, arg2, arg3); } /// /// @@ -364,7 +364,7 @@ public static Java.Util.Spliterator Spliterator(object[] arg0, int arg1, i /// public static Java.Util.Spliterator Spliterator(object[] arg0, int arg1) { - return SExecute>(LocalBridgeClazz, "spliterator", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "spliterator", "([Ljava/lang/Object;I)Ljava/util/Spliterator;", arg0, arg1); } /// /// @@ -376,7 +376,7 @@ public static Java.Util.Spliterator Spliterator(object[] arg0, int arg1) /// public static Java.Util.Spliterator Spliterator(Java.Util.Collection arg0, int arg1) where Arg0ExtendsT : T { - return SExecute>(LocalBridgeClazz, "spliterator", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "spliterator", "(Ljava/util/Collection;I)Ljava/util/Spliterator;", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public static Java.Util.Spliterator Spliterator(Java.Util.Co /// public static Java.Util.Spliterator Spliterator(Java.Util.Iterator arg0, long arg1, int arg2) where Arg0ExtendsT : T { - return SExecute>(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "spliterator", "(Ljava/util/Iterator;JI)Ljava/util/Spliterator;", arg0, arg1, arg2); } /// /// @@ -401,7 +401,7 @@ public static Java.Util.Spliterator Spliterator(Java.Util.It /// public static Java.Util.Spliterator SpliteratorUnknownSize(Java.Util.Iterator arg0, int arg1) where Arg0ExtendsT : T { - return SExecute>(LocalBridgeClazz, "spliteratorUnknownSize", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "spliteratorUnknownSize", "(Ljava/util/Iterator;I)Ljava/util/Spliterator;", arg0, arg1); } /// /// @@ -448,7 +448,7 @@ public static Java.Util.Spliterator.OfDouble EmptyDoubleSpliterator() /// public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([DIII)Ljava/util/Spliterator$OfDouble;", arg0, arg1, arg2, arg3); } /// /// @@ -458,7 +458,7 @@ public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0, int arg1 /// public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([DI)Ljava/util/Spliterator$OfDouble;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public static Java.Util.Spliterator.OfDouble Spliterator(double[] arg0, int arg1 /// public static Java.Util.Spliterator.OfDouble Spliterator(Java.Util.PrimitiveIterator.OfDouble arg0, long arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "(Ljava/util/PrimitiveIterator$OfDouble;JI)Ljava/util/Spliterator$OfDouble;", arg0, arg1, arg2); } /// /// @@ -479,7 +479,7 @@ public static Java.Util.Spliterator.OfDouble Spliterator(Java.Util.PrimitiveIter /// public static Java.Util.Spliterator.OfDouble SpliteratorUnknownSize(Java.Util.PrimitiveIterator.OfDouble arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliteratorUnknownSize", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliteratorUnknownSize", "(Ljava/util/PrimitiveIterator$OfDouble;I)Ljava/util/Spliterator$OfDouble;", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public static Java.Util.Spliterator.OfInt EmptyIntSpliterator() /// public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([IIII)Ljava/util/Spliterator$OfInt;", arg0, arg1, arg2, arg3); } /// /// @@ -509,7 +509,7 @@ public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0, int arg1, int /// public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([II)Ljava/util/Spliterator$OfInt;", arg0, arg1); } /// /// @@ -520,7 +520,7 @@ public static Java.Util.Spliterator.OfInt Spliterator(int[] arg0, int arg1) /// public static Java.Util.Spliterator.OfInt Spliterator(Java.Util.PrimitiveIterator.OfInt arg0, long arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "(Ljava/util/PrimitiveIterator$OfInt;JI)Ljava/util/Spliterator$OfInt;", arg0, arg1, arg2); } /// /// @@ -530,7 +530,7 @@ public static Java.Util.Spliterator.OfInt Spliterator(Java.Util.PrimitiveIterato /// public static Java.Util.Spliterator.OfInt SpliteratorUnknownSize(Java.Util.PrimitiveIterator.OfInt arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliteratorUnknownSize", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliteratorUnknownSize", "(Ljava/util/PrimitiveIterator$OfInt;I)Ljava/util/Spliterator$OfInt;", arg0, arg1); } /// /// @@ -549,7 +549,7 @@ public static Java.Util.Spliterator.OfLong EmptyLongSpliterator() /// public static Java.Util.Spliterator.OfLong Spliterator(Java.Util.PrimitiveIterator.OfLong arg0, long arg1, int arg2) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "(Ljava/util/PrimitiveIterator$OfLong;JI)Ljava/util/Spliterator$OfLong;", arg0, arg1, arg2); } /// /// @@ -561,7 +561,7 @@ public static Java.Util.Spliterator.OfLong Spliterator(Java.Util.PrimitiveIterat /// public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([JIII)Ljava/util/Spliterator$OfLong;", arg0, arg1, arg2, arg3); } /// /// @@ -571,7 +571,7 @@ public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0, int arg1, in /// public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliterator", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliterator", "([JI)Ljava/util/Spliterator$OfLong;", arg0, arg1); } /// /// @@ -581,7 +581,7 @@ public static Java.Util.Spliterator.OfLong Spliterator(long[] arg0, int arg1) /// public static Java.Util.Spliterator.OfLong SpliteratorUnknownSize(Java.Util.PrimitiveIterator.OfLong arg0, int arg1) { - return SExecute(LocalBridgeClazz, "spliteratorUnknownSize", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "spliteratorUnknownSize", "(Ljava/util/PrimitiveIterator$OfLong;I)Ljava/util/Spliterator$OfLong;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/SplittableRandom.cs b/src/net/JNet/Generated/Java/Util/SplittableRandom.cs index c068e3a8f5..0df5aa3553 100644 --- a/src/net/JNet/Generated/Java/Util/SplittableRandom.cs +++ b/src/net/JNet/Generated/Java/Util/SplittableRandom.cs @@ -122,7 +122,7 @@ public double NextDouble() /// public double NextDouble(double arg0, double arg1) { - return IExecute("nextDouble", arg0, arg1); + return IExecuteWithSignature("nextDouble", "(DD)D", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public int NextInt() /// public int NextInt(int arg0, int arg1) { - return IExecute("nextInt", arg0, arg1); + return IExecuteWithSignature("nextInt", "(II)I", arg0, arg1); } /// /// @@ -184,7 +184,7 @@ public Java.Util.Stream.DoubleStream Doubles() /// public Java.Util.Stream.DoubleStream Doubles(double arg0, double arg1) { - return IExecute("doubles", arg0, arg1); + return IExecuteWithSignature("doubles", "(DD)Ljava/util/stream/DoubleStream;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public Java.Util.Stream.DoubleStream Doubles(double arg0, double arg1) /// public Java.Util.Stream.DoubleStream Doubles(long arg0, double arg1, double arg2) { - return IExecute("doubles", arg0, arg1, arg2); + return IExecuteWithSignature("doubles", "(JDD)Ljava/util/stream/DoubleStream;", arg0, arg1, arg2); } /// /// @@ -222,7 +222,7 @@ public Java.Util.Stream.IntStream Ints() /// public Java.Util.Stream.IntStream Ints(int arg0, int arg1) { - return IExecute("ints", arg0, arg1); + return IExecuteWithSignature("ints", "(II)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -233,7 +233,7 @@ public Java.Util.Stream.IntStream Ints(int arg0, int arg1) /// public Java.Util.Stream.IntStream Ints(long arg0, int arg1, int arg2) { - return IExecute("ints", arg0, arg1, arg2); + return IExecuteWithSignature("ints", "(JII)Ljava/util/stream/IntStream;", arg0, arg1, arg2); } /// /// @@ -261,7 +261,7 @@ public Java.Util.Stream.LongStream Longs() /// public Java.Util.Stream.LongStream Longs(long arg0, long arg1, long arg2) { - return IExecute("longs", arg0, arg1, arg2); + return IExecuteWithSignature("longs", "(JJJ)Ljava/util/stream/LongStream;", arg0, arg1, arg2); } /// /// @@ -271,7 +271,7 @@ public Java.Util.Stream.LongStream Longs(long arg0, long arg1, long arg2) /// public Java.Util.Stream.LongStream Longs(long arg0, long arg1) { - return IExecute("longs", arg0, arg1); + return IExecuteWithSignature("longs", "(JJ)Ljava/util/stream/LongStream;", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public long NextLong() /// public long NextLong(long arg0, long arg1) { - return IExecute("nextLong", arg0, arg1); + return IExecuteWithSignature("nextLong", "(JJ)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/Collector.cs b/src/net/JNet/Generated/Java/Util/Stream/Collector.cs index fe391f4f00..4ff25fa90b 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/Collector.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/Collector.cs @@ -194,7 +194,7 @@ public partial class Collector /// public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BinaryOperator arg2, Java.Util.Function.Function arg3, params Java.Util.Stream.Collector.Characteristics[] arg4) { - if (arg4.Length == 0) return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); else return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + if (arg4.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3); else return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -206,7 +206,7 @@ public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier arg0, Ja /// public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BinaryOperator arg2, params Java.Util.Stream.Collector.Characteristics[] arg3) { - if (arg3.Length == 0) return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2); else return SExecute(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2); else return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3); } #endregion @@ -455,7 +455,7 @@ public partial class Collector : Java.Util.Stream.ICollector /// public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BinaryOperator arg2, Java.Util.Function.Function arg3, params Java.Util.Stream.Collector.Characteristics[] arg4) { - if (arg4.Length == 0) return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); else return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3, arg4); + if (arg4.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3); else return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -467,7 +467,7 @@ public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier /// public static Java.Util.Stream.Collector Of(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BinaryOperator arg2, params Java.Util.Stream.Collector.Characteristics[] arg3) { - if (arg3.Length == 0) return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2); else return SExecute>(LocalBridgeClazz, "of", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2); else return SExecuteWithSignature>(LocalBridgeClazz, "of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/Stream/Collectors.cs b/src/net/JNet/Generated/Java/Util/Stream/Collectors.cs index 1525cdcc15..9bd8f0fae2 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/Collectors.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/Collectors.cs @@ -98,7 +98,7 @@ public partial class Collectors /// public static Java.Util.Stream.Collector CollectingAndThen(Java.Util.Stream.Collector arg0, Java.Util.Function.Function arg1) { - return SExecute>(LocalBridgeClazz, "collectingAndThen", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "collectingAndThen", "(Ljava/util/stream/Collector;Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -113,7 +113,7 @@ public static Java.Util.Stream.Collector CollectingAndThen public static Java.Util.Stream.Collector Filtering(Java.Util.Function.Predicate arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg1objectSuperT : T { - return SExecute>(LocalBridgeClazz, "filtering", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "filtering", "(Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -139,7 +139,7 @@ public static Java.Util.Stream.Collector ToCollection(Java.U /// public static Java.Util.Stream.Collector> PartitioningBy(Java.Util.Function.Predicate arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg1objectSuperT : T { - return SExecute>>(LocalBridgeClazz, "partitioningBy", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "partitioningBy", "(Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public static Java.Util.Stream.Collector GroupingByConcurrent public static Java.Util.Stream.Collector> GroupingByConcurrent(Java.Util.Function.Function arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T { - return SExecute>>(LocalBridgeClazz, "groupingByConcurrent", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "groupingByConcurrent", "(Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public static Java.Util.Stream.Collector GroupingByConcurrent public static Java.Util.Stream.Collector> GroupingBy(Java.Util.Function.Function arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T { - return SExecute>>(LocalBridgeClazz, "groupingBy", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "groupingBy", "(Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToConcurrentMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1, Java.Util.Function.BinaryOperator arg2) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toConcurrentMap", arg0, arg1, arg2); + return SExecuteWithSignature>>(LocalBridgeClazz, "toConcurrentMap", "(Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector;", arg0, arg1, arg2); } /// /// @@ -286,7 +286,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToConcurrentMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toConcurrentMap", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "toConcurrentMap", "(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1, Java.Util.Function.BinaryOperator arg2) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toMap", arg0, arg1, arg2); + return SExecuteWithSignature>>(LocalBridgeClazz, "toMap", "(Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector;", arg0, arg1, arg2); } /// /// @@ -321,7 +321,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toMap", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "toMap", "(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToUnmodifiableMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1, Java.Util.Function.BinaryOperator arg2) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toUnmodifiableMap", arg0, arg1, arg2); + return SExecuteWithSignature>>(LocalBridgeClazz, "toUnmodifiableMap", "(Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector;", arg0, arg1, arg2); } /// /// @@ -356,7 +356,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector> ToUnmodifiableMap(Java.Util.Function.Function arg0, Java.Util.Function.Function arg1) where Arg0objectSuperT : T where Arg0ExtendsK : K where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>>(LocalBridgeClazz, "toUnmodifiableMap", arg0, arg1); + return SExecuteWithSignature>>(LocalBridgeClazz, "toUnmodifiableMap", "(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -369,7 +369,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector>> GroupingByConcurrent(Java.Util.Function.Function arg0) where Arg0objectSuperT : T where Arg0ExtendsK : K { - return SExecute>>>(LocalBridgeClazz, "groupingByConcurrent", arg0); + return SExecuteWithSignature>>>(LocalBridgeClazz, "groupingByConcurrent", "(Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0); } /// /// @@ -382,7 +382,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector>> GroupingBy(Java.Util.Function.Function arg0) where Arg0objectSuperT : T where Arg0ExtendsK : K { - return SExecute>>>(LocalBridgeClazz, "groupingBy", arg0); + return SExecuteWithSignature>>>(LocalBridgeClazz, "groupingBy", "(Ljava/util/function/Function;)Ljava/util/stream/Collector;", arg0); } /// /// @@ -400,7 +400,7 @@ public static Java.Util.Stream.Collector ToMap public static Java.Util.Stream.Collector FlatMapping(Java.Util.Function.Function arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg0ExtendsJava_Util_Stream_Stream_Arg0ExtendsU_ : Java.Util.Stream.Stream where Arg0ExtendsU : U where Arg1objectSuperU : U { - return SExecute>(LocalBridgeClazz, "flatMapping", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "flatMapping", "(Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -417,7 +417,7 @@ public static Java.Util.Stream.Collector FlatMapping public static Java.Util.Stream.Collector Mapping(Java.Util.Function.Function arg0, Java.Util.Stream.Collector arg1) where Arg0objectSuperT : T where Arg0ExtendsU : U where Arg1objectSuperU : U { - return SExecute>(LocalBridgeClazz, "mapping", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "mapping", "(Ljava/util/function/Function;Ljava/util/stream/Collector;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -432,7 +432,7 @@ public static Java.Util.Stream.Collector Mapping public static Java.Util.Stream.Collector Reducing(U arg0, Java.Util.Function.Function arg1, Java.Util.Function.BinaryOperator arg2) where Arg1objectSuperT : T where Arg1ExtendsU : U { - return SExecute>(LocalBridgeClazz, "reducing", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "reducing", "(Ljava/lang/Object;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector;", arg0, arg1, arg2); } /// /// @@ -630,7 +630,7 @@ public static Java.Util.Stream.Collector Reducing public static Java.Util.Stream.Collector Reducing(T arg0, Java.Util.Function.BinaryOperator arg1) { - return SExecute>(LocalBridgeClazz, "reducing", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "reducing", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector;", arg0, arg1); } /// /// @@ -649,7 +649,7 @@ public static Java.Util.Stream.Collector Reducing(T arg0, Java. /// public static Java.Util.Stream.Collector Joining(Java.Lang.CharSequence arg0, Java.Lang.CharSequence arg1, Java.Lang.CharSequence arg2) { - return SExecute>(LocalBridgeClazz, "joining", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "joining", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/DoubleStream.cs b/src/net/JNet/Generated/Java/Util/Stream/DoubleStream.cs index ef9375b8bd..b3efd66a42 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/DoubleStream.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/DoubleStream.cs @@ -313,7 +313,7 @@ public partial class DoubleStream : Java.Util.Stream.IDoubleStream /// public static Java.Util.Stream.DoubleStream Concat(Java.Util.Stream.DoubleStream arg0, Java.Util.Stream.DoubleStream arg1) { - return SExecute(LocalBridgeClazz, "concat", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "concat", "(Ljava/util/stream/DoubleStream;Ljava/util/stream/DoubleStream;)Ljava/util/stream/DoubleStream;", arg0, arg1); } /// /// @@ -341,7 +341,7 @@ public static Java.Util.Stream.DoubleStream Generate(Java.Util.Function.DoubleSu /// public static Java.Util.Stream.DoubleStream Iterate(double arg0, Java.Util.Function.DoublePredicate arg1, Java.Util.Function.DoubleUnaryOperator arg2) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(DLjava/util/function/DoublePredicate;Ljava/util/function/DoubleUnaryOperator;)Ljava/util/stream/DoubleStream;", arg0, arg1, arg2); } /// /// @@ -351,7 +351,7 @@ public static Java.Util.Stream.DoubleStream Iterate(double arg0, Java.Util.Funct /// public static Java.Util.Stream.DoubleStream Iterate(double arg0, Java.Util.Function.DoubleUnaryOperator arg1) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(DLjava/util/function/DoubleUnaryOperator;)Ljava/util/stream/DoubleStream;", arg0, arg1); } /// /// @@ -385,7 +385,7 @@ public static Java.Util.Stream.DoubleStream Of(double arg0) /// public R Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.ObjDoubleConsumer arg1, Java.Util.Function.BiConsumer arg2) { - return IExecute("collect", arg0, arg1, arg2); + return IExecuteWithSignature("collect", "(Ljava/util/function/Supplier;Ljava/util/function/ObjDoubleConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -433,7 +433,7 @@ public bool NoneMatch(Java.Util.Function.DoublePredicate arg0) /// public double Reduce(double arg0, Java.Util.Function.DoubleBinaryOperator arg1) { - return IExecute("reduce", arg0, arg1); + return IExecuteWithSignature("reduce", "(DLjava/util/function/DoubleBinaryOperator;)D", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/IntStream.cs b/src/net/JNet/Generated/Java/Util/Stream/IntStream.cs index add1917704..1ecffaa963 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/IntStream.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/IntStream.cs @@ -323,7 +323,7 @@ public partial class IntStream : Java.Util.Stream.IIntStream /// public static Java.Util.Stream.IntStream Concat(Java.Util.Stream.IntStream arg0, Java.Util.Stream.IntStream arg1) { - return SExecute(LocalBridgeClazz, "concat", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "concat", "(Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -351,7 +351,7 @@ public static Java.Util.Stream.IntStream Generate(Java.Util.Function.IntSupplier /// public static Java.Util.Stream.IntStream Iterate(int arg0, Java.Util.Function.IntPredicate arg1, Java.Util.Function.IntUnaryOperator arg2) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(ILjava/util/function/IntPredicate;Ljava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream;", arg0, arg1, arg2); } /// /// @@ -361,7 +361,7 @@ public static Java.Util.Stream.IntStream Iterate(int arg0, Java.Util.Function.In /// public static Java.Util.Stream.IntStream Iterate(int arg0, Java.Util.Function.IntUnaryOperator arg1) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(ILjava/util/function/IntUnaryOperator;)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public static Java.Util.Stream.IntStream Of(int arg0) /// public static Java.Util.Stream.IntStream Range(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "range", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "range", "(II)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -399,7 +399,7 @@ public static Java.Util.Stream.IntStream Range(int arg0, int arg1) /// public static Java.Util.Stream.IntStream RangeClosed(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "rangeClosed", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rangeClosed", "(II)Ljava/util/stream/IntStream;", arg0, arg1); } #endregion @@ -415,7 +415,7 @@ public static Java.Util.Stream.IntStream RangeClosed(int arg0, int arg1) /// public R Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.ObjIntConsumer arg1, Java.Util.Function.BiConsumer arg2) { - return IExecute("collect", arg0, arg1, arg2); + return IExecuteWithSignature("collect", "(Ljava/util/function/Supplier;Ljava/util/function/ObjIntConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -463,7 +463,7 @@ public bool NoneMatch(Java.Util.Function.IntPredicate arg0) /// public int Reduce(int arg0, Java.Util.Function.IntBinaryOperator arg1) { - return IExecute("reduce", arg0, arg1); + return IExecuteWithSignature("reduce", "(ILjava/util/function/IntBinaryOperator;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/LongStream.cs b/src/net/JNet/Generated/Java/Util/Stream/LongStream.cs index 3477a3c4e4..7298224c36 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/LongStream.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/LongStream.cs @@ -318,7 +318,7 @@ public partial class LongStream : Java.Util.Stream.ILongStream /// public static Java.Util.Stream.LongStream Concat(Java.Util.Stream.LongStream arg0, Java.Util.Stream.LongStream arg1) { - return SExecute(LocalBridgeClazz, "concat", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "concat", "(Ljava/util/stream/LongStream;Ljava/util/stream/LongStream;)Ljava/util/stream/LongStream;", arg0, arg1); } /// /// @@ -346,7 +346,7 @@ public static Java.Util.Stream.LongStream Generate(Java.Util.Function.LongSuppli /// public static Java.Util.Stream.LongStream Iterate(long arg0, Java.Util.Function.LongPredicate arg1, Java.Util.Function.LongUnaryOperator arg2) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(JLjava/util/function/LongPredicate;Ljava/util/function/LongUnaryOperator;)Ljava/util/stream/LongStream;", arg0, arg1, arg2); } /// /// @@ -356,7 +356,7 @@ public static Java.Util.Stream.LongStream Iterate(long arg0, Java.Util.Function. /// public static Java.Util.Stream.LongStream Iterate(long arg0, Java.Util.Function.LongUnaryOperator arg1) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(JLjava/util/function/LongUnaryOperator;)Ljava/util/stream/LongStream;", arg0, arg1); } /// /// @@ -384,7 +384,7 @@ public static Java.Util.Stream.LongStream Of(long arg0) /// public static Java.Util.Stream.LongStream Range(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "range", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "range", "(JJ)Ljava/util/stream/LongStream;", arg0, arg1); } /// /// @@ -394,7 +394,7 @@ public static Java.Util.Stream.LongStream Range(long arg0, long arg1) /// public static Java.Util.Stream.LongStream RangeClosed(long arg0, long arg1) { - return SExecute(LocalBridgeClazz, "rangeClosed", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "rangeClosed", "(JJ)Ljava/util/stream/LongStream;", arg0, arg1); } #endregion @@ -410,7 +410,7 @@ public static Java.Util.Stream.LongStream RangeClosed(long arg0, long arg1) /// public R Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.ObjLongConsumer arg1, Java.Util.Function.BiConsumer arg2) { - return IExecute("collect", arg0, arg1, arg2); + return IExecuteWithSignature("collect", "(Ljava/util/function/Supplier;Ljava/util/function/ObjLongConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -628,7 +628,7 @@ public long Count() /// public long Reduce(long arg0, Java.Util.Function.LongBinaryOperator arg1) { - return IExecute("reduce", arg0, arg1); + return IExecuteWithSignature("reduce", "(JLjava/util/function/LongBinaryOperator;)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/Stream.cs b/src/net/JNet/Generated/Java/Util/Stream/Stream.cs index 2f9dc27d94..33a86a0b4f 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/Stream.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/Stream.cs @@ -144,7 +144,7 @@ public partial class Stream /// public static Java.Util.Stream.Stream Concat(Java.Util.Stream.Stream arg0, Java.Util.Stream.Stream arg1) { - return SExecute(LocalBridgeClazz, "concat", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "concat", "(Ljava/util/stream/Stream;Ljava/util/stream/Stream;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public static Java.Util.Stream.Stream Generate(Java.Util.Function.Supplier arg0) /// public static Java.Util.Stream.Stream Iterate(object arg0, Java.Util.Function.Predicate arg1, Java.Util.Function.UnaryOperator arg2) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(Ljava/lang/Object;Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Ljava/util/stream/Stream;", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public static Java.Util.Stream.Stream Iterate(object arg0, Java.Util.Function.Pr /// public static Java.Util.Stream.Stream Iterate(object arg0, Java.Util.Function.UnaryOperator arg1) { - return SExecute(LocalBridgeClazz, "iterate", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "iterate", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public object[] ToArray(Java.Util.Function.IntFunction arg0) /// public object Collect(Java.Util.Stream.Collector arg0) { - return IExecute("collect", arg0); + return IExecuteWithSignature("collect", "(Ljava/util/stream/Collector;)Ljava/lang/Object;", arg0); } /// /// @@ -260,7 +260,7 @@ public Java.Util.Stream.Stream Map(Java.Util.Function.Function arg0) /// public object Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BiConsumer arg2) { - return IExecute("collect", arg0, arg1, arg2); + return IExecuteWithSignature("collect", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -271,7 +271,7 @@ public object Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.BiCon /// public object Reduce(object arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.BinaryOperator arg2) { - return IExecute("reduce", arg0, arg1, arg2); + return IExecuteWithSignature("reduce", "(Ljava/lang/Object;Ljava/util/function/BiFunction;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -482,7 +482,7 @@ public long Count() /// public object Reduce(object arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("reduce", arg0, arg1); + return IExecuteWithSignature("reduce", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -814,7 +814,7 @@ public partial class Stream : Java.Util.Stream.IStream /// public static Java.Util.Stream.Stream Concat(Java.Util.Stream.Stream arg0, Java.Util.Stream.Stream arg1) where Arg0ExtendsT : T where Arg1ExtendsT : T { - return SExecute>(LocalBridgeClazz, "concat", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "concat", "(Ljava/util/stream/Stream;Ljava/util/stream/Stream;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -844,7 +844,7 @@ public static Java.Util.Stream.Stream Generate(Java.Util.Functi /// public static Java.Util.Stream.Stream Iterate(T arg0, Java.Util.Function.Predicate arg1, Java.Util.Function.UnaryOperator arg2) where Arg1objectSuperT : T { - return SExecute>(LocalBridgeClazz, "iterate", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "iterate", "(Ljava/lang/Object;Ljava/util/function/Predicate;Ljava/util/function/UnaryOperator;)Ljava/util/stream/Stream;", arg0, arg1, arg2); } /// /// @@ -854,7 +854,7 @@ public static Java.Util.Stream.Stream Iterate(T arg0, Java. /// public static Java.Util.Stream.Stream Iterate(T arg0, Java.Util.Function.UnaryOperator arg1) { - return SExecute>(LocalBridgeClazz, "iterate", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "iterate", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -907,7 +907,7 @@ public A[] ToArray(Java.Util.Function.IntFunction arg0) /// public R Collect(Java.Util.Stream.Collector arg0) where Arg0objectSuperT : T { - return IExecute("collect", arg0); + return IExecuteWithSignature("collect", "(Ljava/util/stream/Collector;)Ljava/lang/Object;", arg0); } /// /// @@ -945,7 +945,7 @@ public Java.Util.Stream.Stream Map(Java.Ut /// public R Collect(Java.Util.Function.Supplier arg0, Java.Util.Function.BiConsumer arg1, Java.Util.Function.BiConsumer arg2) where Arg1objectSuperT : T { - return IExecute("collect", arg0, arg1, arg2); + return IExecuteWithSignature("collect", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -958,7 +958,7 @@ public R Collect(Java.Util.Function.Supplier arg0, Java. /// public U Reduce(U arg0, Java.Util.Function.BiFunction arg1, Java.Util.Function.BinaryOperator arg2) where Arg1objectSuperT : T { - return IExecute("reduce", arg0, arg1, arg2); + return IExecuteWithSignature("reduce", "(Ljava/lang/Object;Ljava/util/function/BiFunction;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -1186,7 +1186,7 @@ public long Count() /// public T Reduce(T arg0, Java.Util.Function.BinaryOperator arg1) { - return IExecute("reduce", arg0, arg1); + return IExecuteWithSignature("reduce", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Stream/StreamSupport.cs b/src/net/JNet/Generated/Java/Util/Stream/StreamSupport.cs index 6490b7d892..999293f206 100644 --- a/src/net/JNet/Generated/Java/Util/Stream/StreamSupport.cs +++ b/src/net/JNet/Generated/Java/Util/Stream/StreamSupport.cs @@ -97,7 +97,7 @@ public partial class StreamSupport /// public static Java.Util.Stream.Stream Stream(Java.Util.Function.Supplier arg0, int arg1, bool arg2) where Arg0ExtendsJava_Util_Spliterator_T_ : Java.Util.Spliterator { - return SExecute>(LocalBridgeClazz, "stream", arg0, arg1, arg2); + return SExecuteWithSignature>(LocalBridgeClazz, "stream", "(Ljava/util/function/Supplier;IZ)Ljava/util/stream/Stream;", arg0, arg1, arg2); } /// /// @@ -108,7 +108,7 @@ public static Java.Util.Stream.Stream Stream public static Java.Util.Stream.Stream Stream(Java.Util.Spliterator arg0, bool arg1) { - return SExecute>(LocalBridgeClazz, "stream", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "stream", "(Ljava/util/Spliterator;Z)Ljava/util/stream/Stream;", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public static Java.Util.Stream.Stream Stream(Java.Util.Spliterator arg0 /// public static Java.Util.Stream.DoubleStream DoubleStream(Java.Util.Function.Supplier arg0, int arg1, bool arg2) where Arg0ExtendsJava_Util_Spliterator_OfDouble : Java.Util.Spliterator.OfDouble { - return SExecute(LocalBridgeClazz, "doubleStream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "doubleStream", "(Ljava/util/function/Supplier;IZ)Ljava/util/stream/DoubleStream;", arg0, arg1, arg2); } /// /// @@ -130,7 +130,7 @@ public static Java.Util.Stream.DoubleStream DoubleStream public static Java.Util.Stream.DoubleStream DoubleStream(Java.Util.Spliterator.OfDouble arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "doubleStream", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "doubleStream", "(Ljava/util/Spliterator$OfDouble;Z)Ljava/util/stream/DoubleStream;", arg0, arg1); } /// /// @@ -142,7 +142,7 @@ public static Java.Util.Stream.DoubleStream DoubleStream(Java.Util.Spliterator.O /// public static Java.Util.Stream.IntStream IntStream(Java.Util.Function.Supplier arg0, int arg1, bool arg2) where Arg0ExtendsJava_Util_Spliterator_OfInt : Java.Util.Spliterator.OfInt { - return SExecute(LocalBridgeClazz, "intStream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "intStream", "(Ljava/util/function/Supplier;IZ)Ljava/util/stream/IntStream;", arg0, arg1, arg2); } /// /// @@ -152,7 +152,7 @@ public static Java.Util.Stream.IntStream IntStream public static Java.Util.Stream.IntStream IntStream(Java.Util.Spliterator.OfInt arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "intStream", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "intStream", "(Ljava/util/Spliterator$OfInt;Z)Ljava/util/stream/IntStream;", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public static Java.Util.Stream.IntStream IntStream(Java.Util.Spliterator.OfInt a /// public static Java.Util.Stream.LongStream LongStream(Java.Util.Function.Supplier arg0, int arg1, bool arg2) where Arg0ExtendsJava_Util_Spliterator_OfLong : Java.Util.Spliterator.OfLong { - return SExecute(LocalBridgeClazz, "longStream", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "longStream", "(Ljava/util/function/Supplier;IZ)Ljava/util/stream/LongStream;", arg0, arg1, arg2); } /// /// @@ -174,7 +174,7 @@ public static Java.Util.Stream.LongStream LongStream public static Java.Util.Stream.LongStream LongStream(Java.Util.Spliterator.OfLong arg0, bool arg1) { - return SExecute(LocalBridgeClazz, "longStream", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "longStream", "(Ljava/util/Spliterator$OfLong;Z)Ljava/util/stream/LongStream;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/TimeZone.cs b/src/net/JNet/Generated/Java/Util/TimeZone.cs index b82da24e57..259cc8916b 100644 --- a/src/net/JNet/Generated/Java/Util/TimeZone.cs +++ b/src/net/JNet/Generated/Java/Util/TimeZone.cs @@ -210,7 +210,7 @@ public bool UseDaylightTime() /// public int GetOffset(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) { - return IExecute("getOffset", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getOffset", "(IIIIII)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -237,7 +237,7 @@ public bool ObservesDaylightTime() /// public Java.Lang.String GetDisplayName(bool arg0, int arg1) { - return IExecute("getDisplayName", arg0, arg1); + return IExecuteWithSignature("getDisplayName", "(ZI)Ljava/lang/String;", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public int GetOffset(long arg0) /// public Java.Lang.String GetDisplayName(bool arg0, int arg1, Java.Util.Locale arg2) { - return IExecute("getDisplayName", arg0, arg1, arg2); + return IExecuteWithSignature("getDisplayName", "(ZILjava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Timer.cs b/src/net/JNet/Generated/Java/Util/Timer.cs index c92806e1c1..27e77c1498 100644 --- a/src/net/JNet/Generated/Java/Util/Timer.cs +++ b/src/net/JNet/Generated/Java/Util/Timer.cs @@ -138,7 +138,7 @@ public void Cancel() /// public void Schedule(Java.Util.TimerTask arg0, Java.Util.Date arg1, long arg2) { - IExecute("schedule", arg0, arg1, arg2); + IExecuteWithSignature("schedule", "(Ljava/util/TimerTask;Ljava/util/Date;J)V", arg0, arg1, arg2); } /// /// @@ -147,7 +147,7 @@ public void Schedule(Java.Util.TimerTask arg0, Java.Util.Date arg1, long arg2) /// public void Schedule(Java.Util.TimerTask arg0, Java.Util.Date arg1) { - IExecute("schedule", arg0, arg1); + IExecuteWithSignature("schedule", "(Ljava/util/TimerTask;Ljava/util/Date;)V", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public void Schedule(Java.Util.TimerTask arg0, Java.Util.Date arg1) /// public void Schedule(Java.Util.TimerTask arg0, long arg1, long arg2) { - IExecute("schedule", arg0, arg1, arg2); + IExecuteWithSignature("schedule", "(Ljava/util/TimerTask;JJ)V", arg0, arg1, arg2); } /// /// @@ -166,7 +166,7 @@ public void Schedule(Java.Util.TimerTask arg0, long arg1, long arg2) /// public void Schedule(Java.Util.TimerTask arg0, long arg1) { - IExecute("schedule", arg0, arg1); + IExecuteWithSignature("schedule", "(Ljava/util/TimerTask;J)V", arg0, arg1); } /// /// @@ -176,7 +176,7 @@ public void Schedule(Java.Util.TimerTask arg0, long arg1) /// public void ScheduleAtFixedRate(Java.Util.TimerTask arg0, Java.Util.Date arg1, long arg2) { - IExecute("scheduleAtFixedRate", arg0, arg1, arg2); + IExecuteWithSignature("scheduleAtFixedRate", "(Ljava/util/TimerTask;Ljava/util/Date;J)V", arg0, arg1, arg2); } /// /// @@ -186,7 +186,7 @@ public void ScheduleAtFixedRate(Java.Util.TimerTask arg0, Java.Util.Date arg1, l /// public void ScheduleAtFixedRate(Java.Util.TimerTask arg0, long arg1, long arg2) { - IExecute("scheduleAtFixedRate", arg0, arg1, arg2); + IExecuteWithSignature("scheduleAtFixedRate", "(Ljava/util/TimerTask;JJ)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Java/Util/TreeMap.cs b/src/net/JNet/Generated/Java/Util/TreeMap.cs index 0e3a1e3aaf..94806d3c17 100644 --- a/src/net/JNet/Generated/Java/Util/TreeMap.cs +++ b/src/net/JNet/Generated/Java/Util/TreeMap.cs @@ -265,7 +265,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) { - return IExecute("headMap", arg0, arg1); + return IExecuteWithSignature("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -277,7 +277,7 @@ public Java.Util.NavigableMap HeadMap(object arg0, bool arg1) /// public Java.Util.NavigableMap SubMapMethod(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -287,7 +287,7 @@ public Java.Util.NavigableMap SubMapMethod(object arg0, bool arg1, object arg2, /// public Java.Util.NavigableMap TailMap(object arg0, bool arg1) { - return IExecute("tailMap", arg0, arg1); + return IExecuteWithSignature("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -322,7 +322,7 @@ public Java.Util.SortedMap HeadMap(object arg0) /// public Java.Util.SortedMap SubMapMethod(object arg0, object arg1) { - return IExecute("subMap", arg0, arg1); + return IExecuteWithSignature("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// @@ -549,7 +549,7 @@ public Java.Util.NavigableMap DescendingMap() /// public Java.Util.NavigableMap HeadMap(K arg0, bool arg1) { - return IExecute>("headMap", arg0, arg1); + return IExecuteWithSignature>("headMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -561,7 +561,7 @@ public Java.Util.NavigableMap HeadMap(K arg0, bool arg1) /// public Java.Util.NavigableMap SubMapMethod(K arg0, bool arg1, K arg2, bool arg3) { - return IExecute>("subMap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1, arg2, arg3); } /// /// @@ -571,7 +571,7 @@ public Java.Util.NavigableMap SubMapMethod(K arg0, bool arg1, K arg2, bool /// public Java.Util.NavigableMap TailMap(K arg0, bool arg1) { - return IExecute>("tailMap", arg0, arg1); + return IExecuteWithSignature>("tailMap", "(Ljava/lang/Object;Z)Ljava/util/NavigableMap;", arg0, arg1); } /// /// @@ -606,7 +606,7 @@ public Java.Util.SortedMap HeadMap(K arg0) /// public Java.Util.SortedMap SubMapMethod(K arg0, K arg1) { - return IExecute>("subMap", arg0, arg1); + return IExecuteWithSignature>("subMap", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/TreeSet.cs b/src/net/JNet/Generated/Java/Util/TreeSet.cs index 6c745fed87..d7d42ebf56 100644 --- a/src/net/JNet/Generated/Java/Util/TreeSet.cs +++ b/src/net/JNet/Generated/Java/Util/TreeSet.cs @@ -272,7 +272,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) { - return IExecute("headSet", arg0, arg1); + return IExecuteWithSignature("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -284,7 +284,7 @@ public Java.Util.NavigableSet HeadSet(object arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool arg3) { - return IExecute("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -294,7 +294,7 @@ public Java.Util.NavigableSet SubSet(object arg0, bool arg1, object arg2, bool a /// public Java.Util.NavigableSet TailSet(object arg0, bool arg1) { - return IExecute("tailSet", arg0, arg1); + return IExecuteWithSignature("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -313,7 +313,7 @@ public Java.Util.SortedSet HeadSet(object arg0) /// public Java.Util.SortedSet SubSet(object arg0, object arg1) { - return IExecute("subSet", arg0, arg1); + return IExecuteWithSignature("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// @@ -496,7 +496,7 @@ public Java.Util.NavigableSet DescendingSet() /// public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) { - return IExecute>("headSet", arg0, arg1); + return IExecuteWithSignature>("headSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -508,7 +508,7 @@ public Java.Util.NavigableSet HeadSet(E arg0, bool arg1) /// public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) { - return IExecute>("subSet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1, arg2, arg3); } /// /// @@ -518,7 +518,7 @@ public Java.Util.NavigableSet SubSet(E arg0, bool arg1, E arg2, bool arg3) /// public Java.Util.NavigableSet TailSet(E arg0, bool arg1) { - return IExecute>("tailSet", arg0, arg1); + return IExecuteWithSignature>("tailSet", "(Ljava/lang/Object;Z)Ljava/util/NavigableSet;", arg0, arg1); } /// /// @@ -537,7 +537,7 @@ public Java.Util.SortedSet HeadSet(E arg0) /// public Java.Util.SortedSet SubSet(E arg0, E arg1) { - return IExecute>("subSet", arg0, arg1); + return IExecuteWithSignature>("subSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Vector.cs b/src/net/JNet/Generated/Java/Util/Vector.cs index 30d9bcdab4..f2304a2423 100644 --- a/src/net/JNet/Generated/Java/Util/Vector.cs +++ b/src/net/JNet/Generated/Java/Util/Vector.cs @@ -231,7 +231,7 @@ public int Capacity() /// public int IndexOf(object arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -241,7 +241,7 @@ public int IndexOf(object arg0, int arg1) /// public int LastIndexOf(object arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -274,7 +274,7 @@ public void EnsureCapacity(int arg0) /// public void InsertElementAt(object arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public void RemoveElementAt(int arg0) /// public void SetElementAt(object arg0, int arg1) { - IExecute("setElementAt", arg0, arg1); + IExecuteWithSignature("setElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -445,7 +445,7 @@ public int Capacity() /// public int IndexOf(object arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public int IndexOf(object arg0, int arg1) /// public int LastIndexOf(object arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -488,7 +488,7 @@ public void EnsureCapacity(int arg0) /// public void InsertElementAt(E arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -512,7 +512,7 @@ public void RemoveElementAt(int arg0) /// public void SetElementAt(E arg0, int arg1) { - IExecute("setElementAt", arg0, arg1); + IExecuteWithSignature("setElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/Adler32.cs b/src/net/JNet/Generated/Java/Util/Zip/Adler32.cs index e822f1a0fc..5435df93b0 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/Adler32.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/Adler32.cs @@ -112,7 +112,7 @@ public void Reset() /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/CRC32.cs b/src/net/JNet/Generated/Java/Util/Zip/CRC32.cs index f316207cdf..69875d4e64 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/CRC32.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/CRC32.cs @@ -112,7 +112,7 @@ public void Reset() /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/CRC32C.cs b/src/net/JNet/Generated/Java/Util/Zip/CRC32C.cs index 5830ee79e8..b2a826c650 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/CRC32C.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/CRC32C.cs @@ -112,7 +112,7 @@ public void Reset() /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/Checksum.cs b/src/net/JNet/Generated/Java/Util/Zip/Checksum.cs index 18a73b2f33..8df7051f1a 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/Checksum.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/Checksum.cs @@ -162,7 +162,7 @@ public void Reset() /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/Deflater.cs b/src/net/JNet/Generated/Java/Util/Zip/Deflater.cs index e92f14dad3..3aeb5fc2ff 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/Deflater.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/Deflater.cs @@ -234,7 +234,7 @@ public bool NeedsInput() /// public int Deflate(byte[] arg0, int arg1, int arg2, int arg3) { - return IExecute("deflate", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("deflate", "([BIII)I", arg0, arg1, arg2, arg3); } /// /// @@ -245,7 +245,7 @@ public int Deflate(byte[] arg0, int arg1, int arg2, int arg3) /// public int Deflate(byte[] arg0, int arg1, int arg2) { - return IExecute("deflate", arg0, arg1, arg2); + return IExecuteWithSignature("deflate", "([BII)I", arg0, arg1, arg2); } /// /// @@ -264,7 +264,7 @@ public int Deflate(byte[] arg0) /// public int Deflate(Java.Nio.ByteBuffer arg0, int arg1) { - return IExecute("deflate", arg0, arg1); + return IExecuteWithSignature("deflate", "(Ljava/nio/ByteBuffer;I)I", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public void Reset() /// public void SetDictionary(byte[] arg0, int arg1, int arg2) { - IExecute("setDictionary", arg0, arg1, arg2); + IExecuteWithSignature("setDictionary", "([BII)V", arg0, arg1, arg2); } /// /// @@ -330,7 +330,7 @@ public void SetDictionary(Java.Nio.ByteBuffer arg0) /// public void SetInput(byte[] arg0, int arg1, int arg2) { - IExecute("setInput", arg0, arg1, arg2); + IExecuteWithSignature("setInput", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Java/Util/Zip/Inflater.cs b/src/net/JNet/Generated/Java/Util/Zip/Inflater.cs index 531d5fa75a..91cb9647ed 100644 --- a/src/net/JNet/Generated/Java/Util/Zip/Inflater.cs +++ b/src/net/JNet/Generated/Java/Util/Zip/Inflater.cs @@ -174,7 +174,7 @@ public bool NeedsInput() /// public int Inflate(byte[] arg0, int arg1, int arg2) { - return IExecute("inflate", arg0, arg1, arg2); + return IExecuteWithSignature("inflate", "([BII)I", arg0, arg1, arg2); } /// /// @@ -218,7 +218,7 @@ public void Reset() /// public void SetDictionary(byte[] arg0, int arg1, int arg2) { - IExecute("setDictionary", arg0, arg1, arg2); + IExecuteWithSignature("setDictionary", "([BII)V", arg0, arg1, arg2); } /// /// @@ -244,7 +244,7 @@ public void SetDictionary(Java.Nio.ByteBuffer arg0) /// public void SetInput(byte[] arg0, int arg1, int arg2) { - IExecute("setInput", arg0, arg1, arg2); + IExecuteWithSignature("setInput", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleContext.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleContext.cs index c58c9777ed..bba9ffdd44 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleContext.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleContext.cs @@ -368,7 +368,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleEditableText.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleEditableText.cs index 60471347c2..db4940d81b 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleEditableText.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleEditableText.cs @@ -173,7 +173,7 @@ public partial class AccessibleEditableText : Javax.Accessibility.IAccessibleEdi /// public Java.Lang.String GetTextRange(int arg0, int arg1) { - return IExecute("getTextRange", arg0, arg1); + return IExecuteWithSignature("getTextRange", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public Java.Lang.String GetTextRange(int arg0, int arg1) /// public void Cut(int arg0, int arg1) { - IExecute("cut", arg0, arg1); + IExecuteWithSignature("cut", "(II)V", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public void Cut(int arg0, int arg1) /// public void Delete(int arg0, int arg1) { - IExecute("delete", arg0, arg1); + IExecuteWithSignature("delete", "(II)V", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public void Delete(int arg0, int arg1) /// public void InsertTextAtIndex(int arg0, Java.Lang.String arg1) { - IExecute("insertTextAtIndex", arg0, arg1); + IExecuteWithSignature("insertTextAtIndex", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public void Paste(int arg0) /// public void ReplaceText(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("replaceText", arg0, arg1, arg2); + IExecuteWithSignature("replaceText", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -227,7 +227,7 @@ public void ReplaceText(int arg0, int arg1, Java.Lang.String arg2) /// public void SelectText(int arg0, int arg1) { - IExecute("selectText", arg0, arg1); + IExecuteWithSignature("selectText", "(II)V", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public void SelectText(int arg0, int arg1) /// public void SetAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2) { - IExecute("setAttributes", arg0, arg1, arg2); + IExecuteWithSignature("setAttributes", "(IILjavax/swing/text/AttributeSet;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedTable.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedTable.cs index cdfd4abf47..f37b5dccbc 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedTable.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedTable.cs @@ -146,7 +146,7 @@ public int GetAccessibleColumn(int arg0) /// public int GetAccessibleIndex(int arg0, int arg1) { - return IExecute("getAccessibleIndex", arg0, arg1); + return IExecuteWithSignature("getAccessibleIndex", "(II)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedText.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedText.cs index eccdb774bd..036caa580b 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedText.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleExtendedText.cs @@ -165,7 +165,7 @@ public partial class AccessibleExtendedText : Javax.Accessibility.IAccessibleExt /// public Java.Awt.Rectangle GetTextBounds(int arg0, int arg1) { - return IExecute("getTextBounds", arg0, arg1); + return IExecuteWithSignature("getTextBounds", "(II)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public Java.Awt.Rectangle GetTextBounds(int arg0, int arg1) /// public Java.Lang.String GetTextRange(int arg0, int arg1) { - return IExecute("getTextRange", arg0, arg1); + return IExecuteWithSignature("getTextRange", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public Java.Lang.String GetTextRange(int arg0, int arg1) /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAfter(int arg0, int arg1) { - return IExecute("getTextSequenceAfter", arg0, arg1); + return IExecuteWithSignature("getTextSequenceAfter", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAfter(int arg0, /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAt(int arg0, int arg1) { - return IExecute("getTextSequenceAt", arg0, arg1); + return IExecuteWithSignature("getTextSequenceAt", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAt(int arg0, in /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceBefore(int arg0, int arg1) { - return IExecute("getTextSequenceBefore", arg0, arg1); + return IExecuteWithSignature("getTextSequenceBefore", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleTable.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleTable.cs index d7a6850449..eb3f13d362 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleTable.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleTable.cs @@ -288,7 +288,7 @@ public bool IsAccessibleRowSelected(int arg0) /// public bool IsAccessibleSelected(int arg0, int arg1) { - return IExecute("isAccessibleSelected", arg0, arg1); + return IExecuteWithSignature("isAccessibleSelected", "(II)Z", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public bool IsAccessibleSelected(int arg0, int arg1) /// public int GetAccessibleColumnExtentAt(int arg0, int arg1) { - return IExecute("getAccessibleColumnExtentAt", arg0, arg1); + return IExecuteWithSignature("getAccessibleColumnExtentAt", "(II)I", arg0, arg1); } /// /// @@ -308,7 +308,7 @@ public int GetAccessibleColumnExtentAt(int arg0, int arg1) /// public int GetAccessibleRowExtentAt(int arg0, int arg1) { - return IExecute("getAccessibleRowExtentAt", arg0, arg1); + return IExecuteWithSignature("getAccessibleRowExtentAt", "(II)I", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public int GetAccessibleRowExtentAt(int arg0, int arg1) /// public Javax.Accessibility.Accessible GetAccessibleAt(int arg0, int arg1) { - return IExecute("getAccessibleAt", arg0, arg1); + return IExecuteWithSignature("getAccessibleAt", "(II)Ljavax/accessibility/Accessible;", arg0, arg1); } /// /// @@ -345,7 +345,7 @@ public Javax.Accessibility.Accessible GetAccessibleRowDescription(int arg0) /// public void SetAccessibleColumnDescription(int arg0, Javax.Accessibility.Accessible arg1) { - IExecute("setAccessibleColumnDescription", arg0, arg1); + IExecuteWithSignature("setAccessibleColumnDescription", "(ILjavax/accessibility/Accessible;)V", arg0, arg1); } /// /// @@ -354,7 +354,7 @@ public void SetAccessibleColumnDescription(int arg0, Javax.Accessibility.Accessi /// public void SetAccessibleRowDescription(int arg0, Javax.Accessibility.Accessible arg1) { - IExecute("setAccessibleRowDescription", arg0, arg1); + IExecuteWithSignature("setAccessibleRowDescription", "(ILjavax/accessibility/Accessible;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Accessibility/AccessibleText.cs b/src/net/JNet/Generated/Javax/Accessibility/AccessibleText.cs index fbe518457d..d36f2430d6 100644 --- a/src/net/JNet/Generated/Javax/Accessibility/AccessibleText.cs +++ b/src/net/JNet/Generated/Javax/Accessibility/AccessibleText.cs @@ -248,7 +248,7 @@ public Java.Awt.Rectangle GetCharacterBounds(int arg0) /// public Java.Lang.String GetAfterIndex(int arg0, int arg1) { - return IExecute("getAfterIndex", arg0, arg1); + return IExecuteWithSignature("getAfterIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public Java.Lang.String GetAfterIndex(int arg0, int arg1) /// public Java.Lang.String GetAtIndex(int arg0, int arg1) { - return IExecute("getAtIndex", arg0, arg1); + return IExecuteWithSignature("getAtIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public Java.Lang.String GetAtIndex(int arg0, int arg1) /// public Java.Lang.String GetBeforeIndex(int arg0, int arg1) { - return IExecute("getBeforeIndex", arg0, arg1); + return IExecuteWithSignature("getBeforeIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Annotation/Processing/AbstractProcessor.cs b/src/net/JNet/Generated/Javax/Annotation/Processing/AbstractProcessor.cs index f82a00fac8..5529a330db 100644 --- a/src/net/JNet/Generated/Javax/Annotation/Processing/AbstractProcessor.cs +++ b/src/net/JNet/Generated/Javax/Annotation/Processing/AbstractProcessor.cs @@ -122,7 +122,7 @@ public Javax.Lang.Model.SourceVersion SupportedSourceVersion /// public bool Process(Java.Util.Set arg0, Javax.Annotation.Processing.RoundEnvironment arg1) where Arg0ExtendsJavax_Lang_Model_Element_TypeElement : Javax.Lang.Model.Element.TypeElement { - return IExecute("process", arg0, arg1); + return IExecuteWithSignature("process", "(Ljava/util/Set;Ljavax/annotation/processing/RoundEnvironment;)Z", arg0, arg1); } /// /// @@ -135,7 +135,7 @@ public bool Process(Java.Util.S /// public Java.Lang.Iterable GetCompletions(Javax.Lang.Model.Element.Element arg0, Javax.Lang.Model.Element.AnnotationMirror arg1, Javax.Lang.Model.Element.ExecutableElement arg2, Java.Lang.String arg3) where ReturnExtendsJavax_Annotation_Processing_Completion : Javax.Annotation.Processing.Completion { - return IExecute>("getCompletions", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("getCompletions", "(Ljavax/lang/model/element/Element;Ljavax/lang/model/element/AnnotationMirror;Ljavax/lang/model/element/ExecutableElement;Ljava/lang/String;)Ljava/lang/Iterable;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Annotation/Processing/Completions.cs b/src/net/JNet/Generated/Javax/Annotation/Processing/Completions.cs index d2ab478cb1..5b3cdc4e7e 100644 --- a/src/net/JNet/Generated/Javax/Annotation/Processing/Completions.cs +++ b/src/net/JNet/Generated/Javax/Annotation/Processing/Completions.cs @@ -94,7 +94,7 @@ public partial class Completions /// public static Javax.Annotation.Processing.Completion Of(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "of", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "of", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/annotation/processing/Completion;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Annotation/Processing/Filer.cs b/src/net/JNet/Generated/Javax/Annotation/Processing/Filer.cs index 477a76ef92..0c46d81bf0 100644 --- a/src/net/JNet/Generated/Javax/Annotation/Processing/Filer.cs +++ b/src/net/JNet/Generated/Javax/Annotation/Processing/Filer.cs @@ -156,7 +156,7 @@ public partial class Filer : Javax.Annotation.Processing.IFiler /// public Javax.Tools.FileObject CreateResource(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.CharSequence arg1, Java.Lang.CharSequence arg2, params Javax.Lang.Model.Element.Element[] arg3) { - if (arg3.Length == 0) return IExecute("createResource", arg0, arg1, arg2); else return IExecute("createResource", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return IExecuteWithSignature("createResource", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/CharSequence;Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/FileObject;", arg0, arg1, arg2); else return IExecuteWithSignature("createResource", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/CharSequence;Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/FileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -168,7 +168,7 @@ public Javax.Tools.FileObject CreateResource(Javax.Tools.JavaFileManager.Locatio /// public Javax.Tools.FileObject GetResource(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.CharSequence arg1, Java.Lang.CharSequence arg2) { - return IExecute("getResource", arg0, arg1, arg2); + return IExecuteWithSignature("getResource", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljavax/tools/FileObject;", arg0, arg1, arg2); } /// /// @@ -179,7 +179,7 @@ public Javax.Tools.FileObject GetResource(Javax.Tools.JavaFileManager.Location a /// public Javax.Tools.JavaFileObject CreateClassFile(Java.Lang.CharSequence arg0, params Javax.Lang.Model.Element.Element[] arg1) { - if (arg1.Length == 0) return IExecute("createClassFile", arg0); else return IExecute("createClassFile", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("createClassFile", "(Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/JavaFileObject;", arg0); else return IExecuteWithSignature("createClassFile", "(Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/JavaFileObject;", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public Javax.Tools.JavaFileObject CreateClassFile(Java.Lang.CharSequence arg0, p /// public Javax.Tools.JavaFileObject CreateSourceFile(Java.Lang.CharSequence arg0, params Javax.Lang.Model.Element.Element[] arg1) { - if (arg1.Length == 0) return IExecute("createSourceFile", arg0); else return IExecute("createSourceFile", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("createSourceFile", "(Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/JavaFileObject;", arg0); else return IExecuteWithSignature("createSourceFile", "(Ljava/lang/CharSequence;[Ljavax/lang/model/element/Element;)Ljavax/tools/JavaFileObject;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Annotation/Processing/Messager.cs b/src/net/JNet/Generated/Javax/Annotation/Processing/Messager.cs index 9d9cab14ca..888eb2c4c9 100644 --- a/src/net/JNet/Generated/Javax/Annotation/Processing/Messager.cs +++ b/src/net/JNet/Generated/Javax/Annotation/Processing/Messager.cs @@ -150,7 +150,7 @@ public partial class Messager : Javax.Annotation.Processing.IMessager /// public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequence arg1, Javax.Lang.Model.Element.Element arg2, Javax.Lang.Model.Element.AnnotationMirror arg3, Javax.Lang.Model.Element.AnnotationValue arg4) { - IExecute("printMessage", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("printMessage", "(Ljavax/tools/Diagnostic$Kind;Ljava/lang/CharSequence;Ljavax/lang/model/element/Element;Ljavax/lang/model/element/AnnotationMirror;Ljavax/lang/model/element/AnnotationValue;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -161,7 +161,7 @@ public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequenc /// public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequence arg1, Javax.Lang.Model.Element.Element arg2, Javax.Lang.Model.Element.AnnotationMirror arg3) { - IExecute("printMessage", arg0, arg1, arg2, arg3); + IExecuteWithSignature("printMessage", "(Ljavax/tools/Diagnostic$Kind;Ljava/lang/CharSequence;Ljavax/lang/model/element/Element;Ljavax/lang/model/element/AnnotationMirror;)V", arg0, arg1, arg2, arg3); } /// /// @@ -171,7 +171,7 @@ public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequenc /// public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequence arg1, Javax.Lang.Model.Element.Element arg2) { - IExecute("printMessage", arg0, arg1, arg2); + IExecuteWithSignature("printMessage", "(Ljavax/tools/Diagnostic$Kind;Ljava/lang/CharSequence;Ljavax/lang/model/element/Element;)V", arg0, arg1, arg2); } /// /// @@ -180,7 +180,7 @@ public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequenc /// public void PrintMessage(Javax.Tools.Diagnostic.Kind arg0, Java.Lang.CharSequence arg1) { - IExecute("printMessage", arg0, arg1); + IExecuteWithSignature("printMessage", "(Ljavax/tools/Diagnostic$Kind;Ljava/lang/CharSequence;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Annotation/Processing/Processor.cs b/src/net/JNet/Generated/Javax/Annotation/Processing/Processor.cs index e412c979b7..fd84079dfa 100644 --- a/src/net/JNet/Generated/Javax/Annotation/Processing/Processor.cs +++ b/src/net/JNet/Generated/Javax/Annotation/Processing/Processor.cs @@ -175,7 +175,7 @@ public Javax.Lang.Model.SourceVersion SupportedSourceVersion /// public bool Process(Java.Util.Set arg0, Javax.Annotation.Processing.RoundEnvironment arg1) where Arg0ExtendsJavax_Lang_Model_Element_TypeElement : Javax.Lang.Model.Element.TypeElement { - return IExecute("process", arg0, arg1); + return IExecuteWithSignature("process", "(Ljava/util/Set;Ljavax/annotation/processing/RoundEnvironment;)Z", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public bool Process(Java.Util.S /// public Java.Lang.Iterable GetCompletions(Javax.Lang.Model.Element.Element arg0, Javax.Lang.Model.Element.AnnotationMirror arg1, Javax.Lang.Model.Element.ExecutableElement arg2, Java.Lang.String arg3) where ReturnExtendsJavax_Annotation_Processing_Completion : Javax.Annotation.Processing.Completion { - return IExecute>("getCompletions", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("getCompletions", "(Ljavax/lang/model/element/Element;Ljavax/lang/model/element/AnnotationMirror;Ljavax/lang/model/element/ExecutableElement;Ljava/lang/String;)Ljava/lang/Iterable;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/Cipher.cs b/src/net/JNet/Generated/Javax/Crypto/Cipher.cs index cfd90e585d..18ff17725f 100644 --- a/src/net/JNet/Generated/Javax/Crypto/Cipher.cs +++ b/src/net/JNet/Generated/Javax/Crypto/Cipher.cs @@ -159,7 +159,7 @@ public static Java.Security.Spec.AlgorithmParameterSpec GetMaxAllowedParameterSp /// public static Javax.Crypto.Cipher GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/Cipher;", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public static Javax.Crypto.Cipher GetInstance(Java.Lang.String arg0, Java.Lang.S /// public static Javax.Crypto.Cipher GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/Cipher;", arg0, arg1); } /// /// @@ -251,7 +251,7 @@ public byte[] DoFinal() /// public byte[] DoFinal(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("doFinal", arg0, arg1, arg2); + return IExecuteWithSignatureArray("doFinal", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -273,7 +273,7 @@ public byte[] DoFinal(byte[] arg0) /// public byte[] Update(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("update", arg0, arg1, arg2); + return IExecuteWithSignatureArray("update", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -309,7 +309,7 @@ public byte[] Wrap(Java.Security.Key arg0) /// public int DoFinal(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4) { - return IExecute("doFinal", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("doFinal", "([BII[BI)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -324,7 +324,7 @@ public int DoFinal(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4) /// public int DoFinal(byte[] arg0, int arg1, int arg2, byte[] arg3) { - return IExecute("doFinal", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("doFinal", "([BII[B)I", arg0, arg1, arg2, arg3); } /// /// @@ -337,7 +337,7 @@ public int DoFinal(byte[] arg0, int arg1, int arg2, byte[] arg3) /// public int DoFinal(byte[] arg0, int arg1) { - return IExecute("doFinal", arg0, arg1); + return IExecuteWithSignature("doFinal", "([BI)I", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public int DoFinal(byte[] arg0, int arg1) /// public int DoFinal(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("doFinal", arg0, arg1); + return IExecuteWithSignature("doFinal", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I", arg0, arg1); } /// /// @@ -373,7 +373,7 @@ public int GetOutputSize(int arg0) /// public int Update(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4) { - return IExecute("update", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("update", "([BII[BI)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -386,7 +386,7 @@ public int Update(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4) /// public int Update(byte[] arg0, int arg1, int arg2, byte[] arg3) { - return IExecute("update", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("update", "([BII[B)I", arg0, arg1, arg2, arg3); } /// /// @@ -397,7 +397,7 @@ public int Update(byte[] arg0, int arg1, int arg2, byte[] arg3) /// public int Update(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("update", arg0, arg1); + return IExecuteWithSignature("update", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public int Update(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) /// public Java.Security.Key Unwrap(byte[] arg0, Java.Lang.String arg1, int arg2) { - return IExecute("unwrap", arg0, arg1, arg2); + return IExecuteWithSignature("unwrap", "([BLjava/lang/String;I)Ljava/security/Key;", arg0, arg1, arg2); } /// /// @@ -421,7 +421,7 @@ public Java.Security.Key Unwrap(byte[] arg0, Java.Lang.String arg1, int arg2) /// public void Init(int arg0, Java.Security.Cert.Certificate arg1, Java.Security.SecureRandom arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "(ILjava/security/cert/Certificate;Ljava/security/SecureRandom;)V", arg0, arg1, arg2); } /// /// @@ -431,7 +431,7 @@ public void Init(int arg0, Java.Security.Cert.Certificate arg1, Java.Security.Se /// public void Init(int arg0, Java.Security.Cert.Certificate arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(ILjava/security/cert/Certificate;)V", arg0, arg1); } /// /// @@ -444,7 +444,7 @@ public void Init(int arg0, Java.Security.Cert.Certificate arg1) /// public void Init(int arg0, Java.Security.Key arg1, Java.Security.AlgorithmParameters arg2, Java.Security.SecureRandom arg3) { - IExecute("init", arg0, arg1, arg2, arg3); + IExecuteWithSignature("init", "(ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V", arg0, arg1, arg2, arg3); } /// /// @@ -456,7 +456,7 @@ public void Init(int arg0, Java.Security.Key arg1, Java.Security.AlgorithmParame /// public void Init(int arg0, Java.Security.Key arg1, Java.Security.AlgorithmParameters arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "(ILjava/security/Key;Ljava/security/AlgorithmParameters;)V", arg0, arg1, arg2); } /// /// @@ -467,7 +467,7 @@ public void Init(int arg0, Java.Security.Key arg1, Java.Security.AlgorithmParame /// public void Init(int arg0, Java.Security.Key arg1, Java.Security.SecureRandom arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "(ILjava/security/Key;Ljava/security/SecureRandom;)V", arg0, arg1, arg2); } /// /// @@ -480,7 +480,7 @@ public void Init(int arg0, Java.Security.Key arg1, Java.Security.SecureRandom ar /// public void Init(int arg0, Java.Security.Key arg1, Java.Security.Spec.AlgorithmParameterSpec arg2, Java.Security.SecureRandom arg3) { - IExecute("init", arg0, arg1, arg2, arg3); + IExecuteWithSignature("init", "(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", arg0, arg1, arg2, arg3); } /// /// @@ -492,7 +492,7 @@ public void Init(int arg0, Java.Security.Key arg1, Java.Security.Spec.AlgorithmP /// public void Init(int arg0, Java.Security.Key arg1, Java.Security.Spec.AlgorithmParameterSpec arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V", arg0, arg1, arg2); } /// /// @@ -502,7 +502,7 @@ public void Init(int arg0, Java.Security.Key arg1, Java.Security.Spec.AlgorithmP /// public void Init(int arg0, Java.Security.Key arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(ILjava/security/Key;)V", arg0, arg1); } /// /// @@ -512,7 +512,7 @@ public void Init(int arg0, Java.Security.Key arg1) /// public void UpdateAAD(byte[] arg0, int arg1, int arg2) { - IExecute("updateAAD", arg0, arg1, arg2); + IExecuteWithSignature("updateAAD", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/EncryptedPrivateKeyInfo.cs b/src/net/JNet/Generated/Javax/Crypto/EncryptedPrivateKeyInfo.cs index 8ec679e7fb..369c40af43 100644 --- a/src/net/JNet/Generated/Javax/Crypto/EncryptedPrivateKeyInfo.cs +++ b/src/net/JNet/Generated/Javax/Crypto/EncryptedPrivateKeyInfo.cs @@ -158,7 +158,7 @@ public byte[] EncryptedData /// public Java.Security.Spec.PKCS8EncodedKeySpec GetKeySpec(Java.Security.Key arg0, Java.Lang.String arg1) { - return IExecute("getKeySpec", arg0, arg1); + return IExecuteWithSignature("getKeySpec", "(Ljava/security/Key;Ljava/lang/String;)Ljava/security/spec/PKCS8EncodedKeySpec;", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public Java.Security.Spec.PKCS8EncodedKeySpec GetKeySpec(Java.Security.Key arg0, /// public Java.Security.Spec.PKCS8EncodedKeySpec GetKeySpec(Java.Security.Key arg0, Java.Security.Provider arg1) { - return IExecute("getKeySpec", arg0, arg1); + return IExecuteWithSignature("getKeySpec", "(Ljava/security/Key;Ljava/security/Provider;)Ljava/security/spec/PKCS8EncodedKeySpec;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/ExemptionMechanism.cs b/src/net/JNet/Generated/Javax/Crypto/ExemptionMechanism.cs index 6c10a457c6..493d8b222a 100644 --- a/src/net/JNet/Generated/Javax/Crypto/ExemptionMechanism.cs +++ b/src/net/JNet/Generated/Javax/Crypto/ExemptionMechanism.cs @@ -96,7 +96,7 @@ public partial class ExemptionMechanism /// public static Javax.Crypto.ExemptionMechanism GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/ExemptionMechanism;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Javax.Crypto.ExemptionMechanism GetInstance(Java.Lang.String arg0, /// public static Javax.Crypto.ExemptionMechanism GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/ExemptionMechanism;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public byte[] GenExemptionBlob() /// public int GenExemptionBlob(byte[] arg0, int arg1) { - return IExecute("genExemptionBlob", arg0, arg1); + return IExecuteWithSignature("genExemptionBlob", "([BI)I", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public int GetOutputSize(int arg0) /// public void Init(Java.Security.Key arg0, Java.Security.AlgorithmParameters arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/AlgorithmParameters;)V", arg0, arg1); } /// /// @@ -214,7 +214,7 @@ public void Init(Java.Security.Key arg0, Java.Security.AlgorithmParameters arg1) /// public void Init(Java.Security.Key arg0, Java.Security.Spec.AlgorithmParameterSpec arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/KeyAgreement.cs b/src/net/JNet/Generated/Javax/Crypto/KeyAgreement.cs index 819999aee2..e84b6a7147 100644 --- a/src/net/JNet/Generated/Javax/Crypto/KeyAgreement.cs +++ b/src/net/JNet/Generated/Javax/Crypto/KeyAgreement.cs @@ -96,7 +96,7 @@ public partial class KeyAgreement /// public static Javax.Crypto.KeyAgreement GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/KeyAgreement;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Javax.Crypto.KeyAgreement GetInstance(Java.Lang.String arg0, Java. /// public static Javax.Crypto.KeyAgreement GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/KeyAgreement;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public byte[] GenerateSecret() /// public int GenerateSecret(byte[] arg0, int arg1) { - return IExecute("generateSecret", arg0, arg1); + return IExecuteWithSignature("generateSecret", "([BI)I", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public int GenerateSecret(byte[] arg0, int arg1) /// public Java.Security.Key DoPhase(Java.Security.Key arg0, bool arg1) { - return IExecute("doPhase", arg0, arg1); + return IExecuteWithSignature("doPhase", "(Ljava/security/Key;Z)Ljava/security/Key;", arg0, arg1); } /// /// @@ -190,7 +190,7 @@ public Javax.Crypto.SecretKey GenerateSecret(Java.Lang.String arg0) /// public void Init(Java.Security.Key arg0, Java.Security.SecureRandom arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/SecureRandom;)V", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public void Init(Java.Security.Key arg0, Java.Security.SecureRandom arg1) /// public void Init(Java.Security.Key arg0, Java.Security.Spec.AlgorithmParameterSpec arg1, Java.Security.SecureRandom arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", arg0, arg1, arg2); } /// /// @@ -213,7 +213,7 @@ public void Init(Java.Security.Key arg0, Java.Security.Spec.AlgorithmParameterSp /// public void Init(Java.Security.Key arg0, Java.Security.Spec.AlgorithmParameterSpec arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/KeyGenerator.cs b/src/net/JNet/Generated/Javax/Crypto/KeyGenerator.cs index b5061c33ce..3a8a03586c 100644 --- a/src/net/JNet/Generated/Javax/Crypto/KeyGenerator.cs +++ b/src/net/JNet/Generated/Javax/Crypto/KeyGenerator.cs @@ -96,7 +96,7 @@ public partial class KeyGenerator /// public static Javax.Crypto.KeyGenerator GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/KeyGenerator;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Javax.Crypto.KeyGenerator GetInstance(Java.Lang.String arg0, Java. /// public static Javax.Crypto.KeyGenerator GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/KeyGenerator;", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public Javax.Crypto.SecretKey GenerateKey() /// public void Init(int arg0, Java.Security.SecureRandom arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(ILjava/security/SecureRandom;)V", arg0, arg1); } /// /// @@ -178,7 +178,7 @@ public void Init(Java.Security.SecureRandom arg0) /// public void Init(Java.Security.Spec.AlgorithmParameterSpec arg0, Java.Security.SecureRandom arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/Mac.cs b/src/net/JNet/Generated/Javax/Crypto/Mac.cs index d79af09d81..2b0e95a84f 100644 --- a/src/net/JNet/Generated/Javax/Crypto/Mac.cs +++ b/src/net/JNet/Generated/Javax/Crypto/Mac.cs @@ -96,7 +96,7 @@ public partial class Mac /// public static Javax.Crypto.Mac GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/Mac;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Javax.Crypto.Mac GetInstance(Java.Lang.String arg0, Java.Lang.Stri /// public static Javax.Crypto.Mac GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/Mac;", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public byte[] DoFinal(byte[] arg0) /// public void DoFinal(byte[] arg0, int arg1) { - IExecute("doFinal", arg0, arg1); + IExecuteWithSignature("doFinal", "([BI)V", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public void DoFinal(byte[] arg0, int arg1) /// public void Init(Java.Security.Key arg0, Java.Security.Spec.AlgorithmParameterSpec arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public void Update(byte arg0) /// public void Update(byte[] arg0, int arg1, int arg2) { - IExecute("update", arg0, arg1, arg2); + IExecuteWithSignature("update", "([BII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/SealedObject.cs b/src/net/JNet/Generated/Javax/Crypto/SealedObject.cs index e85c19d60e..a425dd43fc 100644 --- a/src/net/JNet/Generated/Javax/Crypto/SealedObject.cs +++ b/src/net/JNet/Generated/Javax/Crypto/SealedObject.cs @@ -121,7 +121,7 @@ public Java.Lang.String Algorithm /// public object GetObject(Java.Security.Key arg0, Java.Lang.String arg1) { - return IExecute("getObject", arg0, arg1); + return IExecuteWithSignature("getObject", "(Ljava/security/Key;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/SecretKeyFactory.cs b/src/net/JNet/Generated/Javax/Crypto/SecretKeyFactory.cs index 2b94b2ea96..c13ab8871f 100644 --- a/src/net/JNet/Generated/Javax/Crypto/SecretKeyFactory.cs +++ b/src/net/JNet/Generated/Javax/Crypto/SecretKeyFactory.cs @@ -96,7 +96,7 @@ public partial class SecretKeyFactory /// public static Javax.Crypto.SecretKeyFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/SecretKeyFactory;", arg0, arg1); } /// /// @@ -107,7 +107,7 @@ public static Javax.Crypto.SecretKeyFactory GetInstance(Java.Lang.String arg0, J /// public static Javax.Crypto.SecretKeyFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/crypto/SecretKeyFactory;", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public Java.Security.Provider Provider /// public Java.Security.Spec.KeySpec GetKeySpec(Javax.Crypto.SecretKey arg0, Java.Lang.Class arg1) { - return IExecute("getKeySpec", arg0, arg1); + return IExecuteWithSignature("getKeySpec", "(Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Crypto/Spec/DESKeySpec.cs b/src/net/JNet/Generated/Javax/Crypto/Spec/DESKeySpec.cs index 1d1aebf830..7fcd10823e 100644 --- a/src/net/JNet/Generated/Javax/Crypto/Spec/DESKeySpec.cs +++ b/src/net/JNet/Generated/Javax/Crypto/Spec/DESKeySpec.cs @@ -120,7 +120,7 @@ public DESKeySpec(byte[] arg0) /// public static bool IsParityAdjusted(byte[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "isParityAdjusted", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isParityAdjusted", "([BI)Z", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static bool IsParityAdjusted(byte[] arg0, int arg1) /// public static bool IsWeak(byte[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "isWeak", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isWeak", "([BI)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Crypto/Spec/DESedeKeySpec.cs b/src/net/JNet/Generated/Javax/Crypto/Spec/DESedeKeySpec.cs index cc9fa3e285..a35c2b61a7 100644 --- a/src/net/JNet/Generated/Javax/Crypto/Spec/DESedeKeySpec.cs +++ b/src/net/JNet/Generated/Javax/Crypto/Spec/DESedeKeySpec.cs @@ -120,7 +120,7 @@ public DESedeKeySpec(byte[] arg0) /// public static bool IsParityAdjusted(byte[] arg0, int arg1) { - return SExecute(LocalBridgeClazz, "isParityAdjusted", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isParityAdjusted", "([BI)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadProgressListener.cs b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadProgressListener.cs index 4c5c7957bc..aa49346928 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadProgressListener.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadProgressListener.cs @@ -465,7 +465,7 @@ public override void ImageComplete(Javax.Imageio.ImageReader arg0) /// public override void ImageProgress(Javax.Imageio.ImageReader arg0, float arg1) { - IExecute("imageProgress", arg0, arg1); + IExecuteWithSignature("imageProgress", "(Ljavax/imageio/ImageReader;F)V", arg0, arg1); } /// /// @@ -474,7 +474,7 @@ public override void ImageProgress(Javax.Imageio.ImageReader arg0, float arg1) /// public override void ImageStarted(Javax.Imageio.ImageReader arg0, int arg1) { - IExecute("imageStarted", arg0, arg1); + IExecuteWithSignature("imageStarted", "(Ljavax/imageio/ImageReader;I)V", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public override void SequenceComplete(Javax.Imageio.ImageReader arg0) /// public override void SequenceStarted(Javax.Imageio.ImageReader arg0, int arg1) { - IExecute("sequenceStarted", arg0, arg1); + IExecuteWithSignature("sequenceStarted", "(Ljavax/imageio/ImageReader;I)V", arg0, arg1); } /// /// @@ -516,7 +516,7 @@ public override void ThumbnailComplete(Javax.Imageio.ImageReader arg0) /// public override void ThumbnailProgress(Javax.Imageio.ImageReader arg0, float arg1) { - IExecute("thumbnailProgress", arg0, arg1); + IExecuteWithSignature("thumbnailProgress", "(Ljavax/imageio/ImageReader;F)V", arg0, arg1); } /// /// @@ -526,7 +526,7 @@ public override void ThumbnailProgress(Javax.Imageio.ImageReader arg0, float arg /// public override void ThumbnailStarted(Javax.Imageio.ImageReader arg0, int arg1, int arg2) { - IExecute("thumbnailStarted", arg0, arg1, arg2); + IExecuteWithSignature("thumbnailStarted", "(Ljavax/imageio/ImageReader;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadUpdateListener.cs b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadUpdateListener.cs index 5364a7fc5a..aa7e258475 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadUpdateListener.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadUpdateListener.cs @@ -434,7 +434,7 @@ public partial class IIOReadUpdateListenerDirect : Javax.Imageio.Event.IIIOReadU /// public override void ImageUpdate(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int[] arg8) { - IExecute("imageUpdate", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + IExecuteWithSignature("imageUpdate", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;IIIIII[I)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -443,7 +443,7 @@ public override void ImageUpdate(Javax.Imageio.ImageReader arg0, Java.Awt.ImageN /// public override void PassComplete(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1) { - IExecute("passComplete", arg0, arg1); + IExecuteWithSignature("passComplete", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;)V", arg0, arg1); } /// /// @@ -460,7 +460,7 @@ public override void PassComplete(Javax.Imageio.ImageReader arg0, Java.Awt.Image /// public override void PassStarted(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int[] arg9) { - IExecute("passStarted", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + IExecuteWithSignature("passStarted", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;IIIIIII[I)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -469,7 +469,7 @@ public override void PassStarted(Javax.Imageio.ImageReader arg0, Java.Awt.ImageN /// public override void ThumbnailPassComplete(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1) { - IExecute("thumbnailPassComplete", arg0, arg1); + IExecuteWithSignature("thumbnailPassComplete", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;)V", arg0, arg1); } /// /// @@ -486,7 +486,7 @@ public override void ThumbnailPassComplete(Javax.Imageio.ImageReader arg0, Java. /// public override void ThumbnailPassStarted(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int[] arg9) { - IExecute("thumbnailPassStarted", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + IExecuteWithSignature("thumbnailPassStarted", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;IIIIIII[I)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -502,7 +502,7 @@ public override void ThumbnailPassStarted(Javax.Imageio.ImageReader arg0, Java.A /// public override void ThumbnailUpdate(Javax.Imageio.ImageReader arg0, Java.Awt.ImageNs.BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int[] arg8) { - IExecute("thumbnailUpdate", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + IExecuteWithSignature("thumbnailUpdate", "(Ljavax/imageio/ImageReader;Ljava/awt/image/BufferedImage;IIIIII[I)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadWarningListener.cs b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadWarningListener.cs index fd4fc864cf..0ca4edb443 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadWarningListener.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Event/IIOReadWarningListener.cs @@ -207,7 +207,7 @@ public partial class IIOReadWarningListenerDirect : Javax.Imageio.Event.IIIORead /// public override void WarningOccurred(Javax.Imageio.ImageReader arg0, Java.Lang.String arg1) { - IExecute("warningOccurred", arg0, arg1); + IExecuteWithSignature("warningOccurred", "(Ljavax/imageio/ImageReader;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteProgressListener.cs b/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteProgressListener.cs index 9e4d35a1c2..f75be1b521 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteProgressListener.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteProgressListener.cs @@ -403,7 +403,7 @@ public override void ImageComplete(Javax.Imageio.ImageWriter arg0) /// public override void ImageProgress(Javax.Imageio.ImageWriter arg0, float arg1) { - IExecute("imageProgress", arg0, arg1); + IExecuteWithSignature("imageProgress", "(Ljavax/imageio/ImageWriter;F)V", arg0, arg1); } /// /// @@ -412,7 +412,7 @@ public override void ImageProgress(Javax.Imageio.ImageWriter arg0, float arg1) /// public override void ImageStarted(Javax.Imageio.ImageWriter arg0, int arg1) { - IExecute("imageStarted", arg0, arg1); + IExecuteWithSignature("imageStarted", "(Ljavax/imageio/ImageWriter;I)V", arg0, arg1); } /// /// @@ -429,7 +429,7 @@ public override void ThumbnailComplete(Javax.Imageio.ImageWriter arg0) /// public override void ThumbnailProgress(Javax.Imageio.ImageWriter arg0, float arg1) { - IExecute("thumbnailProgress", arg0, arg1); + IExecuteWithSignature("thumbnailProgress", "(Ljavax/imageio/ImageWriter;F)V", arg0, arg1); } /// /// @@ -439,7 +439,7 @@ public override void ThumbnailProgress(Javax.Imageio.ImageWriter arg0, float arg /// public override void ThumbnailStarted(Javax.Imageio.ImageWriter arg0, int arg1, int arg2) { - IExecute("thumbnailStarted", arg0, arg1, arg2); + IExecuteWithSignature("thumbnailStarted", "(Ljavax/imageio/ImageWriter;II)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteWarningListener.cs b/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteWarningListener.cs index 83c546e2da..f6a10c9863 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteWarningListener.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Event/IIOWriteWarningListener.cs @@ -210,7 +210,7 @@ public partial class IIOWriteWarningListenerDirect : Javax.Imageio.Event.IIIOWri /// public override void WarningOccurred(Javax.Imageio.ImageWriter arg0, int arg1, Java.Lang.String arg2) { - IExecute("warningOccurred", arg0, arg1, arg2); + IExecuteWithSignature("warningOccurred", "(Ljavax/imageio/ImageWriter;ILjava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/IIOParam.cs b/src/net/JNet/Generated/Javax/Imageio/IIOParam.cs index 72ac90dc87..899ce1e053 100644 --- a/src/net/JNet/Generated/Javax/Imageio/IIOParam.cs +++ b/src/net/JNet/Generated/Javax/Imageio/IIOParam.cs @@ -187,7 +187,7 @@ public bool HasController() /// public void SetSourceSubsampling(int arg0, int arg1, int arg2, int arg3) { - IExecute("setSourceSubsampling", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setSourceSubsampling", "(IIII)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageIO.cs b/src/net/JNet/Generated/Javax/Imageio/ImageIO.cs index 4f4d69cece..2bea8d9894 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageIO.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageIO.cs @@ -152,7 +152,7 @@ public static Java.Lang.String[] WriterMIMETypes /// public static bool Write(Java.Awt.ImageNs.RenderedImage arg0, Java.Lang.String arg1, Java.Io.File arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljava/io/File;)Z", arg0, arg1, arg2); } /// /// @@ -164,7 +164,7 @@ public static bool Write(Java.Awt.ImageNs.RenderedImage arg0, Java.Lang.String a /// public static bool Write(Java.Awt.ImageNs.RenderedImage arg0, Java.Lang.String arg1, Java.Io.OutputStream arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljava/io/OutputStream;)Z", arg0, arg1, arg2); } /// /// @@ -176,7 +176,7 @@ public static bool Write(Java.Awt.ImageNs.RenderedImage arg0, Java.Lang.String a /// public static bool Write(Java.Awt.ImageNs.RenderedImage arg0, Java.Lang.String arg1, Javax.Imageio.Stream.ImageOutputStream arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljavax/imageio/stream/ImageOutputStream;)Z", arg0, arg1, arg2); } /// /// @@ -262,7 +262,7 @@ public static Java.Awt.ImageNs.BufferedImage Read(Javax.Imageio.Stream.ImageInpu /// public static Java.Util.Iterator GetImageTranscoders(Javax.Imageio.ImageReader arg0, Javax.Imageio.ImageWriter arg1) { - return SExecute>(LocalBridgeClazz, "getImageTranscoders", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "getImageTranscoders", "(Ljavax/imageio/ImageReader;Ljavax/imageio/ImageWriter;)Ljava/util/Iterator;", arg0, arg1); } /// /// @@ -272,7 +272,7 @@ public static Java.Awt.ImageNs.BufferedImage Read(Javax.Imageio.Stream.ImageInpu /// public static Java.Util.Iterator GetImageWriters(Javax.Imageio.ImageTypeSpecifier arg0, Java.Lang.String arg1) { - return SExecute>(LocalBridgeClazz, "getImageWriters", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "getImageWriters", "(Ljavax/imageio/ImageTypeSpecifier;Ljava/lang/String;)Ljava/util/Iterator;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageReadParam.cs b/src/net/JNet/Generated/Javax/Imageio/ImageReadParam.cs index e390931099..3b9590ece9 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageReadParam.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageReadParam.cs @@ -147,7 +147,7 @@ public bool CanSetSourceRenderSize() /// public void SetSourceProgressivePasses(int arg0, int arg1) { - IExecute("setSourceProgressivePasses", arg0, arg1); + IExecuteWithSignature("setSourceProgressivePasses", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageReader.cs b/src/net/JNet/Generated/Javax/Imageio/ImageReader.cs index e6fbf69365..7f53e5d60e 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageReader.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageReader.cs @@ -187,7 +187,7 @@ public int GetWidth(int arg0) /// public Java.Awt.ImageNs.BufferedImage Read(int arg0, Javax.Imageio.ImageReadParam arg1) { - return IExecute("read", arg0, arg1); + return IExecuteWithSignature("read", "(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public int GetNumThumbnails(int arg0) /// public int GetThumbnailHeight(int arg0, int arg1) { - return IExecute("getThumbnailHeight", arg0, arg1); + return IExecuteWithSignature("getThumbnailHeight", "(II)I", arg0, arg1); } /// /// @@ -311,7 +311,7 @@ public int GetThumbnailHeight(int arg0, int arg1) /// public int GetThumbnailWidth(int arg0, int arg1) { - return IExecute("getThumbnailWidth", arg0, arg1); + return IExecuteWithSignature("getThumbnailWidth", "(II)I", arg0, arg1); } /// /// @@ -372,7 +372,7 @@ public Java.Awt.ImageNs.BufferedImage Read(int arg0) /// public Java.Awt.ImageNs.BufferedImage ReadThumbnail(int arg0, int arg1) { - return IExecute("readThumbnail", arg0, arg1); + return IExecuteWithSignature("readThumbnail", "(II)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -384,7 +384,7 @@ public Java.Awt.ImageNs.BufferedImage ReadThumbnail(int arg0, int arg1) /// public Java.Awt.ImageNs.BufferedImage ReadTile(int arg0, int arg1, int arg2) { - return IExecute("readTile", arg0, arg1, arg2); + return IExecuteWithSignature("readTile", "(III)Ljava/awt/image/BufferedImage;", arg0, arg1, arg2); } /// /// @@ -395,7 +395,7 @@ public Java.Awt.ImageNs.BufferedImage ReadTile(int arg0, int arg1, int arg2) /// public Java.Awt.ImageNs.Raster ReadRaster(int arg0, Javax.Imageio.ImageReadParam arg1) { - return IExecute("readRaster", arg0, arg1); + return IExecuteWithSignature("readRaster", "(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/Raster;", arg0, arg1); } /// /// @@ -407,7 +407,7 @@ public Java.Awt.ImageNs.Raster ReadRaster(int arg0, Javax.Imageio.ImageReadParam /// public Java.Awt.ImageNs.Raster ReadTileRaster(int arg0, int arg1, int arg2) { - return IExecute("readTileRaster", arg0, arg1, arg2); + return IExecuteWithSignature("readTileRaster", "(III)Ljava/awt/image/Raster;", arg0, arg1, arg2); } /// /// @@ -418,7 +418,7 @@ public Java.Awt.ImageNs.Raster ReadTileRaster(int arg0, int arg1, int arg2) /// public Java.Awt.ImageNs.RenderedImage ReadAsRenderedImage(int arg0, Javax.Imageio.ImageReadParam arg1) { - return IExecute("readAsRenderedImage", arg0, arg1); + return IExecuteWithSignature("readAsRenderedImage", "(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/RenderedImage;", arg0, arg1); } /// /// @@ -440,7 +440,7 @@ public Java.Awt.ImageNs.RenderedImage ReadAsRenderedImage(int arg0, Javax.Imagei /// public Javax.Imageio.IIOImage ReadAll(int arg0, Javax.Imageio.ImageReadParam arg1) { - return IExecute("readAll", arg0, arg1); + return IExecuteWithSignature("readAll", "(ILjavax/imageio/ImageReadParam;)Ljavax/imageio/IIOImage;", arg0, arg1); } /// /// @@ -462,7 +462,7 @@ public Javax.Imageio.ImageTypeSpecifier GetRawImageType(int arg0) /// public Javax.Imageio.Metadata.IIOMetadata GetImageMetadata(int arg0, Java.Lang.String arg1, Java.Util.Set arg2) { - return IExecute("getImageMetadata", arg0, arg1, arg2); + return IExecuteWithSignature("getImageMetadata", "(ILjava/lang/String;Ljava/util/Set;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1, arg2); } /// /// @@ -473,7 +473,7 @@ public Javax.Imageio.Metadata.IIOMetadata GetImageMetadata(int arg0, Java.Lang.S /// public Javax.Imageio.Metadata.IIOMetadata GetStreamMetadata(Java.Lang.String arg0, Java.Util.Set arg1) { - return IExecute("getStreamMetadata", arg0, arg1); + return IExecuteWithSignature("getStreamMetadata", "(Ljava/lang/String;Ljava/util/Set;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1); } /// /// @@ -573,7 +573,7 @@ public void Reset() /// public void SetInput(object arg0, bool arg1, bool arg2) { - IExecute("setInput", arg0, arg1, arg2); + IExecuteWithSignature("setInput", "(Ljava/lang/Object;ZZ)V", arg0, arg1, arg2); } /// /// @@ -582,7 +582,7 @@ public void SetInput(object arg0, bool arg1, bool arg2) /// public void SetInput(object arg0, bool arg1) { - IExecute("setInput", arg0, arg1); + IExecuteWithSignature("setInput", "(Ljava/lang/Object;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageTranscoder.cs b/src/net/JNet/Generated/Javax/Imageio/ImageTranscoder.cs index dfc812a803..96571ee983 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageTranscoder.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageTranscoder.cs @@ -134,7 +134,7 @@ public partial class ImageTranscoder : Javax.Imageio.IImageTranscoder /// public Javax.Imageio.Metadata.IIOMetadata ConvertImageMetadata(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.ImageTypeSpecifier arg1, Javax.Imageio.ImageWriteParam arg2) { - return IExecute("convertImageMetadata", arg0, arg1, arg2); + return IExecuteWithSignature("convertImageMetadata", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/ImageTypeSpecifier;Ljavax/imageio/ImageWriteParam;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1, arg2); } /// /// @@ -144,7 +144,7 @@ public Javax.Imageio.Metadata.IIOMetadata ConvertImageMetadata(Javax.Imageio.Met /// public Javax.Imageio.Metadata.IIOMetadata ConvertStreamMetadata(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.ImageWriteParam arg1) { - return IExecute("convertStreamMetadata", arg0, arg1); + return IExecuteWithSignature("convertStreamMetadata", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/ImageWriteParam;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageTypeSpecifier.cs b/src/net/JNet/Generated/Javax/Imageio/ImageTypeSpecifier.cs index 6ce782f8b7..dfbcfd6773 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageTypeSpecifier.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageTypeSpecifier.cs @@ -115,7 +115,7 @@ public ImageTypeSpecifier(Java.Awt.ImageNs.RenderedImage arg0) /// public static Javax.Imageio.ImageTypeSpecifier CreateBanded(Java.Awt.ColorNs.ColorSpace arg0, int[] arg1, int[] arg2, int arg3, bool arg4, bool arg5) { - return SExecute(LocalBridgeClazz, "createBanded", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createBanded", "(Ljava/awt/color/ColorSpace;[I[IIZZ)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -145,7 +145,7 @@ public static Javax.Imageio.ImageTypeSpecifier CreateFromRenderedImage(Java.Awt. /// public static Javax.Imageio.ImageTypeSpecifier CreateGrayscale(int arg0, int arg1, bool arg2, bool arg3) { - return SExecute(LocalBridgeClazz, "createGrayscale", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "createGrayscale", "(IIZZ)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2, arg3); } /// /// @@ -156,7 +156,7 @@ public static Javax.Imageio.ImageTypeSpecifier CreateGrayscale(int arg0, int arg /// public static Javax.Imageio.ImageTypeSpecifier CreateGrayscale(int arg0, int arg1, bool arg2) { - return SExecute(LocalBridgeClazz, "createGrayscale", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createGrayscale", "(IIZ)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public static Javax.Imageio.ImageTypeSpecifier CreateGrayscale(int arg0, int arg /// public static Javax.Imageio.ImageTypeSpecifier CreateIndexed(byte[] arg0, byte[] arg1, byte[] arg2, byte[] arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "createIndexed", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createIndexed", "([B[B[B[BII)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -183,7 +183,7 @@ public static Javax.Imageio.ImageTypeSpecifier CreateIndexed(byte[] arg0, byte[] /// public static Javax.Imageio.ImageTypeSpecifier CreateInterleaved(Java.Awt.ColorNs.ColorSpace arg0, int[] arg1, int arg2, bool arg3, bool arg4) { - return SExecute(LocalBridgeClazz, "createInterleaved", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createInterleaved", "(Ljava/awt/color/ColorSpace;[IIZZ)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -198,7 +198,7 @@ public static Javax.Imageio.ImageTypeSpecifier CreateInterleaved(Java.Awt.ColorN /// public static Javax.Imageio.ImageTypeSpecifier CreatePacked(Java.Awt.ColorNs.ColorSpace arg0, int arg1, int arg2, int arg3, int arg4, int arg5, bool arg6) { - return SExecute(LocalBridgeClazz, "createPacked", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "createPacked", "(Ljava/awt/color/ColorSpace;IIIIIZ)Ljavax/imageio/ImageTypeSpecifier;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion @@ -256,7 +256,7 @@ public int GetBitsPerBand(int arg0) /// public Java.Awt.ImageNs.BufferedImage CreateBufferedImage(int arg0, int arg1) { - return IExecute("createBufferedImage", arg0, arg1); + return IExecuteWithSignature("createBufferedImage", "(II)Ljava/awt/image/BufferedImage;", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public Java.Awt.ImageNs.BufferedImage CreateBufferedImage(int arg0, int arg1) /// public Java.Awt.ImageNs.SampleModel GetSampleModel(int arg0, int arg1) { - return IExecute("getSampleModel", arg0, arg1); + return IExecuteWithSignature("getSampleModel", "(II)Ljava/awt/image/SampleModel;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageWriteParam.cs b/src/net/JNet/Generated/Javax/Imageio/ImageWriteParam.cs index 1144168231..af695ebb82 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageWriteParam.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageWriteParam.cs @@ -285,7 +285,7 @@ public float GetBitRate(float arg0) /// public void SetTiling(int arg0, int arg1, int arg2, int arg3) { - IExecute("setTiling", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setTiling", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/ImageWriter.cs b/src/net/JNet/Generated/Javax/Imageio/ImageWriter.cs index 35312bc7bb..5442dae879 100644 --- a/src/net/JNet/Generated/Javax/Imageio/ImageWriter.cs +++ b/src/net/JNet/Generated/Javax/Imageio/ImageWriter.cs @@ -136,7 +136,7 @@ public object Output /// public Javax.Imageio.Metadata.IIOMetadata ConvertImageMetadata(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.ImageTypeSpecifier arg1, Javax.Imageio.ImageWriteParam arg2) { - return IExecute("convertImageMetadata", arg0, arg1, arg2); + return IExecuteWithSignature("convertImageMetadata", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/ImageTypeSpecifier;Ljavax/imageio/ImageWriteParam;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1, arg2); } /// /// @@ -146,7 +146,7 @@ public Javax.Imageio.Metadata.IIOMetadata ConvertImageMetadata(Javax.Imageio.Met /// public Javax.Imageio.Metadata.IIOMetadata ConvertStreamMetadata(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.ImageWriteParam arg1) { - return IExecute("convertStreamMetadata", arg0, arg1); + return IExecuteWithSignature("convertStreamMetadata", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/ImageWriteParam;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public Javax.Imageio.Metadata.IIOMetadata ConvertStreamMetadata(Javax.Imageio.Me /// public Javax.Imageio.Metadata.IIOMetadata GetDefaultImageMetadata(Javax.Imageio.ImageTypeSpecifier arg0, Javax.Imageio.ImageWriteParam arg1) { - return IExecute("getDefaultImageMetadata", arg0, arg1); + return IExecuteWithSignature("getDefaultImageMetadata", "(Ljavax/imageio/ImageTypeSpecifier;Ljavax/imageio/ImageWriteParam;)Ljavax/imageio/metadata/IIOMetadata;", arg0, arg1); } /// /// @@ -176,7 +176,7 @@ public Javax.Imageio.Metadata.IIOMetadata GetDefaultStreamMetadata(Javax.Imageio /// public void Write(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.IIOImage arg1, Javax.Imageio.ImageWriteParam arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1, arg2); } /// /// @@ -272,7 +272,7 @@ public bool CanWriteSequence() /// public int GetNumThumbnailsSupported(Javax.Imageio.ImageTypeSpecifier arg0, Javax.Imageio.ImageWriteParam arg1, Javax.Imageio.Metadata.IIOMetadata arg2, Javax.Imageio.Metadata.IIOMetadata arg3) { - return IExecute("getNumThumbnailsSupported", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getNumThumbnailsSupported", "(Ljavax/imageio/ImageTypeSpecifier;Ljavax/imageio/ImageWriteParam;Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/metadata/IIOMetadata;)I", arg0, arg1, arg2, arg3); } /// /// @@ -284,7 +284,7 @@ public int GetNumThumbnailsSupported(Javax.Imageio.ImageTypeSpecifier arg0, Java /// public Java.Awt.Dimension[] GetPreferredThumbnailSizes(Javax.Imageio.ImageTypeSpecifier arg0, Javax.Imageio.ImageWriteParam arg1, Javax.Imageio.Metadata.IIOMetadata arg2, Javax.Imageio.Metadata.IIOMetadata arg3) { - return IExecuteArray("getPreferredThumbnailSizes", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getPreferredThumbnailSizes", "(Ljavax/imageio/ImageTypeSpecifier;Ljavax/imageio/ImageWriteParam;Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/metadata/IIOMetadata;)[Ljava/awt/Dimension;", arg0, arg1, arg2, arg3); } /// /// @@ -362,7 +362,7 @@ public void EndWriteSequence() /// public void PrepareInsertEmpty(int arg0, Javax.Imageio.ImageTypeSpecifier arg1, int arg2, int arg3, Javax.Imageio.Metadata.IIOMetadata arg4, Java.Util.List arg5, Javax.Imageio.ImageWriteParam arg6) where Arg5ExtendsJava_Awt_ImageNs_BufferedImage : Java.Awt.ImageNs.BufferedImage { - IExecute("prepareInsertEmpty", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("prepareInsertEmpty", "(ILjavax/imageio/ImageTypeSpecifier;IILjavax/imageio/metadata/IIOMetadata;Ljava/util/List;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -372,7 +372,7 @@ public void PrepareInsertEmpty(int ar /// public void PrepareReplacePixels(int arg0, Java.Awt.Rectangle arg1) { - IExecute("prepareReplacePixels", arg0, arg1); + IExecuteWithSignature("prepareReplacePixels", "(ILjava/awt/Rectangle;)V", arg0, arg1); } /// /// @@ -388,7 +388,7 @@ public void PrepareReplacePixels(int arg0, Java.Awt.Rectangle arg1) /// public void PrepareWriteEmpty(Javax.Imageio.Metadata.IIOMetadata arg0, Javax.Imageio.ImageTypeSpecifier arg1, int arg2, int arg3, Javax.Imageio.Metadata.IIOMetadata arg4, Java.Util.List arg5, Javax.Imageio.ImageWriteParam arg6) where Arg5ExtendsJava_Awt_ImageNs_BufferedImage : Java.Awt.ImageNs.BufferedImage { - IExecute("prepareWriteEmpty", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("prepareWriteEmpty", "(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/ImageTypeSpecifier;IILjavax/imageio/metadata/IIOMetadata;Ljava/util/List;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -446,7 +446,7 @@ public void RemoveImage(int arg0) /// public void ReplaceImageMetadata(int arg0, Javax.Imageio.Metadata.IIOMetadata arg1) { - IExecute("replaceImageMetadata", arg0, arg1); + IExecuteWithSignature("replaceImageMetadata", "(ILjavax/imageio/metadata/IIOMetadata;)V", arg0, arg1); } /// /// @@ -456,7 +456,7 @@ public void ReplaceImageMetadata(int arg0, Javax.Imageio.Metadata.IIOMetadata ar /// public void ReplacePixels(Java.Awt.ImageNs.Raster arg0, Javax.Imageio.ImageWriteParam arg1) { - IExecute("replacePixels", arg0, arg1); + IExecuteWithSignature("replacePixels", "(Ljava/awt/image/Raster;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1); } /// /// @@ -466,7 +466,7 @@ public void ReplacePixels(Java.Awt.ImageNs.Raster arg0, Javax.Imageio.ImageWrite /// public void ReplacePixels(Java.Awt.ImageNs.RenderedImage arg0, Javax.Imageio.ImageWriteParam arg1) { - IExecute("replacePixels", arg0, arg1); + IExecuteWithSignature("replacePixels", "(Ljava/awt/image/RenderedImage;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1); } /// /// @@ -511,7 +511,7 @@ public void Write(Javax.Imageio.IIOImage arg0) /// public void WriteInsert(int arg0, Javax.Imageio.IIOImage arg1, Javax.Imageio.ImageWriteParam arg2) { - IExecute("writeInsert", arg0, arg1, arg2); + IExecuteWithSignature("writeInsert", "(ILjavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1, arg2); } /// /// @@ -521,7 +521,7 @@ public void WriteInsert(int arg0, Javax.Imageio.IIOImage arg1, Javax.Imageio.Ima /// public void WriteToSequence(Javax.Imageio.IIOImage arg0, Javax.Imageio.ImageWriteParam arg1) { - IExecute("writeToSequence", arg0, arg1); + IExecuteWithSignature("writeToSequence", "(Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadata.cs b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadata.cs index 8df4167f55..2c93117b47 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadata.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadata.cs @@ -152,7 +152,7 @@ public Org.W3c.Dom.Node GetAsTree(Java.Lang.String arg0) /// public void MergeTree(Java.Lang.String arg0, Org.W3c.Dom.Node arg1) { - IExecute("mergeTree", arg0, arg1); + IExecuteWithSignature("mergeTree", "(Ljava/lang/String;Lorg/w3c/dom/Node;)V", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Javax.Imageio.Metadata.IIOMetadataFormat GetMetadataFormat(Java.Lang.Stri /// public void SetFromTree(Java.Lang.String arg0, Org.W3c.Dom.Node arg1) { - IExecute("setFromTree", arg0, arg1); + IExecuteWithSignature("setFromTree", "(Ljava/lang/String;Lorg/w3c/dom/Node;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormat.cs b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormat.cs index 5e1dd469ff..081da15518 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormat.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormat.cs @@ -424,7 +424,7 @@ public Java.Lang.String RootName /// public bool CanNodeAppear(Java.Lang.String arg0, Javax.Imageio.ImageTypeSpecifier arg1) { - return IExecute("canNodeAppear", arg0, arg1); + return IExecuteWithSignature("canNodeAppear", "(Ljava/lang/String;Ljavax/imageio/ImageTypeSpecifier;)Z", arg0, arg1); } /// /// @@ -434,7 +434,7 @@ public bool CanNodeAppear(Java.Lang.String arg0, Javax.Imageio.ImageTypeSpecifie /// public bool IsAttributeRequired(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isAttributeRequired", arg0, arg1); + return IExecuteWithSignature("isAttributeRequired", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -444,7 +444,7 @@ public bool IsAttributeRequired(Java.Lang.String arg0, Java.Lang.String arg1) /// public int GetAttributeDataType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeDataType", arg0, arg1); + return IExecuteWithSignature("getAttributeDataType", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public int GetAttributeDataType(Java.Lang.String arg0, Java.Lang.String arg1) /// public int GetAttributeListMaxLength(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeListMaxLength", arg0, arg1); + return IExecuteWithSignature("getAttributeListMaxLength", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public int GetAttributeListMaxLength(Java.Lang.String arg0, Java.Lang.String arg /// public int GetAttributeListMinLength(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeListMinLength", arg0, arg1); + return IExecuteWithSignature("getAttributeListMinLength", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -474,7 +474,7 @@ public int GetAttributeListMinLength(Java.Lang.String arg0, Java.Lang.String arg /// public int GetAttributeValueType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeValueType", arg0, arg1); + return IExecuteWithSignature("getAttributeValueType", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -583,7 +583,7 @@ public object[] GetObjectEnumerations(Java.Lang.String arg0) /// public Java.Lang.String GetAttributeDefaultValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeDefaultValue", arg0, arg1); + return IExecuteWithSignature("getAttributeDefaultValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -594,7 +594,7 @@ public Java.Lang.String GetAttributeDefaultValue(Java.Lang.String arg0, Java.Lan /// public Java.Lang.String GetAttributeDescription(Java.Lang.String arg0, Java.Lang.String arg1, Java.Util.Locale arg2) { - return IExecute("getAttributeDescription", arg0, arg1, arg2); + return IExecuteWithSignature("getAttributeDescription", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -604,7 +604,7 @@ public Java.Lang.String GetAttributeDescription(Java.Lang.String arg0, Java.Lang /// public Java.Lang.String GetAttributeMaxValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeMaxValue", arg0, arg1); + return IExecuteWithSignature("getAttributeMaxValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -614,7 +614,7 @@ public Java.Lang.String GetAttributeMaxValue(Java.Lang.String arg0, Java.Lang.St /// public Java.Lang.String GetAttributeMinValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeMinValue", arg0, arg1); + return IExecuteWithSignature("getAttributeMinValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -624,7 +624,7 @@ public Java.Lang.String GetAttributeMinValue(Java.Lang.String arg0, Java.Lang.St /// public Java.Lang.String GetElementDescription(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getElementDescription", arg0, arg1); + return IExecuteWithSignature("getElementDescription", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -634,7 +634,7 @@ public Java.Lang.String GetElementDescription(Java.Lang.String arg0, Java.Util.L /// public Java.Lang.String[] GetAttributeEnumerations(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecuteArray("getAttributeEnumerations", arg0, arg1); + return IExecuteWithSignatureArray("getAttributeEnumerations", "(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormatImpl.cs b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormatImpl.cs index b4ccb9daf9..b702900c82 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormatImpl.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataFormatImpl.cs @@ -139,7 +139,7 @@ public Java.Lang.String RootName /// public bool CanNodeAppear(Java.Lang.String arg0, Javax.Imageio.ImageTypeSpecifier arg1) { - return IExecute("canNodeAppear", arg0, arg1); + return IExecuteWithSignature("canNodeAppear", "(Ljava/lang/String;Ljavax/imageio/ImageTypeSpecifier;)Z", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public bool CanNodeAppear(Java.Lang.String arg0, Javax.Imageio.ImageTypeSpecifie /// public bool IsAttributeRequired(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isAttributeRequired", arg0, arg1); + return IExecuteWithSignature("isAttributeRequired", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public bool IsAttributeRequired(Java.Lang.String arg0, Java.Lang.String arg1) /// public int GetAttributeDataType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeDataType", arg0, arg1); + return IExecuteWithSignature("getAttributeDataType", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public int GetAttributeDataType(Java.Lang.String arg0, Java.Lang.String arg1) /// public int GetAttributeListMaxLength(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeListMaxLength", arg0, arg1); + return IExecuteWithSignature("getAttributeListMaxLength", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public int GetAttributeListMaxLength(Java.Lang.String arg0, Java.Lang.String arg /// public int GetAttributeListMinLength(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeListMinLength", arg0, arg1); + return IExecuteWithSignature("getAttributeListMinLength", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public int GetAttributeListMinLength(Java.Lang.String arg0, Java.Lang.String arg /// public int GetAttributeValueType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeValueType", arg0, arg1); + return IExecuteWithSignature("getAttributeValueType", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public object[] GetObjectEnumerations(Java.Lang.String arg0) /// public Java.Lang.String GetAttributeDefaultValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeDefaultValue", arg0, arg1); + return IExecuteWithSignature("getAttributeDefaultValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public Java.Lang.String GetAttributeDefaultValue(Java.Lang.String arg0, Java.Lan /// public Java.Lang.String GetAttributeDescription(Java.Lang.String arg0, Java.Lang.String arg1, Java.Util.Locale arg2) { - return IExecute("getAttributeDescription", arg0, arg1, arg2); + return IExecuteWithSignature("getAttributeDescription", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -319,7 +319,7 @@ public Java.Lang.String GetAttributeDescription(Java.Lang.String arg0, Java.Lang /// public Java.Lang.String GetAttributeMaxValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeMaxValue", arg0, arg1); + return IExecuteWithSignature("getAttributeMaxValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -329,7 +329,7 @@ public Java.Lang.String GetAttributeMaxValue(Java.Lang.String arg0, Java.Lang.St /// public Java.Lang.String GetAttributeMinValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeMinValue", arg0, arg1); + return IExecuteWithSignature("getAttributeMinValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public Java.Lang.String GetAttributeMinValue(Java.Lang.String arg0, Java.Lang.St /// public Java.Lang.String GetElementDescription(Java.Lang.String arg0, Java.Util.Locale arg1) { - return IExecute("getElementDescription", arg0, arg1); + return IExecuteWithSignature("getElementDescription", "(Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -349,7 +349,7 @@ public Java.Lang.String GetElementDescription(Java.Lang.String arg0, Java.Util.L /// public Java.Lang.String[] GetAttributeEnumerations(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecuteArray("getAttributeEnumerations", arg0, arg1); + return IExecuteWithSignatureArray("getAttributeEnumerations", "(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataNode.cs b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataNode.cs index 7f9e0e3ff2..a4c04c76e4 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataNode.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Metadata/IIOMetadataNode.cs @@ -263,7 +263,7 @@ public bool HasAttribute(Java.Lang.String arg0) /// public bool HasAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("hasAttributeNS", arg0, arg1); + return IExecuteWithSignature("hasAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -319,7 +319,7 @@ public bool IsSameNode(Org.W3c.Dom.Node arg0) /// public bool IsSupported(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isSupported", arg0, arg1); + return IExecuteWithSignature("isSupported", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -330,7 +330,7 @@ public bool IsSupported(Java.Lang.String arg0, Java.Lang.String arg1) /// public object GetFeature(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getFeature", arg0, arg1); + return IExecuteWithSignature("getFeature", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -352,7 +352,7 @@ public object GetUserData(Java.Lang.String arg0) /// public object SetUserData(Java.Lang.String arg0, object arg1, Org.W3c.Dom.UserDataHandler arg2) { - return IExecute("setUserData", arg0, arg1, arg2); + return IExecuteWithSignature("setUserData", "(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -371,7 +371,7 @@ public Java.Lang.String GetAttribute(Java.Lang.String arg0) /// public Java.Lang.String GetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeNS", arg0, arg1); + return IExecuteWithSignature("getAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public Org.W3c.Dom.Attr GetAttributeNode(Java.Lang.String arg0) /// public Org.W3c.Dom.Attr GetAttributeNodeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeNodeNS", arg0, arg1); + return IExecuteWithSignature("getAttributeNodeNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;", arg0, arg1); } /// /// @@ -466,7 +466,7 @@ public Org.W3c.Dom.Node CloneNode(bool arg0) /// public Org.W3c.Dom.Node InsertBefore(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Node arg1) { - return IExecute("insertBefore", arg0, arg1); + return IExecuteWithSignature("insertBefore", "(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// @@ -494,7 +494,7 @@ public Org.W3c.Dom.Node RemoveChild(Org.W3c.Dom.Node arg0) /// public Org.W3c.Dom.Node ReplaceChild(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Node arg1) { - return IExecute("replaceChild", arg0, arg1); + return IExecuteWithSignature("replaceChild", "(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// @@ -513,7 +513,7 @@ public Org.W3c.Dom.NodeList GetElementsByTagName(Java.Lang.String arg0) /// public Org.W3c.Dom.NodeList GetElementsByTagNameNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getElementsByTagNameNS", arg0, arg1); + return IExecuteWithSignature("getElementsByTagNameNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;", arg0, arg1); } /// /// @@ -547,7 +547,7 @@ public void RemoveAttribute(Java.Lang.String arg0) /// public void RemoveAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("removeAttributeNS", arg0, arg1); + IExecuteWithSignature("removeAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -556,7 +556,7 @@ public void RemoveAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetAttribute(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -566,7 +566,7 @@ public void SetAttribute(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("setAttributeNS", arg0, arg1, arg2); + IExecuteWithSignature("setAttributeNS", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -576,7 +576,7 @@ public void SetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, Java.La /// public void SetIdAttribute(Java.Lang.String arg0, bool arg1) { - IExecute("setIdAttribute", arg0, arg1); + IExecuteWithSignature("setIdAttribute", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -586,7 +586,7 @@ public void SetIdAttribute(Java.Lang.String arg0, bool arg1) /// public void SetIdAttributeNode(Org.W3c.Dom.Attr arg0, bool arg1) { - IExecute("setIdAttributeNode", arg0, arg1); + IExecuteWithSignature("setIdAttributeNode", "(Lorg/w3c/dom/Attr;Z)V", arg0, arg1); } /// /// @@ -597,7 +597,7 @@ public void SetIdAttributeNode(Org.W3c.Dom.Attr arg0, bool arg1) /// public void SetIdAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2) { - IExecute("setIdAttributeNS", arg0, arg1, arg2); + IExecuteWithSignature("setIdAttributeNS", "(Ljava/lang/String;Ljava/lang/String;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageReadParam.cs b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageReadParam.cs index 611f86c687..fc52211219 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageReadParam.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageReadParam.cs @@ -127,7 +127,7 @@ public bool AreTablesSet() /// public void SetDecodeTables(Javax.Imageio.Plugins.Jpeg.JPEGQTable[] arg0, Javax.Imageio.Plugins.Jpeg.JPEGHuffmanTable[] arg1, Javax.Imageio.Plugins.Jpeg.JPEGHuffmanTable[] arg2) { - IExecute("setDecodeTables", arg0, arg1, arg2); + IExecuteWithSignature("setDecodeTables", "([Ljavax/imageio/plugins/jpeg/JPEGQTable;[Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;[Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageWriteParam.cs b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageWriteParam.cs index daa44340bc..4d8bacda2c 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageWriteParam.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGImageWriteParam.cs @@ -142,7 +142,7 @@ public bool AreTablesSet() /// public void SetEncodeTables(Javax.Imageio.Plugins.Jpeg.JPEGQTable[] arg0, Javax.Imageio.Plugins.Jpeg.JPEGHuffmanTable[] arg1, Javax.Imageio.Plugins.Jpeg.JPEGHuffmanTable[] arg2) { - IExecute("setEncodeTables", arg0, arg1, arg2); + IExecuteWithSignature("setEncodeTables", "([Ljavax/imageio/plugins/jpeg/JPEGQTable;[Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;[Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGQTable.cs b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGQTable.cs index bac70b700f..0d6e7a66e2 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGQTable.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Plugins/Jpeg/JPEGQTable.cs @@ -137,7 +137,7 @@ public int[] Table /// public Javax.Imageio.Plugins.Jpeg.JPEGQTable GetScaledInstance(float arg0, bool arg1) { - return IExecute("getScaledInstance", arg0, arg1); + return IExecuteWithSignature("getScaledInstance", "(FZ)Ljavax/imageio/plugins/jpeg/JPEGQTable;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Plugins/Tiff/TIFFField.cs b/src/net/JNet/Generated/Javax/Imageio/Plugins/Tiff/TIFFField.cs index 9fc904a9b3..7967828b36 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Plugins/Tiff/TIFFField.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Plugins/Tiff/TIFFField.cs @@ -144,7 +144,7 @@ public static int GetTypeByName(Java.Lang.String arg0) /// public static object CreateArrayForType(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "createArrayForType", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createArrayForType", "(II)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public static Java.Lang.String GetTypeName(int arg0) /// public static Javax.Imageio.Plugins.Tiff.TIFFField CreateFromMetadataNode(Javax.Imageio.Plugins.Tiff.TIFFTagSet arg0, Org.W3c.Dom.Node arg1) { - return SExecute(LocalBridgeClazz, "createFromMetadataNode", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createFromMetadataNode", "(Ljavax/imageio/plugins/tiff/TIFFTagSet;Lorg/w3c/dom/Node;)Ljavax/imageio/plugins/tiff/TIFFField;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Spi/IIOServiceProvider.cs b/src/net/JNet/Generated/Javax/Imageio/Spi/IIOServiceProvider.cs index 81378264e6..ef47d18dca 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Spi/IIOServiceProvider.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Spi/IIOServiceProvider.cs @@ -131,7 +131,7 @@ public Java.Lang.String GetDescription(Java.Util.Locale arg0) /// public void OnDeregistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.Class arg1) { - IExecute("onDeregistration", arg0, arg1); + IExecuteWithSignature("onDeregistration", "(Ljavax/imageio/spi/ServiceRegistry;Ljava/lang/Class;)V", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public void OnDeregistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.C /// public void OnRegistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.Class arg1) { - IExecute("onRegistration", arg0, arg1); + IExecuteWithSignature("onRegistration", "(Ljavax/imageio/spi/ServiceRegistry;Ljava/lang/Class;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Spi/ImageInputStreamSpi.cs b/src/net/JNet/Generated/Javax/Imageio/Spi/ImageInputStreamSpi.cs index d8edcc4222..d592c73cc9 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Spi/ImageInputStreamSpi.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Spi/ImageInputStreamSpi.cs @@ -119,7 +119,7 @@ public Java.Lang.Class InputClass /// public Javax.Imageio.Stream.ImageInputStream CreateInputStreamInstance(object arg0, bool arg1, Java.Io.File arg2) { - return IExecute("createInputStreamInstance", arg0, arg1, arg2); + return IExecuteWithSignature("createInputStreamInstance", "(Ljava/lang/Object;ZLjava/io/File;)Ljavax/imageio/stream/ImageInputStream;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Spi/ImageOutputStreamSpi.cs b/src/net/JNet/Generated/Javax/Imageio/Spi/ImageOutputStreamSpi.cs index 0671eb6150..2668f84378 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Spi/ImageOutputStreamSpi.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Spi/ImageOutputStreamSpi.cs @@ -119,7 +119,7 @@ public Java.Lang.Class OutputClass /// public Javax.Imageio.Stream.ImageOutputStream CreateOutputStreamInstance(object arg0, bool arg1, Java.Io.File arg2) { - return IExecute("createOutputStreamInstance", arg0, arg1, arg2); + return IExecuteWithSignature("createOutputStreamInstance", "(Ljava/lang/Object;ZLjava/io/File;)Ljavax/imageio/stream/ImageOutputStream;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Spi/RegisterableService.cs b/src/net/JNet/Generated/Javax/Imageio/Spi/RegisterableService.cs index 8b24766b94..78f2962185 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Spi/RegisterableService.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Spi/RegisterableService.cs @@ -129,7 +129,7 @@ public partial class RegisterableService : Javax.Imageio.Spi.IRegisterableServic /// public void OnDeregistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.Class arg1) { - IExecute("onDeregistration", arg0, arg1); + IExecuteWithSignature("onDeregistration", "(Ljavax/imageio/spi/ServiceRegistry;Ljava/lang/Class;)V", arg0, arg1); } /// /// @@ -138,7 +138,7 @@ public void OnDeregistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.C /// public void OnRegistration(Javax.Imageio.Spi.ServiceRegistry arg0, Java.Lang.Class arg1) { - IExecute("onRegistration", arg0, arg1); + IExecuteWithSignature("onRegistration", "(Ljavax/imageio/spi/ServiceRegistry;Ljava/lang/Class;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Imageio/Spi/ServiceRegistry.cs b/src/net/JNet/Generated/Javax/Imageio/Spi/ServiceRegistry.cs index 00ae5a5bae..0185f5dfb2 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Spi/ServiceRegistry.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Spi/ServiceRegistry.cs @@ -150,7 +150,7 @@ public ServiceRegistry(Java.Util.Iterator arg0) /// public static Java.Util.Iterator LookupProviders(Java.Lang.Class arg0, Java.Lang.ClassLoader arg1) { - return SExecute>(LocalBridgeClazz, "lookupProviders", arg0, arg1); + return SExecuteWithSignature>(LocalBridgeClazz, "lookupProviders", "(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/Iterator;", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public Java.Util.Iterator Categories /// public bool DeregisterServiceProvider(T arg0, Java.Lang.Class arg1) { - return IExecute("deregisterServiceProvider", arg0, arg1); + return IExecuteWithSignature("deregisterServiceProvider", "(Ljava/lang/Object;Ljava/lang/Class;)Z", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public bool DeregisterServiceProvider(T arg0, Java.Lang.Class arg1) /// public bool RegisterServiceProvider(T arg0, Java.Lang.Class arg1) { - return IExecute("registerServiceProvider", arg0, arg1); + return IExecuteWithSignature("registerServiceProvider", "(Ljava/lang/Object;Ljava/lang/Class;)Z", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public bool RegisterServiceProvider(T arg0, Java.Lang.Class arg1) /// public bool SetOrdering(Java.Lang.Class arg0, T arg1, T arg2) { - return IExecute("setOrdering", arg0, arg1, arg2); + return IExecuteWithSignature("setOrdering", "(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -217,7 +217,7 @@ public bool SetOrdering(Java.Lang.Class arg0, T arg1, T arg2) /// public bool UnsetOrdering(Java.Lang.Class arg0, T arg1, T arg2) { - return IExecute("unsetOrdering", arg0, arg1, arg2); + return IExecuteWithSignature("unsetOrdering", "(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1, arg2); } /// /// @@ -228,7 +228,7 @@ public bool UnsetOrdering(Java.Lang.Class arg0, T arg1, T arg2) /// public Java.Util.Iterator GetServiceProviders(Java.Lang.Class arg0, bool arg1) { - return IExecute>("getServiceProviders", arg0, arg1); + return IExecuteWithSignature>("getServiceProviders", "(Ljava/lang/Class;Z)Ljava/util/Iterator;", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public Java.Util.Iterator GetServiceProviders(Java.Lang.Class arg0, bool a /// public Java.Util.Iterator GetServiceProviders(Java.Lang.Class arg0, Javax.Imageio.Spi.ServiceRegistry.Filter arg1, bool arg2) { - return IExecute>("getServiceProviders", arg0, arg1, arg2); + return IExecuteWithSignature>("getServiceProviders", "(Ljava/lang/Class;Ljavax/imageio/spi/ServiceRegistry$Filter;Z)Ljava/util/Iterator;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStream.cs b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStream.cs index 3ac8c4cec6..549786f8fe 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStream.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStream.cs @@ -498,7 +498,7 @@ public int Read() /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// @@ -670,7 +670,7 @@ public void Mark() /// public void ReadBytes(Javax.Imageio.Stream.IIOByteBuffer arg0, int arg1) { - IExecute("readBytes", arg0, arg1); + IExecuteWithSignature("readBytes", "(Ljavax/imageio/stream/IIOByteBuffer;I)V", arg0, arg1); } /// /// @@ -681,7 +681,7 @@ public void ReadBytes(Javax.Imageio.Stream.IIOByteBuffer arg0, int arg1) /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// @@ -701,7 +701,7 @@ public void ReadFully(byte[] arg0) /// public void ReadFully(char[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([CII)V", arg0, arg1, arg2); } /// /// @@ -712,7 +712,7 @@ public void ReadFully(char[] arg0, int arg1, int arg2) /// public void ReadFully(double[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([DII)V", arg0, arg1, arg2); } /// /// @@ -723,7 +723,7 @@ public void ReadFully(double[] arg0, int arg1, int arg2) /// public void ReadFully(float[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([FII)V", arg0, arg1, arg2); } /// /// @@ -734,7 +734,7 @@ public void ReadFully(float[] arg0, int arg1, int arg2) /// public void ReadFully(int[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([III)V", arg0, arg1, arg2); } /// /// @@ -745,7 +745,7 @@ public void ReadFully(int[] arg0, int arg1, int arg2) /// public void ReadFully(long[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([JII)V", arg0, arg1, arg2); } /// /// @@ -756,7 +756,7 @@ public void ReadFully(long[] arg0, int arg1, int arg2) /// public void ReadFully(short[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([SII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStreamImpl.cs b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStreamImpl.cs index c18edfbbff..11f24e34bc 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStreamImpl.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageInputStreamImpl.cs @@ -139,7 +139,7 @@ public int Read() /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// @@ -379,7 +379,7 @@ public void Mark() /// public void ReadBytes(Javax.Imageio.Stream.IIOByteBuffer arg0, int arg1) { - IExecute("readBytes", arg0, arg1); + IExecuteWithSignature("readBytes", "(Ljavax/imageio/stream/IIOByteBuffer;I)V", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public void ReadBytes(Javax.Imageio.Stream.IIOByteBuffer arg0, int arg1) /// public void ReadFully(byte[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([BII)V", arg0, arg1, arg2); } /// /// @@ -410,7 +410,7 @@ public void ReadFully(byte[] arg0) /// public void ReadFully(char[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([CII)V", arg0, arg1, arg2); } /// /// @@ -421,7 +421,7 @@ public void ReadFully(char[] arg0, int arg1, int arg2) /// public void ReadFully(double[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([DII)V", arg0, arg1, arg2); } /// /// @@ -432,7 +432,7 @@ public void ReadFully(double[] arg0, int arg1, int arg2) /// public void ReadFully(float[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([FII)V", arg0, arg1, arg2); } /// /// @@ -443,7 +443,7 @@ public void ReadFully(float[] arg0, int arg1, int arg2) /// public void ReadFully(int[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([III)V", arg0, arg1, arg2); } /// /// @@ -454,7 +454,7 @@ public void ReadFully(int[] arg0, int arg1, int arg2) /// public void ReadFully(long[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([JII)V", arg0, arg1, arg2); } /// /// @@ -465,7 +465,7 @@ public void ReadFully(long[] arg0, int arg1, int arg2) /// public void ReadFully(short[] arg0, int arg1, int arg2) { - IExecute("readFully", arg0, arg1, arg2); + IExecuteWithSignature("readFully", "([SII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStream.cs b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStream.cs index c2a3615df6..a582d4e7ff 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStream.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStream.cs @@ -289,7 +289,7 @@ public void FlushBefore(long arg0) /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// @@ -326,7 +326,7 @@ public void WriteBit(int arg0) /// public void WriteBits(long arg0, int arg1) { - IExecute("writeBits", arg0, arg1); + IExecuteWithSignature("writeBits", "(JI)V", arg0, arg1); } /// /// @@ -373,7 +373,7 @@ public void WriteChar(int arg0) /// public void WriteChars(char[] arg0, int arg1, int arg2) { - IExecute("writeChars", arg0, arg1, arg2); + IExecuteWithSignature("writeChars", "([CII)V", arg0, arg1, arg2); } /// /// @@ -402,7 +402,7 @@ public void WriteDouble(double arg0) /// public void WriteDoubles(double[] arg0, int arg1, int arg2) { - IExecute("writeDoubles", arg0, arg1, arg2); + IExecuteWithSignature("writeDoubles", "([DII)V", arg0, arg1, arg2); } /// /// @@ -422,7 +422,7 @@ public void WriteFloat(float arg0) /// public void WriteFloats(float[] arg0, int arg1, int arg2) { - IExecute("writeFloats", arg0, arg1, arg2); + IExecuteWithSignature("writeFloats", "([FII)V", arg0, arg1, arg2); } /// /// @@ -442,7 +442,7 @@ public void WriteInt(int arg0) /// public void WriteInts(int[] arg0, int arg1, int arg2) { - IExecute("writeInts", arg0, arg1, arg2); + IExecuteWithSignature("writeInts", "([III)V", arg0, arg1, arg2); } /// /// @@ -462,7 +462,7 @@ public void WriteLong(long arg0) /// public void WriteLongs(long[] arg0, int arg1, int arg2) { - IExecute("writeLongs", arg0, arg1, arg2); + IExecuteWithSignature("writeLongs", "([JII)V", arg0, arg1, arg2); } /// /// @@ -482,7 +482,7 @@ public void WriteShort(int arg0) /// public void WriteShorts(short[] arg0, int arg1, int arg2) { - IExecute("writeShorts", arg0, arg1, arg2); + IExecuteWithSignature("writeShorts", "([SII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStreamImpl.cs b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStreamImpl.cs index 2bbb09efb0..3b0fd17e93 100644 --- a/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStreamImpl.cs +++ b/src/net/JNet/Generated/Javax/Imageio/Stream/ImageOutputStreamImpl.cs @@ -105,7 +105,7 @@ public partial class ImageOutputStreamImpl /// public void Write(byte[] arg0, int arg1, int arg2) { - IExecute("write", arg0, arg1, arg2); + IExecuteWithSignature("write", "([BII)V", arg0, arg1, arg2); } /// /// @@ -142,7 +142,7 @@ public void WriteBit(int arg0) /// public void WriteBits(long arg0, int arg1) { - IExecute("writeBits", arg0, arg1); + IExecuteWithSignature("writeBits", "(JI)V", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public void WriteChar(int arg0) /// public void WriteChars(char[] arg0, int arg1, int arg2) { - IExecute("writeChars", arg0, arg1, arg2); + IExecuteWithSignature("writeChars", "([CII)V", arg0, arg1, arg2); } /// /// @@ -218,7 +218,7 @@ public void WriteDouble(double arg0) /// public void WriteDoubles(double[] arg0, int arg1, int arg2) { - IExecute("writeDoubles", arg0, arg1, arg2); + IExecuteWithSignature("writeDoubles", "([DII)V", arg0, arg1, arg2); } /// /// @@ -238,7 +238,7 @@ public void WriteFloat(float arg0) /// public void WriteFloats(float[] arg0, int arg1, int arg2) { - IExecute("writeFloats", arg0, arg1, arg2); + IExecuteWithSignature("writeFloats", "([FII)V", arg0, arg1, arg2); } /// /// @@ -258,7 +258,7 @@ public void WriteInt(int arg0) /// public void WriteInts(int[] arg0, int arg1, int arg2) { - IExecute("writeInts", arg0, arg1, arg2); + IExecuteWithSignature("writeInts", "([III)V", arg0, arg1, arg2); } /// /// @@ -278,7 +278,7 @@ public void WriteLong(long arg0) /// public void WriteLongs(long[] arg0, int arg1, int arg2) { - IExecute("writeLongs", arg0, arg1, arg2); + IExecuteWithSignature("writeLongs", "([JII)V", arg0, arg1, arg2); } /// /// @@ -298,7 +298,7 @@ public void WriteShort(int arg0) /// public void WriteShorts(short[] arg0, int arg1, int arg2) { - IExecute("writeShorts", arg0, arg1, arg2); + IExecuteWithSignature("writeShorts", "([SII)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValue.cs b/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValue.cs index 0a6de5c08b..1261a41726 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValue.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValue.cs @@ -140,7 +140,7 @@ public object Value /// public R Accept(Javax.Lang.Model.Element.AnnotationValueVisitor arg0, P arg1) { - return IExecute("accept", arg0, arg1); + return IExecuteWithSignature("accept", "(Ljavax/lang/model/element/AnnotationValueVisitor;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValueVisitor.cs b/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValueVisitor.cs index 10834038c5..f11ac8f6b4 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValueVisitor.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Element/AnnotationValueVisitor.cs @@ -149,7 +149,7 @@ public partial class AnnotationValueVisitor /// public object Visit(Javax.Lang.Model.Element.AnnotationValue arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public object Visit(Javax.Lang.Model.Element.AnnotationValue arg0, object arg1) /// public object VisitAnnotation(Javax.Lang.Model.Element.AnnotationMirror arg0, object arg1) { - return IExecute("visitAnnotation", arg0, arg1); + return IExecuteWithSignature("visitAnnotation", "(Ljavax/lang/model/element/AnnotationMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public object VisitAnnotation(Javax.Lang.Model.Element.AnnotationMirror arg0, ob /// public object VisitArray(Java.Util.List arg0, object arg1) { - return IExecute("visitArray", arg0, arg1); + return IExecuteWithSignature("visitArray", "(Ljava/util/List;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public object VisitArray(Java.Util.List arg0, object arg1) /// public object VisitBoolean(bool arg0, object arg1) { - return IExecute("visitBoolean", arg0, arg1); + return IExecuteWithSignature("visitBoolean", "(ZLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public object VisitBoolean(bool arg0, object arg1) /// public object VisitByte(byte arg0, object arg1) { - return IExecute("visitByte", arg0, arg1); + return IExecuteWithSignature("visitByte", "(BLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public object VisitByte(byte arg0, object arg1) /// public object VisitChar(char arg0, object arg1) { - return IExecute("visitChar", arg0, arg1); + return IExecuteWithSignature("visitChar", "(CLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -209,7 +209,7 @@ public object VisitChar(char arg0, object arg1) /// public object VisitDouble(double arg0, object arg1) { - return IExecute("visitDouble", arg0, arg1); + return IExecuteWithSignature("visitDouble", "(DLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public object VisitDouble(double arg0, object arg1) /// public object VisitEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitEnumConstant", arg0, arg1); + return IExecuteWithSignature("visitEnumConstant", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -229,7 +229,7 @@ public object VisitEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, o /// public object VisitFloat(float arg0, object arg1) { - return IExecute("visitFloat", arg0, arg1); + return IExecuteWithSignature("visitFloat", "(FLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public object VisitFloat(float arg0, object arg1) /// public object VisitInt(int arg0, object arg1) { - return IExecute("visitInt", arg0, arg1); + return IExecuteWithSignature("visitInt", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -249,7 +249,7 @@ public object VisitInt(int arg0, object arg1) /// public object VisitLong(long arg0, object arg1) { - return IExecute("visitLong", arg0, arg1); + return IExecuteWithSignature("visitLong", "(JLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -259,7 +259,7 @@ public object VisitLong(long arg0, object arg1) /// public object VisitShort(short arg0, object arg1) { - return IExecute("visitShort", arg0, arg1); + return IExecuteWithSignature("visitShort", "(SLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public object VisitShort(short arg0, object arg1) /// public object VisitString(Java.Lang.String arg0, object arg1) { - return IExecute("visitString", arg0, arg1); + return IExecuteWithSignature("visitString", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public object VisitString(Java.Lang.String arg0, object arg1) /// public object VisitType(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) { - return IExecute("visitType", arg0, arg1); + return IExecuteWithSignature("visitType", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public object VisitType(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) /// public object VisitUnknown(Javax.Lang.Model.Element.AnnotationValue arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -473,7 +473,7 @@ public partial class AnnotationValueVisitor : Javax.Lang.Model.Element.IAn /// public R Visit(Javax.Lang.Model.Element.AnnotationValue arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -483,7 +483,7 @@ public R Visit(Javax.Lang.Model.Element.AnnotationValue arg0, P arg1) /// public R VisitAnnotation(Javax.Lang.Model.Element.AnnotationMirror arg0, P arg1) { - return IExecute("visitAnnotation", arg0, arg1); + return IExecuteWithSignature("visitAnnotation", "(Ljavax/lang/model/element/AnnotationMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -494,7 +494,7 @@ public R VisitAnnotation(Javax.Lang.Model.Element.AnnotationMirror arg0, P arg1) /// public R VisitArray(Java.Util.List arg0, P arg1) where Arg0ExtendsJavax_Lang_Model_Element_AnnotationValue : Javax.Lang.Model.Element.AnnotationValue { - return IExecute("visitArray", arg0, arg1); + return IExecuteWithSignature("visitArray", "(Ljava/util/List;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -504,7 +504,7 @@ public R VisitArray(Java.Ut /// public R VisitBoolean(bool arg0, P arg1) { - return IExecute("visitBoolean", arg0, arg1); + return IExecuteWithSignature("visitBoolean", "(ZLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -514,7 +514,7 @@ public R VisitBoolean(bool arg0, P arg1) /// public R VisitByte(byte arg0, P arg1) { - return IExecute("visitByte", arg0, arg1); + return IExecuteWithSignature("visitByte", "(BLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -524,7 +524,7 @@ public R VisitByte(byte arg0, P arg1) /// public R VisitChar(char arg0, P arg1) { - return IExecute("visitChar", arg0, arg1); + return IExecuteWithSignature("visitChar", "(CLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -534,7 +534,7 @@ public R VisitChar(char arg0, P arg1) /// public R VisitDouble(double arg0, P arg1) { - return IExecute("visitDouble", arg0, arg1); + return IExecuteWithSignature("visitDouble", "(DLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -544,7 +544,7 @@ public R VisitDouble(double arg0, P arg1) /// public R VisitEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitEnumConstant", arg0, arg1); + return IExecuteWithSignature("visitEnumConstant", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -554,7 +554,7 @@ public R VisitEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, P arg1 /// public R VisitFloat(float arg0, P arg1) { - return IExecute("visitFloat", arg0, arg1); + return IExecuteWithSignature("visitFloat", "(FLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -564,7 +564,7 @@ public R VisitFloat(float arg0, P arg1) /// public R VisitInt(int arg0, P arg1) { - return IExecute("visitInt", arg0, arg1); + return IExecuteWithSignature("visitInt", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -574,7 +574,7 @@ public R VisitInt(int arg0, P arg1) /// public R VisitLong(long arg0, P arg1) { - return IExecute("visitLong", arg0, arg1); + return IExecuteWithSignature("visitLong", "(JLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -584,7 +584,7 @@ public R VisitLong(long arg0, P arg1) /// public R VisitShort(short arg0, P arg1) { - return IExecute("visitShort", arg0, arg1); + return IExecuteWithSignature("visitShort", "(SLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -594,7 +594,7 @@ public R VisitShort(short arg0, P arg1) /// public R VisitString(Java.Lang.String arg0, P arg1) { - return IExecute("visitString", arg0, arg1); + return IExecuteWithSignature("visitString", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -604,7 +604,7 @@ public R VisitString(Java.Lang.String arg0, P arg1) /// public R VisitType(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) { - return IExecute("visitType", arg0, arg1); + return IExecuteWithSignature("visitType", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -614,7 +614,7 @@ public R VisitType(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) /// public R VisitUnknown(Javax.Lang.Model.Element.AnnotationValue arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Element/Element.cs b/src/net/JNet/Generated/Javax/Lang/Model/Element/Element.cs index 875e37abd3..4dc97f59b8 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Element/Element.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Element/Element.cs @@ -217,7 +217,7 @@ public Javax.Lang.Model.Element.Name SimpleName /// public R Accept(Javax.Lang.Model.Element.ElementVisitor arg0, P arg1) { - return IExecute("accept", arg0, arg1); + return IExecuteWithSignature("accept", "(Ljavax/lang/model/element/ElementVisitor;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Element/ElementVisitor.cs b/src/net/JNet/Generated/Javax/Lang/Model/Element/ElementVisitor.cs index 1137d31349..111f28a152 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Element/ElementVisitor.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Element/ElementVisitor.cs @@ -149,7 +149,7 @@ public partial class ElementVisitor /// public object Visit(Javax.Lang.Model.Element.Element arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public object Visit(Javax.Lang.Model.Element.Element arg0, object arg1) /// public object VisitExecutable(Javax.Lang.Model.Element.ExecutableElement arg0, object arg1) { - return IExecute("visitExecutable", arg0, arg1); + return IExecuteWithSignature("visitExecutable", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public object VisitExecutable(Javax.Lang.Model.Element.ExecutableElement arg0, o /// public object VisitPackage(Javax.Lang.Model.Element.PackageElement arg0, object arg1) { - return IExecute("visitPackage", arg0, arg1); + return IExecuteWithSignature("visitPackage", "(Ljavax/lang/model/element/PackageElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public object VisitPackage(Javax.Lang.Model.Element.PackageElement arg0, object /// public object VisitType(Javax.Lang.Model.Element.TypeElement arg0, object arg1) { - return IExecute("visitType", arg0, arg1); + return IExecuteWithSignature("visitType", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public object VisitType(Javax.Lang.Model.Element.TypeElement arg0, object arg1) /// public object VisitTypeParameter(Javax.Lang.Model.Element.TypeParameterElement arg0, object arg1) { - return IExecute("visitTypeParameter", arg0, arg1); + return IExecuteWithSignature("visitTypeParameter", "(Ljavax/lang/model/element/TypeParameterElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public object VisitTypeParameter(Javax.Lang.Model.Element.TypeParameterElement a /// public object VisitUnknown(Javax.Lang.Model.Element.Element arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -209,7 +209,7 @@ public object VisitUnknown(Javax.Lang.Model.Element.Element arg0, object arg1) /// public object VisitVariable(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariable", arg0, arg1); + return IExecuteWithSignature("visitVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -228,7 +228,7 @@ public object Visit(Javax.Lang.Model.Element.Element arg0) /// public object VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, object arg1) { - return IExecute("visitModule", arg0, arg1); + return IExecuteWithSignature("visitModule", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -353,7 +353,7 @@ public partial class ElementVisitor : Javax.Lang.Model.Element.IElementVis /// public R Visit(Javax.Lang.Model.Element.Element arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -363,7 +363,7 @@ public R Visit(Javax.Lang.Model.Element.Element arg0, P arg1) /// public R VisitExecutable(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1) { - return IExecute("visitExecutable", arg0, arg1); + return IExecuteWithSignature("visitExecutable", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -373,7 +373,7 @@ public R VisitExecutable(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1 /// public R VisitPackage(Javax.Lang.Model.Element.PackageElement arg0, P arg1) { - return IExecute("visitPackage", arg0, arg1); + return IExecuteWithSignature("visitPackage", "(Ljavax/lang/model/element/PackageElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -383,7 +383,7 @@ public R VisitPackage(Javax.Lang.Model.Element.PackageElement arg0, P arg1) /// public R VisitType(Javax.Lang.Model.Element.TypeElement arg0, P arg1) { - return IExecute("visitType", arg0, arg1); + return IExecuteWithSignature("visitType", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -393,7 +393,7 @@ public R VisitType(Javax.Lang.Model.Element.TypeElement arg0, P arg1) /// public R VisitTypeParameter(Javax.Lang.Model.Element.TypeParameterElement arg0, P arg1) { - return IExecute("visitTypeParameter", arg0, arg1); + return IExecuteWithSignature("visitTypeParameter", "(Ljavax/lang/model/element/TypeParameterElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -403,7 +403,7 @@ public R VisitTypeParameter(Javax.Lang.Model.Element.TypeParameterElement arg0, /// public R VisitUnknown(Javax.Lang.Model.Element.Element arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -413,7 +413,7 @@ public R VisitUnknown(Javax.Lang.Model.Element.Element arg0, P arg1) /// public R VisitVariable(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariable", arg0, arg1); + return IExecuteWithSignature("visitVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -432,7 +432,7 @@ public R Visit(Javax.Lang.Model.Element.Element arg0) /// public R VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, P arg1) { - return IExecute("visitModule", arg0, arg1); + return IExecuteWithSignature("visitModule", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Element/ModuleElement.cs b/src/net/JNet/Generated/Javax/Lang/Model/Element/ModuleElement.cs index 4f526b73a4..4282d3338a 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Element/ModuleElement.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Element/ModuleElement.cs @@ -663,7 +663,7 @@ public Javax.Lang.Model.Element.ModuleElement.DirectiveKind Kind /// public R Accept(Javax.Lang.Model.Element.ModuleElement.DirectiveVisitor arg0, P arg1) { - return IExecute("accept", arg0, arg1); + return IExecuteWithSignature("accept", "(Ljavax/lang/model/element/ModuleElement$DirectiveVisitor;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -782,7 +782,7 @@ public partial class DirectiveVisitor /// public object VisitExports(Javax.Lang.Model.Element.ModuleElement.ExportsDirective arg0, object arg1) { - return IExecute("visitExports", arg0, arg1); + return IExecuteWithSignature("visitExports", "(Ljavax/lang/model/element/ModuleElement$ExportsDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -792,7 +792,7 @@ public object VisitExports(Javax.Lang.Model.Element.ModuleElement.ExportsDirecti /// public object VisitOpens(Javax.Lang.Model.Element.ModuleElement.OpensDirective arg0, object arg1) { - return IExecute("visitOpens", arg0, arg1); + return IExecuteWithSignature("visitOpens", "(Ljavax/lang/model/element/ModuleElement$OpensDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -802,7 +802,7 @@ public object VisitOpens(Javax.Lang.Model.Element.ModuleElement.OpensDirective a /// public object VisitProvides(Javax.Lang.Model.Element.ModuleElement.ProvidesDirective arg0, object arg1) { - return IExecute("visitProvides", arg0, arg1); + return IExecuteWithSignature("visitProvides", "(Ljavax/lang/model/element/ModuleElement$ProvidesDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -812,7 +812,7 @@ public object VisitProvides(Javax.Lang.Model.Element.ModuleElement.ProvidesDirec /// public object VisitRequires(Javax.Lang.Model.Element.ModuleElement.RequiresDirective arg0, object arg1) { - return IExecute("visitRequires", arg0, arg1); + return IExecuteWithSignature("visitRequires", "(Ljavax/lang/model/element/ModuleElement$RequiresDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -822,7 +822,7 @@ public object VisitRequires(Javax.Lang.Model.Element.ModuleElement.RequiresDirec /// public object VisitUses(Javax.Lang.Model.Element.ModuleElement.UsesDirective arg0, object arg1) { - return IExecute("visitUses", arg0, arg1); + return IExecuteWithSignature("visitUses", "(Ljavax/lang/model/element/ModuleElement$UsesDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -832,7 +832,7 @@ public object VisitUses(Javax.Lang.Model.Element.ModuleElement.UsesDirective arg /// public object Visit(Javax.Lang.Model.Element.ModuleElement.Directive arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/ModuleElement$Directive;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -851,7 +851,7 @@ public object Visit(Javax.Lang.Model.Element.ModuleElement.Directive arg0) /// public object VisitUnknown(Javax.Lang.Model.Element.ModuleElement.Directive arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/ModuleElement$Directive;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -896,7 +896,7 @@ public partial class DirectiveVisitor /// public R VisitExports(Javax.Lang.Model.Element.ModuleElement.ExportsDirective arg0, P arg1) { - return IExecute("visitExports", arg0, arg1); + return IExecuteWithSignature("visitExports", "(Ljavax/lang/model/element/ModuleElement$ExportsDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -906,7 +906,7 @@ public R VisitExports(Javax.Lang.Model.Element.ModuleElement.ExportsDirective ar /// public R VisitOpens(Javax.Lang.Model.Element.ModuleElement.OpensDirective arg0, P arg1) { - return IExecute("visitOpens", arg0, arg1); + return IExecuteWithSignature("visitOpens", "(Ljavax/lang/model/element/ModuleElement$OpensDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -916,7 +916,7 @@ public R VisitOpens(Javax.Lang.Model.Element.ModuleElement.OpensDirective arg0, /// public R VisitProvides(Javax.Lang.Model.Element.ModuleElement.ProvidesDirective arg0, P arg1) { - return IExecute("visitProvides", arg0, arg1); + return IExecuteWithSignature("visitProvides", "(Ljavax/lang/model/element/ModuleElement$ProvidesDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -926,7 +926,7 @@ public R VisitProvides(Javax.Lang.Model.Element.ModuleElement.ProvidesDirective /// public R VisitRequires(Javax.Lang.Model.Element.ModuleElement.RequiresDirective arg0, P arg1) { - return IExecute("visitRequires", arg0, arg1); + return IExecuteWithSignature("visitRequires", "(Ljavax/lang/model/element/ModuleElement$RequiresDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -936,7 +936,7 @@ public R VisitRequires(Javax.Lang.Model.Element.ModuleElement.RequiresDirective /// public R VisitUses(Javax.Lang.Model.Element.ModuleElement.UsesDirective arg0, P arg1) { - return IExecute("visitUses", arg0, arg1); + return IExecuteWithSignature("visitUses", "(Ljavax/lang/model/element/ModuleElement$UsesDirective;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -946,7 +946,7 @@ public R VisitUses(Javax.Lang.Model.Element.ModuleElement.UsesDirective arg0, P /// public R Visit(Javax.Lang.Model.Element.ModuleElement.Directive arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/ModuleElement$Directive;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -965,7 +965,7 @@ public R Visit(Javax.Lang.Model.Element.ModuleElement.Directive arg0) /// public R VisitUnknown(Javax.Lang.Model.Element.ModuleElement.Directive arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/ModuleElement$Directive;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/SourceVersion.cs b/src/net/JNet/Generated/Javax/Lang/Model/SourceVersion.cs index 8b0340b18d..8f135b0e2f 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/SourceVersion.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/SourceVersion.cs @@ -175,7 +175,7 @@ public static bool IsIdentifier(Java.Lang.CharSequence arg0) /// public static bool IsKeyword(Java.Lang.CharSequence arg0, Javax.Lang.Model.SourceVersion arg1) { - return SExecute(LocalBridgeClazz, "isKeyword", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isKeyword", "(Ljava/lang/CharSequence;Ljavax/lang/model/SourceVersion;)Z", arg0, arg1); } /// /// @@ -194,7 +194,7 @@ public static bool IsKeyword(Java.Lang.CharSequence arg0) /// public static bool IsName(Java.Lang.CharSequence arg0, Javax.Lang.Model.SourceVersion arg1) { - return SExecute(LocalBridgeClazz, "isName", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isName", "(Ljava/lang/CharSequence;Ljavax/lang/model/SourceVersion;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeMirror.cs b/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeMirror.cs index c9111897e6..a97cccda60 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeMirror.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeMirror.cs @@ -140,7 +140,7 @@ public Javax.Lang.Model.Type.TypeKind Kind /// public R Accept(Javax.Lang.Model.Type.TypeVisitor arg0, P arg1) { - return IExecute("accept", arg0, arg1); + return IExecuteWithSignature("accept", "(Ljavax/lang/model/type/TypeVisitor;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeVisitor.cs b/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeVisitor.cs index 5aa7a89827..a85d83a722 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeVisitor.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Type/TypeVisitor.cs @@ -149,7 +149,7 @@ public partial class TypeVisitor /// public object Visit(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public object Visit(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) /// public object VisitArray(Javax.Lang.Model.Type.ArrayType arg0, object arg1) { - return IExecute("visitArray", arg0, arg1); + return IExecuteWithSignature("visitArray", "(Ljavax/lang/model/type/ArrayType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public object VisitArray(Javax.Lang.Model.Type.ArrayType arg0, object arg1) /// public object VisitDeclared(Javax.Lang.Model.Type.DeclaredType arg0, object arg1) { - return IExecute("visitDeclared", arg0, arg1); + return IExecuteWithSignature("visitDeclared", "(Ljavax/lang/model/type/DeclaredType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -179,7 +179,7 @@ public object VisitDeclared(Javax.Lang.Model.Type.DeclaredType arg0, object arg1 /// public object VisitError(Javax.Lang.Model.Type.ErrorType arg0, object arg1) { - return IExecute("visitError", arg0, arg1); + return IExecuteWithSignature("visitError", "(Ljavax/lang/model/type/ErrorType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -189,7 +189,7 @@ public object VisitError(Javax.Lang.Model.Type.ErrorType arg0, object arg1) /// public object VisitExecutable(Javax.Lang.Model.Type.ExecutableType arg0, object arg1) { - return IExecute("visitExecutable", arg0, arg1); + return IExecuteWithSignature("visitExecutable", "(Ljavax/lang/model/type/ExecutableType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public object VisitExecutable(Javax.Lang.Model.Type.ExecutableType arg0, object /// public object VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, object arg1) { - return IExecute("visitIntersection", arg0, arg1); + return IExecuteWithSignature("visitIntersection", "(Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -209,7 +209,7 @@ public object VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, obj /// public object VisitNoType(Javax.Lang.Model.Type.NoType arg0, object arg1) { - return IExecute("visitNoType", arg0, arg1); + return IExecuteWithSignature("visitNoType", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public object VisitNoType(Javax.Lang.Model.Type.NoType arg0, object arg1) /// public object VisitNull(Javax.Lang.Model.Type.NullType arg0, object arg1) { - return IExecute("visitNull", arg0, arg1); + return IExecuteWithSignature("visitNull", "(Ljavax/lang/model/type/NullType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -229,7 +229,7 @@ public object VisitNull(Javax.Lang.Model.Type.NullType arg0, object arg1) /// public object VisitPrimitive(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitive", arg0, arg1); + return IExecuteWithSignature("visitPrimitive", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -239,7 +239,7 @@ public object VisitPrimitive(Javax.Lang.Model.Type.PrimitiveType arg0, object ar /// public object VisitTypeVariable(Javax.Lang.Model.Type.TypeVariable arg0, object arg1) { - return IExecute("visitTypeVariable", arg0, arg1); + return IExecuteWithSignature("visitTypeVariable", "(Ljavax/lang/model/type/TypeVariable;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -249,7 +249,7 @@ public object VisitTypeVariable(Javax.Lang.Model.Type.TypeVariable arg0, object /// public object VisitUnion(Javax.Lang.Model.Type.UnionType arg0, object arg1) { - return IExecute("visitUnion", arg0, arg1); + return IExecuteWithSignature("visitUnion", "(Ljavax/lang/model/type/UnionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -259,7 +259,7 @@ public object VisitUnion(Javax.Lang.Model.Type.UnionType arg0, object arg1) /// public object VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public object VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) /// public object VisitWildcard(Javax.Lang.Model.Type.WildcardType arg0, object arg1) { - return IExecute("visitWildcard", arg0, arg1); + return IExecuteWithSignature("visitWildcard", "(Ljavax/lang/model/type/WildcardType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -438,7 +438,7 @@ public partial class TypeVisitor : Javax.Lang.Model.Type.ITypeVisitor public R Visit(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -448,7 +448,7 @@ public R Visit(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) /// public R VisitArray(Javax.Lang.Model.Type.ArrayType arg0, P arg1) { - return IExecute("visitArray", arg0, arg1); + return IExecuteWithSignature("visitArray", "(Ljavax/lang/model/type/ArrayType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -458,7 +458,7 @@ public R VisitArray(Javax.Lang.Model.Type.ArrayType arg0, P arg1) /// public R VisitDeclared(Javax.Lang.Model.Type.DeclaredType arg0, P arg1) { - return IExecute("visitDeclared", arg0, arg1); + return IExecuteWithSignature("visitDeclared", "(Ljavax/lang/model/type/DeclaredType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -468,7 +468,7 @@ public R VisitDeclared(Javax.Lang.Model.Type.DeclaredType arg0, P arg1) /// public R VisitError(Javax.Lang.Model.Type.ErrorType arg0, P arg1) { - return IExecute("visitError", arg0, arg1); + return IExecuteWithSignature("visitError", "(Ljavax/lang/model/type/ErrorType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -478,7 +478,7 @@ public R VisitError(Javax.Lang.Model.Type.ErrorType arg0, P arg1) /// public R VisitExecutable(Javax.Lang.Model.Type.ExecutableType arg0, P arg1) { - return IExecute("visitExecutable", arg0, arg1); + return IExecuteWithSignature("visitExecutable", "(Ljavax/lang/model/type/ExecutableType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -488,7 +488,7 @@ public R VisitExecutable(Javax.Lang.Model.Type.ExecutableType arg0, P arg1) /// public R VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, P arg1) { - return IExecute("visitIntersection", arg0, arg1); + return IExecuteWithSignature("visitIntersection", "(Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -498,7 +498,7 @@ public R VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, P arg1) /// public R VisitNoType(Javax.Lang.Model.Type.NoType arg0, P arg1) { - return IExecute("visitNoType", arg0, arg1); + return IExecuteWithSignature("visitNoType", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -508,7 +508,7 @@ public R VisitNoType(Javax.Lang.Model.Type.NoType arg0, P arg1) /// public R VisitNull(Javax.Lang.Model.Type.NullType arg0, P arg1) { - return IExecute("visitNull", arg0, arg1); + return IExecuteWithSignature("visitNull", "(Ljavax/lang/model/type/NullType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -518,7 +518,7 @@ public R VisitNull(Javax.Lang.Model.Type.NullType arg0, P arg1) /// public R VisitPrimitive(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitive", arg0, arg1); + return IExecuteWithSignature("visitPrimitive", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -528,7 +528,7 @@ public R VisitPrimitive(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitTypeVariable(Javax.Lang.Model.Type.TypeVariable arg0, P arg1) { - return IExecute("visitTypeVariable", arg0, arg1); + return IExecuteWithSignature("visitTypeVariable", "(Ljavax/lang/model/type/TypeVariable;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -538,7 +538,7 @@ public R VisitTypeVariable(Javax.Lang.Model.Type.TypeVariable arg0, P arg1) /// public R VisitUnion(Javax.Lang.Model.Type.UnionType arg0, P arg1) { - return IExecute("visitUnion", arg0, arg1); + return IExecuteWithSignature("visitUnion", "(Ljavax/lang/model/type/UnionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -548,7 +548,7 @@ public R VisitUnion(Javax.Lang.Model.Type.UnionType arg0, P arg1) /// public R VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -558,7 +558,7 @@ public R VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) /// public R VisitWildcard(Javax.Lang.Model.Type.WildcardType arg0, P arg1) { - return IExecute("visitWildcard", arg0, arg1); + return IExecuteWithSignature("visitWildcard", "(Ljavax/lang/model/type/WildcardType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractAnnotationValueVisitor6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractAnnotationValueVisitor6.cs index 9e04b1f880..2c3f9e062c 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractAnnotationValueVisitor6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractAnnotationValueVisitor6.cs @@ -149,7 +149,7 @@ public partial class AbstractAnnotationValueVisitor6 /// public object Visit(Javax.Lang.Model.Element.AnnotationValue arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public object Visit(Javax.Lang.Model.Element.AnnotationValue arg0) /// public object VisitUnknown(Javax.Lang.Model.Element.AnnotationValue arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -213,7 +213,7 @@ public partial class AbstractAnnotationValueVisitor6 /// public R Visit(Javax.Lang.Model.Element.AnnotationValue arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -232,7 +232,7 @@ public R Visit(Javax.Lang.Model.Element.AnnotationValue arg0) /// public R VisitUnknown(Javax.Lang.Model.Element.AnnotationValue arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/AnnotationValue;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractElementVisitor6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractElementVisitor6.cs index 1b6703d599..38b5159dcb 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractElementVisitor6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractElementVisitor6.cs @@ -149,7 +149,7 @@ public partial class AbstractElementVisitor6 /// public object Visit(Javax.Lang.Model.Element.Element arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public object Visit(Javax.Lang.Model.Element.Element arg0) /// public object VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, object arg1) { - return IExecute("visitModule", arg0, arg1); + return IExecuteWithSignature("visitModule", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -178,7 +178,7 @@ public object VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, object ar /// public object VisitUnknown(Javax.Lang.Model.Element.Element arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -223,7 +223,7 @@ public partial class AbstractElementVisitor6 /// public R Visit(Javax.Lang.Model.Element.Element arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public R Visit(Javax.Lang.Model.Element.Element arg0) /// public R VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, P arg1) { - return IExecute("visitModule", arg0, arg1); + return IExecuteWithSignature("visitModule", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -252,7 +252,7 @@ public R VisitModule(Javax.Lang.Model.Element.ModuleElement arg0, P arg1) /// public R VisitUnknown(Javax.Lang.Model.Element.Element arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractTypeVisitor6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractTypeVisitor6.cs index d6f0f1bf85..280618a26d 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractTypeVisitor6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/AbstractTypeVisitor6.cs @@ -149,7 +149,7 @@ public partial class AbstractTypeVisitor6 /// public object Visit(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public object Visit(Javax.Lang.Model.Type.TypeMirror arg0) /// public object VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, object arg1) { - return IExecute("visitIntersection", arg0, arg1); + return IExecuteWithSignature("visitIntersection", "(Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -178,7 +178,7 @@ public object VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, obj /// public object VisitUnion(Javax.Lang.Model.Type.UnionType arg0, object arg1) { - return IExecute("visitUnion", arg0, arg1); + return IExecuteWithSignature("visitUnion", "(Ljavax/lang/model/type/UnionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public object VisitUnion(Javax.Lang.Model.Type.UnionType arg0, object arg1) /// public object VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, object arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -233,7 +233,7 @@ public partial class AbstractTypeVisitor6 /// public R Visit(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) { - return IExecute("visit", arg0, arg1); + return IExecuteWithSignature("visit", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -252,7 +252,7 @@ public R Visit(Javax.Lang.Model.Type.TypeMirror arg0) /// public R VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, P arg1) { - return IExecute("visitIntersection", arg0, arg1); + return IExecuteWithSignature("visitIntersection", "(Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -262,7 +262,7 @@ public R VisitIntersection(Javax.Lang.Model.Type.IntersectionType arg0, P arg1) /// public R VisitUnion(Javax.Lang.Model.Type.UnionType arg0, P arg1) { - return IExecute("visitUnion", arg0, arg1); + return IExecuteWithSignature("visitUnion", "(Ljavax/lang/model/type/UnionType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -272,7 +272,7 @@ public R VisitUnion(Javax.Lang.Model.Type.UnionType arg0, P arg1) /// public R VisitUnknown(Javax.Lang.Model.Type.TypeMirror arg0, P arg1) { - return IExecute("visitUnknown", arg0, arg1); + return IExecuteWithSignature("visitUnknown", "(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementKindVisitor6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementKindVisitor6.cs index e0cbc0f4c6..ceef5fd617 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementKindVisitor6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementKindVisitor6.cs @@ -145,7 +145,7 @@ public partial class ElementKindVisitor6 /// public object VisitExecutableAsConstructor(Javax.Lang.Model.Element.ExecutableElement arg0, object arg1) { - return IExecute("visitExecutableAsConstructor", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsConstructor", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public object VisitExecutableAsConstructor(Javax.Lang.Model.Element.ExecutableEl /// public object VisitExecutableAsInstanceInit(Javax.Lang.Model.Element.ExecutableElement arg0, object arg1) { - return IExecute("visitExecutableAsInstanceInit", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsInstanceInit", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public object VisitExecutableAsInstanceInit(Javax.Lang.Model.Element.ExecutableE /// public object VisitExecutableAsMethod(Javax.Lang.Model.Element.ExecutableElement arg0, object arg1) { - return IExecute("visitExecutableAsMethod", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsMethod", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public object VisitExecutableAsMethod(Javax.Lang.Model.Element.ExecutableElement /// public object VisitExecutableAsStaticInit(Javax.Lang.Model.Element.ExecutableElement arg0, object arg1) { - return IExecute("visitExecutableAsStaticInit", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsStaticInit", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public object VisitExecutableAsStaticInit(Javax.Lang.Model.Element.ExecutableEle /// public object VisitTypeAsAnnotationType(Javax.Lang.Model.Element.TypeElement arg0, object arg1) { - return IExecute("visitTypeAsAnnotationType", arg0, arg1); + return IExecuteWithSignature("visitTypeAsAnnotationType", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public object VisitTypeAsAnnotationType(Javax.Lang.Model.Element.TypeElement arg /// public object VisitTypeAsClass(Javax.Lang.Model.Element.TypeElement arg0, object arg1) { - return IExecute("visitTypeAsClass", arg0, arg1); + return IExecuteWithSignature("visitTypeAsClass", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public object VisitTypeAsClass(Javax.Lang.Model.Element.TypeElement arg0, object /// public object VisitTypeAsEnum(Javax.Lang.Model.Element.TypeElement arg0, object arg1) { - return IExecute("visitTypeAsEnum", arg0, arg1); + return IExecuteWithSignature("visitTypeAsEnum", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -215,7 +215,7 @@ public object VisitTypeAsEnum(Javax.Lang.Model.Element.TypeElement arg0, object /// public object VisitTypeAsInterface(Javax.Lang.Model.Element.TypeElement arg0, object arg1) { - return IExecute("visitTypeAsInterface", arg0, arg1); + return IExecuteWithSignature("visitTypeAsInterface", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public object VisitTypeAsInterface(Javax.Lang.Model.Element.TypeElement arg0, ob /// public object VisitVariableAsEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsEnumConstant", arg0, arg1); + return IExecuteWithSignature("visitVariableAsEnumConstant", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public object VisitVariableAsEnumConstant(Javax.Lang.Model.Element.VariableEleme /// public object VisitVariableAsExceptionParameter(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsExceptionParameter", arg0, arg1); + return IExecuteWithSignature("visitVariableAsExceptionParameter", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -245,7 +245,7 @@ public object VisitVariableAsExceptionParameter(Javax.Lang.Model.Element.Variabl /// public object VisitVariableAsField(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsField", arg0, arg1); + return IExecuteWithSignature("visitVariableAsField", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -255,7 +255,7 @@ public object VisitVariableAsField(Javax.Lang.Model.Element.VariableElement arg0 /// public object VisitVariableAsLocalVariable(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsLocalVariable", arg0, arg1); + return IExecuteWithSignature("visitVariableAsLocalVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -265,7 +265,7 @@ public object VisitVariableAsLocalVariable(Javax.Lang.Model.Element.VariableElem /// public object VisitVariableAsParameter(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsParameter", arg0, arg1); + return IExecuteWithSignature("visitVariableAsParameter", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -275,7 +275,7 @@ public object VisitVariableAsParameter(Javax.Lang.Model.Element.VariableElement /// public object VisitVariableAsResourceVariable(Javax.Lang.Model.Element.VariableElement arg0, object arg1) { - return IExecute("visitVariableAsResourceVariable", arg0, arg1); + return IExecuteWithSignature("visitVariableAsResourceVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -320,7 +320,7 @@ public partial class ElementKindVisitor6 /// public R VisitExecutableAsConstructor(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1) { - return IExecute("visitExecutableAsConstructor", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsConstructor", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -330,7 +330,7 @@ public R VisitExecutableAsConstructor(Javax.Lang.Model.Element.ExecutableElement /// public R VisitExecutableAsInstanceInit(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1) { - return IExecute("visitExecutableAsInstanceInit", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsInstanceInit", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public R VisitExecutableAsInstanceInit(Javax.Lang.Model.Element.ExecutableElemen /// public R VisitExecutableAsMethod(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1) { - return IExecute("visitExecutableAsMethod", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsMethod", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public R VisitExecutableAsMethod(Javax.Lang.Model.Element.ExecutableElement arg0 /// public R VisitExecutableAsStaticInit(Javax.Lang.Model.Element.ExecutableElement arg0, P arg1) { - return IExecute("visitExecutableAsStaticInit", arg0, arg1); + return IExecuteWithSignature("visitExecutableAsStaticInit", "(Ljavax/lang/model/element/ExecutableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -360,7 +360,7 @@ public R VisitExecutableAsStaticInit(Javax.Lang.Model.Element.ExecutableElement /// public R VisitTypeAsAnnotationType(Javax.Lang.Model.Element.TypeElement arg0, P arg1) { - return IExecute("visitTypeAsAnnotationType", arg0, arg1); + return IExecuteWithSignature("visitTypeAsAnnotationType", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public R VisitTypeAsAnnotationType(Javax.Lang.Model.Element.TypeElement arg0, P /// public R VisitTypeAsClass(Javax.Lang.Model.Element.TypeElement arg0, P arg1) { - return IExecute("visitTypeAsClass", arg0, arg1); + return IExecuteWithSignature("visitTypeAsClass", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public R VisitTypeAsClass(Javax.Lang.Model.Element.TypeElement arg0, P arg1) /// public R VisitTypeAsEnum(Javax.Lang.Model.Element.TypeElement arg0, P arg1) { - return IExecute("visitTypeAsEnum", arg0, arg1); + return IExecuteWithSignature("visitTypeAsEnum", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public R VisitTypeAsEnum(Javax.Lang.Model.Element.TypeElement arg0, P arg1) /// public R VisitTypeAsInterface(Javax.Lang.Model.Element.TypeElement arg0, P arg1) { - return IExecute("visitTypeAsInterface", arg0, arg1); + return IExecuteWithSignature("visitTypeAsInterface", "(Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public R VisitTypeAsInterface(Javax.Lang.Model.Element.TypeElement arg0, P arg1) /// public R VisitVariableAsEnumConstant(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsEnumConstant", arg0, arg1); + return IExecuteWithSignature("visitVariableAsEnumConstant", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public R VisitVariableAsEnumConstant(Javax.Lang.Model.Element.VariableElement ar /// public R VisitVariableAsExceptionParameter(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsExceptionParameter", arg0, arg1); + return IExecuteWithSignature("visitVariableAsExceptionParameter", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -420,7 +420,7 @@ public R VisitVariableAsExceptionParameter(Javax.Lang.Model.Element.VariableElem /// public R VisitVariableAsField(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsField", arg0, arg1); + return IExecuteWithSignature("visitVariableAsField", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -430,7 +430,7 @@ public R VisitVariableAsField(Javax.Lang.Model.Element.VariableElement arg0, P a /// public R VisitVariableAsLocalVariable(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsLocalVariable", arg0, arg1); + return IExecuteWithSignature("visitVariableAsLocalVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -440,7 +440,7 @@ public R VisitVariableAsLocalVariable(Javax.Lang.Model.Element.VariableElement a /// public R VisitVariableAsParameter(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsParameter", arg0, arg1); + return IExecuteWithSignature("visitVariableAsParameter", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -450,7 +450,7 @@ public R VisitVariableAsParameter(Javax.Lang.Model.Element.VariableElement arg0, /// public R VisitVariableAsResourceVariable(Javax.Lang.Model.Element.VariableElement arg0, P arg1) { - return IExecute("visitVariableAsResourceVariable", arg0, arg1); + return IExecuteWithSignature("visitVariableAsResourceVariable", "(Ljavax/lang/model/element/VariableElement;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementScanner6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementScanner6.cs index 358cac922a..4addd6122d 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementScanner6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/ElementScanner6.cs @@ -145,7 +145,7 @@ public partial class ElementScanner6 /// public object Scan(Java.Lang.Iterable arg0, object arg1) { - return IExecute("scan", arg0, arg1); + return IExecuteWithSignature("scan", "(Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public object Scan(Javax.Lang.Model.Element.Element arg0) /// public object Scan(Javax.Lang.Model.Element.Element arg0, object arg1) { - return IExecute("scan", arg0, arg1); + return IExecuteWithSignature("scan", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -210,7 +210,7 @@ public partial class ElementScanner6 /// public R Scan(Java.Lang.Iterable arg0, P arg1) where Arg0ExtendsJavax_Lang_Model_Element_Element : Javax.Lang.Model.Element.Element { - return IExecute("scan", arg0, arg1); + return IExecuteWithSignature("scan", "(Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -229,7 +229,7 @@ public R Scan(Javax.Lang.Model.Element.Element arg0) /// public R Scan(Javax.Lang.Model.Element.Element arg0, P arg1) { - return IExecute("scan", arg0, arg1); + return IExecuteWithSignature("scan", "(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/Elements.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/Elements.cs index 58d33a0402..4c34c1a619 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/Elements.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/Elements.cs @@ -337,7 +337,7 @@ public Java.Util.Set AllModuleElements /// public bool Hides(Javax.Lang.Model.Element.Element arg0, Javax.Lang.Model.Element.Element arg1) { - return IExecute("hides", arg0, arg1); + return IExecuteWithSignature("hides", "(Ljavax/lang/model/element/Element;Ljavax/lang/model/element/Element;)Z", arg0, arg1); } /// /// @@ -366,7 +366,7 @@ public bool IsFunctionalInterface(Javax.Lang.Model.Element.TypeElement arg0) /// public bool Overrides(Javax.Lang.Model.Element.ExecutableElement arg0, Javax.Lang.Model.Element.ExecutableElement arg1, Javax.Lang.Model.Element.TypeElement arg2) { - return IExecute("overrides", arg0, arg1, arg2); + return IExecuteWithSignature("overrides", "(Ljavax/lang/model/element/ExecutableElement;Ljavax/lang/model/element/ExecutableElement;Ljavax/lang/model/element/TypeElement;)Z", arg0, arg1, arg2); } /// /// @@ -469,7 +469,7 @@ public Javax.Lang.Model.Element.TypeElement GetTypeElement(Java.Lang.CharSequenc /// public void PrintElements(Java.Io.Writer arg0, params Javax.Lang.Model.Element.Element[] arg1) { - if (arg1.Length == 0) IExecute("printElements", arg0); else IExecute("printElements", arg0, arg1); + if (arg1.Length == 0) IExecuteWithSignature("printElements", "(Ljava/io/Writer;[Ljavax/lang/model/element/Element;)V", arg0); else IExecuteWithSignature("printElements", "(Ljava/io/Writer;[Ljavax/lang/model/element/Element;)V", arg0, arg1); } /// /// @@ -526,7 +526,7 @@ public Javax.Lang.Model.Element.ModuleElement GetModuleOf(Javax.Lang.Model.Eleme /// public Javax.Lang.Model.Element.PackageElement GetPackageElement(Javax.Lang.Model.Element.ModuleElement arg0, Java.Lang.CharSequence arg1) { - return IExecute("getPackageElement", arg0, arg1); + return IExecuteWithSignature("getPackageElement", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/CharSequence;)Ljavax/lang/model/element/PackageElement;", arg0, arg1); } /// /// @@ -536,7 +536,7 @@ public Javax.Lang.Model.Element.PackageElement GetPackageElement(Javax.Lang.Mode /// public Javax.Lang.Model.Element.TypeElement GetTypeElement(Javax.Lang.Model.Element.ModuleElement arg0, Java.Lang.CharSequence arg1) { - return IExecute("getTypeElement", arg0, arg1); + return IExecuteWithSignature("getTypeElement", "(Ljavax/lang/model/element/ModuleElement;Ljava/lang/CharSequence;)Ljavax/lang/model/element/TypeElement;", arg0, arg1); } /// /// @@ -546,7 +546,7 @@ public Javax.Lang.Model.Element.TypeElement GetTypeElement(Javax.Lang.Model.Elem /// public Javax.Lang.Model.Util.Elements.Origin GetOrigin(Javax.Lang.Model.AnnotatedConstruct arg0, Javax.Lang.Model.Element.AnnotationMirror arg1) { - return IExecute("getOrigin", arg0, arg1); + return IExecuteWithSignature("getOrigin", "(Ljavax/lang/model/AnnotatedConstruct;Ljavax/lang/model/element/AnnotationMirror;)Ljavax/lang/model/util/Elements$Origin;", arg0, arg1); } /// /// @@ -565,7 +565,7 @@ public Javax.Lang.Model.Util.Elements.Origin GetOrigin(Javax.Lang.Model.Element. /// public Javax.Lang.Model.Util.Elements.Origin GetOrigin(Javax.Lang.Model.Element.ModuleElement arg0, Javax.Lang.Model.Element.ModuleElement.Directive arg1) { - return IExecute("getOrigin", arg0, arg1); + return IExecuteWithSignature("getOrigin", "(Ljavax/lang/model/element/ModuleElement;Ljavax/lang/model/element/ModuleElement$Directive;)Ljavax/lang/model/util/Elements$Origin;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/TypeKindVisitor6.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/TypeKindVisitor6.cs index c7b06d5dd0..8789da61fd 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/TypeKindVisitor6.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/TypeKindVisitor6.cs @@ -145,7 +145,7 @@ public partial class TypeKindVisitor6 /// public object VisitNoTypeAsModule(Javax.Lang.Model.Type.NoType arg0, object arg1) { - return IExecute("visitNoTypeAsModule", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsModule", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public object VisitNoTypeAsModule(Javax.Lang.Model.Type.NoType arg0, object arg1 /// public object VisitNoTypeAsNone(Javax.Lang.Model.Type.NoType arg0, object arg1) { - return IExecute("visitNoTypeAsNone", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsNone", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public object VisitNoTypeAsNone(Javax.Lang.Model.Type.NoType arg0, object arg1) /// public object VisitNoTypeAsPackage(Javax.Lang.Model.Type.NoType arg0, object arg1) { - return IExecute("visitNoTypeAsPackage", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsPackage", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public object VisitNoTypeAsPackage(Javax.Lang.Model.Type.NoType arg0, object arg /// public object VisitNoTypeAsVoid(Javax.Lang.Model.Type.NoType arg0, object arg1) { - return IExecute("visitNoTypeAsVoid", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsVoid", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public object VisitNoTypeAsVoid(Javax.Lang.Model.Type.NoType arg0, object arg1) /// public object VisitPrimitiveAsBoolean(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsBoolean", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsBoolean", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public object VisitPrimitiveAsBoolean(Javax.Lang.Model.Type.PrimitiveType arg0, /// public object VisitPrimitiveAsByte(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsByte", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsByte", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public object VisitPrimitiveAsByte(Javax.Lang.Model.Type.PrimitiveType arg0, obj /// public object VisitPrimitiveAsChar(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsChar", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsChar", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -215,7 +215,7 @@ public object VisitPrimitiveAsChar(Javax.Lang.Model.Type.PrimitiveType arg0, obj /// public object VisitPrimitiveAsDouble(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsDouble", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsDouble", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public object VisitPrimitiveAsDouble(Javax.Lang.Model.Type.PrimitiveType arg0, o /// public object VisitPrimitiveAsFloat(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsFloat", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsFloat", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public object VisitPrimitiveAsFloat(Javax.Lang.Model.Type.PrimitiveType arg0, ob /// public object VisitPrimitiveAsInt(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsInt", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsInt", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -245,7 +245,7 @@ public object VisitPrimitiveAsInt(Javax.Lang.Model.Type.PrimitiveType arg0, obje /// public object VisitPrimitiveAsLong(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsLong", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsLong", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -255,7 +255,7 @@ public object VisitPrimitiveAsLong(Javax.Lang.Model.Type.PrimitiveType arg0, obj /// public object VisitPrimitiveAsShort(Javax.Lang.Model.Type.PrimitiveType arg0, object arg1) { - return IExecute("visitPrimitiveAsShort", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsShort", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion @@ -300,7 +300,7 @@ public partial class TypeKindVisitor6 /// public R VisitNoTypeAsModule(Javax.Lang.Model.Type.NoType arg0, P arg1) { - return IExecute("visitNoTypeAsModule", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsModule", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -310,7 +310,7 @@ public R VisitNoTypeAsModule(Javax.Lang.Model.Type.NoType arg0, P arg1) /// public R VisitNoTypeAsNone(Javax.Lang.Model.Type.NoType arg0, P arg1) { - return IExecute("visitNoTypeAsNone", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsNone", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -320,7 +320,7 @@ public R VisitNoTypeAsNone(Javax.Lang.Model.Type.NoType arg0, P arg1) /// public R VisitNoTypeAsPackage(Javax.Lang.Model.Type.NoType arg0, P arg1) { - return IExecute("visitNoTypeAsPackage", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsPackage", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -330,7 +330,7 @@ public R VisitNoTypeAsPackage(Javax.Lang.Model.Type.NoType arg0, P arg1) /// public R VisitNoTypeAsVoid(Javax.Lang.Model.Type.NoType arg0, P arg1) { - return IExecute("visitNoTypeAsVoid", arg0, arg1); + return IExecuteWithSignature("visitNoTypeAsVoid", "(Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public R VisitNoTypeAsVoid(Javax.Lang.Model.Type.NoType arg0, P arg1) /// public R VisitPrimitiveAsBoolean(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsBoolean", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsBoolean", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public R VisitPrimitiveAsBoolean(Javax.Lang.Model.Type.PrimitiveType arg0, P arg /// public R VisitPrimitiveAsByte(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsByte", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsByte", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -360,7 +360,7 @@ public R VisitPrimitiveAsByte(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitPrimitiveAsChar(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsChar", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsChar", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public R VisitPrimitiveAsChar(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitPrimitiveAsDouble(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsDouble", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsDouble", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public R VisitPrimitiveAsDouble(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1 /// public R VisitPrimitiveAsFloat(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsFloat", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsFloat", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public R VisitPrimitiveAsFloat(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitPrimitiveAsInt(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsInt", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsInt", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public R VisitPrimitiveAsInt(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitPrimitiveAsLong(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsLong", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsLong", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -410,7 +410,7 @@ public R VisitPrimitiveAsLong(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) /// public R VisitPrimitiveAsShort(Javax.Lang.Model.Type.PrimitiveType arg0, P arg1) { - return IExecute("visitPrimitiveAsShort", arg0, arg1); + return IExecuteWithSignature("visitPrimitiveAsShort", "(Ljavax/lang/model/type/PrimitiveType;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Lang/Model/Util/Types.cs b/src/net/JNet/Generated/Javax/Lang/Model/Util/Types.cs index 7e9a1ba177..c63b1d2816 100644 --- a/src/net/JNet/Generated/Javax/Lang/Model/Util/Types.cs +++ b/src/net/JNet/Generated/Javax/Lang/Model/Util/Types.cs @@ -248,7 +248,7 @@ public Javax.Lang.Model.Type.NullType NullType /// public bool Contains(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Type.TypeMirror arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Z", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public bool Contains(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Typ /// public bool IsAssignable(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Type.TypeMirror arg1) { - return IExecute("isAssignable", arg0, arg1); + return IExecuteWithSignature("isAssignable", "(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Z", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public bool IsAssignable(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model /// public bool IsSameType(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Type.TypeMirror arg1) { - return IExecute("isSameType", arg0, arg1); + return IExecuteWithSignature("isSameType", "(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Z", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public bool IsSameType(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.T /// public bool IsSubsignature(Javax.Lang.Model.Type.ExecutableType arg0, Javax.Lang.Model.Type.ExecutableType arg1) { - return IExecute("isSubsignature", arg0, arg1); + return IExecuteWithSignature("isSubsignature", "(Ljavax/lang/model/type/ExecutableType;Ljavax/lang/model/type/ExecutableType;)Z", arg0, arg1); } /// /// @@ -288,7 +288,7 @@ public bool IsSubsignature(Javax.Lang.Model.Type.ExecutableType arg0, Javax.Lang /// public bool IsSubtype(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Type.TypeMirror arg1) { - return IExecute("isSubtype", arg0, arg1); + return IExecuteWithSignature("isSubtype", "(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Z", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public Javax.Lang.Model.Type.ArrayType GetArrayType(Javax.Lang.Model.Type.TypeMi /// public Javax.Lang.Model.Type.DeclaredType GetDeclaredType(Javax.Lang.Model.Element.TypeElement arg0, params Javax.Lang.Model.Type.TypeMirror[] arg1) { - if (arg1.Length == 0) return IExecute("getDeclaredType", arg0); else return IExecute("getDeclaredType", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getDeclaredType", "(Ljavax/lang/model/element/TypeElement;[Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/DeclaredType;", arg0); else return IExecuteWithSignature("getDeclaredType", "(Ljavax/lang/model/element/TypeElement;[Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/DeclaredType;", arg0, arg1); } /// /// @@ -346,7 +346,7 @@ public Javax.Lang.Model.Type.DeclaredType GetDeclaredType(Javax.Lang.Model.Eleme /// public Javax.Lang.Model.Type.DeclaredType GetDeclaredType(Javax.Lang.Model.Type.DeclaredType arg0, Javax.Lang.Model.Element.TypeElement arg1, params Javax.Lang.Model.Type.TypeMirror[] arg2) { - if (arg2.Length == 0) return IExecute("getDeclaredType", arg0, arg1); else return IExecute("getDeclaredType", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("getDeclaredType", "(Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/element/TypeElement;[Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/DeclaredType;", arg0, arg1); else return IExecuteWithSignature("getDeclaredType", "(Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/element/TypeElement;[Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/DeclaredType;", arg0, arg1, arg2); } /// /// @@ -383,7 +383,7 @@ public Javax.Lang.Model.Type.PrimitiveType UnboxedType(Javax.Lang.Model.Type.Typ /// public Javax.Lang.Model.Type.TypeMirror AsMemberOf(Javax.Lang.Model.Type.DeclaredType arg0, Javax.Lang.Model.Element.Element arg1) { - return IExecute("asMemberOf", arg0, arg1); + return IExecuteWithSignature("asMemberOf", "(Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/element/Element;)Ljavax/lang/model/type/TypeMirror;", arg0, arg1); } /// /// @@ -411,7 +411,7 @@ public Javax.Lang.Model.Type.TypeMirror Erasure(Javax.Lang.Model.Type.TypeMirror /// public Javax.Lang.Model.Type.WildcardType GetWildcardType(Javax.Lang.Model.Type.TypeMirror arg0, Javax.Lang.Model.Type.TypeMirror arg1) { - return IExecute("getWildcardType", arg0, arg1); + return IExecuteWithSignature("getWildcardType", "(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/WildcardType;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/AttributeList.cs b/src/net/JNet/Generated/Javax/Management/AttributeList.cs index 8446fb94a4..077d77137d 100644 --- a/src/net/JNet/Generated/Javax/Management/AttributeList.cs +++ b/src/net/JNet/Generated/Javax/Management/AttributeList.cs @@ -122,7 +122,7 @@ public AttributeList(Javax.Management.AttributeList arg0) /// public bool AddAll(int arg0, Javax.Management.AttributeList arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/management/AttributeList;)Z", arg0, arg1); } /// /// @@ -148,7 +148,7 @@ public bool AddAll(Javax.Management.AttributeList arg0) /// public void Add(int arg0, Javax.Management.Attribute arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjavax/management/Attribute;)V", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public void Add(Javax.Management.Attribute arg0) /// public void Set(int arg0, Javax.Management.Attribute arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(ILjavax/management/Attribute;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Descriptor.cs b/src/net/JNet/Generated/Javax/Management/Descriptor.cs index 56f6998998..168fe24932 100644 --- a/src/net/JNet/Generated/Javax/Management/Descriptor.cs +++ b/src/net/JNet/Generated/Javax/Management/Descriptor.cs @@ -222,7 +222,7 @@ public void RemoveField(Java.Lang.String arg0) /// public void SetField(Java.Lang.String arg0, object arg1) { - IExecute("setField", arg0, arg1); + IExecuteWithSignature("setField", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -232,7 +232,7 @@ public void SetField(Java.Lang.String arg0, object arg1) /// public void SetFields(Java.Lang.String[] arg0, object[] arg1) { - IExecute("setFields", arg0, arg1); + IExecuteWithSignature("setFields", "([Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/DynamicMBean.cs b/src/net/JNet/Generated/Javax/Management/DynamicMBean.cs index 00b5228311..a191f6310a 100644 --- a/src/net/JNet/Generated/Javax/Management/DynamicMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/DynamicMBean.cs @@ -184,7 +184,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public object Invoke(Java.Lang.String arg0, object[] arg1, Java.Lang.String[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/ImmutableDescriptor.cs b/src/net/JNet/Generated/Javax/Management/ImmutableDescriptor.cs index a5de368eb1..a71c9b8609 100644 --- a/src/net/JNet/Generated/Javax/Management/ImmutableDescriptor.cs +++ b/src/net/JNet/Generated/Javax/Management/ImmutableDescriptor.cs @@ -177,7 +177,7 @@ public void RemoveField(Java.Lang.String arg0) /// public void SetField(Java.Lang.String arg0, object arg1) { - IExecute("setField", arg0, arg1); + IExecuteWithSignature("setField", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -187,7 +187,7 @@ public void SetField(Java.Lang.String arg0, object arg1) /// public void SetFields(Java.Lang.String[] arg0, object[] arg1) { - IExecute("setFields", arg0, arg1); + IExecuteWithSignature("setFields", "([Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/JMX.cs b/src/net/JNet/Generated/Javax/Management/JMX.cs index 32e459c6ff..c01ec7240c 100644 --- a/src/net/JNet/Generated/Javax/Management/JMX.cs +++ b/src/net/JNet/Generated/Javax/Management/JMX.cs @@ -151,7 +151,7 @@ public partial class JMX /// public static T NewMBeanProxy(Javax.Management.MBeanServerConnection arg0, Javax.Management.ObjectName arg1, Java.Lang.Class arg2, bool arg3) { - return SExecute(LocalBridgeClazz, "newMBeanProxy", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "newMBeanProxy", "(Ljavax/management/MBeanServerConnection;Ljavax/management/ObjectName;Ljava/lang/Class;Z)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -163,7 +163,7 @@ public static T NewMBeanProxy(Javax.Management.MBeanServerConnection arg0, Ja /// public static T NewMBeanProxy(Javax.Management.MBeanServerConnection arg0, Javax.Management.ObjectName arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "newMBeanProxy", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newMBeanProxy", "(Ljavax/management/MBeanServerConnection;Ljavax/management/ObjectName;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -176,7 +176,7 @@ public static T NewMBeanProxy(Javax.Management.MBeanServerConnection arg0, Ja /// public static T NewMXBeanProxy(Javax.Management.MBeanServerConnection arg0, Javax.Management.ObjectName arg1, Java.Lang.Class arg2, bool arg3) { - return SExecute(LocalBridgeClazz, "newMXBeanProxy", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "newMXBeanProxy", "(Ljavax/management/MBeanServerConnection;Ljavax/management/ObjectName;Ljava/lang/Class;Z)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -188,7 +188,7 @@ public static T NewMXBeanProxy(Javax.Management.MBeanServerConnection arg0, J /// public static T NewMXBeanProxy(Javax.Management.MBeanServerConnection arg0, Javax.Management.ObjectName arg1, Java.Lang.Class arg2) { - return SExecute(LocalBridgeClazz, "newMXBeanProxy", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newMXBeanProxy", "(Ljavax/management/MBeanServerConnection;Ljavax/management/ObjectName;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Loading/ClassLoaderRepository.cs b/src/net/JNet/Generated/Javax/Management/Loading/ClassLoaderRepository.cs index 81fe2b2221..2149571b25 100644 --- a/src/net/JNet/Generated/Javax/Management/Loading/ClassLoaderRepository.cs +++ b/src/net/JNet/Generated/Javax/Management/Loading/ClassLoaderRepository.cs @@ -152,7 +152,7 @@ public Java.Lang.Class LoadClass(Java.Lang.String arg0) /// public Java.Lang.Class LoadClassBefore(Java.Lang.ClassLoader arg0, Java.Lang.String arg1) { - return IExecute("loadClassBefore", arg0, arg1); + return IExecuteWithSignature("loadClassBefore", "(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public Java.Lang.Class LoadClassBefore(Java.Lang.ClassLoader arg0, Java.Lang.Str /// public Java.Lang.Class LoadClassWithout(Java.Lang.ClassLoader arg0, Java.Lang.String arg1) { - return IExecute("loadClassWithout", arg0, arg1); + return IExecuteWithSignature("loadClassWithout", "(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Loading/MLet.cs b/src/net/JNet/Generated/Javax/Management/Loading/MLet.cs index 77840ce20f..fe24f46941 100644 --- a/src/net/JNet/Generated/Javax/Management/Loading/MLet.cs +++ b/src/net/JNet/Generated/Javax/Management/Loading/MLet.cs @@ -195,7 +195,7 @@ public Java.Util.Set GetMBeansFromURL(Java.Net.URL arg0) /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0 /// public Java.Lang.Class LoadClass(Java.Lang.String arg0, Javax.Management.Loading.ClassLoaderRepository arg1) { - return IExecute("loadClass", arg0, arg1); + return IExecuteWithSignature("loadClass", "(Ljava/lang/String;Ljavax/management/loading/ClassLoaderRepository;)Ljava/lang/Class;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanRegistration.cs b/src/net/JNet/Generated/Javax/Management/MBeanRegistration.cs index 8565e8c02c..a66c3193e4 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanRegistration.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanRegistration.cs @@ -141,7 +141,7 @@ public partial class MBeanRegistration : Javax.Management.IMBeanRegistration /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanServer.cs b/src/net/JNet/Generated/Javax/Management/MBeanServer.cs index b348e310ad..415a689ec2 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanServer.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanServer.cs @@ -440,7 +440,7 @@ public Java.Lang.Integer MBeanCount /// public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - return IExecute("isInstanceOf", arg0, arg1); + return IExecuteWithSignature("isInstanceOf", "(Ljavax/management/ObjectName;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -483,7 +483,7 @@ public Java.Lang.ClassLoader GetClassLoaderFor(Javax.Management.ObjectName arg0) /// public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - return IExecute("getAttribute", arg0, arg1); + return IExecuteWithSignature("getAttribute", "(Ljavax/management/ObjectName;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -496,7 +496,7 @@ public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String ar /// public object Instantiate(Java.Lang.String arg0, object[] arg1, Java.Lang.String[] arg2) { - return IExecute("instantiate", arg0, arg1, arg2); + return IExecuteWithSignature("instantiate", "(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -511,7 +511,7 @@ public object Instantiate(Java.Lang.String arg0, object[] arg1, Java.Lang.String /// public object Instantiate(Java.Lang.String arg0, Javax.Management.ObjectName arg1, object[] arg2, Java.Lang.String[] arg3) { - return IExecute("instantiate", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("instantiate", "(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -524,7 +524,7 @@ public object Instantiate(Java.Lang.String arg0, Javax.Management.ObjectName arg /// public object Instantiate(Java.Lang.String arg0, Javax.Management.ObjectName arg1) { - return IExecute("instantiate", arg0, arg1); + return IExecuteWithSignature("instantiate", "(Ljava/lang/String;Ljavax/management/ObjectName;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -550,7 +550,7 @@ public object Instantiate(Java.Lang.String arg0) /// public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, object[] arg2, Java.Lang.String[] arg3) { - return IExecute("invoke", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("invoke", "(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -560,7 +560,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Java.Util.Set QueryMBeans(Javax.Management.ObjectName arg0, Javax.Management.QueryExp arg1) { - return IExecute>("queryMBeans", arg0, arg1); + return IExecuteWithSignature>("queryMBeans", "(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -570,7 +570,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Java.Util.Set QueryNames(Javax.Management.ObjectName arg0, Javax.Management.QueryExp arg1) { - return IExecute>("queryNames", arg0, arg1); + return IExecuteWithSignature>("queryNames", "(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -582,7 +582,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljavax/management/ObjectName;[Ljava/lang/String;)Ljavax/management/AttributeList;", arg0, arg1); } /// /// @@ -594,7 +594,7 @@ public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName /// public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName arg0, Javax.Management.AttributeList arg1) { - return IExecute("setAttributes", arg0, arg1); + return IExecuteWithSignature("setAttributes", "(Ljavax/management/ObjectName;Ljavax/management/AttributeList;)Ljavax/management/AttributeList;", arg0, arg1); } /// /// @@ -623,7 +623,7 @@ public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0) /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, object[] arg2, Java.Lang.String[] arg3) { - return IExecute("createMBean", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3); } /// /// @@ -642,7 +642,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, object[] arg3, Java.Lang.String[] arg4) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -659,7 +659,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2) { - return IExecute("createMBean", arg0, arg1, arg2); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2); } /// /// @@ -674,7 +674,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1) { - return IExecute("createMBean", arg0, arg1); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;", arg0, arg1); } /// /// @@ -697,7 +697,7 @@ public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.Object /// public Javax.Management.ObjectInstance RegisterMBean(object arg0, Javax.Management.ObjectName arg1) { - return IExecute("registerMBean", arg0, arg1); + return IExecuteWithSignature("registerMBean", "(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;", arg0, arg1); } /// /// @@ -709,7 +709,7 @@ public Javax.Management.ObjectInstance RegisterMBean(object arg0, Javax.Manageme /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -721,7 +721,7 @@ public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Mana /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -734,7 +734,7 @@ public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Mana /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -745,7 +745,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1) { - IExecute("removeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;)V", arg0, arg1); } /// /// @@ -758,7 +758,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -769,7 +769,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1) { - IExecute("removeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;)V", arg0, arg1); } /// /// @@ -783,7 +783,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void SetAttribute(Javax.Management.ObjectName arg0, Javax.Management.Attribute arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljavax/management/ObjectName;Ljavax/management/Attribute;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanServerBuilder.cs b/src/net/JNet/Generated/Javax/Management/MBeanServerBuilder.cs index 5500807d55..4afbdf4c39 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanServerBuilder.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanServerBuilder.cs @@ -99,7 +99,7 @@ public partial class MBeanServerBuilder /// public Javax.Management.MBeanServer NewMBeanServer(Java.Lang.String arg0, Javax.Management.MBeanServer arg1, Javax.Management.MBeanServerDelegate arg2) { - return IExecute("newMBeanServer", arg0, arg1, arg2); + return IExecuteWithSignature("newMBeanServer", "(Ljava/lang/String;Ljavax/management/MBeanServer;Ljavax/management/MBeanServerDelegate;)Ljavax/management/MBeanServer;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanServerConnection.cs b/src/net/JNet/Generated/Javax/Management/MBeanServerConnection.cs index faa6a91a46..9c1d98bd64 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanServerConnection.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanServerConnection.cs @@ -388,7 +388,7 @@ public Java.Lang.Integer MBeanCount /// public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - return IExecute("isInstanceOf", arg0, arg1); + return IExecuteWithSignature("isInstanceOf", "(Ljavax/management/ObjectName;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -413,7 +413,7 @@ public bool IsRegistered(Javax.Management.ObjectName arg0) /// public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - return IExecute("getAttribute", arg0, arg1); + return IExecuteWithSignature("getAttribute", "(Ljavax/management/ObjectName;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -429,7 +429,7 @@ public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String ar /// public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, object[] arg2, Java.Lang.String[] arg3) { - return IExecute("invoke", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("invoke", "(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -440,7 +440,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Java.Util.Set QueryMBeans(Javax.Management.ObjectName arg0, Javax.Management.QueryExp arg1) { - return IExecute>("queryMBeans", arg0, arg1); + return IExecuteWithSignature>("queryMBeans", "(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -451,7 +451,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Java.Util.Set QueryNames(Javax.Management.ObjectName arg0, Javax.Management.QueryExp arg1) { - return IExecute>("queryNames", arg0, arg1); + return IExecuteWithSignature>("queryNames", "(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, ob /// public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljavax/management/ObjectName;[Ljava/lang/String;)Ljavax/management/AttributeList;", arg0, arg1); } /// /// @@ -477,7 +477,7 @@ public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName /// public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName arg0, Javax.Management.AttributeList arg1) { - return IExecute("setAttributes", arg0, arg1); + return IExecuteWithSignature("setAttributes", "(Ljavax/management/ObjectName;Ljavax/management/AttributeList;)Ljavax/management/AttributeList;", arg0, arg1); } /// /// @@ -508,7 +508,7 @@ public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0) /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, object[] arg2, Java.Lang.String[] arg3) { - return IExecute("createMBean", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3); } /// /// @@ -528,7 +528,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, object[] arg3, Java.Lang.String[] arg4) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -546,7 +546,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2) { - return IExecute("createMBean", arg0, arg1, arg2); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2); } /// /// @@ -562,7 +562,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1) { - return IExecute("createMBean", arg0, arg1); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;", arg0, arg1); } /// /// @@ -586,7 +586,7 @@ public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.Object /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -599,7 +599,7 @@ public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Mana /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -613,7 +613,7 @@ public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Mana /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -625,7 +625,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.NotificationListener arg1) { - IExecute("removeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;)V", arg0, arg1); } /// /// @@ -639,7 +639,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Management.NotificationFilter arg2, object arg3) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2, arg3); } /// /// @@ -651,7 +651,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1) { - IExecute("removeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;)V", arg0, arg1); } /// /// @@ -666,7 +666,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void SetAttribute(Javax.Management.ObjectName arg0, Javax.Management.Attribute arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljavax/management/ObjectName;Ljavax/management/Attribute;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanServerDelegate.cs b/src/net/JNet/Generated/Javax/Management/MBeanServerDelegate.cs index 34ed391881..b6f7b81213 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanServerDelegate.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanServerDelegate.cs @@ -169,7 +169,7 @@ public Java.Lang.String SpecificationVersion /// public void AddNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -180,7 +180,7 @@ public void AddNotificationListener(Javax.Management.NotificationListener arg0, /// public void RemoveNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/MBeanServerInvocationHandler.cs b/src/net/JNet/Generated/Javax/Management/MBeanServerInvocationHandler.cs index 5f91cb9365..be328d4de4 100644 --- a/src/net/JNet/Generated/Javax/Management/MBeanServerInvocationHandler.cs +++ b/src/net/JNet/Generated/Javax/Management/MBeanServerInvocationHandler.cs @@ -116,7 +116,7 @@ public MBeanServerInvocationHandler(Javax.Management.MBeanServerConnection arg0, /// public static T NewProxyInstance(Javax.Management.MBeanServerConnection arg0, Javax.Management.ObjectName arg1, Java.Lang.Class arg2, bool arg3) { - return SExecute(LocalBridgeClazz, "newProxyInstance", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "newProxyInstance", "(Ljavax/management/MBeanServerConnection;Ljavax/management/ObjectName;Ljava/lang/Class;Z)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } #endregion @@ -154,7 +154,7 @@ public bool IsMXBean() /// public object Invoke(object arg0, Java.Lang.Reflect.Method arg1, object[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/DescriptorSupport.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/DescriptorSupport.cs index 2a789fd664..a5588ceeda 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/DescriptorSupport.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/DescriptorSupport.cs @@ -193,7 +193,7 @@ public void RemoveField(Java.Lang.String arg0) /// public void SetField(Java.Lang.String arg0, object arg1) { - IExecute("setField", arg0, arg1); + IExecuteWithSignature("setField", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public void SetField(Java.Lang.String arg0, object arg1) /// public void SetFields(Java.Lang.String[] arg0, object[] arg1) { - IExecute("setFields", arg0, arg1); + IExecuteWithSignature("setFields", "([Ljava/lang/String;[Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBean.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBean.cs index b0a8478cec..8f7fef6aef 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBean.cs @@ -150,7 +150,7 @@ public partial class ModelMBean : Javax.Management.Modelmbean.IModelMBean /// public void SetManagedResource(object arg0, Java.Lang.String arg1) { - IExecute("setManagedResource", arg0, arg1); + IExecuteWithSignature("setManagedResource", "(Ljava/lang/Object;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfo.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfo.cs index ad02a98041..0eef01454b 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfo.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfo.cs @@ -253,7 +253,7 @@ public Javax.Management.MBeanOperationInfo[] Operations /// public Javax.Management.Descriptor GetDescriptor(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getDescriptor", arg0, arg1); + return IExecuteWithSignature("getDescriptor", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;", arg0, arg1); } /// /// @@ -308,7 +308,7 @@ public Javax.Management.Modelmbean.ModelMBeanOperationInfo GetOperation(Java.Lan /// public void SetDescriptor(Javax.Management.Descriptor arg0, Java.Lang.String arg1) { - IExecute("setDescriptor", arg0, arg1); + IExecuteWithSignature("setDescriptor", "(Ljavax/management/Descriptor;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfoSupport.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfoSupport.cs index eb2326ba0d..387e2065b7 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfoSupport.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanInfoSupport.cs @@ -146,7 +146,7 @@ public Javax.Management.Descriptor MBeanDescriptor /// public Javax.Management.Descriptor GetDescriptor(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getDescriptor", arg0, arg1); + return IExecuteWithSignature("getDescriptor", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public Javax.Management.Modelmbean.ModelMBeanOperationInfo GetOperation(Java.Lan /// public void SetDescriptor(Javax.Management.Descriptor arg0, Java.Lang.String arg1) { - IExecute("setDescriptor", arg0, arg1); + IExecuteWithSignature("setDescriptor", "(Ljavax/management/Descriptor;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanNotificationBroadcaster.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanNotificationBroadcaster.cs index 51f792df5b..724893e70d 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanNotificationBroadcaster.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/ModelMBeanNotificationBroadcaster.cs @@ -169,7 +169,7 @@ public partial class ModelMBeanNotificationBroadcaster : Javax.Management.Modelm /// public void AddAttributeChangeNotificationListener(Javax.Management.NotificationListener arg0, Java.Lang.String arg1, object arg2) { - IExecute("addAttributeChangeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addAttributeChangeNotificationListener", "(Ljavax/management/NotificationListener;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -181,7 +181,7 @@ public void AddAttributeChangeNotificationListener(Javax.Management.Notification /// public void RemoveAttributeChangeNotificationListener(Javax.Management.NotificationListener arg0, Java.Lang.String arg1) { - IExecute("removeAttributeChangeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeAttributeChangeNotificationListener", "(Ljavax/management/NotificationListener;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public void RemoveAttributeChangeNotificationListener(Javax.Management.Notificat /// public void SendAttributeChangeNotification(Javax.Management.Attribute arg0, Javax.Management.Attribute arg1) { - IExecute("sendAttributeChangeNotification", arg0, arg1); + IExecuteWithSignature("sendAttributeChangeNotification", "(Ljavax/management/Attribute;Ljavax/management/Attribute;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Modelmbean/RequiredModelMBean.cs b/src/net/JNet/Generated/Javax/Management/Modelmbean/RequiredModelMBean.cs index 5ecad1bb10..95d587ad2e 100644 --- a/src/net/JNet/Generated/Javax/Management/Modelmbean/RequiredModelMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/Modelmbean/RequiredModelMBean.cs @@ -149,7 +149,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public object Invoke(Java.Lang.String arg0, object[] arg1, Java.Lang.String[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -178,7 +178,7 @@ public Javax.Management.AttributeList SetAttributes(Javax.Management.AttributeLi /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// @@ -191,7 +191,7 @@ public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0 /// public void AddAttributeChangeNotificationListener(Javax.Management.NotificationListener arg0, Java.Lang.String arg1, object arg2) { - IExecute("addAttributeChangeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addAttributeChangeNotificationListener", "(Ljavax/management/NotificationListener;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -202,7 +202,7 @@ public void AddAttributeChangeNotificationListener(Javax.Management.Notification /// public void AddNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -247,7 +247,7 @@ public void PreDeregister() /// public void RemoveAttributeChangeNotificationListener(Javax.Management.NotificationListener arg0, Java.Lang.String arg1) { - IExecute("removeAttributeChangeNotificationListener", arg0, arg1); + IExecuteWithSignature("removeAttributeChangeNotificationListener", "(Ljavax/management/NotificationListener;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public void RemoveAttributeChangeNotificationListener(Javax.Management.Notificat /// public void RemoveNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -278,7 +278,7 @@ public void RemoveNotificationListener(Javax.Management.NotificationListener arg /// public void SendAttributeChangeNotification(Javax.Management.Attribute arg0, Javax.Management.Attribute arg1) { - IExecute("sendAttributeChangeNotification", arg0, arg1); + IExecuteWithSignature("sendAttributeChangeNotification", "(Ljavax/management/Attribute;Ljavax/management/Attribute;)V", arg0, arg1); } /// /// @@ -333,7 +333,7 @@ public void SetAttribute(Javax.Management.Attribute arg0) /// public void SetManagedResource(object arg0, Java.Lang.String arg1) { - IExecute("setManagedResource", arg0, arg1); + IExecuteWithSignature("setManagedResource", "(Ljava/lang/Object;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitor.cs b/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitor.cs index 7591d77e72..36d58cd947 100644 --- a/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitor.cs +++ b/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitor.cs @@ -155,7 +155,7 @@ public long GetDerivedGaugeTimeStamp(Javax.Management.ObjectName arg0) /// public void SetThresholds(Java.Lang.Number arg0, Java.Lang.Number arg1) { - IExecute("setThresholds", arg0, arg1); + IExecuteWithSignature("setThresholds", "(Ljava/lang/Number;Ljava/lang/Number;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitorMBean.cs b/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitorMBean.cs index 45263dcc68..36cccad672 100644 --- a/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitorMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/Monitor/GaugeMonitorMBean.cs @@ -210,7 +210,7 @@ public long GetDerivedGaugeTimeStamp(Javax.Management.ObjectName arg0) /// public void SetThresholds(Java.Lang.Number arg0, Java.Lang.Number arg1) { - IExecute("setThresholds", arg0, arg1); + IExecuteWithSignature("setThresholds", "(Ljava/lang/Number;Ljava/lang/Number;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Monitor/Monitor.cs b/src/net/JNet/Generated/Javax/Management/Monitor/Monitor.cs index 093a470e5d..926a7cf1dd 100644 --- a/src/net/JNet/Generated/Javax/Management/Monitor/Monitor.cs +++ b/src/net/JNet/Generated/Javax/Management/Monitor/Monitor.cs @@ -144,7 +144,7 @@ public void Stop() /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/NotificationBroadcaster.cs b/src/net/JNet/Generated/Javax/Management/NotificationBroadcaster.cs index 0dcbcae324..d1de2c724b 100644 --- a/src/net/JNet/Generated/Javax/Management/NotificationBroadcaster.cs +++ b/src/net/JNet/Generated/Javax/Management/NotificationBroadcaster.cs @@ -144,7 +144,7 @@ public Javax.Management.MBeanNotificationInfo[] NotificationInfo /// public void AddNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/NotificationBroadcasterSupport.cs b/src/net/JNet/Generated/Javax/Management/NotificationBroadcasterSupport.cs index a26e12fb70..d59931ece2 100644 --- a/src/net/JNet/Generated/Javax/Management/NotificationBroadcasterSupport.cs +++ b/src/net/JNet/Generated/Javax/Management/NotificationBroadcasterSupport.cs @@ -130,7 +130,7 @@ public Javax.Management.MBeanNotificationInfo[] NotificationInfo /// public void AddNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -141,7 +141,7 @@ public void AddNotificationListener(Javax.Management.NotificationListener arg0, /// public void RemoveNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/NotificationEmitter.cs b/src/net/JNet/Generated/Javax/Management/NotificationEmitter.cs index 64cced9ab8..26cec2daf8 100644 --- a/src/net/JNet/Generated/Javax/Management/NotificationEmitter.cs +++ b/src/net/JNet/Generated/Javax/Management/NotificationEmitter.cs @@ -127,7 +127,7 @@ public partial class NotificationEmitter : Javax.Management.INotificationEmitter /// public void RemoveNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/NotificationListener.cs b/src/net/JNet/Generated/Javax/Management/NotificationListener.cs index 3aee7f622b..d6d95becb5 100644 --- a/src/net/JNet/Generated/Javax/Management/NotificationListener.cs +++ b/src/net/JNet/Generated/Javax/Management/NotificationListener.cs @@ -207,7 +207,7 @@ public partial class NotificationListenerDirect : Javax.Management.INotification /// public override void HandleNotification(Javax.Management.Notification arg0, object arg1) { - IExecute("handleNotification", arg0, arg1); + IExecuteWithSignature("handleNotification", "(Ljavax/management/Notification;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/ObjectName.cs b/src/net/JNet/Generated/Javax/Management/ObjectName.cs index ad6d4dddae..a080f89519 100644 --- a/src/net/JNet/Generated/Javax/Management/ObjectName.cs +++ b/src/net/JNet/Generated/Javax/Management/ObjectName.cs @@ -158,7 +158,7 @@ public static Java.Lang.String Unquote(Java.Lang.String arg0) /// public static Javax.Management.ObjectName GetInstance(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/ObjectName;", arg0, arg1, arg2); } /// /// @@ -169,7 +169,7 @@ public static Javax.Management.ObjectName GetInstance(Java.Lang.String arg0, Jav /// public static Javax.Management.ObjectName GetInstance(Java.Lang.String arg0, Java.Util.Hashtable arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/util/Hashtable;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Openmbean/CompositeDataInvocationHandler.cs b/src/net/JNet/Generated/Javax/Management/Openmbean/CompositeDataInvocationHandler.cs index 84c083d895..431bbc7e8f 100644 --- a/src/net/JNet/Generated/Javax/Management/Openmbean/CompositeDataInvocationHandler.cs +++ b/src/net/JNet/Generated/Javax/Management/Openmbean/CompositeDataInvocationHandler.cs @@ -115,7 +115,7 @@ public Javax.Management.Openmbean.CompositeData CompositeData /// public object Invoke(object arg0, Java.Lang.Reflect.Method arg1, object[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Openmbean/TabularDataSupport.cs b/src/net/JNet/Generated/Javax/Management/Openmbean/TabularDataSupport.cs index b05ae30b3a..f0702ec8e9 100644 --- a/src/net/JNet/Generated/Javax/Management/Openmbean/TabularDataSupport.cs +++ b/src/net/JNet/Generated/Javax/Management/Openmbean/TabularDataSupport.cs @@ -200,7 +200,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Query.cs b/src/net/JNet/Generated/Javax/Management/Query.cs index 227ba13049..faf9901ec8 100644 --- a/src/net/JNet/Generated/Javax/Management/Query.cs +++ b/src/net/JNet/Generated/Javax/Management/Query.cs @@ -148,7 +148,7 @@ public partial class Query /// public static Javax.Management.AttributeValueExp Attr(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "attr", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "attr", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/AttributeValueExp;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public static Javax.Management.AttributeValueExp Classattr() /// public static Javax.Management.QueryExp And(Javax.Management.QueryExp arg0, Javax.Management.QueryExp arg1) { - return SExecute(LocalBridgeClazz, "and", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "and", "(Ljavax/management/QueryExp;Ljavax/management/QueryExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public static Javax.Management.QueryExp And(Javax.Management.QueryExp arg0, Java /// public static Javax.Management.QueryExp AnySubString(Javax.Management.AttributeValueExp arg0, Javax.Management.StringValueExp arg1) { - return SExecute(LocalBridgeClazz, "anySubString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "anySubString", "(Ljavax/management/AttributeValueExp;Ljavax/management/StringValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public static Javax.Management.QueryExp AnySubString(Javax.Management.AttributeV /// public static Javax.Management.QueryExp Between(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1, Javax.Management.ValueExp arg2) { - return SExecute(LocalBridgeClazz, "between", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "between", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1, arg2); } /// /// @@ -206,7 +206,7 @@ public static Javax.Management.QueryExp Between(Javax.Management.ValueExp arg0, /// public static Javax.Management.QueryExp Eq(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "eq", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "eq", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -216,7 +216,7 @@ public static Javax.Management.QueryExp Eq(Javax.Management.ValueExp arg0, Javax /// public static Javax.Management.QueryExp FinalSubString(Javax.Management.AttributeValueExp arg0, Javax.Management.StringValueExp arg1) { - return SExecute(LocalBridgeClazz, "finalSubString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "finalSubString", "(Ljavax/management/AttributeValueExp;Ljavax/management/StringValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -226,7 +226,7 @@ public static Javax.Management.QueryExp FinalSubString(Javax.Management.Attribut /// public static Javax.Management.QueryExp Geq(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "geq", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "geq", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public static Javax.Management.QueryExp Geq(Javax.Management.ValueExp arg0, Java /// public static Javax.Management.QueryExp Gt(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "gt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "gt", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public static Javax.Management.QueryExp Gt(Javax.Management.ValueExp arg0, Javax /// public static Javax.Management.QueryExp In(Javax.Management.ValueExp arg0, Javax.Management.ValueExp[] arg1) { - return SExecute(LocalBridgeClazz, "in", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "in", "(Ljavax/management/ValueExp;[Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public static Javax.Management.QueryExp In(Javax.Management.ValueExp arg0, Javax /// public static Javax.Management.QueryExp InitialSubString(Javax.Management.AttributeValueExp arg0, Javax.Management.StringValueExp arg1) { - return SExecute(LocalBridgeClazz, "initialSubString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "initialSubString", "(Ljavax/management/AttributeValueExp;Ljavax/management/StringValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -275,7 +275,7 @@ public static Javax.Management.QueryExp IsInstanceOf(Javax.Management.StringValu /// public static Javax.Management.QueryExp Leq(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "leq", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "leq", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -285,7 +285,7 @@ public static Javax.Management.QueryExp Leq(Javax.Management.ValueExp arg0, Java /// public static Javax.Management.QueryExp Lt(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "lt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "lt", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -295,7 +295,7 @@ public static Javax.Management.QueryExp Lt(Javax.Management.ValueExp arg0, Javax /// public static Javax.Management.QueryExp Match(Javax.Management.AttributeValueExp arg0, Javax.Management.StringValueExp arg1) { - return SExecute(LocalBridgeClazz, "match", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "match", "(Ljavax/management/AttributeValueExp;Ljavax/management/StringValueExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public static Javax.Management.QueryExp Not(Javax.Management.QueryExp arg0) /// public static Javax.Management.QueryExp Or(Javax.Management.QueryExp arg0, Javax.Management.QueryExp arg1) { - return SExecute(LocalBridgeClazz, "or", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "or", "(Ljavax/management/QueryExp;Ljavax/management/QueryExp;)Ljavax/management/QueryExp;", arg0, arg1); } /// /// @@ -333,7 +333,7 @@ public static Javax.Management.StringValueExp Value(Java.Lang.String arg0) /// public static Javax.Management.ValueExp Div(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "div", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "div", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/ValueExp;", arg0, arg1); } /// /// @@ -343,7 +343,7 @@ public static Javax.Management.ValueExp Div(Javax.Management.ValueExp arg0, Java /// public static Javax.Management.ValueExp Minus(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "minus", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "minus", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/ValueExp;", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public static Javax.Management.ValueExp Minus(Javax.Management.ValueExp arg0, Ja /// public static Javax.Management.ValueExp Plus(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "plus", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "plus", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/ValueExp;", arg0, arg1); } /// /// @@ -363,7 +363,7 @@ public static Javax.Management.ValueExp Plus(Javax.Management.ValueExp arg0, Jav /// public static Javax.Management.ValueExp Times(Javax.Management.ValueExp arg0, Javax.Management.ValueExp arg1) { - return SExecute(LocalBridgeClazz, "times", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "times", "(Ljavax/management/ValueExp;Ljavax/management/ValueExp;)Ljavax/management/ValueExp;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Relation/Relation.cs b/src/net/JNet/Generated/Javax/Management/Relation/Relation.cs index 0f85b7106a..da44c2c59b 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/Relation.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/Relation.cs @@ -296,7 +296,7 @@ public Javax.Management.Relation.RoleResult SetRoles(Javax.Management.Relation.R /// public void HandleMBeanUnregistration(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - IExecute("handleMBeanUnregistration", arg0, arg1); + IExecuteWithSignature("handleMBeanUnregistration", "(Ljavax/management/ObjectName;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Relation/RelationService.cs b/src/net/JNet/Generated/Javax/Management/Relation/RelationService.cs index a60a2c8f36..05967b85cc 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/RelationService.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/RelationService.cs @@ -151,7 +151,7 @@ public Java.Lang.Boolean HasRelation(Java.Lang.String arg0) /// public Java.Lang.Integer CheckRoleReading(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("checkRoleReading", arg0, arg1); + return IExecuteWithSignature("checkRoleReading", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public Java.Lang.Integer CheckRoleReading(Java.Lang.String arg0, Java.Lang.Strin /// public Java.Lang.Integer CheckRoleWriting(Javax.Management.Relation.Role arg0, Java.Lang.String arg1, Java.Lang.Boolean arg2) { - return IExecute("checkRoleWriting", arg0, arg1, arg2); + return IExecuteWithSignature("checkRoleWriting", "(Ljavax/management/relation/Role;Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Integer;", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public Java.Lang.Integer CheckRoleWriting(Javax.Management.Relation.Role arg0, J /// public Java.Lang.Integer GetRoleCardinality(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getRoleCardinality", arg0, arg1); + return IExecuteWithSignature("getRoleCardinality", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.List GetRole(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute>("getRole", arg0, arg1); + return IExecuteWithSignature>("getRole", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.Map> FindReferencingRelations(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute>>("findReferencingRelations", arg0, arg1, arg2); + return IExecuteWithSignature>>("findReferencingRelations", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -258,7 +258,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.Map> FindAssociatedMBeans(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute>>("findAssociatedMBeans", arg0, arg1, arg2); + return IExecuteWithSignature>>("findAssociatedMBeans", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -291,7 +291,7 @@ public Javax.Management.ObjectName IsRelationMBean(Java.Lang.String arg0) /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0 /// public Javax.Management.Relation.RoleInfo GetRoleInfo(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getRoleInfo", arg0, arg1); + return IExecuteWithSignature("getRoleInfo", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/relation/RoleInfo;", arg0, arg1); } /// /// @@ -329,7 +329,7 @@ public Javax.Management.Relation.RoleResult GetAllRoles(Java.Lang.String arg0) /// public Javax.Management.Relation.RoleResult GetRoles(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("getRoles", arg0, arg1); + return IExecuteWithSignature("getRoles", "(Ljava/lang/String;[Ljava/lang/String;)Ljavax/management/relation/RoleResult;", arg0, arg1); } /// /// @@ -342,7 +342,7 @@ public Javax.Management.Relation.RoleResult GetRoles(Java.Lang.String arg0, Java /// public Javax.Management.Relation.RoleResult SetRoles(Java.Lang.String arg0, Javax.Management.Relation.RoleList arg1) { - return IExecute("setRoles", arg0, arg1); + return IExecuteWithSignature("setRoles", "(Ljava/lang/String;Ljavax/management/relation/RoleList;)Ljavax/management/relation/RoleResult;", arg0, arg1); } /// /// @@ -385,7 +385,7 @@ public void AddRelationType(Javax.Management.Relation.RelationType arg0) /// public void CreateRelation(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Relation.RoleList arg2) { - IExecute("createRelation", arg0, arg1, arg2); + IExecuteWithSignature("createRelation", "(Ljava/lang/String;Ljava/lang/String;Ljavax/management/relation/RoleList;)V", arg0, arg1, arg2); } /// /// @@ -396,7 +396,7 @@ public void CreateRelation(Java.Lang.String arg0, Java.Lang.String arg1, Javax.M /// public void CreateRelationType(Java.Lang.String arg0, Javax.Management.Relation.RoleInfo[] arg1) { - IExecute("createRelationType", arg0, arg1); + IExecuteWithSignature("createRelationType", "(Ljava/lang/String;[Ljavax/management/relation/RoleInfo;)V", arg0, arg1); } /// /// @@ -405,7 +405,7 @@ public void CreateRelationType(Java.Lang.String arg0, Javax.Management.Relation. /// public void HandleNotification(Javax.Management.Notification arg0, object arg1) { - IExecute("handleNotification", arg0, arg1); + IExecuteWithSignature("handleNotification", "(Ljavax/management/Notification;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -487,7 +487,7 @@ public void SendRelationCreationNotification(Java.Lang.String arg0) /// public void SendRelationRemovalNotification(Java.Lang.String arg0, Java.Util.List arg1) { - IExecute("sendRelationRemovalNotification", arg0, arg1); + IExecuteWithSignature("sendRelationRemovalNotification", "(Ljava/lang/String;Ljava/util/List;)V", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public void SendRelationRemovalNotification(Java.Lang.String arg0, Java.Util.Lis /// public void SendRoleUpdateNotification(Java.Lang.String arg0, Javax.Management.Relation.Role arg1, Java.Util.List arg2) { - IExecute("sendRoleUpdateNotification", arg0, arg1, arg2); + IExecuteWithSignature("sendRoleUpdateNotification", "(Ljava/lang/String;Ljavax/management/relation/Role;Ljava/util/List;)V", arg0, arg1, arg2); } /// /// @@ -513,7 +513,7 @@ public void SendRoleUpdateNotification(Java.Lang.String arg0, Javax.Management.R /// public void SetRole(Java.Lang.String arg0, Javax.Management.Relation.Role arg1) { - IExecute("setRole", arg0, arg1); + IExecuteWithSignature("setRole", "(Ljava/lang/String;Ljavax/management/relation/Role;)V", arg0, arg1); } /// /// @@ -526,7 +526,7 @@ public void SetRole(Java.Lang.String arg0, Javax.Management.Relation.Role arg1) /// public void UpdateRoleMap(Java.Lang.String arg0, Javax.Management.Relation.Role arg1, Java.Util.List arg2) { - IExecute("updateRoleMap", arg0, arg1, arg2); + IExecuteWithSignature("updateRoleMap", "(Ljava/lang/String;Ljavax/management/relation/Role;Ljava/util/List;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Relation/RelationServiceMBean.cs b/src/net/JNet/Generated/Javax/Management/Relation/RelationServiceMBean.cs index cf20e8b5f5..cafae2082e 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/RelationServiceMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/RelationServiceMBean.cs @@ -428,7 +428,7 @@ public Java.Lang.Boolean HasRelation(Java.Lang.String arg0) /// public Java.Lang.Integer CheckRoleReading(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("checkRoleReading", arg0, arg1); + return IExecuteWithSignature("checkRoleReading", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -441,7 +441,7 @@ public Java.Lang.Integer CheckRoleReading(Java.Lang.String arg0, Java.Lang.Strin /// public Java.Lang.Integer CheckRoleWriting(Javax.Management.Relation.Role arg0, Java.Lang.String arg1, Java.Lang.Boolean arg2) { - return IExecute("checkRoleWriting", arg0, arg1, arg2); + return IExecuteWithSignature("checkRoleWriting", "(Ljavax/management/relation/Role;Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Integer;", arg0, arg1, arg2); } /// /// @@ -454,7 +454,7 @@ public Java.Lang.Integer CheckRoleWriting(Javax.Management.Relation.Role arg0, J /// public Java.Lang.Integer GetRoleCardinality(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getRoleCardinality", arg0, arg1); + return IExecuteWithSignature("getRoleCardinality", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Integer;", arg0, arg1); } /// /// @@ -500,7 +500,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.List GetRole(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute>("getRole", arg0, arg1); + return IExecuteWithSignature>("getRole", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;", arg0, arg1); } /// /// @@ -523,7 +523,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.Map> FindReferencingRelations(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute>>("findReferencingRelations", arg0, arg1, arg2); + return IExecuteWithSignature>>("findReferencingRelations", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -535,7 +535,7 @@ public Java.Lang.String IsRelation(Javax.Management.ObjectName arg0) /// public Java.Util.Map> FindAssociatedMBeans(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute>>("findAssociatedMBeans", arg0, arg1, arg2); + return IExecuteWithSignature>>("findAssociatedMBeans", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;", arg0, arg1, arg2); } /// /// @@ -570,7 +570,7 @@ public Javax.Management.ObjectName IsRelationMBean(Java.Lang.String arg0) /// public Javax.Management.Relation.RoleInfo GetRoleInfo(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getRoleInfo", arg0, arg1); + return IExecuteWithSignature("getRoleInfo", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/relation/RoleInfo;", arg0, arg1); } /// /// @@ -595,7 +595,7 @@ public Javax.Management.Relation.RoleResult GetAllRoles(Java.Lang.String arg0) /// public Javax.Management.Relation.RoleResult GetRoles(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("getRoles", arg0, arg1); + return IExecuteWithSignature("getRoles", "(Ljava/lang/String;[Ljava/lang/String;)Ljavax/management/relation/RoleResult;", arg0, arg1); } /// /// @@ -608,7 +608,7 @@ public Javax.Management.Relation.RoleResult GetRoles(Java.Lang.String arg0, Java /// public Javax.Management.Relation.RoleResult SetRoles(Java.Lang.String arg0, Javax.Management.Relation.RoleList arg1) { - return IExecute("setRoles", arg0, arg1); + return IExecuteWithSignature("setRoles", "(Ljava/lang/String;Ljavax/management/relation/RoleList;)Ljavax/management/relation/RoleResult;", arg0, arg1); } /// /// @@ -651,7 +651,7 @@ public void AddRelationType(Javax.Management.Relation.RelationType arg0) /// public void CreateRelation(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Management.Relation.RoleList arg2) { - IExecute("createRelation", arg0, arg1, arg2); + IExecuteWithSignature("createRelation", "(Ljava/lang/String;Ljava/lang/String;Ljavax/management/relation/RoleList;)V", arg0, arg1, arg2); } /// /// @@ -662,7 +662,7 @@ public void CreateRelation(Java.Lang.String arg0, Java.Lang.String arg1, Javax.M /// public void CreateRelationType(Java.Lang.String arg0, Javax.Management.Relation.RoleInfo[] arg1) { - IExecute("createRelationType", arg0, arg1); + IExecuteWithSignature("createRelationType", "(Ljava/lang/String;[Ljavax/management/relation/RoleInfo;)V", arg0, arg1); } /// /// @@ -721,7 +721,7 @@ public void SendRelationCreationNotification(Java.Lang.String arg0) /// public void SendRelationRemovalNotification(Java.Lang.String arg0, Java.Util.List arg1) { - IExecute("sendRelationRemovalNotification", arg0, arg1); + IExecuteWithSignature("sendRelationRemovalNotification", "(Ljava/lang/String;Ljava/util/List;)V", arg0, arg1); } /// /// @@ -733,7 +733,7 @@ public void SendRelationRemovalNotification(Java.Lang.String arg0, Java.Util.Lis /// public void SendRoleUpdateNotification(Java.Lang.String arg0, Javax.Management.Relation.Role arg1, Java.Util.List arg2) { - IExecute("sendRoleUpdateNotification", arg0, arg1, arg2); + IExecuteWithSignature("sendRoleUpdateNotification", "(Ljava/lang/String;Ljavax/management/relation/Role;Ljava/util/List;)V", arg0, arg1, arg2); } /// /// @@ -748,7 +748,7 @@ public void SendRoleUpdateNotification(Java.Lang.String arg0, Javax.Management.R /// public void SetRole(Java.Lang.String arg0, Javax.Management.Relation.Role arg1) { - IExecute("setRole", arg0, arg1); + IExecuteWithSignature("setRole", "(Ljava/lang/String;Ljavax/management/relation/Role;)V", arg0, arg1); } /// /// @@ -761,7 +761,7 @@ public void SetRole(Java.Lang.String arg0, Javax.Management.Relation.Role arg1) /// public void UpdateRoleMap(Java.Lang.String arg0, Javax.Management.Relation.Role arg1, Java.Util.List arg2) { - IExecute("updateRoleMap", arg0, arg1, arg2); + IExecuteWithSignature("updateRoleMap", "(Ljava/lang/String;Ljavax/management/relation/Role;Ljava/util/List;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Relation/RelationSupport.cs b/src/net/JNet/Generated/Javax/Management/Relation/RelationSupport.cs index a40776cc02..0263edeb89 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/RelationSupport.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/RelationSupport.cs @@ -200,7 +200,7 @@ public Java.Lang.Integer GetRoleCardinality(Java.Lang.String arg0) /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// @@ -247,7 +247,7 @@ public Javax.Management.Relation.RoleResult SetRoles(Javax.Management.Relation.R /// public void HandleMBeanUnregistration(Javax.Management.ObjectName arg0, Java.Lang.String arg1) { - IExecute("handleMBeanUnregistration", arg0, arg1); + IExecuteWithSignature("handleMBeanUnregistration", "(Ljavax/management/ObjectName;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Relation/RoleList.cs b/src/net/JNet/Generated/Javax/Management/Relation/RoleList.cs index e3cd2d8cb7..6268964fde 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/RoleList.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/RoleList.cs @@ -117,7 +117,7 @@ public RoleList(Java.Util.List arg0) /// public bool AddAll(int arg0, Javax.Management.Relation.RoleList arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/management/relation/RoleList;)Z", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public bool AddAll(Javax.Management.Relation.RoleList arg0) /// public void Add(int arg0, Javax.Management.Relation.Role arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjavax/management/relation/Role;)V", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public void Add(Javax.Management.Relation.Role arg0) /// public void Set(int arg0, Javax.Management.Relation.Role arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(ILjavax/management/relation/Role;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Relation/RoleUnresolvedList.cs b/src/net/JNet/Generated/Javax/Management/Relation/RoleUnresolvedList.cs index 980a1be4c1..0beb831864 100644 --- a/src/net/JNet/Generated/Javax/Management/Relation/RoleUnresolvedList.cs +++ b/src/net/JNet/Generated/Javax/Management/Relation/RoleUnresolvedList.cs @@ -117,7 +117,7 @@ public RoleUnresolvedList(Java.Util.List public bool AddAll(int arg0, Javax.Management.Relation.RoleUnresolvedList arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/management/relation/RoleUnresolvedList;)Z", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public bool AddAll(Javax.Management.Relation.RoleUnresolvedList arg0) /// public void Add(int arg0, Javax.Management.Relation.RoleUnresolved arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjavax/management/relation/RoleUnresolved;)V", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public void Add(Javax.Management.Relation.RoleUnresolved arg0) /// public void Set(int arg0, Javax.Management.Relation.RoleUnresolved arg1) { - IExecute("set", arg0, arg1); + IExecuteWithSignature("set", "(ILjavax/management/relation/RoleUnresolved;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnector.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnector.cs index e26da4d26a..a9fec5baa5 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnector.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnector.cs @@ -200,7 +200,7 @@ public Javax.Management.MBeanServerConnection GetMBeanServerConnection(Javax.Sec /// public void AddConnectionNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addConnectionNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addConnectionNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -236,7 +236,7 @@ public void Connect(Java.Util.Map arg0) /// public void RemoveConnectionNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeConnectionNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeConnectionNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorFactory.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorFactory.cs index 7a04c176ec..380aa9701b 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorFactory.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorFactory.cs @@ -113,7 +113,7 @@ public partial class JMXConnectorFactory /// public static Javax.Management.Remote.JMXConnector Connect(Javax.Management.Remote.JMXServiceURL arg0, Java.Util.Map arg1) { - return SExecute(LocalBridgeClazz, "connect", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "connect", "(Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)Ljavax/management/remote/JMXConnector;", arg0, arg1); } /// /// @@ -134,7 +134,7 @@ public static Javax.Management.Remote.JMXConnector Connect(Javax.Management.Remo /// public static Javax.Management.Remote.JMXConnector NewJMXConnector(Javax.Management.Remote.JMXServiceURL arg0, Java.Util.Map arg1) { - return SExecute(LocalBridgeClazz, "newJMXConnector", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newJMXConnector", "(Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)Ljavax/management/remote/JMXConnector;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorProvider.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorProvider.cs index 86ec048483..c5d721b17c 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorProvider.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorProvider.cs @@ -127,7 +127,7 @@ public partial class JMXConnectorProvider : Javax.Management.Remote.IJMXConnecto /// public Javax.Management.Remote.JMXConnector NewJMXConnector(Javax.Management.Remote.JMXServiceURL arg0, Java.Util.Map arg1) { - return IExecute("newJMXConnector", arg0, arg1); + return IExecuteWithSignature("newJMXConnector", "(Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)Ljavax/management/remote/JMXConnector;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServer.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServer.cs index d5a50ed646..1989eb9e6d 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServer.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServer.cs @@ -150,7 +150,7 @@ public Javax.Management.Remote.JMXConnector ToJMXConnector(Java.Util.Map public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerFactory.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerFactory.cs index e401172f03..89727a756c 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerFactory.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerFactory.cs @@ -120,7 +120,7 @@ public partial class JMXConnectorServerFactory /// public static Javax.Management.Remote.JMXConnectorServer NewJMXConnectorServer(Javax.Management.Remote.JMXServiceURL arg0, Java.Util.Map arg1, Javax.Management.MBeanServer arg2) { - return SExecute(LocalBridgeClazz, "newJMXConnectorServer", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newJMXConnectorServer", "(Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;Ljavax/management/MBeanServer;)Ljavax/management/remote/JMXConnectorServer;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerProvider.cs b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerProvider.cs index c65a80266f..03e6886c0d 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerProvider.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/JMXConnectorServerProvider.cs @@ -129,7 +129,7 @@ public partial class JMXConnectorServerProvider : Javax.Management.Remote.IJMXCo /// public Javax.Management.Remote.JMXConnectorServer NewJMXConnectorServer(Javax.Management.Remote.JMXServiceURL arg0, Java.Util.Map arg1, Javax.Management.MBeanServer arg2) { - return IExecute("newJMXConnectorServer", arg0, arg1, arg2); + return IExecuteWithSignature("newJMXConnectorServer", "(Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;Ljavax/management/MBeanServer;)Ljavax/management/remote/JMXConnectorServer;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnection.cs b/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnection.cs index 52d8d14443..03a91120af 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnection.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnection.cs @@ -419,7 +419,7 @@ public Java.Lang.String ConnectionId /// public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("isInstanceOf", arg0, arg1, arg2); + return IExecuteWithSignature("isInstanceOf", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljavax/security/auth/Subject;)Z", arg0, arg1, arg2); } /// /// @@ -430,7 +430,7 @@ public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1 /// public bool IsRegistered(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("isRegistered", arg0, arg1); + return IExecuteWithSignature("isRegistered", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Z", arg0, arg1); } /// /// @@ -453,7 +453,7 @@ public Java.Lang.Integer GetMBeanCount(Javax.Security.Auth.Subject arg0) /// public Java.Lang.Integer[] AddNotificationListeners(Javax.Management.ObjectName[] arg0, Java.Rmi.MarshalledObject[] arg1, Javax.Security.Auth.Subject[] arg2) { - return IExecuteArray("addNotificationListeners", arg0, arg1, arg2); + return IExecuteWithSignatureArray("addNotificationListeners", "([Ljavax/management/ObjectName;[Ljava/rmi/MarshalledObject;[Ljavax/security/auth/Subject;)[Ljava/lang/Integer;", arg0, arg1, arg2); } /// /// @@ -469,7 +469,7 @@ public Java.Lang.Integer[] AddNotificationListeners(Javax.Management.ObjectName[ /// public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("getAttribute", arg0, arg1, arg2); + return IExecuteWithSignature("getAttribute", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljavax/security/auth/Subject;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -486,7 +486,7 @@ public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String ar /// public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Rmi.MarshalledObject arg2, Java.Lang.String[] arg3, Javax.Security.Auth.Subject arg4) { - return IExecute("invoke", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("invoke", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -518,7 +518,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Java.Util.Set QueryMBeans(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute>("queryMBeans", arg0, arg1, arg2); + return IExecuteWithSignature>("queryMBeans", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -530,7 +530,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Java.Util.Set QueryNames(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute>("queryNames", arg0, arg1, arg2); + return IExecuteWithSignature>("queryNames", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -544,7 +544,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName arg0, Java.Lang.String[] arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("getAttributes", arg0, arg1, arg2); + return IExecuteWithSignature("getAttributes", "(Ljavax/management/ObjectName;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/AttributeList;", arg0, arg1, arg2); } /// /// @@ -558,7 +558,7 @@ public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName /// public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("setAttributes", arg0, arg1, arg2); + return IExecuteWithSignature("setAttributes", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljavax/management/AttributeList;", arg0, arg1, arg2); } /// /// @@ -572,7 +572,7 @@ public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName /// public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("getMBeanInfo", arg0, arg1); + return IExecuteWithSignature("getMBeanInfo", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/MBeanInfo;", arg0, arg1); } /// /// @@ -591,7 +591,7 @@ public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0, /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Lang.String[] arg3, Javax.Security.Auth.Subject arg4) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -612,7 +612,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, Java.Rmi.MarshalledObject arg3, Java.Lang.String[] arg4, Javax.Security.Auth.Subject arg5) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -631,7 +631,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, Javax.Security.Auth.Subject arg3) { - return IExecute("createMBean", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3); } /// /// @@ -648,7 +648,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("createMBean", arg0, arg1, arg2); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2); } /// /// @@ -660,7 +660,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("getObjectInstance", arg0, arg1); + return IExecuteWithSignature("getObjectInstance", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1); } /// /// @@ -672,7 +672,7 @@ public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.Object /// public Javax.Management.Remote.NotificationResult FetchNotifications(long arg0, int arg1, long arg2) { - return IExecute("fetchNotifications", arg0, arg1, arg2); + return IExecuteWithSignature("fetchNotifications", "(JIJ)Ljavax/management/remote/NotificationResult;", arg0, arg1, arg2); } /// /// @@ -686,7 +686,7 @@ public Javax.Management.Remote.NotificationResult FetchNotifications(long arg0, /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Rmi.MarshalledObject arg3, Javax.Security.Auth.Subject arg4) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -709,7 +709,7 @@ public void Close() /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Rmi.MarshalledObject arg3, Javax.Security.Auth.Subject arg4) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -722,7 +722,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Security.Auth.Subject arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -735,7 +735,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListeners(Javax.Management.ObjectName arg0, Java.Lang.Integer[] arg1, Javax.Security.Auth.Subject arg2) { - IExecute("removeNotificationListeners", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListeners", "(Ljavax/management/ObjectName;[Ljava/lang/Integer;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -751,7 +751,7 @@ public void RemoveNotificationListeners(Javax.Management.ObjectName arg0, Java.L /// public void SetAttribute(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - IExecute("setAttribute", arg0, arg1, arg2); + IExecuteWithSignature("setAttribute", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -763,7 +763,7 @@ public void SetAttribute(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledOb /// public void UnregisterMBean(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - IExecute("unregisterMBean", arg0, arg1); + IExecuteWithSignature("unregisterMBean", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnectionImpl.cs b/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnectionImpl.cs index 7aa292fb77..858e43c29b 100644 --- a/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnectionImpl.cs +++ b/src/net/JNet/Generated/Javax/Management/Remote/Rmi/RMIConnectionImpl.cs @@ -128,7 +128,7 @@ public Java.Lang.String ConnectionId /// public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("isInstanceOf", arg0, arg1, arg2); + return IExecuteWithSignature("isInstanceOf", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljavax/security/auth/Subject;)Z", arg0, arg1, arg2); } /// /// @@ -139,7 +139,7 @@ public bool IsInstanceOf(Javax.Management.ObjectName arg0, Java.Lang.String arg1 /// public bool IsRegistered(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("isRegistered", arg0, arg1); + return IExecuteWithSignature("isRegistered", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Z", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public Java.Lang.Integer GetMBeanCount(Javax.Security.Auth.Subject arg0) /// public Java.Lang.Integer[] AddNotificationListeners(Javax.Management.ObjectName[] arg0, Java.Rmi.MarshalledObject[] arg1, Javax.Security.Auth.Subject[] arg2) { - return IExecuteArray("addNotificationListeners", arg0, arg1, arg2); + return IExecuteWithSignatureArray("addNotificationListeners", "([Ljavax/management/ObjectName;[Ljava/rmi/MarshalledObject;[Ljavax/security/auth/Subject;)[Ljava/lang/Integer;", arg0, arg1, arg2); } /// /// @@ -178,7 +178,7 @@ public Java.Lang.Integer[] AddNotificationListeners(Javax.Management.ObjectName[ /// public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("getAttribute", arg0, arg1, arg2); + return IExecuteWithSignature("getAttribute", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljavax/security/auth/Subject;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -195,7 +195,7 @@ public object GetAttribute(Javax.Management.ObjectName arg0, Java.Lang.String ar /// public object Invoke(Javax.Management.ObjectName arg0, Java.Lang.String arg1, Java.Rmi.MarshalledObject arg2, Java.Lang.String[] arg3, Javax.Security.Auth.Subject arg4) { - return IExecute("invoke", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("invoke", "(Ljavax/management/ObjectName;Ljava/lang/String;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -227,7 +227,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Java.Util.Set QueryMBeans(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute>("queryMBeans", arg0, arg1, arg2); + return IExecuteWithSignature>("queryMBeans", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -239,7 +239,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Java.Util.Set QueryNames(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute>("queryNames", arg0, arg1, arg2); + return IExecuteWithSignature>("queryNames", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljava/util/Set;", arg0, arg1, arg2); } /// /// @@ -253,7 +253,7 @@ public Java.Lang.String[] GetDomains(Javax.Security.Auth.Subject arg0) /// public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName arg0, Java.Lang.String[] arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("getAttributes", arg0, arg1, arg2); + return IExecuteWithSignature("getAttributes", "(Ljavax/management/ObjectName;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/AttributeList;", arg0, arg1, arg2); } /// /// @@ -267,7 +267,7 @@ public Javax.Management.AttributeList GetAttributes(Javax.Management.ObjectName /// public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("setAttributes", arg0, arg1, arg2); + return IExecuteWithSignature("setAttributes", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)Ljavax/management/AttributeList;", arg0, arg1, arg2); } /// /// @@ -281,7 +281,7 @@ public Javax.Management.AttributeList SetAttributes(Javax.Management.ObjectName /// public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("getMBeanInfo", arg0, arg1); + return IExecuteWithSignature("getMBeanInfo", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/MBeanInfo;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public Javax.Management.MBeanInfo GetMBeanInfo(Javax.Management.ObjectName arg0, /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Lang.String[] arg3, Javax.Security.Auth.Subject arg4) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -321,7 +321,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, Java.Rmi.MarshalledObject arg3, Java.Lang.String[] arg4, Javax.Security.Auth.Subject arg5) { - return IExecute("createMBean", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;[Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -340,7 +340,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Management.ObjectName arg2, Javax.Security.Auth.Subject arg3) { - return IExecute("createMBean", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2, arg3); } /// /// @@ -357,7 +357,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax.Management.ObjectName arg1, Javax.Security.Auth.Subject arg2) { - return IExecute("createMBean", arg0, arg1, arg2); + return IExecuteWithSignature("createMBean", "(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1, arg2); } /// /// @@ -369,7 +369,7 @@ public Javax.Management.ObjectInstance CreateMBean(Java.Lang.String arg0, Javax. /// public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - return IExecute("getObjectInstance", arg0, arg1); + return IExecuteWithSignature("getObjectInstance", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)Ljavax/management/ObjectInstance;", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public Javax.Management.ObjectInstance GetObjectInstance(Javax.Management.Object /// public Javax.Management.Remote.NotificationResult FetchNotifications(long arg0, int arg1, long arg2) { - return IExecute("fetchNotifications", arg0, arg1, arg2); + return IExecuteWithSignature("fetchNotifications", "(JIJ)Ljavax/management/remote/NotificationResult;", arg0, arg1, arg2); } /// /// @@ -395,7 +395,7 @@ public Javax.Management.Remote.NotificationResult FetchNotifications(long arg0, /// public void AddNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Rmi.MarshalledObject arg3, Javax.Security.Auth.Subject arg4) { - IExecute("addNotificationListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -418,7 +418,7 @@ public void Close() /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Java.Rmi.MarshalledObject arg2, Java.Rmi.MarshalledObject arg3, Javax.Security.Auth.Subject arg4) { - IExecute("removeNotificationListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -431,7 +431,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.Management.ObjectName arg1, Javax.Security.Auth.Subject arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -444,7 +444,7 @@ public void RemoveNotificationListener(Javax.Management.ObjectName arg0, Javax.M /// public void RemoveNotificationListeners(Javax.Management.ObjectName arg0, Java.Lang.Integer[] arg1, Javax.Security.Auth.Subject arg2) { - IExecute("removeNotificationListeners", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListeners", "(Ljavax/management/ObjectName;[Ljava/lang/Integer;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -460,7 +460,7 @@ public void RemoveNotificationListeners(Javax.Management.ObjectName arg0, Java.L /// public void SetAttribute(Javax.Management.ObjectName arg0, Java.Rmi.MarshalledObject arg1, Javax.Security.Auth.Subject arg2) { - IExecute("setAttribute", arg0, arg1, arg2); + IExecuteWithSignature("setAttribute", "(Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;)V", arg0, arg1, arg2); } /// /// @@ -479,7 +479,7 @@ public void Unreferenced() /// public void UnregisterMBean(Javax.Management.ObjectName arg0, Javax.Security.Auth.Subject arg1) { - IExecute("unregisterMBean", arg0, arg1); + IExecuteWithSignature("unregisterMBean", "(Ljavax/management/ObjectName;Ljavax/security/auth/Subject;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Management/StandardEmitterMBean.cs b/src/net/JNet/Generated/Javax/Management/StandardEmitterMBean.cs index f2e8319ecc..2bfd9cd986 100644 --- a/src/net/JNet/Generated/Javax/Management/StandardEmitterMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/StandardEmitterMBean.cs @@ -130,7 +130,7 @@ public Javax.Management.MBeanNotificationInfo[] NotificationInfo /// public void AddNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("addNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("addNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -141,7 +141,7 @@ public void AddNotificationListener(Javax.Management.NotificationListener arg0, /// public void RemoveNotificationListener(Javax.Management.NotificationListener arg0, Javax.Management.NotificationFilter arg1, object arg2) { - IExecute("removeNotificationListener", arg0, arg1, arg2); + IExecuteWithSignature("removeNotificationListener", "(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/StandardMBean.cs b/src/net/JNet/Generated/Javax/Management/StandardMBean.cs index beaeff0cd8..201942c2ec 100644 --- a/src/net/JNet/Generated/Javax/Management/StandardMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/StandardMBean.cs @@ -169,7 +169,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public object Invoke(Java.Lang.String arg0, object[] arg1, Java.Lang.String[] arg2) { - return IExecute("invoke", arg0, arg1, arg2); + return IExecuteWithSignature("invoke", "(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -198,7 +198,7 @@ public Javax.Management.AttributeList SetAttributes(Javax.Management.AttributeLi /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Timer/Timer.cs b/src/net/JNet/Generated/Javax/Management/Timer/Timer.cs index ca13df762f..6c72c39c1a 100644 --- a/src/net/JNet/Generated/Javax/Management/Timer/Timer.cs +++ b/src/net/JNet/Generated/Javax/Management/Timer/Timer.cs @@ -166,7 +166,7 @@ public bool IsActive() /// public Javax.Management.ObjectName PreRegister(Javax.Management.MBeanServer arg0, Javax.Management.ObjectName arg1) { - return IExecute("preRegister", arg0, arg1); + return IExecuteWithSignature("preRegister", "(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public Java.Lang.Boolean GetFixedRate(Java.Lang.Integer arg0) /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4, long arg5, bool arg6) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJZ)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -214,7 +214,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4, long arg5) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJ)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -228,7 +228,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;J)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -241,7 +241,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3) { - return IExecute("addNotification", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;)Ljava/lang/Integer;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Management/Timer/TimerMBean.cs b/src/net/JNet/Generated/Javax/Management/Timer/TimerMBean.cs index c6ce5780b4..bf037b7345 100644 --- a/src/net/JNet/Generated/Javax/Management/Timer/TimerMBean.cs +++ b/src/net/JNet/Generated/Javax/Management/Timer/TimerMBean.cs @@ -310,7 +310,7 @@ public Java.Lang.Boolean GetFixedRate(Java.Lang.Integer arg0) /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4, long arg5, bool arg6) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJZ)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -325,7 +325,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4, long arg5) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;JJ)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -339,7 +339,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3, long arg4) { - return IExecute("addNotification", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;J)Ljava/lang/Integer;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -352,7 +352,7 @@ public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String /// public Java.Lang.Integer AddNotification(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Java.Util.Date arg3) { - return IExecute("addNotification", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("addNotification", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/util/Date;)Ljava/lang/Integer;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/CompositeName.cs b/src/net/JNet/Generated/Javax/Naming/CompositeName.cs index 44020bd7ba..babf65c936 100644 --- a/src/net/JNet/Generated/Javax/Naming/CompositeName.cs +++ b/src/net/JNet/Generated/Javax/Naming/CompositeName.cs @@ -177,7 +177,7 @@ public Java.Lang.String Get(int arg0) /// public Javax.Naming.Name Add(int arg0, Java.Lang.String arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(ILjava/lang/String;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -198,7 +198,7 @@ public Javax.Naming.Name Add(Java.Lang.String arg0) /// public Javax.Naming.Name AddAll(int arg0, Javax.Naming.Name arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/CompoundName.cs b/src/net/JNet/Generated/Javax/Naming/CompoundName.cs index df1c945d3e..b38205bd03 100644 --- a/src/net/JNet/Generated/Javax/Naming/CompoundName.cs +++ b/src/net/JNet/Generated/Javax/Naming/CompoundName.cs @@ -178,7 +178,7 @@ public Java.Lang.String Get(int arg0) /// public Javax.Naming.Name Add(int arg0, Java.Lang.String arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(ILjava/lang/String;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public Javax.Naming.Name Add(Java.Lang.String arg0) /// public Javax.Naming.Name AddAll(int arg0, Javax.Naming.Name arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Context.cs b/src/net/JNet/Generated/Javax/Naming/Context.cs index fe25990c1f..2ae9541f7b 100644 --- a/src/net/JNet/Generated/Javax/Naming/Context.cs +++ b/src/net/JNet/Generated/Javax/Naming/Context.cs @@ -411,7 +411,7 @@ public Java.Lang.String NameInNamespace /// public object AddToEnvironment(Java.Lang.String arg0, object arg1) { - return IExecute("addToEnvironment", arg0, arg1); + return IExecuteWithSignature("addToEnvironment", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -472,7 +472,7 @@ public object RemoveFromEnvironment(Java.Lang.String arg0) /// public Java.Lang.String ComposeName(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("composeName", arg0, arg1); + return IExecuteWithSignature("composeName", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -503,7 +503,7 @@ public Javax.Naming.Context CreateSubcontext(Javax.Naming.Name arg0) /// public Javax.Naming.Name ComposeName(Javax.Naming.Name arg0, Javax.Naming.Name arg1) { - return IExecute("composeName", arg0, arg1); + return IExecuteWithSignature("composeName", "(Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -573,7 +573,7 @@ public Javax.Naming.NameParser GetNameParser(Javax.Naming.Name arg0) /// public void Bind(Java.Lang.String arg0, object arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -583,7 +583,7 @@ public void Bind(Java.Lang.String arg0, object arg1) /// public void Bind(Javax.Naming.Name arg0, object arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljavax/naming/Name;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -619,7 +619,7 @@ public void DestroySubcontext(Javax.Naming.Name arg0) /// public void Rebind(Java.Lang.String arg0, object arg1) { - IExecute("rebind", arg0, arg1); + IExecuteWithSignature("rebind", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -629,7 +629,7 @@ public void Rebind(Java.Lang.String arg0, object arg1) /// public void Rebind(Javax.Naming.Name arg0, object arg1) { - IExecute("rebind", arg0, arg1); + IExecuteWithSignature("rebind", "(Ljavax/naming/Name;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -639,7 +639,7 @@ public void Rebind(Javax.Naming.Name arg0, object arg1) /// public void Rename(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("rename", arg0, arg1); + IExecuteWithSignature("rename", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -649,7 +649,7 @@ public void Rename(Java.Lang.String arg0, Java.Lang.String arg1) /// public void Rename(Javax.Naming.Name arg0, Javax.Naming.Name arg1) { - IExecute("rename", arg0, arg1); + IExecuteWithSignature("rename", "(Ljavax/naming/Name;Ljavax/naming/Name;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/Attribute.cs b/src/net/JNet/Generated/Javax/Naming/Directory/Attribute.cs index 0483758b23..c2322ddf27 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/Attribute.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/Attribute.cs @@ -311,7 +311,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -320,7 +320,7 @@ public object Set(int arg0, object arg1) /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/Attributes.cs b/src/net/JNet/Generated/Javax/Naming/Directory/Attributes.cs index 76cdfcf685..2d288e1750 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/Attributes.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/Attributes.cs @@ -208,7 +208,7 @@ public Javax.Naming.Directory.Attribute Get(Java.Lang.String arg0) /// public Javax.Naming.Directory.Attribute Put(Java.Lang.String arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttribute.cs b/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttribute.cs index 50e5ed29ba..a40c7a7b7c 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttribute.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttribute.cs @@ -233,7 +233,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public object Set(int arg0, object arg1) /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttributes.cs b/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttributes.cs index 80ff030339..cc79ff5c7a 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttributes.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/BasicAttributes.cs @@ -164,7 +164,7 @@ public Javax.Naming.Directory.Attribute Get(Java.Lang.String arg0) /// public Javax.Naming.Directory.Attribute Put(Java.Lang.String arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/DirContext.cs b/src/net/JNet/Generated/Javax/Naming/Directory/DirContext.cs index 4b818044c0..a882a9f8b1 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/DirContext.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/DirContext.cs @@ -345,7 +345,7 @@ public partial class DirContext : Javax.Naming.Directory.IDirContext /// public Javax.Naming.Directory.Attributes GetAttributes(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;", arg0, arg1); } /// /// @@ -366,7 +366,7 @@ public Javax.Naming.Directory.Attributes GetAttributes(Java.Lang.String arg0) /// public Javax.Naming.Directory.Attributes GetAttributes(Javax.Naming.Name arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;", arg0, arg1); } /// /// @@ -387,7 +387,7 @@ public Javax.Naming.Directory.Attributes GetAttributes(Javax.Naming.Name arg0) /// public Javax.Naming.Directory.DirContext CreateSubcontext(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute("createSubcontext", arg0, arg1); + return IExecuteWithSignature("createSubcontext", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;", arg0, arg1); } /// /// @@ -398,7 +398,7 @@ public Javax.Naming.Directory.DirContext CreateSubcontext(Java.Lang.String arg0, /// public Javax.Naming.Directory.DirContext CreateSubcontext(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute("createSubcontext", arg0, arg1); + return IExecuteWithSignature("createSubcontext", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;", arg0, arg1); } /// /// @@ -451,7 +451,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3) { - return IExecute>("search", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2, arg3); } /// /// @@ -463,7 +463,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -475,7 +475,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1, Java.Lang.String[] arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -486,7 +486,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute>("search", arg0, arg1); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;", arg0, arg1); } /// /// @@ -499,7 +499,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3) { - return IExecute>("search", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2, arg3); } /// /// @@ -511,7 +511,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -523,7 +523,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1, Java.Lang.String[] arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -534,7 +534,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute>("search", arg0, arg1); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;", arg0, arg1); } /// /// @@ -545,7 +545,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public void Bind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("bind", arg0, arg1, arg2); + IExecuteWithSignature("bind", "(Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -556,7 +556,7 @@ public void Bind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attr /// public void Bind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("bind", arg0, arg1, arg2); + IExecuteWithSignature("bind", "(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -567,7 +567,7 @@ public void Bind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Att /// public void ModifyAttributes(Java.Lang.String arg0, int arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("modifyAttributes", arg0, arg1, arg2); + IExecuteWithSignature("modifyAttributes", "(Ljava/lang/String;ILjavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -577,7 +577,7 @@ public void ModifyAttributes(Java.Lang.String arg0, int arg1, Javax.Naming.Direc /// public void ModifyAttributes(Java.Lang.String arg0, Javax.Naming.Directory.ModificationItem[] arg1) { - IExecute("modifyAttributes", arg0, arg1); + IExecuteWithSignature("modifyAttributes", "(Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V", arg0, arg1); } /// /// @@ -588,7 +588,7 @@ public void ModifyAttributes(Java.Lang.String arg0, Javax.Naming.Directory.Modif /// public void ModifyAttributes(Javax.Naming.Name arg0, int arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("modifyAttributes", arg0, arg1, arg2); + IExecuteWithSignature("modifyAttributes", "(Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -598,7 +598,7 @@ public void ModifyAttributes(Javax.Naming.Name arg0, int arg1, Javax.Naming.Dire /// public void ModifyAttributes(Javax.Naming.Name arg0, Javax.Naming.Directory.ModificationItem[] arg1) { - IExecute("modifyAttributes", arg0, arg1); + IExecuteWithSignature("modifyAttributes", "(Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V", arg0, arg1); } /// /// @@ -609,7 +609,7 @@ public void ModifyAttributes(Javax.Naming.Name arg0, Javax.Naming.Directory.Modi /// public void Rebind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("rebind", arg0, arg1, arg2); + IExecuteWithSignature("rebind", "(Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -620,7 +620,7 @@ public void Rebind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.At /// public void Rebind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("rebind", arg0, arg1, arg2); + IExecuteWithSignature("rebind", "(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Directory/InitialDirContext.cs b/src/net/JNet/Generated/Javax/Naming/Directory/InitialDirContext.cs index 68fe982a59..536b45b760 100644 --- a/src/net/JNet/Generated/Javax/Naming/Directory/InitialDirContext.cs +++ b/src/net/JNet/Generated/Javax/Naming/Directory/InitialDirContext.cs @@ -112,7 +112,7 @@ public InitialDirContext(Java.Util.Hashtable arg0) /// public Javax.Naming.Directory.Attributes GetAttributes(Java.Lang.String arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;", arg0, arg1); } /// /// @@ -133,7 +133,7 @@ public Javax.Naming.Directory.Attributes GetAttributes(Java.Lang.String arg0) /// public Javax.Naming.Directory.Attributes GetAttributes(Javax.Naming.Name arg0, Java.Lang.String[] arg1) { - return IExecute("getAttributes", arg0, arg1); + return IExecuteWithSignature("getAttributes", "(Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;", arg0, arg1); } /// /// @@ -154,7 +154,7 @@ public Javax.Naming.Directory.Attributes GetAttributes(Javax.Naming.Name arg0) /// public Javax.Naming.Directory.DirContext CreateSubcontext(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute("createSubcontext", arg0, arg1); + return IExecuteWithSignature("createSubcontext", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public Javax.Naming.Directory.DirContext CreateSubcontext(Java.Lang.String arg0, /// public Javax.Naming.Directory.DirContext CreateSubcontext(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute("createSubcontext", arg0, arg1); + return IExecuteWithSignature("createSubcontext", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3) { - return IExecute>("search", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2, arg3); } /// /// @@ -230,7 +230,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -242,7 +242,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1, Java.Lang.String[] arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -253,7 +253,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Java.Lang.String arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute>("search", arg0, arg1); + return IExecuteWithSignature>("search", "(Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3) { - return IExecute>("search", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2, arg3); } /// /// @@ -278,7 +278,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -290,7 +290,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1, Java.Lang.String[] arg2) { - return IExecute>("search", arg0, arg1, arg2); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;", arg0, arg1, arg2); } /// /// @@ -301,7 +301,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public Javax.Naming.NamingEnumeration Search(Javax.Naming.Name arg0, Javax.Naming.Directory.Attributes arg1) { - return IExecute>("search", arg0, arg1); + return IExecuteWithSignature>("search", "(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public Javax.Naming.Directory.DirContext GetSchemaClassDefinition(Javax.Naming.N /// public void Bind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("bind", arg0, arg1, arg2); + IExecuteWithSignature("bind", "(Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -323,7 +323,7 @@ public void Bind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attr /// public void Bind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("bind", arg0, arg1, arg2); + IExecuteWithSignature("bind", "(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -334,7 +334,7 @@ public void Bind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Att /// public void ModifyAttributes(Java.Lang.String arg0, int arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("modifyAttributes", arg0, arg1, arg2); + IExecuteWithSignature("modifyAttributes", "(Ljava/lang/String;ILjavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -344,7 +344,7 @@ public void ModifyAttributes(Java.Lang.String arg0, int arg1, Javax.Naming.Direc /// public void ModifyAttributes(Java.Lang.String arg0, Javax.Naming.Directory.ModificationItem[] arg1) { - IExecute("modifyAttributes", arg0, arg1); + IExecuteWithSignature("modifyAttributes", "(Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V", arg0, arg1); } /// /// @@ -355,7 +355,7 @@ public void ModifyAttributes(Java.Lang.String arg0, Javax.Naming.Directory.Modif /// public void ModifyAttributes(Javax.Naming.Name arg0, int arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("modifyAttributes", arg0, arg1, arg2); + IExecuteWithSignature("modifyAttributes", "(Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -365,7 +365,7 @@ public void ModifyAttributes(Javax.Naming.Name arg0, int arg1, Javax.Naming.Dire /// public void ModifyAttributes(Javax.Naming.Name arg0, Javax.Naming.Directory.ModificationItem[] arg1) { - IExecute("modifyAttributes", arg0, arg1); + IExecuteWithSignature("modifyAttributes", "(Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V", arg0, arg1); } /// /// @@ -376,7 +376,7 @@ public void ModifyAttributes(Javax.Naming.Name arg0, Javax.Naming.Directory.Modi /// public void Rebind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("rebind", arg0, arg1, arg2); + IExecuteWithSignature("rebind", "(Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } /// /// @@ -387,7 +387,7 @@ public void Rebind(Java.Lang.String arg0, object arg1, Javax.Naming.Directory.At /// public void Rebind(Javax.Naming.Name arg0, object arg1, Javax.Naming.Directory.Attributes arg2) { - IExecute("rebind", arg0, arg1, arg2); + IExecuteWithSignature("rebind", "(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Event/EventContext.cs b/src/net/JNet/Generated/Javax/Naming/Event/EventContext.cs index d596254759..380adc2ba2 100644 --- a/src/net/JNet/Generated/Javax/Naming/Event/EventContext.cs +++ b/src/net/JNet/Generated/Javax/Naming/Event/EventContext.cs @@ -174,7 +174,7 @@ public bool TargetMustExist() /// public void AddNamingListener(Java.Lang.String arg0, int arg1, Javax.Naming.Event.NamingListener arg2) { - IExecute("addNamingListener", arg0, arg1, arg2); + IExecuteWithSignature("addNamingListener", "(Ljava/lang/String;ILjavax/naming/event/NamingListener;)V", arg0, arg1, arg2); } /// /// @@ -185,7 +185,7 @@ public void AddNamingListener(Java.Lang.String arg0, int arg1, Javax.Naming.Even /// public void AddNamingListener(Javax.Naming.Name arg0, int arg1, Javax.Naming.Event.NamingListener arg2) { - IExecute("addNamingListener", arg0, arg1, arg2); + IExecuteWithSignature("addNamingListener", "(Ljavax/naming/Name;ILjavax/naming/event/NamingListener;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Event/EventDirContext.cs b/src/net/JNet/Generated/Javax/Naming/Event/EventDirContext.cs index 4933769c70..91c7da2044 100644 --- a/src/net/JNet/Generated/Javax/Naming/Event/EventDirContext.cs +++ b/src/net/JNet/Generated/Javax/Naming/Event/EventDirContext.cs @@ -167,7 +167,7 @@ public partial class EventDirContext : Javax.Naming.Event.IEventDirContext /// public void AddNamingListener(Java.Lang.String arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3, Javax.Naming.Event.NamingListener arg4) { - IExecute("addNamingListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addNamingListener", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -179,7 +179,7 @@ public void AddNamingListener(Java.Lang.String arg0, Java.Lang.String arg1, obje /// public void AddNamingListener(Java.Lang.String arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2, Javax.Naming.Event.NamingListener arg3) { - IExecute("addNamingListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNamingListener", "(Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V", arg0, arg1, arg2, arg3); } /// /// @@ -192,7 +192,7 @@ public void AddNamingListener(Java.Lang.String arg0, Java.Lang.String arg1, Java /// public void AddNamingListener(Javax.Naming.Name arg0, Java.Lang.String arg1, object[] arg2, Javax.Naming.Directory.SearchControls arg3, Javax.Naming.Event.NamingListener arg4) { - IExecute("addNamingListener", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addNamingListener", "(Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -204,7 +204,7 @@ public void AddNamingListener(Javax.Naming.Name arg0, Java.Lang.String arg1, obj /// public void AddNamingListener(Javax.Naming.Name arg0, Java.Lang.String arg1, Javax.Naming.Directory.SearchControls arg2, Javax.Naming.Event.NamingListener arg3) { - IExecute("addNamingListener", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addNamingListener", "(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/InitialContext.cs b/src/net/JNet/Generated/Javax/Naming/InitialContext.cs index 3ec61c5b4e..06ebbbfaf9 100644 --- a/src/net/JNet/Generated/Javax/Naming/InitialContext.cs +++ b/src/net/JNet/Generated/Javax/Naming/InitialContext.cs @@ -144,7 +144,7 @@ public Java.Lang.String NameInNamespace /// public object AddToEnvironment(Java.Lang.String arg0, object arg1) { - return IExecute("addToEnvironment", arg0, arg1); + return IExecuteWithSignature("addToEnvironment", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -205,7 +205,7 @@ public object RemoveFromEnvironment(Java.Lang.String arg0) /// public Java.Lang.String ComposeName(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("composeName", arg0, arg1); + return IExecuteWithSignature("composeName", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public Javax.Naming.Context CreateSubcontext(Javax.Naming.Name arg0) /// public Javax.Naming.Name ComposeName(Javax.Naming.Name arg0, Javax.Naming.Name arg1) { - return IExecute("composeName", arg0, arg1); + return IExecuteWithSignature("composeName", "(Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -306,7 +306,7 @@ public Javax.Naming.NameParser GetNameParser(Javax.Naming.Name arg0) /// public void Bind(Java.Lang.String arg0, object arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -316,7 +316,7 @@ public void Bind(Java.Lang.String arg0, object arg1) /// public void Bind(Javax.Naming.Name arg0, object arg1) { - IExecute("bind", arg0, arg1); + IExecuteWithSignature("bind", "(Ljavax/naming/Name;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -352,7 +352,7 @@ public void DestroySubcontext(Javax.Naming.Name arg0) /// public void Rebind(Java.Lang.String arg0, object arg1) { - IExecute("rebind", arg0, arg1); + IExecuteWithSignature("rebind", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public void Rebind(Java.Lang.String arg0, object arg1) /// public void Rebind(Javax.Naming.Name arg0, object arg1) { - IExecute("rebind", arg0, arg1); + IExecuteWithSignature("rebind", "(Ljavax/naming/Name;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -372,7 +372,7 @@ public void Rebind(Javax.Naming.Name arg0, object arg1) /// public void Rename(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("rename", arg0, arg1); + IExecuteWithSignature("rename", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -382,7 +382,7 @@ public void Rename(Java.Lang.String arg0, Java.Lang.String arg1) /// public void Rename(Javax.Naming.Name arg0, Javax.Naming.Name arg1) { - IExecute("rename", arg0, arg1); + IExecuteWithSignature("rename", "(Ljavax/naming/Name;Ljavax/naming/Name;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Ldap/ControlFactory.cs b/src/net/JNet/Generated/Javax/Naming/Ldap/ControlFactory.cs index d9048a34f1..e56ebf2666 100644 --- a/src/net/JNet/Generated/Javax/Naming/Ldap/ControlFactory.cs +++ b/src/net/JNet/Generated/Javax/Naming/Ldap/ControlFactory.cs @@ -98,7 +98,7 @@ public partial class ControlFactory /// public static Javax.Naming.Ldap.Control GetControlInstance(Javax.Naming.Ldap.Control arg0, Javax.Naming.Context arg1, Java.Util.Hashtable arg2) { - return SExecute(LocalBridgeClazz, "getControlInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getControlInstance", "(Ljavax/naming/ldap/Control;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljavax/naming/ldap/Control;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Ldap/ExtendedRequest.cs b/src/net/JNet/Generated/Javax/Naming/Ldap/ExtendedRequest.cs index 9d4ea3045a..fff930bb42 100644 --- a/src/net/JNet/Generated/Javax/Naming/Ldap/ExtendedRequest.cs +++ b/src/net/JNet/Generated/Javax/Naming/Ldap/ExtendedRequest.cs @@ -153,7 +153,7 @@ public Java.Lang.String ID /// public Javax.Naming.Ldap.ExtendedResponse CreateExtendedResponse(Java.Lang.String arg0, byte[] arg1, int arg2, int arg3) { - return IExecute("createExtendedResponse", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createExtendedResponse", "(Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Ldap/LdapName.cs b/src/net/JNet/Generated/Javax/Naming/Ldap/LdapName.cs index 12b00600db..c1e03758b7 100644 --- a/src/net/JNet/Generated/Javax/Naming/Ldap/LdapName.cs +++ b/src/net/JNet/Generated/Javax/Naming/Ldap/LdapName.cs @@ -219,7 +219,7 @@ public Javax.Naming.Ldap.Rdn GetRdn(int arg0) /// public Javax.Naming.Name Add(int arg0, Java.Lang.String arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(ILjava/lang/String;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -229,7 +229,7 @@ public Javax.Naming.Name Add(int arg0, Java.Lang.String arg1) /// public Javax.Naming.Name Add(int arg0, Javax.Naming.Ldap.Rdn arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(ILjavax/naming/ldap/Rdn;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public Javax.Naming.Name Add(Javax.Naming.Ldap.Rdn arg0) /// public Javax.Naming.Name AddAll(int arg0, Java.Util.List arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjava/util/List;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public Javax.Naming.Name AddAll(int arg0, Java.Util.List /// public Javax.Naming.Name AddAll(int arg0, Javax.Naming.Name arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Ldap/StartTlsRequest.cs b/src/net/JNet/Generated/Javax/Naming/Ldap/StartTlsRequest.cs index c0b36d1d41..c75b4e5682 100644 --- a/src/net/JNet/Generated/Javax/Naming/Ldap/StartTlsRequest.cs +++ b/src/net/JNet/Generated/Javax/Naming/Ldap/StartTlsRequest.cs @@ -121,7 +121,7 @@ public Java.Lang.String ID /// public Javax.Naming.Ldap.ExtendedResponse CreateExtendedResponse(Java.Lang.String arg0, byte[] arg1, int arg2, int arg3) { - return IExecute("createExtendedResponse", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createExtendedResponse", "(Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Name.cs b/src/net/JNet/Generated/Javax/Naming/Name.cs index 7b0c085b92..2f3ecc6680 100644 --- a/src/net/JNet/Generated/Javax/Naming/Name.cs +++ b/src/net/JNet/Generated/Javax/Naming/Name.cs @@ -293,7 +293,7 @@ public Java.Lang.String Get(int arg0) /// public Javax.Naming.Name Add(int arg0, Java.Lang.String arg1) { - return IExecute("add", arg0, arg1); + return IExecuteWithSignature("add", "(ILjava/lang/String;)Ljavax/naming/Name;", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public Javax.Naming.Name Add(Java.Lang.String arg0) /// public Javax.Naming.Name AddAll(int arg0, Javax.Naming.Name arg1) { - return IExecute("addAll", arg0, arg1); + return IExecuteWithSignature("addAll", "(ILjavax/naming/Name;)Ljavax/naming/Name;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Reference.cs b/src/net/JNet/Generated/Javax/Naming/Reference.cs index eaea8c0026..4e48355d35 100644 --- a/src/net/JNet/Generated/Javax/Naming/Reference.cs +++ b/src/net/JNet/Generated/Javax/Naming/Reference.cs @@ -206,7 +206,7 @@ public Javax.Naming.RefAddr Get(Java.Lang.String arg0) /// public void Add(int arg0, Javax.Naming.RefAddr arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjavax/naming/RefAddr;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/DirObjectFactory.cs b/src/net/JNet/Generated/Javax/Naming/Spi/DirObjectFactory.cs index 4d9f2975a2..381c3243c7 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/DirObjectFactory.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/DirObjectFactory.cs @@ -133,7 +133,7 @@ public partial class DirObjectFactory : Javax.Naming.Spi.IDirObjectFactory /// public object GetObjectInstance(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3, Javax.Naming.Directory.Attributes arg4) { - return IExecute("getObjectInstance", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getObjectInstance", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/DirStateFactory.cs b/src/net/JNet/Generated/Javax/Naming/Spi/DirStateFactory.cs index 46f721bb71..683c937e12 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/DirStateFactory.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/DirStateFactory.cs @@ -178,7 +178,7 @@ public partial class DirStateFactory : Javax.Naming.Spi.IDirStateFactory /// public Javax.Naming.Spi.DirStateFactory.Result GetStateToBind(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3, Javax.Naming.Directory.Attributes arg4) { - return IExecute("getStateToBind", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getStateToBind", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/DirectoryManager.cs b/src/net/JNet/Generated/Javax/Naming/Spi/DirectoryManager.cs index 4119ec4f29..059213e951 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/DirectoryManager.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/DirectoryManager.cs @@ -98,7 +98,7 @@ public partial class DirectoryManager /// public static object GetObjectInstance(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3, Javax.Naming.Directory.Attributes arg4) { - return SExecute(LocalBridgeClazz, "getObjectInstance", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "getObjectInstance", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -122,7 +122,7 @@ public static Javax.Naming.Directory.DirContext GetContinuationDirContext(MASES. /// public static Javax.Naming.Spi.DirStateFactory.Result GetStateToBind(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3, Javax.Naming.Directory.Attributes arg4) { - return SExecute(LocalBridgeClazz, "getStateToBind", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "getStateToBind", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/NamingManager.cs b/src/net/JNet/Generated/Javax/Naming/Spi/NamingManager.cs index c1cb84190e..89a3f0b676 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/NamingManager.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/NamingManager.cs @@ -111,7 +111,7 @@ public static bool HasInitialContextFactoryBuilder() /// public static object GetObjectInstance(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3) { - return SExecute(LocalBridgeClazz, "getObjectInstance", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getObjectInstance", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -124,7 +124,7 @@ public static object GetObjectInstance(object arg0, Javax.Naming.Name arg1, Java /// public static object GetStateToBind(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3) { - return SExecute(LocalBridgeClazz, "getStateToBind", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getStateToBind", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } /// /// @@ -155,7 +155,7 @@ public static Javax.Naming.Context GetInitialContext(Java.Util.Hashtable public static Javax.Naming.Context GetURLContext(Java.Lang.String arg0, Java.Util.Hashtable arg1) { - return SExecute(LocalBridgeClazz, "getURLContext", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getURLContext", "(Ljava/lang/String;Ljava/util/Hashtable;)Ljavax/naming/Context;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactory.cs b/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactory.cs index b311bc70e6..1b2044734a 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactory.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactory.cs @@ -131,7 +131,7 @@ public partial class ObjectFactory : Javax.Naming.Spi.IObjectFactory /// public object GetObjectInstance(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3) { - return IExecute("getObjectInstance", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getObjectInstance", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactoryBuilder.cs b/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactoryBuilder.cs index 403f386397..e9df238c4c 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactoryBuilder.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/ObjectFactoryBuilder.cs @@ -127,7 +127,7 @@ public partial class ObjectFactoryBuilder : Javax.Naming.Spi.IObjectFactoryBuild /// public Javax.Naming.Spi.ObjectFactory CreateObjectFactory(object arg0, Java.Util.Hashtable arg1) { - return IExecute("createObjectFactory", arg0, arg1); + return IExecuteWithSignature("createObjectFactory", "(Ljava/lang/Object;Ljava/util/Hashtable;)Ljavax/naming/spi/ObjectFactory;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/Resolver.cs b/src/net/JNet/Generated/Javax/Naming/Spi/Resolver.cs index bfb57a6101..ad1a4cd2a3 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/Resolver.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/Resolver.cs @@ -135,7 +135,7 @@ public partial class Resolver : Javax.Naming.Spi.IResolver /// public Javax.Naming.Spi.ResolveResult ResolveToClass(Java.Lang.String arg0, Java.Lang.Class arg1) { - return IExecute("resolveToClass", arg0, arg1); + return IExecuteWithSignature("resolveToClass", "(Ljava/lang/String;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult;", arg0, arg1); } /// /// @@ -146,7 +146,7 @@ public Javax.Naming.Spi.ResolveResult ResolveToClass(Java.Lang.String arg0, Java /// public Javax.Naming.Spi.ResolveResult ResolveToClass(Javax.Naming.Name arg0, Java.Lang.Class arg1) { - return IExecute("resolveToClass", arg0, arg1); + return IExecuteWithSignature("resolveToClass", "(Ljavax/naming/Name;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Naming/Spi/StateFactory.cs b/src/net/JNet/Generated/Javax/Naming/Spi/StateFactory.cs index 8ad7b8c187..d2814918e9 100644 --- a/src/net/JNet/Generated/Javax/Naming/Spi/StateFactory.cs +++ b/src/net/JNet/Generated/Javax/Naming/Spi/StateFactory.cs @@ -131,7 +131,7 @@ public partial class StateFactory : Javax.Naming.Spi.IStateFactory /// public object GetStateToBind(object arg0, Javax.Naming.Name arg1, Javax.Naming.Context arg2, Java.Util.Hashtable arg3) { - return IExecute("getStateToBind", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getStateToBind", "(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/ServerSocketFactory.cs b/src/net/JNet/Generated/Javax/Net/ServerSocketFactory.cs index df64206ad4..393a12c04e 100644 --- a/src/net/JNet/Generated/Javax/Net/ServerSocketFactory.cs +++ b/src/net/JNet/Generated/Javax/Net/ServerSocketFactory.cs @@ -109,7 +109,7 @@ public static Javax.Net.ServerSocketFactory Default /// public Java.Net.ServerSocket CreateServerSocket(int arg0, int arg1, Java.Net.InetAddress arg2) { - return IExecute("createServerSocket", arg0, arg1, arg2); + return IExecuteWithSignature("createServerSocket", "(IILjava/net/InetAddress;)Ljava/net/ServerSocket;", arg0, arg1, arg2); } /// /// @@ -120,7 +120,7 @@ public Java.Net.ServerSocket CreateServerSocket(int arg0, int arg1, Java.Net.Ine /// public Java.Net.ServerSocket CreateServerSocket(int arg0, int arg1) { - return IExecute("createServerSocket", arg0, arg1); + return IExecuteWithSignature("createServerSocket", "(II)Ljava/net/ServerSocket;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/SocketFactory.cs b/src/net/JNet/Generated/Javax/Net/SocketFactory.cs index 96421d3651..22659de837 100644 --- a/src/net/JNet/Generated/Javax/Net/SocketFactory.cs +++ b/src/net/JNet/Generated/Javax/Net/SocketFactory.cs @@ -111,7 +111,7 @@ public static Javax.Net.SocketFactory Default /// public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1, Java.Net.InetAddress arg2, int arg3) { - return IExecute("createSocket", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createSocket", "(Ljava/lang/String;ILjava/net/InetAddress;I)Ljava/net/Socket;", arg0, arg1, arg2, arg3); } /// /// @@ -123,7 +123,7 @@ public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1, Java.Net.In /// public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1) { - return IExecute("createSocket", arg0, arg1); + return IExecuteWithSignature("createSocket", "(Ljava/lang/String;I)Ljava/net/Socket;", arg0, arg1); } /// /// @@ -136,7 +136,7 @@ public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1) /// public Java.Net.Socket CreateSocket(Java.Net.InetAddress arg0, int arg1, Java.Net.InetAddress arg2, int arg3) { - return IExecute("createSocket", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createSocket", "(Ljava/net/InetAddress;ILjava/net/InetAddress;I)Ljava/net/Socket;", arg0, arg1, arg2, arg3); } /// /// @@ -147,7 +147,7 @@ public Java.Net.Socket CreateSocket(Java.Net.InetAddress arg0, int arg1, Java.Ne /// public Java.Net.Socket CreateSocket(Java.Net.InetAddress arg0, int arg1) { - return IExecute("createSocket", arg0, arg1); + return IExecuteWithSignature("createSocket", "(Ljava/net/InetAddress;I)Ljava/net/Socket;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/HostnameVerifier.cs b/src/net/JNet/Generated/Javax/Net/Ssl/HostnameVerifier.cs index 9220c4aeea..2f20f5d399 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/HostnameVerifier.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/HostnameVerifier.cs @@ -125,7 +125,7 @@ public partial class HostnameVerifier : Javax.Net.Ssl.IHostnameVerifier /// public bool Verify(Java.Lang.String arg0, Javax.Net.Ssl.SSLSession arg1) { - return IExecute("verify", arg0, arg1); + return IExecuteWithSignature("verify", "(Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/KeyManagerFactory.cs b/src/net/JNet/Generated/Javax/Net/Ssl/KeyManagerFactory.cs index 0a290cbba9..934dfdaaa6 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/KeyManagerFactory.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/KeyManagerFactory.cs @@ -103,7 +103,7 @@ public static Java.Lang.String DefaultAlgorithm /// public static Javax.Net.Ssl.KeyManagerFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/net/ssl/KeyManagerFactory;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Javax.Net.Ssl.KeyManagerFactory GetInstance(Java.Lang.String arg0, /// public static Javax.Net.Ssl.KeyManagerFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/net/ssl/KeyManagerFactory;", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public Java.Security.Provider Provider /// public void Init(Java.Security.KeyStore arg0, char[] arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljava/security/KeyStore;[C)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/SSLContext.cs b/src/net/JNet/Generated/Javax/Net/Ssl/SSLContext.cs index 60d5c3ee10..dc82c4845e 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/SSLContext.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/SSLContext.cs @@ -103,7 +103,7 @@ public static Javax.Net.Ssl.SSLContext Default /// public static Javax.Net.Ssl.SSLContext GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/net/ssl/SSLContext;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Javax.Net.Ssl.SSLContext GetInstance(Java.Lang.String arg0, Java.L /// public static Javax.Net.Ssl.SSLContext GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/net/ssl/SSLContext;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Javax.Net.Ssl.SSLEngine CreateSSLEngine() /// public Javax.Net.Ssl.SSLEngine CreateSSLEngine(Java.Lang.String arg0, int arg1) { - return IExecute("createSSLEngine", arg0, arg1); + return IExecuteWithSignature("createSSLEngine", "(Ljava/lang/String;I)Ljavax/net/ssl/SSLEngine;", arg0, arg1); } /// /// @@ -213,7 +213,7 @@ public Javax.Net.Ssl.SSLEngine CreateSSLEngine(Java.Lang.String arg0, int arg1) /// public void Init(Javax.Net.Ssl.KeyManager[] arg0, Javax.Net.Ssl.TrustManager[] arg1, Java.Security.SecureRandom arg2) { - IExecute("init", arg0, arg1, arg2); + IExecuteWithSignature("init", "([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/SSLEngine.cs b/src/net/JNet/Generated/Javax/Net/Ssl/SSLEngine.cs index e125401ec0..a0b2f00fbf 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/SSLEngine.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/SSLEngine.cs @@ -245,7 +245,7 @@ public bool IsOutboundDone() /// public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer[] arg1, int arg2, int arg3) { - return IExecute("unwrap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("unwrap", "(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1, arg2, arg3); } /// /// @@ -258,7 +258,7 @@ public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.B /// public Javax.Net.Ssl.SSLEngineResult Wrap(Java.Nio.ByteBuffer[] arg0, int arg1, int arg2, Java.Nio.ByteBuffer arg3) { - return IExecute("wrap", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("wrap", "([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1, arg2, arg3); } /// /// @@ -292,7 +292,7 @@ public void CloseOutbound() /// public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("unwrap", arg0, arg1); + return IExecuteWithSignature("unwrap", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1); } /// /// @@ -303,7 +303,7 @@ public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.B /// public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer[] arg1) { - return IExecute("unwrap", arg0, arg1); + return IExecuteWithSignature("unwrap", "(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public Javax.Net.Ssl.SSLEngineResult Unwrap(Java.Nio.ByteBuffer arg0, Java.Nio.B /// public Javax.Net.Ssl.SSLEngineResult Wrap(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("wrap", arg0, arg1); + return IExecuteWithSignature("wrap", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1); } /// /// @@ -325,7 +325,7 @@ public Javax.Net.Ssl.SSLEngineResult Wrap(Java.Nio.ByteBuffer arg0, Java.Nio.Byt /// public Javax.Net.Ssl.SSLEngineResult Wrap(Java.Nio.ByteBuffer[] arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("wrap", arg0, arg1); + return IExecuteWithSignature("wrap", "([Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/SSLSession.cs b/src/net/JNet/Generated/Javax/Net/Ssl/SSLSession.cs index 9161c036a2..a2a8a41747 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/SSLSession.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/SSLSession.cs @@ -332,7 +332,7 @@ public void Invalidate() /// public void PutValue(Java.Lang.String arg0, object arg1) { - IExecute("putValue", arg0, arg1); + IExecuteWithSignature("putValue", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/SSLSocketFactory.cs b/src/net/JNet/Generated/Javax/Net/Ssl/SSLSocketFactory.cs index 88cab5c0d8..9741db7952 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/SSLSocketFactory.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/SSLSocketFactory.cs @@ -117,7 +117,7 @@ public Java.Lang.String[] SupportedCipherSuites /// public Java.Net.Socket CreateSocket(Java.Net.Socket arg0, Java.Lang.String arg1, int arg2, bool arg3) { - return IExecute("createSocket", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createSocket", "(Ljava/net/Socket;Ljava/lang/String;IZ)Ljava/net/Socket;", arg0, arg1, arg2, arg3); } /// /// @@ -129,7 +129,7 @@ public Java.Net.Socket CreateSocket(Java.Net.Socket arg0, Java.Lang.String arg1, /// public Java.Net.Socket CreateSocket(Java.Net.Socket arg0, Java.Io.InputStream arg1, bool arg2) { - return IExecute("createSocket", arg0, arg1, arg2); + return IExecuteWithSignature("createSocket", "(Ljava/net/Socket;Ljava/io/InputStream;Z)Ljava/net/Socket;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/TrustManagerFactory.cs b/src/net/JNet/Generated/Javax/Net/Ssl/TrustManagerFactory.cs index 44c454d634..c0763d3688 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/TrustManagerFactory.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/TrustManagerFactory.cs @@ -103,7 +103,7 @@ public static Java.Lang.String DefaultAlgorithm /// public static Javax.Net.Ssl.TrustManagerFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/net/ssl/TrustManagerFactory;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Javax.Net.Ssl.TrustManagerFactory GetInstance(Java.Lang.String arg /// public static Javax.Net.Ssl.TrustManagerFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/net/ssl/TrustManagerFactory;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedKeyManager.cs b/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedKeyManager.cs index 9770d68f24..8706bdcae4 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedKeyManager.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedKeyManager.cs @@ -101,7 +101,7 @@ public partial class X509ExtendedKeyManager /// public Java.Lang.String ChooseEngineClientAlias(Java.Lang.String[] arg0, Java.Security.Principal[] arg1, Javax.Net.Ssl.SSLEngine arg2) { - return IExecute("chooseEngineClientAlias", arg0, arg1, arg2); + return IExecuteWithSignature("chooseEngineClientAlias", "([Ljava/lang/String;[Ljava/security/Principal;Ljavax/net/ssl/SSLEngine;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -112,7 +112,7 @@ public Java.Lang.String ChooseEngineClientAlias(Java.Lang.String[] arg0, Java.Se /// public Java.Lang.String ChooseEngineServerAlias(Java.Lang.String arg0, Java.Security.Principal[] arg1, Javax.Net.Ssl.SSLEngine arg2) { - return IExecute("chooseEngineServerAlias", arg0, arg1, arg2); + return IExecuteWithSignature("chooseEngineServerAlias", "(Ljava/lang/String;[Ljava/security/Principal;Ljavax/net/ssl/SSLEngine;)Ljava/lang/String;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedTrustManager.cs b/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedTrustManager.cs index e327604a04..84363dce11 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedTrustManager.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/X509ExtendedTrustManager.cs @@ -101,7 +101,7 @@ public partial class X509ExtendedTrustManager /// public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1, Java.Net.Socket arg2) { - IExecute("checkClientTrusted", arg0, arg1, arg2); + IExecuteWithSignature("checkClientTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;Ljava/net/Socket;)V", arg0, arg1, arg2); } /// /// @@ -112,7 +112,7 @@ public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.L /// public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1, Javax.Net.Ssl.SSLEngine arg2) { - IExecute("checkClientTrusted", arg0, arg1, arg2); + IExecuteWithSignature("checkClientTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;Ljavax/net/ssl/SSLEngine;)V", arg0, arg1, arg2); } /// /// @@ -123,7 +123,7 @@ public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.L /// public void CheckServerTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1, Java.Net.Socket arg2) { - IExecute("checkServerTrusted", arg0, arg1, arg2); + IExecuteWithSignature("checkServerTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;Ljava/net/Socket;)V", arg0, arg1, arg2); } /// /// @@ -134,7 +134,7 @@ public void CheckServerTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.L /// public void CheckServerTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1, Javax.Net.Ssl.SSLEngine arg2) { - IExecute("checkServerTrusted", arg0, arg1, arg2); + IExecuteWithSignature("checkServerTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;Ljavax/net/ssl/SSLEngine;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/X509KeyManager.cs b/src/net/JNet/Generated/Javax/Net/Ssl/X509KeyManager.cs index 0cf729b488..f618ec066b 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/X509KeyManager.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/X509KeyManager.cs @@ -161,7 +161,7 @@ public partial class X509KeyManager : Javax.Net.Ssl.IX509KeyManager /// public Java.Lang.String ChooseClientAlias(Java.Lang.String[] arg0, Java.Security.Principal[] arg1, Java.Net.Socket arg2) { - return IExecute("chooseClientAlias", arg0, arg1, arg2); + return IExecuteWithSignature("chooseClientAlias", "([Ljava/lang/String;[Ljava/security/Principal;Ljava/net/Socket;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public Java.Lang.String ChooseClientAlias(Java.Lang.String[] arg0, Java.Security /// public Java.Lang.String ChooseServerAlias(Java.Lang.String arg0, Java.Security.Principal[] arg1, Java.Net.Socket arg2) { - return IExecute("chooseServerAlias", arg0, arg1, arg2); + return IExecuteWithSignature("chooseServerAlias", "(Ljava/lang/String;[Ljava/security/Principal;Ljava/net/Socket;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public Java.Lang.String ChooseServerAlias(Java.Lang.String arg0, Java.Security.P /// public Java.Lang.String[] GetClientAliases(Java.Lang.String arg0, Java.Security.Principal[] arg1) { - return IExecuteArray("getClientAliases", arg0, arg1); + return IExecuteWithSignatureArray("getClientAliases", "(Ljava/lang/String;[Ljava/security/Principal;)[Ljava/lang/String;", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public Java.Lang.String[] GetClientAliases(Java.Lang.String arg0, Java.Security. /// public Java.Lang.String[] GetServerAliases(Java.Lang.String arg0, Java.Security.Principal[] arg1) { - return IExecuteArray("getServerAliases", arg0, arg1); + return IExecuteWithSignatureArray("getServerAliases", "(Ljava/lang/String;[Ljava/security/Principal;)[Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Net/Ssl/X509TrustManager.cs b/src/net/JNet/Generated/Javax/Net/Ssl/X509TrustManager.cs index 062ea84924..efcf736737 100644 --- a/src/net/JNet/Generated/Javax/Net/Ssl/X509TrustManager.cs +++ b/src/net/JNet/Generated/Javax/Net/Ssl/X509TrustManager.cs @@ -143,7 +143,7 @@ public Java.Security.Cert.X509Certificate[] AcceptedIssuers /// public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1) { - IExecute("checkClientTrusted", arg0, arg1); + IExecuteWithSignature("checkClientTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -153,7 +153,7 @@ public void CheckClientTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.L /// public void CheckServerTrusted(Java.Security.Cert.X509Certificate[] arg0, Java.Lang.String arg1) { - IExecute("checkServerTrusted", arg0, arg1); + IExecuteWithSignature("checkServerTrusted", "([Ljava/security/cert/X509Certificate;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/AttributeSetUtilities.cs b/src/net/JNet/Generated/Javax/Print/Attribute/AttributeSetUtilities.cs index abbcea5f30..cf648ed9f6 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/AttributeSetUtilities.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/AttributeSetUtilities.cs @@ -94,7 +94,7 @@ public partial class AttributeSetUtilities /// public static Java.Lang.Class VerifyAttributeCategory(object arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "verifyAttributeCategory", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "verifyAttributeCategory", "(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -104,7 +104,7 @@ public static Java.Lang.Class VerifyAttributeCategory(object arg0, Java.Lang.Cla /// public static Javax.Print.Attribute.Attribute VerifyAttributeValue(object arg0, Java.Lang.Class arg1) { - return SExecute(LocalBridgeClazz, "verifyAttributeValue", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "verifyAttributeValue", "(Ljava/lang/Object;Ljava/lang/Class;)Ljavax/print/attribute/Attribute;", arg0, arg1); } /// /// @@ -203,7 +203,7 @@ public static Javax.Print.Attribute.PrintServiceAttributeSet UnmodifiableView(Ja /// public static void VerifyCategoryForValue(Java.Lang.Class arg0, Javax.Print.Attribute.Attribute arg1) { - SExecute(LocalBridgeClazz, "verifyCategoryForValue", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "verifyCategoryForValue", "(Ljava/lang/Class;Ljavax/print/attribute/Attribute;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/ResolutionSyntax.cs b/src/net/JNet/Generated/Javax/Print/Attribute/ResolutionSyntax.cs index b753f61ab8..d9b54e468d 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/ResolutionSyntax.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/ResolutionSyntax.cs @@ -166,7 +166,7 @@ public int[] GetResolution(int arg0) /// public Java.Lang.String ToString(int arg0, Java.Lang.String arg1) { - return IExecute("toString", arg0, arg1); + return IExecuteWithSignature("toString", "(ILjava/lang/String;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/Size2DSyntax.cs b/src/net/JNet/Generated/Javax/Print/Attribute/Size2DSyntax.cs index 2e0c3d298d..adc13b38ec 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/Size2DSyntax.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/Size2DSyntax.cs @@ -147,7 +147,7 @@ public float[] GetSize(int arg0) /// public Java.Lang.String ToString(int arg0, Java.Lang.String arg1) { - return IExecute("toString", arg0, arg1); + return IExecuteWithSignature("toString", "(ILjava/lang/String;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaPrintableArea.cs b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaPrintableArea.cs index 05033b26a0..5ecaad4565 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaPrintableArea.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaPrintableArea.cs @@ -205,7 +205,7 @@ public float[] GetPrintableArea(int arg0) /// public Java.Lang.String ToString(int arg0, Java.Lang.String arg1) { - return IExecute("toString", arg0, arg1); + return IExecuteWithSignature("toString", "(ILjava/lang/String;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaSize.cs b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaSize.cs index a10d78fb0e..27d30c81c7 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaSize.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/MediaSize.cs @@ -375,7 +375,7 @@ public static Javax.Print.Attribute.Standard.MediaSize GetMediaSizeForName(Javax /// public static Javax.Print.Attribute.Standard.MediaSizeName FindMedia(float arg0, float arg1, int arg2) { - return SExecute(LocalBridgeClazz, "findMedia", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "findMedia", "(FFI)Ljavax/print/attribute/standard/MediaSizeName;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/PrinterStateReasons.cs b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/PrinterStateReasons.cs index 7083987216..3c44deb589 100644 --- a/src/net/JNet/Generated/Javax/Print/Attribute/Standard/PrinterStateReasons.cs +++ b/src/net/JNet/Generated/Javax/Print/Attribute/Standard/PrinterStateReasons.cs @@ -150,7 +150,7 @@ public Java.Lang.String Name /// public Javax.Print.Attribute.Standard.Severity Put(Javax.Print.Attribute.Standard.PrinterStateReason arg0, Javax.Print.Attribute.Standard.Severity arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljavax/print/attribute/standard/PrinterStateReason;Ljavax/print/attribute/standard/Severity;)Ljavax/print/attribute/standard/Severity;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/DocPrintJob.cs b/src/net/JNet/Generated/Javax/Print/DocPrintJob.cs index d0c5ecf17c..99f4416c0d 100644 --- a/src/net/JNet/Generated/Javax/Print/DocPrintJob.cs +++ b/src/net/JNet/Generated/Javax/Print/DocPrintJob.cs @@ -167,7 +167,7 @@ public Javax.Print.PrintService PrintService /// public void AddPrintJobAttributeListener(Javax.Print.Event.PrintJobAttributeListener arg0, Javax.Print.Attribute.PrintJobAttributeSet arg1) { - IExecute("addPrintJobAttributeListener", arg0, arg1); + IExecuteWithSignature("addPrintJobAttributeListener", "(Ljavax/print/event/PrintJobAttributeListener;Ljavax/print/attribute/PrintJobAttributeSet;)V", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public void AddPrintJobListener(Javax.Print.Event.PrintJobListener arg0) /// public void Print(Javax.Print.Doc arg0, Javax.Print.Attribute.PrintRequestAttributeSet arg1) { - IExecute("print", arg0, arg1); + IExecuteWithSignature("print", "(Ljavax/print/Doc;Ljavax/print/attribute/PrintRequestAttributeSet;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Print/MultiDocPrintJob.cs b/src/net/JNet/Generated/Javax/Print/MultiDocPrintJob.cs index 9982889596..7be1ca16cb 100644 --- a/src/net/JNet/Generated/Javax/Print/MultiDocPrintJob.cs +++ b/src/net/JNet/Generated/Javax/Print/MultiDocPrintJob.cs @@ -125,7 +125,7 @@ public partial class MultiDocPrintJob : Javax.Print.IMultiDocPrintJob /// public void Print(Javax.Print.MultiDoc arg0, Javax.Print.Attribute.PrintRequestAttributeSet arg1) { - IExecute("print", arg0, arg1); + IExecuteWithSignature("print", "(Ljavax/print/MultiDoc;Ljavax/print/attribute/PrintRequestAttributeSet;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/PrintService.cs b/src/net/JNet/Generated/Javax/Print/PrintService.cs index 6e81abc8cb..439edd4e6f 100644 --- a/src/net/JNet/Generated/Javax/Print/PrintService.cs +++ b/src/net/JNet/Generated/Javax/Print/PrintService.cs @@ -256,7 +256,7 @@ public bool IsAttributeCategorySupported(Java.Lang.Class arg0) /// public bool IsAttributeValueSupported(Javax.Print.Attribute.Attribute arg0, Javax.Print.DocFlavor arg1, Javax.Print.Attribute.AttributeSet arg2) { - return IExecute("isAttributeValueSupported", arg0, arg1, arg2); + return IExecuteWithSignature("isAttributeValueSupported", "(Ljavax/print/attribute/Attribute;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Z", arg0, arg1, arg2); } /// /// @@ -285,7 +285,7 @@ public object GetDefaultAttributeValue(Java.Lang.Class arg0) /// public object GetSupportedAttributeValues(Java.Lang.Class arg0, Javax.Print.DocFlavor arg1, Javax.Print.Attribute.AttributeSet arg2) { - return IExecute("getSupportedAttributeValues", arg0, arg1, arg2); + return IExecuteWithSignature("getSupportedAttributeValues", "(Ljava/lang/Class;Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -295,7 +295,7 @@ public object GetSupportedAttributeValues(Java.Lang.Class arg0, Javax.Print.DocF /// public Javax.Print.Attribute.AttributeSet GetUnsupportedAttributes(Javax.Print.DocFlavor arg0, Javax.Print.Attribute.AttributeSet arg1) { - return IExecute("getUnsupportedAttributes", arg0, arg1); + return IExecuteWithSignature("getUnsupportedAttributes", "(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)Ljavax/print/attribute/AttributeSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Print/PrintServiceLookup.cs b/src/net/JNet/Generated/Javax/Print/PrintServiceLookup.cs index 956450e9d5..c77146e896 100644 --- a/src/net/JNet/Generated/Javax/Print/PrintServiceLookup.cs +++ b/src/net/JNet/Generated/Javax/Print/PrintServiceLookup.cs @@ -114,7 +114,7 @@ public static bool RegisterServiceProvider(Javax.Print.PrintServiceLookup arg0) /// public static Javax.Print.MultiDocPrintService[] LookupMultiDocPrintServices(Javax.Print.DocFlavor[] arg0, Javax.Print.Attribute.AttributeSet arg1) { - return SExecuteArray(LocalBridgeClazz, "lookupMultiDocPrintServices", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "lookupMultiDocPrintServices", "([Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/MultiDocPrintService;", arg0, arg1); } /// /// @@ -132,7 +132,7 @@ public static Javax.Print.PrintService LookupDefaultPrintService() /// public static Javax.Print.PrintService[] LookupPrintServices(Javax.Print.DocFlavor arg0, Javax.Print.Attribute.AttributeSet arg1) { - return SExecuteArray(LocalBridgeClazz, "lookupPrintServices", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "lookupPrintServices", "(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/PrintService;", arg0, arg1); } #endregion @@ -160,7 +160,7 @@ public Javax.Print.PrintService[] PrintServices /// public Javax.Print.MultiDocPrintService[] GetMultiDocPrintServices(Javax.Print.DocFlavor[] arg0, Javax.Print.Attribute.AttributeSet arg1) { - return IExecuteArray("getMultiDocPrintServices", arg0, arg1); + return IExecuteWithSignatureArray("getMultiDocPrintServices", "([Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/MultiDocPrintService;", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public Javax.Print.MultiDocPrintService[] GetMultiDocPrintServices(Javax.Print.D /// public Javax.Print.PrintService[] GetPrintServices(Javax.Print.DocFlavor arg0, Javax.Print.Attribute.AttributeSet arg1) { - return IExecuteArray("getPrintServices", arg0, arg1); + return IExecuteWithSignatureArray("getPrintServices", "(Ljavax/print/DocFlavor;Ljavax/print/attribute/AttributeSet;)[Ljavax/print/PrintService;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/ServiceUI.cs b/src/net/JNet/Generated/Javax/Print/ServiceUI.cs index 08e5100589..f46d7c1ff9 100644 --- a/src/net/JNet/Generated/Javax/Print/ServiceUI.cs +++ b/src/net/JNet/Generated/Javax/Print/ServiceUI.cs @@ -100,7 +100,7 @@ public partial class ServiceUI /// public static Javax.Print.PrintService PrintDialog(Java.Awt.GraphicsConfiguration arg0, int arg1, int arg2, Javax.Print.PrintService[] arg3, Javax.Print.PrintService arg4, Javax.Print.DocFlavor arg5, Javax.Print.Attribute.PrintRequestAttributeSet arg6) { - return SExecute(LocalBridgeClazz, "printDialog", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "printDialog", "(Ljava/awt/GraphicsConfiguration;II[Ljavax/print/PrintService;Ljavax/print/PrintService;Ljavax/print/DocFlavor;Ljavax/print/attribute/PrintRequestAttributeSet;)Ljavax/print/PrintService;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Javax/Print/ServiceUIFactory.cs b/src/net/JNet/Generated/Javax/Print/ServiceUIFactory.cs index 7a07060653..66e2715c5e 100644 --- a/src/net/JNet/Generated/Javax/Print/ServiceUIFactory.cs +++ b/src/net/JNet/Generated/Javax/Print/ServiceUIFactory.cs @@ -148,7 +148,7 @@ public partial class ServiceUIFactory /// public object GetUI(int arg0, Java.Lang.String arg1) { - return IExecute("getUI", arg0, arg1); + return IExecuteWithSignature("getUI", "(ILjava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Print/StreamPrintServiceFactory.cs b/src/net/JNet/Generated/Javax/Print/StreamPrintServiceFactory.cs index 12ed0206b1..67964e7c43 100644 --- a/src/net/JNet/Generated/Javax/Print/StreamPrintServiceFactory.cs +++ b/src/net/JNet/Generated/Javax/Print/StreamPrintServiceFactory.cs @@ -96,7 +96,7 @@ public partial class StreamPrintServiceFactory /// public static Javax.Print.StreamPrintServiceFactory[] LookupStreamPrintServiceFactories(Javax.Print.DocFlavor arg0, Java.Lang.String arg1) { - return SExecuteArray(LocalBridgeClazz, "lookupStreamPrintServiceFactories", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "lookupStreamPrintServiceFactories", "(Ljavax/print/DocFlavor;Ljava/lang/String;)[Ljavax/print/StreamPrintServiceFactory;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Rmi/Ssl/SslRMIClientSocketFactory.cs b/src/net/JNet/Generated/Javax/Rmi/Ssl/SslRMIClientSocketFactory.cs index e0a0ee2b3e..9c4d14a503 100644 --- a/src/net/JNet/Generated/Javax/Rmi/Ssl/SslRMIClientSocketFactory.cs +++ b/src/net/JNet/Generated/Javax/Rmi/Ssl/SslRMIClientSocketFactory.cs @@ -107,7 +107,7 @@ public partial class SslRMIClientSocketFactory /// public Java.Net.Socket CreateSocket(Java.Lang.String arg0, int arg1) { - return IExecute("createSocket", arg0, arg1); + return IExecuteWithSignature("createSocket", "(Ljava/lang/String;I)Ljava/net/Socket;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/AbstractScriptEngine.cs b/src/net/JNet/Generated/Javax/Script/AbstractScriptEngine.cs index 5c590bfd48..cd8de34ef3 100644 --- a/src/net/JNet/Generated/Javax/Script/AbstractScriptEngine.cs +++ b/src/net/JNet/Generated/Javax/Script/AbstractScriptEngine.cs @@ -116,7 +116,7 @@ public Javax.Script.ScriptContext Context /// public object Eval(Java.Io.Reader arg0, Javax.Script.Bindings arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/io/Reader;Ljavax/script/Bindings;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -137,7 +137,7 @@ public object Eval(Java.Io.Reader arg0) /// public object Eval(Java.Lang.String arg0, Javax.Script.Bindings arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/lang/String;Ljavax/script/Bindings;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -174,7 +174,7 @@ public Javax.Script.Bindings GetBindings(int arg0) /// public void Put(Java.Lang.String arg0, object arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public void Put(Java.Lang.String arg0, object arg1) /// public void SetBindings(Javax.Script.Bindings arg0, int arg1) { - IExecute("setBindings", arg0, arg1); + IExecuteWithSignature("setBindings", "(Ljavax/script/Bindings;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/Bindings.cs b/src/net/JNet/Generated/Javax/Script/Bindings.cs index 00d6fc3405..da16fb30ac 100644 --- a/src/net/JNet/Generated/Javax/Script/Bindings.cs +++ b/src/net/JNet/Generated/Javax/Script/Bindings.cs @@ -174,7 +174,7 @@ public object Get(object arg0) /// public object Put(Java.Lang.String arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public void PutAll(Java.Util.Map public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/Invocable.cs b/src/net/JNet/Generated/Javax/Script/Invocable.cs index 29f31e67dd..3c79172776 100644 --- a/src/net/JNet/Generated/Javax/Script/Invocable.cs +++ b/src/net/JNet/Generated/Javax/Script/Invocable.cs @@ -163,7 +163,7 @@ public T GetInterface(Java.Lang.Class arg0) /// public T GetInterface(object arg0, Java.Lang.Class arg1) { - return IExecute("getInterface", arg0, arg1); + return IExecuteWithSignature("getInterface", "(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public T GetInterface(object arg0, Java.Lang.Class arg1) /// public object InvokeFunction(Java.Lang.String arg0, params object[] arg1) { - if (arg1.Length == 0) return IExecute("invokeFunction", arg0); else return IExecute("invokeFunction", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("invokeFunction", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;", arg0); else return IExecuteWithSignature("invokeFunction", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public object InvokeFunction(Java.Lang.String arg0, params object[] arg1) /// public object InvokeMethod(object arg0, Java.Lang.String arg1, params object[] arg2) { - if (arg2.Length == 0) return IExecute("invokeMethod", arg0, arg1); else return IExecute("invokeMethod", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("invokeMethod", "(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); else return IExecuteWithSignature("invokeMethod", "(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/ScriptContext.cs b/src/net/JNet/Generated/Javax/Script/ScriptContext.cs index fd7af54dfb..9c96cd8048 100644 --- a/src/net/JNet/Generated/Javax/Script/ScriptContext.cs +++ b/src/net/JNet/Generated/Javax/Script/ScriptContext.cs @@ -228,7 +228,7 @@ public int GetAttributesScope(Java.Lang.String arg0) /// public object GetAttribute(Java.Lang.String arg0, int arg1) { - return IExecute("getAttribute", arg0, arg1); + return IExecuteWithSignature("getAttribute", "(Ljava/lang/String;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -247,7 +247,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public object RemoveAttribute(Java.Lang.String arg0, int arg1) { - return IExecute("removeAttribute", arg0, arg1); + return IExecuteWithSignature("removeAttribute", "(Ljava/lang/String;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public Javax.Script.Bindings GetBindings(int arg0) /// public void SetAttribute(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("setAttribute", arg0, arg1, arg2); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -275,7 +275,7 @@ public void SetAttribute(Java.Lang.String arg0, object arg1, int arg2) /// public void SetBindings(Javax.Script.Bindings arg0, int arg1) { - IExecute("setBindings", arg0, arg1); + IExecuteWithSignature("setBindings", "(Ljavax/script/Bindings;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/ScriptEngine.cs b/src/net/JNet/Generated/Javax/Script/ScriptEngine.cs index a616bd1061..a1c269d111 100644 --- a/src/net/JNet/Generated/Javax/Script/ScriptEngine.cs +++ b/src/net/JNet/Generated/Javax/Script/ScriptEngine.cs @@ -258,7 +258,7 @@ public Javax.Script.ScriptEngineFactory Factory /// public object Eval(Java.Io.Reader arg0, Javax.Script.Bindings arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/io/Reader;Ljavax/script/Bindings;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public object Eval(Java.Io.Reader arg0, Javax.Script.Bindings arg1) /// public object Eval(Java.Io.Reader arg0, Javax.Script.ScriptContext arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/io/Reader;Ljavax/script/ScriptContext;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -290,7 +290,7 @@ public object Eval(Java.Io.Reader arg0) /// public object Eval(Java.Lang.String arg0, Javax.Script.Bindings arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/lang/String;Ljavax/script/Bindings;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -301,7 +301,7 @@ public object Eval(Java.Lang.String arg0, Javax.Script.Bindings arg1) /// public object Eval(Java.Lang.String arg0, Javax.Script.ScriptContext arg1) { - return IExecute("eval", arg0, arg1); + return IExecuteWithSignature("eval", "(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -346,7 +346,7 @@ public Javax.Script.Bindings GetBindings(int arg0) /// public void Put(Java.Lang.String arg0, object arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -355,7 +355,7 @@ public void Put(Java.Lang.String arg0, object arg1) /// public void SetBindings(Javax.Script.Bindings arg0, int arg1) { - IExecute("setBindings", arg0, arg1); + IExecuteWithSignature("setBindings", "(Ljavax/script/Bindings;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/ScriptEngineFactory.cs b/src/net/JNet/Generated/Javax/Script/ScriptEngineFactory.cs index 26fb2fcf82..d6382ab28a 100644 --- a/src/net/JNet/Generated/Javax/Script/ScriptEngineFactory.cs +++ b/src/net/JNet/Generated/Javax/Script/ScriptEngineFactory.cs @@ -242,7 +242,7 @@ public object GetParameter(Java.Lang.String arg0) /// public Java.Lang.String GetMethodCallSyntax(Java.Lang.String arg0, Java.Lang.String arg1, params Java.Lang.String[] arg2) { - if (arg2.Length == 0) return IExecute("getMethodCallSyntax", arg0, arg1); else return IExecute("getMethodCallSyntax", arg0, arg1, arg2); + if (arg2.Length == 0) return IExecuteWithSignature("getMethodCallSyntax", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); else return IExecuteWithSignature("getMethodCallSyntax", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Script/ScriptEngineManager.cs b/src/net/JNet/Generated/Javax/Script/ScriptEngineManager.cs index 284283cc37..f71beba460 100644 --- a/src/net/JNet/Generated/Javax/Script/ScriptEngineManager.cs +++ b/src/net/JNet/Generated/Javax/Script/ScriptEngineManager.cs @@ -155,7 +155,7 @@ public Javax.Script.ScriptEngine GetEngineByName(Java.Lang.String arg0) /// public void Put(Java.Lang.String arg0, object arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public void Put(Java.Lang.String arg0, object arg1) /// public void RegisterEngineExtension(Java.Lang.String arg0, Javax.Script.ScriptEngineFactory arg1) { - IExecute("registerEngineExtension", arg0, arg1); + IExecuteWithSignature("registerEngineExtension", "(Ljava/lang/String;Ljavax/script/ScriptEngineFactory;)V", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public void RegisterEngineExtension(Java.Lang.String arg0, Javax.Script.ScriptEn /// public void RegisterEngineMimeType(Java.Lang.String arg0, Javax.Script.ScriptEngineFactory arg1) { - IExecute("registerEngineMimeType", arg0, arg1); + IExecuteWithSignature("registerEngineMimeType", "(Ljava/lang/String;Ljavax/script/ScriptEngineFactory;)V", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public void RegisterEngineMimeType(Java.Lang.String arg0, Javax.Script.ScriptEng /// public void RegisterEngineName(Java.Lang.String arg0, Javax.Script.ScriptEngineFactory arg1) { - IExecute("registerEngineName", arg0, arg1); + IExecuteWithSignature("registerEngineName", "(Ljava/lang/String;Ljavax/script/ScriptEngineFactory;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Script/SimpleBindings.cs b/src/net/JNet/Generated/Javax/Script/SimpleBindings.cs index e9187e8d42..16897d2e2e 100644 --- a/src/net/JNet/Generated/Javax/Script/SimpleBindings.cs +++ b/src/net/JNet/Generated/Javax/Script/SimpleBindings.cs @@ -149,7 +149,7 @@ public object Get(object arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public object Put(object arg0, object arg1) /// public object Put(Java.Lang.String arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Script/SimpleScriptContext.cs b/src/net/JNet/Generated/Javax/Script/SimpleScriptContext.cs index 282ff67849..aeb2ca745f 100644 --- a/src/net/JNet/Generated/Javax/Script/SimpleScriptContext.cs +++ b/src/net/JNet/Generated/Javax/Script/SimpleScriptContext.cs @@ -135,7 +135,7 @@ public int GetAttributesScope(Java.Lang.String arg0) /// public object GetAttribute(Java.Lang.String arg0, int arg1) { - return IExecute("getAttribute", arg0, arg1); + return IExecuteWithSignature("getAttribute", "(Ljava/lang/String;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -154,7 +154,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public object RemoveAttribute(Java.Lang.String arg0, int arg1) { - return IExecute("removeAttribute", arg0, arg1); + return IExecuteWithSignature("removeAttribute", "(Ljava/lang/String;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public Javax.Script.Bindings GetBindings(int arg0) /// public void SetAttribute(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("setAttribute", arg0, arg1, arg2); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public void SetAttribute(Java.Lang.String arg0, object arg1, int arg2) /// public void SetBindings(Javax.Script.Bindings arg0, int arg1) { - IExecute("setBindings", arg0, arg1); + IExecuteWithSignature("setBindings", "(Ljavax/script/Bindings;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Security/Auth/Kerberos/KeyTab.cs b/src/net/JNet/Generated/Javax/Security/Auth/Kerberos/KeyTab.cs index ff8ad62304..b640e91133 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/Kerberos/KeyTab.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/Kerberos/KeyTab.cs @@ -117,7 +117,7 @@ public static Javax.Security.Auth.Kerberos.KeyTab GetInstance(Java.Io.File arg0) /// public static Javax.Security.Auth.Kerberos.KeyTab GetInstance(Javax.Security.Auth.Kerberos.KerberosPrincipal arg0, Java.Io.File arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljavax/security/auth/kerberos/KerberosPrincipal;Ljava/io/File;)Ljavax/security/auth/kerberos/KeyTab;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Auth/Login/Configuration.cs b/src/net/JNet/Generated/Javax/Security/Auth/Login/Configuration.cs index b582be8c66..b8af86734b 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/Login/Configuration.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/Login/Configuration.cs @@ -153,7 +153,7 @@ public static Javax.Security.Auth.Login.Configuration GetConfiguration /// public static Javax.Security.Auth.Login.Configuration GetInstance(Java.Lang.String arg0, Javax.Security.Auth.Login.Configuration.Parameters arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljavax/security/auth/login/Configuration$Parameters;Ljava/lang/String;)Ljavax/security/auth/login/Configuration;", arg0, arg1, arg2); } /// /// @@ -165,7 +165,7 @@ public static Javax.Security.Auth.Login.Configuration GetInstance(Java.Lang.Stri /// public static Javax.Security.Auth.Login.Configuration GetInstance(Java.Lang.String arg0, Javax.Security.Auth.Login.Configuration.Parameters arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljavax/security/auth/login/Configuration$Parameters;Ljava/security/Provider;)Ljavax/security/auth/login/Configuration;", arg0, arg1, arg2); } /// /// @@ -176,7 +176,7 @@ public static Javax.Security.Auth.Login.Configuration GetInstance(Java.Lang.Stri /// public static Javax.Security.Auth.Login.Configuration GetInstance(Java.Lang.String arg0, Javax.Security.Auth.Login.Configuration.Parameters arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljavax/security/auth/login/Configuration$Parameters;)Ljavax/security/auth/login/Configuration;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Auth/Spi/LoginModule.cs b/src/net/JNet/Generated/Javax/Security/Auth/Spi/LoginModule.cs index a8ff3d3e26..e3bcecdaa4 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/Spi/LoginModule.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/Spi/LoginModule.cs @@ -187,7 +187,7 @@ public bool Logout() /// public void Initialize(Javax.Security.Auth.Subject arg0, Javax.Security.Auth.Callback.CallbackHandler arg1, Java.Util.Map arg2, Java.Util.Map arg3) { - IExecute("initialize", arg0, arg1, arg2, arg3); + IExecuteWithSignature("initialize", "(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Security/Auth/Subject.cs b/src/net/JNet/Generated/Javax/Security/Auth/Subject.cs index 935cd481e9..4571609a0f 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/Subject.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/Subject.cs @@ -106,7 +106,7 @@ public Subject(bool arg0, Java.Util.Set arg1, Java.Util.Set arg2, Java.U /// public static T DoAs(Javax.Security.Auth.Subject arg0, Java.Security.PrivilegedAction arg1) { - return SExecute(LocalBridgeClazz, "doAs", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "doAs", "(Ljavax/security/auth/Subject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -118,7 +118,7 @@ public static T DoAs(Javax.Security.Auth.Subject arg0, Java.Security.Privileg /// public static T DoAs(Javax.Security.Auth.Subject arg0, Java.Security.PrivilegedExceptionAction arg1) { - return SExecute(LocalBridgeClazz, "doAs", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "doAs", "(Ljavax/security/auth/Subject;Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -130,7 +130,7 @@ public static T DoAs(Javax.Security.Auth.Subject arg0, Java.Security.Privileg /// public static T DoAsPrivileged(Javax.Security.Auth.Subject arg0, Java.Security.PrivilegedAction arg1, Java.Security.AccessControlContext arg2) { - return SExecute(LocalBridgeClazz, "doAsPrivileged", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "doAsPrivileged", "(Ljavax/security/auth/Subject;Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -143,7 +143,7 @@ public static T DoAsPrivileged(Javax.Security.Auth.Subject arg0, Java.Securit /// public static T DoAsPrivileged(Javax.Security.Auth.Subject arg0, Java.Security.PrivilegedExceptionAction arg1, Java.Security.AccessControlContext arg2) { - return SExecute(LocalBridgeClazz, "doAsPrivileged", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "doAsPrivileged", "(Ljavax/security/auth/Subject;Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Auth/SubjectDomainCombiner.cs b/src/net/JNet/Generated/Javax/Security/Auth/SubjectDomainCombiner.cs index 9b6b1df23e..68cf254f30 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/SubjectDomainCombiner.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/SubjectDomainCombiner.cs @@ -113,7 +113,7 @@ public Javax.Security.Auth.Subject Subject /// public Java.Security.ProtectionDomain[] Combine(Java.Security.ProtectionDomain[] arg0, Java.Security.ProtectionDomain[] arg1) { - return IExecuteArray("combine", arg0, arg1); + return IExecuteWithSignatureArray("combine", "([Ljava/security/ProtectionDomain;[Ljava/security/ProtectionDomain;)[Ljava/security/ProtectionDomain;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Security/Auth/X500/X500Principal.cs b/src/net/JNet/Generated/Javax/Security/Auth/X500/X500Principal.cs index ac09b629fb..5b19b867e4 100644 --- a/src/net/JNet/Generated/Javax/Security/Auth/X500/X500Principal.cs +++ b/src/net/JNet/Generated/Javax/Security/Auth/X500/X500Principal.cs @@ -171,7 +171,7 @@ public Java.Lang.String Name /// public Java.Lang.String GetName(Java.Lang.String arg0, Java.Util.Map arg1) { - return IExecute("getName", arg0, arg1); + return IExecuteWithSignature("getName", "(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Sasl/Sasl.cs b/src/net/JNet/Generated/Javax/Security/Sasl/Sasl.cs index 0ca6d06d4f..0659b80f2b 100644 --- a/src/net/JNet/Generated/Javax/Security/Sasl/Sasl.cs +++ b/src/net/JNet/Generated/Javax/Security/Sasl/Sasl.cs @@ -197,7 +197,7 @@ public static Java.Util.Enumeration SaslS /// public static Javax.Security.Sasl.SaslClient CreateSaslClient(Java.Lang.String[] arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Util.Map arg4, Javax.Security.Auth.Callback.CallbackHandler arg5) { - return SExecute(LocalBridgeClazz, "createSaslClient", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createSaslClient", "([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljavax/security/auth/callback/CallbackHandler;)Ljavax/security/sasl/SaslClient;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -211,7 +211,7 @@ public static Javax.Security.Sasl.SaslClient CreateSaslClient(Java.Lang.String[] /// public static Javax.Security.Sasl.SaslServer CreateSaslServer(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Map arg3, Javax.Security.Auth.Callback.CallbackHandler arg4) { - return SExecute(LocalBridgeClazz, "createSaslServer", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createSaslServer", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljavax/security/auth/callback/CallbackHandler;)Ljavax/security/sasl/SaslServer;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Security/Sasl/SaslClient.cs b/src/net/JNet/Generated/Javax/Security/Sasl/SaslClient.cs index 5429b7c13f..6983aeda1f 100644 --- a/src/net/JNet/Generated/Javax/Security/Sasl/SaslClient.cs +++ b/src/net/JNet/Generated/Javax/Security/Sasl/SaslClient.cs @@ -203,7 +203,7 @@ public byte[] EvaluateChallenge(byte[] arg0) /// public byte[] Unwrap(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("unwrap", arg0, arg1, arg2); + return IExecuteWithSignatureArray("unwrap", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -215,7 +215,7 @@ public byte[] Unwrap(byte[] arg0, int arg1, int arg2) /// public byte[] Wrap(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("wrap", arg0, arg1, arg2); + return IExecuteWithSignatureArray("wrap", "([BII)[B", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Sasl/SaslClientFactory.cs b/src/net/JNet/Generated/Javax/Security/Sasl/SaslClientFactory.cs index c777017eec..f39f20f291 100644 --- a/src/net/JNet/Generated/Javax/Security/Sasl/SaslClientFactory.cs +++ b/src/net/JNet/Generated/Javax/Security/Sasl/SaslClientFactory.cs @@ -150,7 +150,7 @@ public Java.Lang.String[] GetMechanismNames(Java.Util.Map public Javax.Security.Sasl.SaslClient CreateSaslClient(Java.Lang.String[] arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Util.Map arg4, Javax.Security.Auth.Callback.CallbackHandler arg5) { - return IExecute("createSaslClient", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("createSaslClient", "([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljavax/security/auth/callback/CallbackHandler;)Ljavax/security/sasl/SaslClient;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Security/Sasl/SaslServer.cs b/src/net/JNet/Generated/Javax/Security/Sasl/SaslServer.cs index 74da1defc2..7fba5b714c 100644 --- a/src/net/JNet/Generated/Javax/Security/Sasl/SaslServer.cs +++ b/src/net/JNet/Generated/Javax/Security/Sasl/SaslServer.cs @@ -201,7 +201,7 @@ public byte[] EvaluateResponse(byte[] arg0) /// public byte[] Unwrap(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("unwrap", arg0, arg1, arg2); + return IExecuteWithSignatureArray("unwrap", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -213,7 +213,7 @@ public byte[] Unwrap(byte[] arg0, int arg1, int arg2) /// public byte[] Wrap(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("wrap", arg0, arg1, arg2); + return IExecuteWithSignatureArray("wrap", "([BII)[B", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Security/Sasl/SaslServerFactory.cs b/src/net/JNet/Generated/Javax/Security/Sasl/SaslServerFactory.cs index b624aea043..45d5ce6967 100644 --- a/src/net/JNet/Generated/Javax/Security/Sasl/SaslServerFactory.cs +++ b/src/net/JNet/Generated/Javax/Security/Sasl/SaslServerFactory.cs @@ -148,7 +148,7 @@ public Java.Lang.String[] GetMechanismNames(Java.Util.Map public Javax.Security.Sasl.SaslServer CreateSaslServer(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Map arg3, Javax.Security.Auth.Callback.CallbackHandler arg4) { - return IExecute("createSaslServer", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createSaslServer", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljavax/security/auth/callback/CallbackHandler;)Ljavax/security/sasl/SaslServer;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Smartcardio/Card.cs b/src/net/JNet/Generated/Javax/Smartcardio/Card.cs index ccc9543394..98356940da 100644 --- a/src/net/JNet/Generated/Javax/Smartcardio/Card.cs +++ b/src/net/JNet/Generated/Javax/Smartcardio/Card.cs @@ -122,7 +122,7 @@ public Java.Lang.String Protocol /// public byte[] TransmitControlCommand(int arg0, byte[] arg1) { - return IExecuteArray("transmitControlCommand", arg0, arg1); + return IExecuteWithSignatureArray("transmitControlCommand", "(I[B)[B", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Smartcardio/CardChannel.cs b/src/net/JNet/Generated/Javax/Smartcardio/CardChannel.cs index 9ec374f978..be495c513e 100644 --- a/src/net/JNet/Generated/Javax/Smartcardio/CardChannel.cs +++ b/src/net/JNet/Generated/Javax/Smartcardio/CardChannel.cs @@ -115,7 +115,7 @@ public int ChannelNumber /// public int Transmit(Java.Nio.ByteBuffer arg0, Java.Nio.ByteBuffer arg1) { - return IExecute("transmit", arg0, arg1); + return IExecuteWithSignature("transmit", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Smartcardio/TerminalFactory.cs b/src/net/JNet/Generated/Javax/Smartcardio/TerminalFactory.cs index 9de832c40f..d40603ffba 100644 --- a/src/net/JNet/Generated/Javax/Smartcardio/TerminalFactory.cs +++ b/src/net/JNet/Generated/Javax/Smartcardio/TerminalFactory.cs @@ -111,7 +111,7 @@ public static Java.Lang.String DefaultType /// public static Javax.Smartcardio.TerminalFactory GetInstance(Java.Lang.String arg0, object arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)Ljavax/smartcardio/TerminalFactory;", arg0, arg1, arg2); } /// /// @@ -123,7 +123,7 @@ public static Javax.Smartcardio.TerminalFactory GetInstance(Java.Lang.String arg /// public static Javax.Smartcardio.TerminalFactory GetInstance(Java.Lang.String arg0, object arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/Object;Ljava/security/Provider;)Ljavax/smartcardio/TerminalFactory;", arg0, arg1, arg2); } /// /// @@ -134,7 +134,7 @@ public static Javax.Smartcardio.TerminalFactory GetInstance(Java.Lang.String arg /// public static Javax.Smartcardio.TerminalFactory GetInstance(Java.Lang.String arg0, object arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/Object;)Ljavax/smartcardio/TerminalFactory;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/MetaMessage.cs b/src/net/JNet/Generated/Javax/Sound/Midi/MetaMessage.cs index c85c3cc4ec..3894b7258a 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/MetaMessage.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/MetaMessage.cs @@ -130,7 +130,7 @@ public int Type /// public void SetMessage(int arg0, byte[] arg1, int arg2) { - IExecute("setMessage", arg0, arg1, arg2); + IExecuteWithSignature("setMessage", "(I[BI)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/MidiChannel.cs b/src/net/JNet/Generated/Javax/Sound/Midi/MidiChannel.cs index e63aa541f1..5627cf8f77 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/MidiChannel.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/MidiChannel.cs @@ -305,7 +305,7 @@ public void AllSoundOff() /// public void ControlChange(int arg0, int arg1) { - IExecute("controlChange", arg0, arg1); + IExecuteWithSignature("controlChange", "(II)V", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public void ControlChange(int arg0, int arg1) /// public void NoteOff(int arg0, int arg1) { - IExecute("noteOff", arg0, arg1); + IExecuteWithSignature("noteOff", "(II)V", arg0, arg1); } /// /// @@ -331,7 +331,7 @@ public void NoteOff(int arg0) /// public void NoteOn(int arg0, int arg1) { - IExecute("noteOn", arg0, arg1); + IExecuteWithSignature("noteOn", "(II)V", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public void NoteOn(int arg0, int arg1) /// public void ProgramChange(int arg0, int arg1) { - IExecute("programChange", arg0, arg1); + IExecuteWithSignature("programChange", "(II)V", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public void ResetAllControllers() /// public void SetPolyPressure(int arg0, int arg1) { - IExecute("setPolyPressure", arg0, arg1); + IExecuteWithSignature("setPolyPressure", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/MidiSystem.cs b/src/net/JNet/Generated/Javax/Sound/Midi/MidiSystem.cs index f2d9042453..f62e8d4f41 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/MidiSystem.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/MidiSystem.cs @@ -136,7 +136,7 @@ public static Javax.Sound.Midi.Transmitter Transmitter /// public static bool IsFileTypeSupported(int arg0, Javax.Sound.Midi.Sequence arg1) { - return SExecute(LocalBridgeClazz, "isFileTypeSupported", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isFileTypeSupported", "(ILjavax/sound/midi/Sequence;)Z", arg0, arg1); } /// /// @@ -157,7 +157,7 @@ public static bool IsFileTypeSupported(int arg0) /// public static int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.File arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljavax/sound/midi/Sequence;ILjava/io/File;)I", arg0, arg1, arg2); } /// /// @@ -169,7 +169,7 @@ public static int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.File a /// public static int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.OutputStream arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljavax/sound/midi/Sequence;ILjava/io/OutputStream;)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/Receiver.cs b/src/net/JNet/Generated/Javax/Sound/Midi/Receiver.cs index a9c209967b..1bd25386a5 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/Receiver.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/Receiver.cs @@ -134,7 +134,7 @@ public void Close() /// public void Send(Javax.Sound.Midi.MidiMessage arg0, long arg1) { - IExecute("send", arg0, arg1); + IExecuteWithSignature("send", "(Ljavax/sound/midi/MidiMessage;J)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/Sequencer.cs b/src/net/JNet/Generated/Javax/Sound/Midi/Sequencer.cs index 8f79d7e192..9fc6e3978f 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/Sequencer.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/Sequencer.cs @@ -476,7 +476,7 @@ public bool IsRunning() /// public int[] AddControllerEventListener(Javax.Sound.Midi.ControllerEventListener arg0, int[] arg1) { - return IExecuteArray("addControllerEventListener", arg0, arg1); + return IExecuteWithSignatureArray("addControllerEventListener", "(Ljavax/sound/midi/ControllerEventListener;[I)[I", arg0, arg1); } /// /// @@ -486,7 +486,7 @@ public int[] AddControllerEventListener(Javax.Sound.Midi.ControllerEventListener /// public int[] RemoveControllerEventListener(Javax.Sound.Midi.ControllerEventListener arg0, int[] arg1) { - return IExecuteArray("removeControllerEventListener", arg0, arg1); + return IExecuteWithSignatureArray("removeControllerEventListener", "(Ljavax/sound/midi/ControllerEventListener;[I)[I", arg0, arg1); } /// /// @@ -503,7 +503,7 @@ public void RecordDisable(Javax.Sound.Midi.Track arg0) /// public void RecordEnable(Javax.Sound.Midi.Track arg0, int arg1) { - IExecute("recordEnable", arg0, arg1); + IExecuteWithSignature("recordEnable", "(Ljavax/sound/midi/Track;I)V", arg0, arg1); } /// /// @@ -539,7 +539,7 @@ public void SetSequence(Javax.Sound.Midi.Sequence arg0) /// public void SetTrackMute(int arg0, bool arg1) { - IExecute("setTrackMute", arg0, arg1); + IExecuteWithSignature("setTrackMute", "(IZ)V", arg0, arg1); } /// /// @@ -548,7 +548,7 @@ public void SetTrackMute(int arg0, bool arg1) /// public void SetTrackSolo(int arg0, bool arg1) { - IExecute("setTrackSolo", arg0, arg1); + IExecuteWithSignature("setTrackSolo", "(IZ)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/ShortMessage.cs b/src/net/JNet/Generated/Javax/Sound/Midi/ShortMessage.cs index e8ffe99154..5372987214 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/ShortMessage.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/ShortMessage.cs @@ -268,7 +268,7 @@ public int Data2 /// public void SetMessage(int arg0, int arg1, int arg2, int arg3) { - IExecute("setMessage", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setMessage", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -279,7 +279,7 @@ public void SetMessage(int arg0, int arg1, int arg2, int arg3) /// public void SetMessage(int arg0, int arg1, int arg2) { - IExecute("setMessage", arg0, arg1, arg2); + IExecuteWithSignature("setMessage", "(III)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/Spi/MidiFileWriter.cs b/src/net/JNet/Generated/Javax/Sound/Midi/Spi/MidiFileWriter.cs index 58602b1a0c..1239670629 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/Spi/MidiFileWriter.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/Spi/MidiFileWriter.cs @@ -109,7 +109,7 @@ public int[] MidiFileTypes /// public int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.File arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "(Ljavax/sound/midi/Sequence;ILjava/io/File;)I", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.File arg2) /// public int Write(Javax.Sound.Midi.Sequence arg0, int arg1, Java.Io.OutputStream arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "(Ljavax/sound/midi/Sequence;ILjava/io/OutputStream;)I", arg0, arg1, arg2); } /// /// @@ -140,7 +140,7 @@ public int[] GetMidiFileTypes(Javax.Sound.Midi.Sequence arg0) /// public bool IsFileTypeSupported(int arg0, Javax.Sound.Midi.Sequence arg1) { - return IExecute("isFileTypeSupported", arg0, arg1); + return IExecuteWithSignature("isFileTypeSupported", "(ILjavax/sound/midi/Sequence;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/Synthesizer.cs b/src/net/JNet/Generated/Javax/Sound/Midi/Synthesizer.cs index 5a7b8fbfab..c6e7780b2d 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/Synthesizer.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/Synthesizer.cs @@ -270,7 +270,7 @@ public bool LoadInstrument(Javax.Sound.Midi.Instrument arg0) /// public bool LoadInstruments(Javax.Sound.Midi.Soundbank arg0, Javax.Sound.Midi.Patch[] arg1) { - return IExecute("loadInstruments", arg0, arg1); + return IExecuteWithSignature("loadInstruments", "(Ljavax/sound/midi/Soundbank;[Ljavax/sound/midi/Patch;)Z", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public bool LoadInstruments(Javax.Sound.Midi.Soundbank arg0, Javax.Sound.Midi.Pa /// public bool RemapInstrument(Javax.Sound.Midi.Instrument arg0, Javax.Sound.Midi.Instrument arg1) { - return IExecute("remapInstrument", arg0, arg1); + return IExecuteWithSignature("remapInstrument", "(Ljavax/sound/midi/Instrument;Ljavax/sound/midi/Instrument;)Z", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public void UnloadInstrument(Javax.Sound.Midi.Instrument arg0) /// public void UnloadInstruments(Javax.Sound.Midi.Soundbank arg0, Javax.Sound.Midi.Patch[] arg1) { - IExecute("unloadInstruments", arg0, arg1); + IExecuteWithSignature("unloadInstruments", "(Ljavax/sound/midi/Soundbank;[Ljavax/sound/midi/Patch;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Midi/SysexMessage.cs b/src/net/JNet/Generated/Javax/Sound/Midi/SysexMessage.cs index a071242029..aba7089a14 100644 --- a/src/net/JNet/Generated/Javax/Sound/Midi/SysexMessage.cs +++ b/src/net/JNet/Generated/Javax/Sound/Midi/SysexMessage.cs @@ -138,7 +138,7 @@ public byte[] Data /// public void SetMessage(byte[] arg0, int arg1) { - IExecute("setMessage", arg0, arg1); + IExecuteWithSignature("setMessage", "([BI)V", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public void SetMessage(byte[] arg0, int arg1) /// public void SetMessage(int arg0, byte[] arg1, int arg2) { - IExecute("setMessage", arg0, arg1, arg2); + IExecuteWithSignature("setMessage", "(I[BI)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/AudioSystem.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/AudioSystem.cs index 47a77c1cd5..9458e7a8ef 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/AudioSystem.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/AudioSystem.cs @@ -121,7 +121,7 @@ public static Javax.Sound.Sampled.Mixer.Info[] MixerInfo /// public static bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return SExecute(LocalBridgeClazz, "isConversionSupported", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isConversionSupported", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioFormat;)Z", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat arg0, J /// public static bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return SExecute(LocalBridgeClazz, "isConversionSupported", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isConversionSupported", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioFormat;)Z", arg0, arg1); } /// /// @@ -141,7 +141,7 @@ public static bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat.Encodin /// public static bool IsFileTypeSupported(Javax.Sound.Sampled.AudioFileFormat.Type arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return SExecute(LocalBridgeClazz, "isFileTypeSupported", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isFileTypeSupported", "(Ljavax/sound/sampled/AudioFileFormat$Type;Ljavax/sound/sampled/AudioInputStream;)Z", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public static bool IsLineSupported(Javax.Sound.Sampled.Line.Info arg0) /// public static int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.Sampled.AudioFileFormat.Type arg1, Java.Io.File arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljavax/sound/sampled/AudioInputStream;Ljavax/sound/sampled/AudioFileFormat$Type;Ljava/io/File;)I", arg0, arg1, arg2); } /// /// @@ -183,7 +183,7 @@ public static int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.S /// public static int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.Sampled.AudioFileFormat.Type arg1, Java.Io.OutputStream arg2) { - return SExecute(LocalBridgeClazz, "write", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "write", "(Ljavax/sound/sampled/AudioInputStream;Ljavax/sound/sampled/AudioFileFormat$Type;Ljava/io/OutputStream;)I", arg0, arg1, arg2); } /// /// @@ -235,7 +235,7 @@ public static Javax.Sound.Sampled.AudioFileFormat.Type[] GetAudioFileTypes(Javax /// public static Javax.Sound.Sampled.AudioFormat[] GetTargetFormats(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return SExecuteArray(LocalBridgeClazz, "getTargetFormats", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "getTargetFormats", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioFormat;)[Ljavax/sound/sampled/AudioFormat;", arg0, arg1); } /// /// @@ -296,7 +296,7 @@ public static Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Java.Net. /// public static Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return SExecute(LocalBridgeClazz, "getAudioInputStream", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAudioInputStream", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioInputStream;)Ljavax/sound/sampled/AudioInputStream;", arg0, arg1); } /// /// @@ -306,7 +306,7 @@ public static Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sou /// public static Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return SExecute(LocalBridgeClazz, "getAudioInputStream", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAudioInputStream", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioInputStream;)Ljavax/sound/sampled/AudioInputStream;", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public static Javax.Sound.Sampled.Mixer GetMixer(Javax.Sound.Sampled.Mixer.Info /// public static Javax.Sound.Sampled.SourceDataLine GetSourceDataLine(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.Mixer.Info arg1) { - return SExecute(LocalBridgeClazz, "getSourceDataLine", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getSourceDataLine", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/Mixer$Info;)Ljavax/sound/sampled/SourceDataLine;", arg0, arg1); } /// /// @@ -385,7 +385,7 @@ public static Javax.Sound.Sampled.SourceDataLine GetSourceDataLine(Javax.Sound.S /// public static Javax.Sound.Sampled.TargetDataLine GetTargetDataLine(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.Mixer.Info arg1) { - return SExecute(LocalBridgeClazz, "getTargetDataLine", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getTargetDataLine", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/Mixer$Info;)Ljavax/sound/sampled/TargetDataLine;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/Clip.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/Clip.cs index 832ba1bec7..fc7f9b2a7d 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/Clip.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/Clip.cs @@ -193,7 +193,7 @@ public void Loop(int arg0) /// public void Open(Javax.Sound.Sampled.AudioFormat arg0, byte[] arg1, int arg2, int arg3) { - IExecute("open", arg0, arg1, arg2, arg3); + IExecuteWithSignature("open", "(Ljavax/sound/sampled/AudioFormat;[BII)V", arg0, arg1, arg2, arg3); } /// /// @@ -220,7 +220,7 @@ public void SetFramePosition(int arg0) /// public void SetLoopPoints(int arg0, int arg1) { - IExecute("setLoopPoints", arg0, arg1); + IExecuteWithSignature("setLoopPoints", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/FloatControl.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/FloatControl.cs index 887153a3a7..6170f34c47 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/FloatControl.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/FloatControl.cs @@ -208,7 +208,7 @@ public float Value /// public void Shift(float arg0, float arg1, int arg2) { - IExecute("shift", arg0, arg1, arg2); + IExecuteWithSignature("shift", "(FFI)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/Mixer.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/Mixer.cs index 7d7e4a3981..653a16a8c1 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/Mixer.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/Mixer.cs @@ -276,7 +276,7 @@ public bool IsLineSupported(Javax.Sound.Sampled.Line.Info arg0) /// public bool IsSynchronizationSupported(Javax.Sound.Sampled.Line[] arg0, bool arg1) { - return IExecute("isSynchronizationSupported", arg0, arg1); + return IExecuteWithSignature("isSynchronizationSupported", "([Ljavax/sound/sampled/Line;Z)Z", arg0, arg1); } /// /// @@ -322,7 +322,7 @@ public Javax.Sound.Sampled.Line.Info[] GetTargetLineInfo(Javax.Sound.Sampled.Lin /// public void Synchronize(Javax.Sound.Sampled.Line[] arg0, bool arg1) { - IExecute("synchronize", arg0, arg1); + IExecuteWithSignature("synchronize", "([Ljavax/sound/sampled/Line;Z)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/SourceDataLine.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/SourceDataLine.cs index 9400c30b1a..297efc7884 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/SourceDataLine.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/SourceDataLine.cs @@ -140,7 +140,7 @@ public partial class SourceDataLine : Javax.Sound.Sampled.ISourceDataLine /// public int Write(byte[] arg0, int arg1, int arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "([BII)I", arg0, arg1, arg2); } /// /// @@ -150,7 +150,7 @@ public int Write(byte[] arg0, int arg1, int arg2) /// public void Open(Javax.Sound.Sampled.AudioFormat arg0, int arg1) { - IExecute("open", arg0, arg1); + IExecuteWithSignature("open", "(Ljavax/sound/sampled/AudioFormat;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/AudioFileWriter.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/AudioFileWriter.cs index 944464c2ab..a7b12070bc 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/AudioFileWriter.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/AudioFileWriter.cs @@ -109,7 +109,7 @@ public Javax.Sound.Sampled.AudioFileFormat.Type[] AudioFileTypes /// public int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.Sampled.AudioFileFormat.Type arg1, Java.Io.File arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "(Ljavax/sound/sampled/AudioInputStream;Ljavax/sound/sampled/AudioFileFormat$Type;Ljava/io/File;)I", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.Sampled. /// public int Write(Javax.Sound.Sampled.AudioInputStream arg0, Javax.Sound.Sampled.AudioFileFormat.Type arg1, Java.Io.OutputStream arg2) { - return IExecute("write", arg0, arg1, arg2); + return IExecuteWithSignature("write", "(Ljavax/sound/sampled/AudioInputStream;Ljavax/sound/sampled/AudioFileFormat$Type;Ljava/io/OutputStream;)I", arg0, arg1, arg2); } /// /// @@ -140,7 +140,7 @@ public Javax.Sound.Sampled.AudioFileFormat.Type[] GetAudioFileTypes(Javax.Sound. /// public bool IsFileTypeSupported(Javax.Sound.Sampled.AudioFileFormat.Type arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return IExecute("isFileTypeSupported", arg0, arg1); + return IExecuteWithSignature("isFileTypeSupported", "(Ljavax/sound/sampled/AudioFileFormat$Type;Ljavax/sound/sampled/AudioInputStream;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/FormatConversionProvider.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/FormatConversionProvider.cs index a464f57947..0748394c7f 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/FormatConversionProvider.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/Spi/FormatConversionProvider.cs @@ -114,7 +114,7 @@ public Javax.Sound.Sampled.AudioFormat.Encoding[] TargetEncodings /// public Javax.Sound.Sampled.AudioFormat[] GetTargetFormats(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return IExecuteArray("getTargetFormats", arg0, arg1); + return IExecuteWithSignatureArray("getTargetFormats", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioFormat;)[Ljavax/sound/sampled/AudioFormat;", arg0, arg1); } /// /// @@ -133,7 +133,7 @@ public Javax.Sound.Sampled.AudioFormat.Encoding[] GetTargetEncodings(Javax.Sound /// public Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return IExecute("getAudioInputStream", arg0, arg1); + return IExecuteWithSignature("getAudioInputStream", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioInputStream;)Ljavax/sound/sampled/AudioInputStream;", arg0, arg1); } /// /// @@ -143,7 +143,7 @@ public Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Samp /// public Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioInputStream arg1) { - return IExecute("getAudioInputStream", arg0, arg1); + return IExecuteWithSignature("getAudioInputStream", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioInputStream;)Ljavax/sound/sampled/AudioInputStream;", arg0, arg1); } /// /// @@ -153,7 +153,7 @@ public Javax.Sound.Sampled.AudioInputStream GetAudioInputStream(Javax.Sound.Samp /// public bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return IExecute("isConversionSupported", arg0, arg1); + return IExecuteWithSignature("isConversionSupported", "(Ljavax/sound/sampled/AudioFormat;Ljavax/sound/sampled/AudioFormat;)Z", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat arg0, Javax.So /// public bool IsConversionSupported(Javax.Sound.Sampled.AudioFormat.Encoding arg0, Javax.Sound.Sampled.AudioFormat arg1) { - return IExecute("isConversionSupported", arg0, arg1); + return IExecuteWithSignature("isConversionSupported", "(Ljavax/sound/sampled/AudioFormat$Encoding;Ljavax/sound/sampled/AudioFormat;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sound/Sampled/TargetDataLine.cs b/src/net/JNet/Generated/Javax/Sound/Sampled/TargetDataLine.cs index 41d9354090..067dbb1889 100644 --- a/src/net/JNet/Generated/Javax/Sound/Sampled/TargetDataLine.cs +++ b/src/net/JNet/Generated/Javax/Sound/Sampled/TargetDataLine.cs @@ -140,7 +140,7 @@ public partial class TargetDataLine : Javax.Sound.Sampled.ITargetDataLine /// public int Read(byte[] arg0, int arg1, int arg2) { - return IExecute("read", arg0, arg1, arg2); + return IExecuteWithSignature("read", "([BII)I", arg0, arg1, arg2); } /// /// @@ -150,7 +150,7 @@ public int Read(byte[] arg0, int arg1, int arg2) /// public void Open(Javax.Sound.Sampled.AudioFormat arg0, int arg1) { - IExecute("open", arg0, arg1); + IExecuteWithSignature("open", "(Ljavax/sound/sampled/AudioFormat;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/ConnectionPoolDataSource.cs b/src/net/JNet/Generated/Javax/Sql/ConnectionPoolDataSource.cs index 8a79e299ed..02aa7b7cf7 100644 --- a/src/net/JNet/Generated/Javax/Sql/ConnectionPoolDataSource.cs +++ b/src/net/JNet/Generated/Javax/Sql/ConnectionPoolDataSource.cs @@ -166,7 +166,7 @@ public Javax.Sql.PooledConnection PooledConnection /// public Javax.Sql.PooledConnection GetPooledConnection(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getPooledConnection", arg0, arg1); + return IExecuteWithSignature("getPooledConnection", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/sql/PooledConnection;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/DataSource.cs b/src/net/JNet/Generated/Javax/Sql/DataSource.cs index 8221525400..15b94cf8d6 100644 --- a/src/net/JNet/Generated/Javax/Sql/DataSource.cs +++ b/src/net/JNet/Generated/Javax/Sql/DataSource.cs @@ -174,7 +174,7 @@ public Java.Io.PrintWriter LogWriter /// public Java.Sql.Connection GetConnection(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getConnection", arg0, arg1); + return IExecuteWithSignature("getConnection", "(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/RowSet.cs b/src/net/JNet/Generated/Javax/Sql/RowSet.cs index ad25153b36..275b83de3b 100644 --- a/src/net/JNet/Generated/Javax/Sql/RowSet.cs +++ b/src/net/JNet/Generated/Javax/Sql/RowSet.cs @@ -945,7 +945,7 @@ public void RemoveRowSetListener(Javax.Sql.RowSetListener arg0) /// public void SetArray(int arg0, Java.Sql.Array arg1) { - IExecute("setArray", arg0, arg1); + IExecuteWithSignature("setArray", "(ILjava/sql/Array;)V", arg0, arg1); } /// /// @@ -956,7 +956,7 @@ public void SetArray(int arg0, Java.Sql.Array arg1) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -966,7 +966,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -977,7 +977,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -987,7 +987,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -997,7 +997,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(ILjava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -1007,7 +1007,7 @@ public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) /// public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(Ljava/lang/String;Ljava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -1018,7 +1018,7 @@ public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -1028,7 +1028,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1039,7 +1039,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -1049,7 +1049,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1060,7 +1060,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -1070,7 +1070,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(int arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1080,7 +1080,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/sql/Blob;)V", arg0, arg1); } /// /// @@ -1091,7 +1091,7 @@ public void SetBlob(int arg0, Java.Sql.Blob arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -1101,7 +1101,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -1111,7 +1111,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/sql/Blob;)V", arg0, arg1); } /// /// @@ -1121,7 +1121,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) /// public void SetBoolean(int arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(IZ)V", arg0, arg1); } /// /// @@ -1131,7 +1131,7 @@ public void SetBoolean(int arg0, bool arg1) /// public void SetBoolean(Java.Lang.String arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -1141,7 +1141,7 @@ public void SetBoolean(Java.Lang.String arg0, bool arg1) /// public void SetByte(int arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(IB)V", arg0, arg1); } /// /// @@ -1151,7 +1151,7 @@ public void SetByte(int arg0, byte arg1) /// public void SetByte(Java.Lang.String arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(Ljava/lang/String;B)V", arg0, arg1); } /// /// @@ -1161,7 +1161,7 @@ public void SetByte(Java.Lang.String arg0, byte arg1) /// public void SetBytes(int arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(I[B)V", arg0, arg1); } /// /// @@ -1171,7 +1171,7 @@ public void SetBytes(int arg0, byte[] arg1) /// public void SetBytes(Java.Lang.String arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(Ljava/lang/String;[B)V", arg0, arg1); } /// /// @@ -1182,7 +1182,7 @@ public void SetBytes(Java.Lang.String arg0, byte[] arg1) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -1192,7 +1192,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -1203,7 +1203,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -1213,7 +1213,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int a /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1224,7 +1224,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1234,7 +1234,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(int arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -1244,7 +1244,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/sql/Clob;)V", arg0, arg1); } /// /// @@ -1255,7 +1255,7 @@ public void SetClob(int arg0, Java.Sql.Clob arg1) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1265,7 +1265,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1275,7 +1275,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(Java.Lang.String arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/sql/Clob;)V", arg0, arg1); } /// /// @@ -1295,7 +1295,7 @@ public void SetConcurrency(int arg0) /// public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1305,7 +1305,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) /// public void SetDate(int arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;)V", arg0, arg1); } /// /// @@ -1316,7 +1316,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1) /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1326,7 +1326,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calenda /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;)V", arg0, arg1); } /// /// @@ -1336,7 +1336,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) /// public void SetDouble(int arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(ID)V", arg0, arg1); } /// /// @@ -1346,7 +1346,7 @@ public void SetDouble(int arg0, double arg1) /// public void SetDouble(Java.Lang.String arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -1356,7 +1356,7 @@ public void SetDouble(Java.Lang.String arg0, double arg1) /// public void SetFloat(int arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(IF)V", arg0, arg1); } /// /// @@ -1366,7 +1366,7 @@ public void SetFloat(int arg0, float arg1) /// public void SetFloat(Java.Lang.String arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -1376,7 +1376,7 @@ public void SetFloat(Java.Lang.String arg0, float arg1) /// public void SetInt(int arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(II)V", arg0, arg1); } /// /// @@ -1386,7 +1386,7 @@ public void SetInt(int arg0, int arg1) /// public void SetInt(Java.Lang.String arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -1396,7 +1396,7 @@ public void SetInt(Java.Lang.String arg0, int arg1) /// public void SetLong(int arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(IJ)V", arg0, arg1); } /// /// @@ -1406,7 +1406,7 @@ public void SetLong(int arg0, long arg1) /// public void SetLong(Java.Lang.String arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// @@ -1417,7 +1417,7 @@ public void SetLong(Java.Lang.String arg0, long arg1) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1427,7 +1427,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -1438,7 +1438,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1448,7 +1448,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1459,7 +1459,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1469,7 +1469,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(int arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -1479,7 +1479,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/sql/NClob;)V", arg0, arg1); } /// /// @@ -1490,7 +1490,7 @@ public void SetNClob(int arg0, Java.Sql.NClob arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -1500,7 +1500,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -1510,7 +1510,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/sql/NClob;)V", arg0, arg1); } /// /// @@ -1520,7 +1520,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) /// public void SetNString(int arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -1530,7 +1530,7 @@ public void SetNString(int arg0, Java.Lang.String arg1) /// public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -1541,7 +1541,7 @@ public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetNull(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -1551,7 +1551,7 @@ public void SetNull(int arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(int arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(II)V", arg0, arg1); } /// /// @@ -1562,7 +1562,7 @@ public void SetNull(int arg0, int arg1) /// public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(Ljava/lang/String;ILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -1572,7 +1572,7 @@ public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(Java.Lang.String arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -1584,7 +1584,7 @@ public void SetNull(Java.Lang.String arg0, int arg1) /// public void SetObject(int arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -1595,7 +1595,7 @@ public void SetObject(int arg0, object arg1, int arg2, int arg3) /// public void SetObject(int arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -1605,7 +1605,7 @@ public void SetObject(int arg0, object arg1, int arg2) /// public void SetObject(int arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -1617,7 +1617,7 @@ public void SetObject(int arg0, object arg1) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -1628,7 +1628,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -1638,7 +1638,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2) /// public void SetObject(Java.Lang.String arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -1657,7 +1657,7 @@ public void SetReadOnly(bool arg0) /// public void SetRef(int arg0, Java.Sql.Ref arg1) { - IExecute("setRef", arg0, arg1); + IExecuteWithSignature("setRef", "(ILjava/sql/Ref;)V", arg0, arg1); } /// /// @@ -1667,7 +1667,7 @@ public void SetRef(int arg0, Java.Sql.Ref arg1) /// public void SetRowId(int arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(ILjava/sql/RowId;)V", arg0, arg1); } /// /// @@ -1677,7 +1677,7 @@ public void SetRowId(int arg0, Java.Sql.RowId arg1) /// public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(Ljava/lang/String;Ljava/sql/RowId;)V", arg0, arg1); } /// /// @@ -1687,7 +1687,7 @@ public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) /// public void SetShort(int arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(IS)V", arg0, arg1); } /// /// @@ -1697,7 +1697,7 @@ public void SetShort(int arg0, short arg1) /// public void SetShort(Java.Lang.String arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(Ljava/lang/String;S)V", arg0, arg1); } /// /// @@ -1707,7 +1707,7 @@ public void SetShort(Java.Lang.String arg0, short arg1) /// public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(ILjava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -1717,7 +1717,7 @@ public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) /// public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(Ljava/lang/String;Ljava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -1727,7 +1727,7 @@ public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) /// public void SetString(int arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -1737,7 +1737,7 @@ public void SetString(int arg0, Java.Lang.String arg1) /// public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -1748,7 +1748,7 @@ public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1758,7 +1758,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) /// public void SetTime(int arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;)V", arg0, arg1); } /// /// @@ -1769,7 +1769,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1) /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1779,7 +1779,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calenda /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;)V", arg0, arg1); } /// /// @@ -1790,7 +1790,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1800,7 +1800,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar a /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -1811,7 +1811,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1821,7 +1821,7 @@ public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Ut /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -1840,7 +1840,7 @@ public void SetType(int arg0) /// public void SetURL(int arg0, Java.Net.URL arg1) { - IExecute("setURL", arg0, arg1); + IExecuteWithSignature("setURL", "(ILjava/net/URL;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/RowSetMetaData.cs b/src/net/JNet/Generated/Javax/Sql/RowSetMetaData.cs index af81075d58..a8c9cc6619 100644 --- a/src/net/JNet/Generated/Javax/Sql/RowSetMetaData.cs +++ b/src/net/JNet/Generated/Javax/Sql/RowSetMetaData.cs @@ -236,7 +236,7 @@ public partial class RowSetMetaData : Javax.Sql.IRowSetMetaData /// public void SetAutoIncrement(int arg0, bool arg1) { - IExecute("setAutoIncrement", arg0, arg1); + IExecuteWithSignature("setAutoIncrement", "(IZ)V", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public void SetAutoIncrement(int arg0, bool arg1) /// public void SetCaseSensitive(int arg0, bool arg1) { - IExecute("setCaseSensitive", arg0, arg1); + IExecuteWithSignature("setCaseSensitive", "(IZ)V", arg0, arg1); } /// /// @@ -256,7 +256,7 @@ public void SetCaseSensitive(int arg0, bool arg1) /// public void SetCatalogName(int arg0, Java.Lang.String arg1) { - IExecute("setCatalogName", arg0, arg1); + IExecuteWithSignature("setCatalogName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -275,7 +275,7 @@ public void SetColumnCount(int arg0) /// public void SetColumnDisplaySize(int arg0, int arg1) { - IExecute("setColumnDisplaySize", arg0, arg1); + IExecuteWithSignature("setColumnDisplaySize", "(II)V", arg0, arg1); } /// /// @@ -285,7 +285,7 @@ public void SetColumnDisplaySize(int arg0, int arg1) /// public void SetColumnLabel(int arg0, Java.Lang.String arg1) { - IExecute("setColumnLabel", arg0, arg1); + IExecuteWithSignature("setColumnLabel", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -295,7 +295,7 @@ public void SetColumnLabel(int arg0, Java.Lang.String arg1) /// public void SetColumnName(int arg0, Java.Lang.String arg1) { - IExecute("setColumnName", arg0, arg1); + IExecuteWithSignature("setColumnName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public void SetColumnName(int arg0, Java.Lang.String arg1) /// public void SetColumnType(int arg0, int arg1) { - IExecute("setColumnType", arg0, arg1); + IExecuteWithSignature("setColumnType", "(II)V", arg0, arg1); } /// /// @@ -315,7 +315,7 @@ public void SetColumnType(int arg0, int arg1) /// public void SetColumnTypeName(int arg0, Java.Lang.String arg1) { - IExecute("setColumnTypeName", arg0, arg1); + IExecuteWithSignature("setColumnTypeName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -325,7 +325,7 @@ public void SetColumnTypeName(int arg0, Java.Lang.String arg1) /// public void SetCurrency(int arg0, bool arg1) { - IExecute("setCurrency", arg0, arg1); + IExecuteWithSignature("setCurrency", "(IZ)V", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public void SetCurrency(int arg0, bool arg1) /// public void SetNullable(int arg0, int arg1) { - IExecute("setNullable", arg0, arg1); + IExecuteWithSignature("setNullable", "(II)V", arg0, arg1); } /// /// @@ -345,7 +345,7 @@ public void SetNullable(int arg0, int arg1) /// public void SetPrecision(int arg0, int arg1) { - IExecute("setPrecision", arg0, arg1); + IExecuteWithSignature("setPrecision", "(II)V", arg0, arg1); } /// /// @@ -355,7 +355,7 @@ public void SetPrecision(int arg0, int arg1) /// public void SetScale(int arg0, int arg1) { - IExecute("setScale", arg0, arg1); + IExecuteWithSignature("setScale", "(II)V", arg0, arg1); } /// /// @@ -365,7 +365,7 @@ public void SetScale(int arg0, int arg1) /// public void SetSchemaName(int arg0, Java.Lang.String arg1) { - IExecute("setSchemaName", arg0, arg1); + IExecuteWithSignature("setSchemaName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -375,7 +375,7 @@ public void SetSchemaName(int arg0, Java.Lang.String arg1) /// public void SetSearchable(int arg0, bool arg1) { - IExecute("setSearchable", arg0, arg1); + IExecuteWithSignature("setSearchable", "(IZ)V", arg0, arg1); } /// /// @@ -385,7 +385,7 @@ public void SetSearchable(int arg0, bool arg1) /// public void SetSigned(int arg0, bool arg1) { - IExecute("setSigned", arg0, arg1); + IExecuteWithSignature("setSigned", "(IZ)V", arg0, arg1); } /// /// @@ -395,7 +395,7 @@ public void SetSigned(int arg0, bool arg1) /// public void SetTableName(int arg0, Java.Lang.String arg1) { - IExecute("setTableName", arg0, arg1); + IExecuteWithSignature("setTableName", "(ILjava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/BaseRowSet.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/BaseRowSet.cs index f7e61aa233..0e037d95e0 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/BaseRowSet.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/BaseRowSet.cs @@ -277,7 +277,7 @@ public void RemoveRowSetListener(Javax.Sql.RowSetListener arg0) /// public void SetArray(int arg0, Java.Sql.Array arg1) { - IExecute("setArray", arg0, arg1); + IExecuteWithSignature("setArray", "(ILjava/sql/Array;)V", arg0, arg1); } /// /// @@ -288,7 +288,7 @@ public void SetArray(int arg0, Java.Sql.Array arg1) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -298,7 +298,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -309,7 +309,7 @@ public void SetAsciiStream(int arg0, Java.Io.InputStream arg1) /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setAsciiStream", arg0, arg1, arg2); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -319,7 +319,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setAsciiStream", arg0, arg1); + IExecuteWithSignature("setAsciiStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -329,7 +329,7 @@ public void SetAsciiStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(ILjava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public void SetBigDecimal(int arg0, Java.Math.BigDecimal arg1) /// public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) { - IExecute("setBigDecimal", arg0, arg1); + IExecuteWithSignature("setBigDecimal", "(Ljava/lang/String;Ljava/math/BigDecimal;)V", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public void SetBigDecimal(Java.Lang.String arg0, Java.Math.BigDecimal arg1) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -360,7 +360,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1, int arg2) /// public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -371,7 +371,7 @@ public void SetBinaryStream(int arg0, Java.Io.InputStream arg1) /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int arg2) { - IExecute("setBinaryStream", arg0, arg1, arg2); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;I)V", arg0, arg1, arg2); } /// /// @@ -381,7 +381,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1, int /// public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBinaryStream", arg0, arg1); + IExecuteWithSignature("setBinaryStream", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -392,7 +392,7 @@ public void SetBinaryStream(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -402,7 +402,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(int arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/io/InputStream;)V", arg0, arg1); } /// /// @@ -412,7 +412,7 @@ public void SetBlob(int arg0, Java.Io.InputStream arg1) /// public void SetBlob(int arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(ILjava/sql/Blob;)V", arg0, arg1); } /// /// @@ -423,7 +423,7 @@ public void SetBlob(int arg0, Java.Sql.Blob arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) { - IExecute("setBlob", arg0, arg1, arg2); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;J)V", arg0, arg1, arg2); } /// /// @@ -433,7 +433,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1, long arg2) /// public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/io/InputStream;)V", arg0, arg1); } /// /// @@ -443,7 +443,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Io.InputStream arg1) /// public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) { - IExecute("setBlob", arg0, arg1); + IExecuteWithSignature("setBlob", "(Ljava/lang/String;Ljava/sql/Blob;)V", arg0, arg1); } /// /// @@ -453,7 +453,7 @@ public void SetBlob(Java.Lang.String arg0, Java.Sql.Blob arg1) /// public void SetBoolean(int arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(IZ)V", arg0, arg1); } /// /// @@ -463,7 +463,7 @@ public void SetBoolean(int arg0, bool arg1) /// public void SetBoolean(Java.Lang.String arg0, bool arg1) { - IExecute("setBoolean", arg0, arg1); + IExecuteWithSignature("setBoolean", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -473,7 +473,7 @@ public void SetBoolean(Java.Lang.String arg0, bool arg1) /// public void SetByte(int arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(IB)V", arg0, arg1); } /// /// @@ -483,7 +483,7 @@ public void SetByte(int arg0, byte arg1) /// public void SetByte(Java.Lang.String arg0, byte arg1) { - IExecute("setByte", arg0, arg1); + IExecuteWithSignature("setByte", "(Ljava/lang/String;B)V", arg0, arg1); } /// /// @@ -493,7 +493,7 @@ public void SetByte(Java.Lang.String arg0, byte arg1) /// public void SetBytes(int arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(I[B)V", arg0, arg1); } /// /// @@ -503,7 +503,7 @@ public void SetBytes(int arg0, byte[] arg1) /// public void SetBytes(Java.Lang.String arg0, byte[] arg1) { - IExecute("setBytes", arg0, arg1); + IExecuteWithSignature("setBytes", "(Ljava/lang/String;[B)V", arg0, arg1); } /// /// @@ -514,7 +514,7 @@ public void SetBytes(Java.Lang.String arg0, byte[] arg1) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -524,7 +524,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1, int arg2) /// public void SetCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -535,7 +535,7 @@ public void SetCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int arg2) { - IExecute("setCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;I)V", arg0, arg1, arg2); } /// /// @@ -545,7 +545,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, int a /// public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setCharacterStream", arg0, arg1); + IExecuteWithSignature("setCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -556,7 +556,7 @@ public void SetCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -566,7 +566,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(int arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -576,7 +576,7 @@ public void SetClob(int arg0, Java.Io.Reader arg1) /// public void SetClob(int arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(ILjava/sql/Clob;)V", arg0, arg1); } /// /// @@ -587,7 +587,7 @@ public void SetClob(int arg0, Java.Sql.Clob arg1) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setClob", arg0, arg1, arg2); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -597,7 +597,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -607,7 +607,7 @@ public void SetClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetClob(Java.Lang.String arg0, Java.Sql.Clob arg1) { - IExecute("setClob", arg0, arg1); + IExecuteWithSignature("setClob", "(Ljava/lang/String;Ljava/sql/Clob;)V", arg0, arg1); } /// /// @@ -618,7 +618,7 @@ public void SetClob(Java.Lang.String arg0, Java.Sql.Clob arg1) /// public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -628,7 +628,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) /// public void SetDate(int arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(ILjava/sql/Date;)V", arg0, arg1); } /// /// @@ -639,7 +639,7 @@ public void SetDate(int arg0, Java.Sql.Date arg1) /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calendar arg2) { - IExecute("setDate", arg0, arg1, arg2); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -649,7 +649,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1, Java.Util.Calenda /// public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) { - IExecute("setDate", arg0, arg1); + IExecuteWithSignature("setDate", "(Ljava/lang/String;Ljava/sql/Date;)V", arg0, arg1); } /// /// @@ -659,7 +659,7 @@ public void SetDate(Java.Lang.String arg0, Java.Sql.Date arg1) /// public void SetDouble(int arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(ID)V", arg0, arg1); } /// /// @@ -669,7 +669,7 @@ public void SetDouble(int arg0, double arg1) /// public void SetDouble(Java.Lang.String arg0, double arg1) { - IExecute("setDouble", arg0, arg1); + IExecuteWithSignature("setDouble", "(Ljava/lang/String;D)V", arg0, arg1); } /// /// @@ -679,7 +679,7 @@ public void SetDouble(Java.Lang.String arg0, double arg1) /// public void SetFloat(int arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(IF)V", arg0, arg1); } /// /// @@ -689,7 +689,7 @@ public void SetFloat(int arg0, float arg1) /// public void SetFloat(Java.Lang.String arg0, float arg1) { - IExecute("setFloat", arg0, arg1); + IExecuteWithSignature("setFloat", "(Ljava/lang/String;F)V", arg0, arg1); } /// /// @@ -699,7 +699,7 @@ public void SetFloat(Java.Lang.String arg0, float arg1) /// public void SetInt(int arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(II)V", arg0, arg1); } /// /// @@ -709,7 +709,7 @@ public void SetInt(int arg0, int arg1) /// public void SetInt(Java.Lang.String arg0, int arg1) { - IExecute("setInt", arg0, arg1); + IExecuteWithSignature("setInt", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -719,7 +719,7 @@ public void SetInt(Java.Lang.String arg0, int arg1) /// public void SetLong(int arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(IJ)V", arg0, arg1); } /// /// @@ -729,7 +729,7 @@ public void SetLong(int arg0, long arg1) /// public void SetLong(Java.Lang.String arg0, long arg1) { - IExecute("setLong", arg0, arg1); + IExecuteWithSignature("setLong", "(Ljava/lang/String;J)V", arg0, arg1); } /// /// @@ -740,7 +740,7 @@ public void SetLong(Java.Lang.String arg0, long arg1) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -750,7 +750,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -761,7 +761,7 @@ public void SetNCharacterStream(int arg0, Java.Io.Reader arg1) /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNCharacterStream", arg0, arg1, arg2); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -771,7 +771,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1, long /// public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNCharacterStream", arg0, arg1); + IExecuteWithSignature("setNCharacterStream", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -782,7 +782,7 @@ public void SetNCharacterStream(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -792,7 +792,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(int arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/io/Reader;)V", arg0, arg1); } /// /// @@ -802,7 +802,7 @@ public void SetNClob(int arg0, Java.Io.Reader arg1) /// public void SetNClob(int arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(ILjava/sql/NClob;)V", arg0, arg1); } /// /// @@ -813,7 +813,7 @@ public void SetNClob(int arg0, Java.Sql.NClob arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) { - IExecute("setNClob", arg0, arg1, arg2); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;J)V", arg0, arg1, arg2); } /// /// @@ -823,7 +823,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1, long arg2) /// public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/io/Reader;)V", arg0, arg1); } /// /// @@ -833,7 +833,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Io.Reader arg1) /// public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) { - IExecute("setNClob", arg0, arg1); + IExecuteWithSignature("setNClob", "(Ljava/lang/String;Ljava/sql/NClob;)V", arg0, arg1); } /// /// @@ -843,7 +843,7 @@ public void SetNClob(Java.Lang.String arg0, Java.Sql.NClob arg1) /// public void SetNString(int arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -853,7 +853,7 @@ public void SetNString(int arg0, Java.Lang.String arg1) /// public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setNString", arg0, arg1); + IExecuteWithSignature("setNString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -864,7 +864,7 @@ public void SetNString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetNull(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -874,7 +874,7 @@ public void SetNull(int arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(int arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(II)V", arg0, arg1); } /// /// @@ -885,7 +885,7 @@ public void SetNull(int arg0, int arg1) /// public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) { - IExecute("setNull", arg0, arg1, arg2); + IExecuteWithSignature("setNull", "(Ljava/lang/String;ILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -895,7 +895,7 @@ public void SetNull(Java.Lang.String arg0, int arg1, Java.Lang.String arg2) /// public void SetNull(Java.Lang.String arg0, int arg1) { - IExecute("setNull", arg0, arg1); + IExecuteWithSignature("setNull", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -907,7 +907,7 @@ public void SetNull(Java.Lang.String arg0, int arg1) /// public void SetObject(int arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -918,7 +918,7 @@ public void SetObject(int arg0, object arg1, int arg2, int arg3) /// public void SetObject(int arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -928,7 +928,7 @@ public void SetObject(int arg0, object arg1, int arg2) /// public void SetObject(int arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -940,7 +940,7 @@ public void SetObject(int arg0, object arg1) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) { - IExecute("setObject", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -951,7 +951,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2, int arg3) /// public void SetObject(Java.Lang.String arg0, object arg1, int arg2) { - IExecute("setObject", arg0, arg1, arg2); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;I)V", arg0, arg1, arg2); } /// /// @@ -961,7 +961,7 @@ public void SetObject(Java.Lang.String arg0, object arg1, int arg2) /// public void SetObject(Java.Lang.String arg0, object arg1) { - IExecute("setObject", arg0, arg1); + IExecuteWithSignature("setObject", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -979,7 +979,7 @@ public void SetReadOnly(bool arg0) /// public void SetRef(int arg0, Java.Sql.Ref arg1) { - IExecute("setRef", arg0, arg1); + IExecuteWithSignature("setRef", "(ILjava/sql/Ref;)V", arg0, arg1); } /// /// @@ -989,7 +989,7 @@ public void SetRef(int arg0, Java.Sql.Ref arg1) /// public void SetRowId(int arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(ILjava/sql/RowId;)V", arg0, arg1); } /// /// @@ -999,7 +999,7 @@ public void SetRowId(int arg0, Java.Sql.RowId arg1) /// public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) { - IExecute("setRowId", arg0, arg1); + IExecuteWithSignature("setRowId", "(Ljava/lang/String;Ljava/sql/RowId;)V", arg0, arg1); } /// /// @@ -1009,7 +1009,7 @@ public void SetRowId(Java.Lang.String arg0, Java.Sql.RowId arg1) /// public void SetShort(int arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(IS)V", arg0, arg1); } /// /// @@ -1019,7 +1019,7 @@ public void SetShort(int arg0, short arg1) /// public void SetShort(Java.Lang.String arg0, short arg1) { - IExecute("setShort", arg0, arg1); + IExecuteWithSignature("setShort", "(Ljava/lang/String;S)V", arg0, arg1); } /// /// @@ -1029,7 +1029,7 @@ public void SetShort(Java.Lang.String arg0, short arg1) /// public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(ILjava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -1039,7 +1039,7 @@ public void SetSQLXML(int arg0, Java.Sql.SQLXML arg1) /// public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) { - IExecute("setSQLXML", arg0, arg1); + IExecuteWithSignature("setSQLXML", "(Ljava/lang/String;Ljava/sql/SQLXML;)V", arg0, arg1); } /// /// @@ -1049,7 +1049,7 @@ public void SetSQLXML(Java.Lang.String arg0, Java.Sql.SQLXML arg1) /// public void SetString(int arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -1059,7 +1059,7 @@ public void SetString(int arg0, Java.Lang.String arg1) /// public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setString", arg0, arg1); + IExecuteWithSignature("setString", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -1070,7 +1070,7 @@ public void SetString(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1080,7 +1080,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) /// public void SetTime(int arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(ILjava/sql/Time;)V", arg0, arg1); } /// /// @@ -1091,7 +1091,7 @@ public void SetTime(int arg0, Java.Sql.Time arg1) /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calendar arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1101,7 +1101,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1, Java.Util.Calenda /// public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) { - IExecute("setTime", arg0, arg1); + IExecuteWithSignature("setTime", "(Ljava/lang/String;Ljava/sql/Time;)V", arg0, arg1); } /// /// @@ -1112,7 +1112,7 @@ public void SetTime(Java.Lang.String arg0, Java.Sql.Time arg1) /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1122,7 +1122,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar a /// public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(ILjava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -1133,7 +1133,7 @@ public void SetTimestamp(int arg0, Java.Sql.Timestamp arg1) /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Util.Calendar arg2) { - IExecute("setTimestamp", arg0, arg1, arg2); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;Ljava/util/Calendar;)V", arg0, arg1, arg2); } /// /// @@ -1143,7 +1143,7 @@ public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1, Java.Ut /// public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) { - IExecute("setTimestamp", arg0, arg1); + IExecuteWithSignature("setTimestamp", "(Ljava/lang/String;Ljava/sql/Timestamp;)V", arg0, arg1); } /// /// @@ -1153,7 +1153,7 @@ public void SetTimestamp(Java.Lang.String arg0, Java.Sql.Timestamp arg1) /// public void SetURL(int arg0, Java.Net.URL arg1) { - IExecute("setURL", arg0, arg1); + IExecuteWithSignature("setURL", "(ILjava/net/URL;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/CachedRowSet.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/CachedRowSet.cs index 66ae082dff..92a79c19df 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/CachedRowSet.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/CachedRowSet.cs @@ -523,7 +523,7 @@ public void Execute(Java.Sql.Connection arg0) /// public void Populate(Java.Sql.ResultSet arg0, int arg1) { - IExecute("populate", arg0, arg1); + IExecuteWithSignature("populate", "(Ljava/sql/ResultSet;I)V", arg0, arg1); } /// /// @@ -575,7 +575,7 @@ public void Rollback(Java.Sql.Savepoint arg0) /// public void RowSetPopulated(Javax.Sql.RowSetEvent arg0, int arg1) { - IExecute("rowSetPopulated", arg0, arg1); + IExecuteWithSignature("rowSetPopulated", "(Ljavax/sql/RowSetEvent;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/JoinRowSet.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/JoinRowSet.cs index 4f935743d8..9b5dd4747c 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/JoinRowSet.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/JoinRowSet.cs @@ -306,7 +306,7 @@ public Javax.Sql.Rowset.CachedRowSet ToCachedRowSet() /// public void AddRowSet(Javax.Sql.RowSet arg0, int arg1) { - IExecute("addRowSet", arg0, arg1); + IExecuteWithSignature("addRowSet", "(Ljavax/sql/RowSet;I)V", arg0, arg1); } /// /// @@ -316,7 +316,7 @@ public void AddRowSet(Javax.Sql.RowSet arg0, int arg1) /// public void AddRowSet(Javax.Sql.RowSet arg0, Java.Lang.String arg1) { - IExecute("addRowSet", arg0, arg1); + IExecuteWithSignature("addRowSet", "(Ljavax/sql/RowSet;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -335,7 +335,7 @@ public void AddRowSet(Javax.Sql.Rowset.Joinable arg0) /// public void AddRowSet(Javax.Sql.RowSet[] arg0, int[] arg1) { - IExecute("addRowSet", arg0, arg1); + IExecuteWithSignature("addRowSet", "([Ljavax/sql/RowSet;[I)V", arg0, arg1); } /// /// @@ -345,7 +345,7 @@ public void AddRowSet(Javax.Sql.RowSet[] arg0, int[] arg1) /// public void AddRowSet(Javax.Sql.RowSet[] arg0, Java.Lang.String[] arg1) { - IExecute("addRowSet", arg0, arg1); + IExecuteWithSignature("addRowSet", "([Ljavax/sql/RowSet;[Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Predicate.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Predicate.cs index 4c8ef767a3..1706959e5a 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Predicate.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Predicate.cs @@ -141,7 +141,7 @@ public partial class Predicate : Javax.Sql.Rowset.IPredicate /// public bool Evaluate(object arg0, int arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Ljava/lang/Object;I)Z", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public bool Evaluate(object arg0, int arg1) /// public bool Evaluate(object arg0, Java.Lang.String arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Ljava/lang/Object;Ljava/lang/String;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetMetaDataImpl.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetMetaDataImpl.cs index 102722d37d..a5e25244f6 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetMetaDataImpl.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetMetaDataImpl.cs @@ -334,7 +334,7 @@ public Java.Lang.String GetTableName(int arg0) /// public void SetAutoIncrement(int arg0, bool arg1) { - IExecute("setAutoIncrement", arg0, arg1); + IExecuteWithSignature("setAutoIncrement", "(IZ)V", arg0, arg1); } /// /// @@ -344,7 +344,7 @@ public void SetAutoIncrement(int arg0, bool arg1) /// public void SetCaseSensitive(int arg0, bool arg1) { - IExecute("setCaseSensitive", arg0, arg1); + IExecuteWithSignature("setCaseSensitive", "(IZ)V", arg0, arg1); } /// /// @@ -354,7 +354,7 @@ public void SetCaseSensitive(int arg0, bool arg1) /// public void SetCatalogName(int arg0, Java.Lang.String arg1) { - IExecute("setCatalogName", arg0, arg1); + IExecuteWithSignature("setCatalogName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -364,7 +364,7 @@ public void SetCatalogName(int arg0, Java.Lang.String arg1) /// public void SetColumnDisplaySize(int arg0, int arg1) { - IExecute("setColumnDisplaySize", arg0, arg1); + IExecuteWithSignature("setColumnDisplaySize", "(II)V", arg0, arg1); } /// /// @@ -374,7 +374,7 @@ public void SetColumnDisplaySize(int arg0, int arg1) /// public void SetColumnLabel(int arg0, Java.Lang.String arg1) { - IExecute("setColumnLabel", arg0, arg1); + IExecuteWithSignature("setColumnLabel", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -384,7 +384,7 @@ public void SetColumnLabel(int arg0, Java.Lang.String arg1) /// public void SetColumnName(int arg0, Java.Lang.String arg1) { - IExecute("setColumnName", arg0, arg1); + IExecuteWithSignature("setColumnName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -394,7 +394,7 @@ public void SetColumnName(int arg0, Java.Lang.String arg1) /// public void SetColumnType(int arg0, int arg1) { - IExecute("setColumnType", arg0, arg1); + IExecuteWithSignature("setColumnType", "(II)V", arg0, arg1); } /// /// @@ -404,7 +404,7 @@ public void SetColumnType(int arg0, int arg1) /// public void SetColumnTypeName(int arg0, Java.Lang.String arg1) { - IExecute("setColumnTypeName", arg0, arg1); + IExecuteWithSignature("setColumnTypeName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -414,7 +414,7 @@ public void SetColumnTypeName(int arg0, Java.Lang.String arg1) /// public void SetCurrency(int arg0, bool arg1) { - IExecute("setCurrency", arg0, arg1); + IExecuteWithSignature("setCurrency", "(IZ)V", arg0, arg1); } /// /// @@ -424,7 +424,7 @@ public void SetCurrency(int arg0, bool arg1) /// public void SetNullable(int arg0, int arg1) { - IExecute("setNullable", arg0, arg1); + IExecuteWithSignature("setNullable", "(II)V", arg0, arg1); } /// /// @@ -434,7 +434,7 @@ public void SetNullable(int arg0, int arg1) /// public void SetPrecision(int arg0, int arg1) { - IExecute("setPrecision", arg0, arg1); + IExecuteWithSignature("setPrecision", "(II)V", arg0, arg1); } /// /// @@ -444,7 +444,7 @@ public void SetPrecision(int arg0, int arg1) /// public void SetScale(int arg0, int arg1) { - IExecute("setScale", arg0, arg1); + IExecuteWithSignature("setScale", "(II)V", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public void SetScale(int arg0, int arg1) /// public void SetSchemaName(int arg0, Java.Lang.String arg1) { - IExecute("setSchemaName", arg0, arg1); + IExecuteWithSignature("setSchemaName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public void SetSchemaName(int arg0, Java.Lang.String arg1) /// public void SetSearchable(int arg0, bool arg1) { - IExecute("setSearchable", arg0, arg1); + IExecuteWithSignature("setSearchable", "(IZ)V", arg0, arg1); } /// /// @@ -474,7 +474,7 @@ public void SetSearchable(int arg0, bool arg1) /// public void SetSigned(int arg0, bool arg1) { - IExecute("setSigned", arg0, arg1); + IExecuteWithSignature("setSigned", "(IZ)V", arg0, arg1); } /// /// @@ -484,7 +484,7 @@ public void SetSigned(int arg0, bool arg1) /// public void SetTableName(int arg0, Java.Lang.String arg1) { - IExecute("setTableName", arg0, arg1); + IExecuteWithSignature("setTableName", "(ILjava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetProvider.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetProvider.cs index 712b13b79f..9e4dcb7a46 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetProvider.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/RowSetProvider.cs @@ -104,7 +104,7 @@ public static Javax.Sql.Rowset.RowSetFactory NewFactory() /// public static Javax.Sql.Rowset.RowSetFactory NewFactory(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newFactory", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFactory", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/sql/rowset/RowSetFactory;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialArray.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialArray.cs index b9971bc9ac..98633f4555 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialArray.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialArray.cs @@ -171,7 +171,7 @@ public object GetArray(Java.Util.Map arg0) /// public object GetArray(long arg0, int arg1, Java.Util.Map arg2) { - return IExecute("getArray", arg0, arg1, arg2); + return IExecuteWithSignature("getArray", "(JILjava/util/Map;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -182,7 +182,7 @@ public object GetArray(long arg0, int arg1, Java.Util.Map public object GetArray(long arg0, int arg1) { - return IExecute("getArray", arg0, arg1); + return IExecuteWithSignature("getArray", "(JI)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public Java.Sql.ResultSet GetResultSet(Java.Util.Map public Java.Sql.ResultSet GetResultSet(long arg0, int arg1, Java.Util.Map arg2) { - return IExecute("getResultSet", arg0, arg1, arg2); + return IExecuteWithSignature("getResultSet", "(JILjava/util/Map;)Ljava/sql/ResultSet;", arg0, arg1, arg2); } /// /// @@ -215,7 +215,7 @@ public Java.Sql.ResultSet GetResultSet(long arg0, int arg1, Java.Util.Map public Java.Sql.ResultSet GetResultSet(long arg0, int arg1) { - return IExecute("getResultSet", arg0, arg1); + return IExecuteWithSignature("getResultSet", "(JI)Ljava/sql/ResultSet;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialBlob.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialBlob.cs index 5b3c68bfde..511ba2b514 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialBlob.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialBlob.cs @@ -138,7 +138,7 @@ public Java.Io.InputStream BinaryStream /// public byte[] GetBytes(long arg0, int arg1) { - return IExecuteArray("getBytes", arg0, arg1); + return IExecuteWithSignatureArray("getBytes", "(JI)[B", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public byte[] GetBytes(long arg0, int arg1) /// public int SetBytes(long arg0, byte[] arg1, int arg2, int arg3) { - return IExecute("setBytes", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("setBytes", "(J[BII)I", arg0, arg1, arg2, arg3); } /// /// @@ -164,7 +164,7 @@ public int SetBytes(long arg0, byte[] arg1, int arg2, int arg3) /// public int SetBytes(long arg0, byte[] arg1) { - return IExecute("setBytes", arg0, arg1); + return IExecuteWithSignature("setBytes", "(J[B)I", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public int SetBytes(long arg0, byte[] arg1) /// public Java.Io.InputStream GetBinaryStream(long arg0, long arg1) { - return IExecute("getBinaryStream", arg0, arg1); + return IExecuteWithSignature("getBinaryStream", "(JJ)Ljava/io/InputStream;", arg0, arg1); } /// /// @@ -207,7 +207,7 @@ public long Length() /// public long Position(byte[] arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "([BJ)J", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public long Position(byte[] arg0, long arg1) /// public long Position(Java.Sql.Blob arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/sql/Blob;J)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialClob.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialClob.cs index 1b7fc84e14..01a47470c7 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialClob.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Serial/SerialClob.cs @@ -147,7 +147,7 @@ public Java.Io.Reader CharacterStream /// public int SetString(long arg0, Java.Lang.String arg1, int arg2, int arg3) { - return IExecute("setString", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("setString", "(JLjava/lang/String;II)I", arg0, arg1, arg2, arg3); } /// /// @@ -158,7 +158,7 @@ public int SetString(long arg0, Java.Lang.String arg1, int arg2, int arg3) /// public int SetString(long arg0, Java.Lang.String arg1) { - return IExecute("setString", arg0, arg1); + return IExecuteWithSignature("setString", "(JLjava/lang/String;)I", arg0, arg1); } /// /// @@ -180,7 +180,7 @@ public Java.Io.OutputStream SetAsciiStream(long arg0) /// public Java.Io.Reader GetCharacterStream(long arg0, long arg1) { - return IExecute("getCharacterStream", arg0, arg1); + return IExecuteWithSignature("getCharacterStream", "(JJ)Ljava/io/Reader;", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Java.Io.Writer SetCharacterStream(long arg0) /// public Java.Lang.String GetSubString(long arg0, int arg1) { - return IExecute("getSubString", arg0, arg1); + return IExecuteWithSignature("getSubString", "(JI)Ljava/lang/String;", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public long Length() /// public long Position(Java.Lang.String arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/lang/String;J)J", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public long Position(Java.Lang.String arg0, long arg1) /// public long Position(Java.Sql.Clob arg0, long arg1) { - return IExecute("position", arg0, arg1); + return IExecuteWithSignature("position", "(Ljava/sql/Clob;J)J", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncFactory.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncFactory.cs index 98fd4d99af..2599a190dd 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncFactory.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncFactory.cs @@ -169,7 +169,7 @@ public static void UnregisterProvider(Java.Lang.String arg0) /// public static void SetLogger(Java.Util.Logging.Logger arg0, Java.Util.Logging.Level arg1) { - SExecute(LocalBridgeClazz, "setLogger", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setLogger", "(Ljava/util/logging/Logger;Ljava/util/logging/Level;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncResolver.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncResolver.cs index e4dbebfb57..eddaf69ca6 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncResolver.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/SyncResolver.cs @@ -231,7 +231,7 @@ public object GetConflictValue(Java.Lang.String arg0) /// public void SetResolvedValue(int arg0, object arg1) { - IExecute("setResolvedValue", arg0, arg1); + IExecuteWithSignature("setResolvedValue", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -241,7 +241,7 @@ public void SetResolvedValue(int arg0, object arg1) /// public void SetResolvedValue(Java.Lang.String arg0, object arg1) { - IExecute("setResolvedValue", arg0, arg1); + IExecuteWithSignature("setResolvedValue", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlReader.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlReader.cs index 9c45f0eca8..f963548750 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlReader.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlReader.cs @@ -125,7 +125,7 @@ public partial class XmlReader : Javax.Sql.Rowset.Spi.IXmlReader /// public void ReadXML(Javax.Sql.Rowset.WebRowSet arg0, Java.Io.Reader arg1) { - IExecute("readXML", arg0, arg1); + IExecuteWithSignature("readXML", "(Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlWriter.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlWriter.cs index 302f25a56c..f7dfc2c0ac 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlWriter.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/Spi/XmlWriter.cs @@ -125,7 +125,7 @@ public partial class XmlWriter : Javax.Sql.Rowset.Spi.IXmlWriter /// public void WriteXML(Javax.Sql.Rowset.WebRowSet arg0, Java.Io.Writer arg1) { - IExecute("writeXML", arg0, arg1); + IExecuteWithSignature("writeXML", "(Ljavax/sql/rowset/WebRowSet;Ljava/io/Writer;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/Rowset/WebRowSet.cs b/src/net/JNet/Generated/Javax/Sql/Rowset/WebRowSet.cs index 2cff386539..7437b2431c 100644 --- a/src/net/JNet/Generated/Javax/Sql/Rowset/WebRowSet.cs +++ b/src/net/JNet/Generated/Javax/Sql/Rowset/WebRowSet.cs @@ -210,7 +210,7 @@ public void WriteXml(Java.Io.Writer arg0) /// public void WriteXml(Java.Sql.ResultSet arg0, Java.Io.OutputStream arg1) { - IExecute("writeXml", arg0, arg1); + IExecuteWithSignature("writeXml", "(Ljava/sql/ResultSet;Ljava/io/OutputStream;)V", arg0, arg1); } /// /// @@ -220,7 +220,7 @@ public void WriteXml(Java.Sql.ResultSet arg0, Java.Io.OutputStream arg1) /// public void WriteXml(Java.Sql.ResultSet arg0, Java.Io.Writer arg1) { - IExecute("writeXml", arg0, arg1); + IExecuteWithSignature("writeXml", "(Ljava/sql/ResultSet;Ljava/io/Writer;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Sql/XADataSource.cs b/src/net/JNet/Generated/Javax/Sql/XADataSource.cs index fef6357aad..1e7d188231 100644 --- a/src/net/JNet/Generated/Javax/Sql/XADataSource.cs +++ b/src/net/JNet/Generated/Javax/Sql/XADataSource.cs @@ -166,7 +166,7 @@ public Javax.Sql.XAConnection XAConnection /// public Javax.Sql.XAConnection GetXAConnection(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getXAConnection", arg0, arg1); + return IExecuteWithSignature("getXAConnection", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/sql/XAConnection;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/AbstractAction.cs b/src/net/JNet/Generated/Javax/Swing/AbstractAction.cs index e0b9793ee7..ce64f70c7e 100644 --- a/src/net/JNet/Generated/Javax/Swing/AbstractAction.cs +++ b/src/net/JNet/Generated/Javax/Swing/AbstractAction.cs @@ -175,7 +175,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void PutValue(Java.Lang.String arg0, object arg1) { - IExecute("putValue", arg0, arg1); + IExecuteWithSignature("putValue", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Action.cs b/src/net/JNet/Generated/Javax/Swing/Action.cs index 9bcdd5d2bb..7d6250a03c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Action.cs +++ b/src/net/JNet/Generated/Javax/Swing/Action.cs @@ -465,7 +465,7 @@ public override void AddPropertyChangeListener(Java.Beans.PropertyChangeListener /// public override void PutValue(Java.Lang.String arg0, object arg1) { - IExecute("putValue", arg0, arg1); + IExecuteWithSignature("putValue", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/ActionMap.cs b/src/net/JNet/Generated/Javax/Swing/ActionMap.cs index bd4c2e724d..82da6944c5 100644 --- a/src/net/JNet/Generated/Javax/Swing/ActionMap.cs +++ b/src/net/JNet/Generated/Javax/Swing/ActionMap.cs @@ -153,7 +153,7 @@ public void Clear() /// public void Put(object arg0, Javax.Swing.Action arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljava/lang/Object;Ljavax/swing/Action;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Border/AbstractBorder.cs b/src/net/JNet/Generated/Javax/Swing/Border/AbstractBorder.cs index 5a796150fb..878950eaf8 100644 --- a/src/net/JNet/Generated/Javax/Swing/Border/AbstractBorder.cs +++ b/src/net/JNet/Generated/Javax/Swing/Border/AbstractBorder.cs @@ -108,7 +108,7 @@ public partial class AbstractBorder /// public static Java.Awt.Rectangle GetInteriorRectangle(Java.Awt.Component arg0, Javax.Swing.Border.Border arg1, int arg2, int arg3, int arg4, int arg5) { - return SExecute(LocalBridgeClazz, "getInteriorRectangle", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "getInteriorRectangle", "(Ljava/awt/Component;Ljavax/swing/border/Border;IIII)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion @@ -131,7 +131,7 @@ public bool IsBorderOpaque() /// public int GetBaseline(Java.Awt.Component arg0, int arg1, int arg2) { - return IExecute("getBaseline", arg0, arg1, arg2); + return IExecuteWithSignature("getBaseline", "(Ljava/awt/Component;II)I", arg0, arg1, arg2); } /// /// @@ -150,7 +150,7 @@ public Java.Awt.Component.BaselineResizeBehavior GetBaselineResizeBehavior(Java. /// public Java.Awt.Insets GetBorderInsets(Java.Awt.Component arg0, Java.Awt.Insets arg1) { - return IExecute("getBorderInsets", arg0, arg1); + return IExecuteWithSignature("getBorderInsets", "(Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public Java.Awt.Insets GetBorderInsets(Java.Awt.Component arg0) /// public Java.Awt.Rectangle GetInteriorRectangle(Java.Awt.Component arg0, int arg1, int arg2, int arg3, int arg4) { - return IExecute("getInteriorRectangle", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getInteriorRectangle", "(Ljava/awt/Component;IIII)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -185,7 +185,7 @@ public Java.Awt.Rectangle GetInteriorRectangle(Java.Awt.Component arg0, int arg1 /// public void PaintBorder(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Border/Border.cs b/src/net/JNet/Generated/Javax/Swing/Border/Border.cs index f63ef1c3d8..64a5b45329 100644 --- a/src/net/JNet/Generated/Javax/Swing/Border/Border.cs +++ b/src/net/JNet/Generated/Javax/Swing/Border/Border.cs @@ -159,7 +159,7 @@ public Java.Awt.Insets GetBorderInsets(Java.Awt.Component arg0) /// public void PaintBorder(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/BorderFactory.cs b/src/net/JNet/Generated/Javax/Swing/BorderFactory.cs index a940a0a345..81d724373e 100644 --- a/src/net/JNet/Generated/Javax/Swing/BorderFactory.cs +++ b/src/net/JNet/Generated/Javax/Swing/BorderFactory.cs @@ -97,7 +97,7 @@ public partial class BorderFactory /// public static Javax.Swing.Border.Border CreateBevelBorder(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2, Java.Awt.Color arg3, Java.Awt.Color arg4) { - return SExecute(LocalBridgeClazz, "createBevelBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createBevelBorder", "(ILjava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -108,7 +108,7 @@ public static Javax.Swing.Border.Border CreateBevelBorder(int arg0, Java.Awt.Col /// public static Javax.Swing.Border.Border CreateBevelBorder(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2) { - return SExecute(LocalBridgeClazz, "createBevelBorder", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createBevelBorder", "(ILjava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1, arg2); } /// /// @@ -130,7 +130,7 @@ public static Javax.Swing.Border.Border CreateBevelBorder(int arg0) /// public static Javax.Swing.Border.Border CreateDashedBorder(Java.Awt.Paint arg0, float arg1, float arg2, float arg3, bool arg4) { - return SExecute(LocalBridgeClazz, "createDashedBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createDashedBorder", "(Ljava/awt/Paint;FFFZ)Ljavax/swing/border/Border;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -141,7 +141,7 @@ public static Javax.Swing.Border.Border CreateDashedBorder(Java.Awt.Paint arg0, /// public static Javax.Swing.Border.Border CreateDashedBorder(Java.Awt.Paint arg0, float arg1, float arg2) { - return SExecute(LocalBridgeClazz, "createDashedBorder", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createDashedBorder", "(Ljava/awt/Paint;FF)Ljavax/swing/border/Border;", arg0, arg1, arg2); } /// /// @@ -170,7 +170,7 @@ public static Javax.Swing.Border.Border CreateEmptyBorder() /// public static Javax.Swing.Border.Border CreateEmptyBorder(int arg0, int arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "createEmptyBorder", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "createEmptyBorder", "(IIII)Ljavax/swing/border/Border;", arg0, arg1, arg2, arg3); } /// /// @@ -189,7 +189,7 @@ public static Javax.Swing.Border.Border CreateEtchedBorder() /// public static Javax.Swing.Border.Border CreateEtchedBorder(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2) { - return SExecute(LocalBridgeClazz, "createEtchedBorder", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createEtchedBorder", "(ILjava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1, arg2); } /// /// @@ -208,7 +208,7 @@ public static Javax.Swing.Border.Border CreateEtchedBorder(int arg0) /// public static Javax.Swing.Border.Border CreateEtchedBorder(Java.Awt.Color arg0, Java.Awt.Color arg1) { - return SExecute(LocalBridgeClazz, "createEtchedBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createEtchedBorder", "(Ljava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public static Javax.Swing.Border.Border CreateEtchedBorder(Java.Awt.Color arg0, /// public static Javax.Swing.Border.Border CreateLineBorder(Java.Awt.Color arg0, int arg1, bool arg2) { - return SExecute(LocalBridgeClazz, "createLineBorder", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createLineBorder", "(Ljava/awt/Color;IZ)Ljavax/swing/border/Border;", arg0, arg1, arg2); } /// /// @@ -229,7 +229,7 @@ public static Javax.Swing.Border.Border CreateLineBorder(Java.Awt.Color arg0, in /// public static Javax.Swing.Border.Border CreateLineBorder(Java.Awt.Color arg0, int arg1) { - return SExecute(LocalBridgeClazz, "createLineBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createLineBorder", "(Ljava/awt/Color;I)Ljavax/swing/border/Border;", arg0, arg1); } /// /// @@ -283,7 +283,7 @@ public static Javax.Swing.Border.Border CreateRaisedSoftBevelBorder() /// public static Javax.Swing.Border.Border CreateSoftBevelBorder(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2, Java.Awt.Color arg3, Java.Awt.Color arg4) { - return SExecute(LocalBridgeClazz, "createSoftBevelBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createSoftBevelBorder", "(ILjava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -294,7 +294,7 @@ public static Javax.Swing.Border.Border CreateSoftBevelBorder(int arg0, Java.Awt /// public static Javax.Swing.Border.Border CreateSoftBevelBorder(int arg0, Java.Awt.Color arg1, Java.Awt.Color arg2) { - return SExecute(LocalBridgeClazz, "createSoftBevelBorder", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createSoftBevelBorder", "(ILjava/awt/Color;Ljava/awt/Color;)Ljavax/swing/border/Border;", arg0, arg1, arg2); } /// /// @@ -313,7 +313,7 @@ public static Javax.Swing.Border.Border CreateSoftBevelBorder(int arg0) /// public static Javax.Swing.Border.Border CreateStrokeBorder(Java.Awt.BasicStroke arg0, Java.Awt.Paint arg1) { - return SExecute(LocalBridgeClazz, "createStrokeBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createStrokeBorder", "(Ljava/awt/BasicStroke;Ljava/awt/Paint;)Ljavax/swing/border/Border;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public static Javax.Swing.Border.CompoundBorder CreateCompoundBorder() /// public static Javax.Swing.Border.CompoundBorder CreateCompoundBorder(Javax.Swing.Border.Border arg0, Javax.Swing.Border.Border arg1) { - return SExecute(LocalBridgeClazz, "createCompoundBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createCompoundBorder", "(Ljavax/swing/border/Border;Ljavax/swing/border/Border;)Ljavax/swing/border/CompoundBorder;", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public static Javax.Swing.Border.CompoundBorder CreateCompoundBorder(Javax.Swing /// public static Javax.Swing.Border.MatteBorder CreateMatteBorder(int arg0, int arg1, int arg2, int arg3, Java.Awt.Color arg4) { - return SExecute(LocalBridgeClazz, "createMatteBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createMatteBorder", "(IIIILjava/awt/Color;)Ljavax/swing/border/MatteBorder;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -366,7 +366,7 @@ public static Javax.Swing.Border.MatteBorder CreateMatteBorder(int arg0, int arg /// public static Javax.Swing.Border.MatteBorder CreateMatteBorder(int arg0, int arg1, int arg2, int arg3, Javax.Swing.Icon arg4) { - return SExecute(LocalBridgeClazz, "createMatteBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createMatteBorder", "(IIIILjavax/swing/Icon;)Ljavax/swing/border/MatteBorder;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -389,7 +389,7 @@ public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Java.Lang.Strin /// public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Border.Border arg0, Java.Lang.String arg1, int arg2, int arg3, Java.Awt.Font arg4, Java.Awt.Color arg5) { - return SExecute(LocalBridgeClazz, "createTitledBorder", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createTitledBorder", "(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)Ljavax/swing/border/TitledBorder;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -402,7 +402,7 @@ public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Bor /// public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Border.Border arg0, Java.Lang.String arg1, int arg2, int arg3, Java.Awt.Font arg4) { - return SExecute(LocalBridgeClazz, "createTitledBorder", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "createTitledBorder", "(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;)Ljavax/swing/border/TitledBorder;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -414,7 +414,7 @@ public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Bor /// public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Border.Border arg0, Java.Lang.String arg1, int arg2, int arg3) { - return SExecute(LocalBridgeClazz, "createTitledBorder", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "createTitledBorder", "(Ljavax/swing/border/Border;Ljava/lang/String;II)Ljavax/swing/border/TitledBorder;", arg0, arg1, arg2, arg3); } /// /// @@ -424,7 +424,7 @@ public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Bor /// public static Javax.Swing.Border.TitledBorder CreateTitledBorder(Javax.Swing.Border.Border arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "createTitledBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createTitledBorder", "(Ljavax/swing/border/Border;Ljava/lang/String;)Ljavax/swing/border/TitledBorder;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/BoundedRangeModel.cs b/src/net/JNet/Generated/Javax/Swing/BoundedRangeModel.cs index e55545457d..24f04ee509 100644 --- a/src/net/JNet/Generated/Javax/Swing/BoundedRangeModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/BoundedRangeModel.cs @@ -210,7 +210,7 @@ public void RemoveChangeListener(Javax.Swing.Event.ChangeListener arg0) /// public void SetRangeProperties(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("setRangeProperties", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setRangeProperties", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Box.cs b/src/net/JNet/Generated/Javax/Swing/Box.cs index cde2a76ef1..aae69e949f 100644 --- a/src/net/JNet/Generated/Javax/Swing/Box.cs +++ b/src/net/JNet/Generated/Javax/Swing/Box.cs @@ -260,7 +260,7 @@ public Filler(Java.Awt.Dimension arg0, Java.Awt.Dimension arg1, Java.Awt.Dimensi /// public void ChangeShape(Java.Awt.Dimension arg0, Java.Awt.Dimension arg1, Java.Awt.Dimension arg2) { - IExecute("changeShape", arg0, arg1, arg2); + IExecuteWithSignature("changeShape", "(Ljava/awt/Dimension;Ljava/awt/Dimension;Ljava/awt/Dimension;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/BoxLayout.cs b/src/net/JNet/Generated/Javax/Swing/BoxLayout.cs index 951649b302..bc7422e06d 100644 --- a/src/net/JNet/Generated/Javax/Swing/BoxLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/BoxLayout.cs @@ -205,7 +205,7 @@ public void InvalidateLayout(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -214,7 +214,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/ButtonGroup.cs b/src/net/JNet/Generated/Javax/Swing/ButtonGroup.cs index a61ef779d6..1878418b8b 100644 --- a/src/net/JNet/Generated/Javax/Swing/ButtonGroup.cs +++ b/src/net/JNet/Generated/Javax/Swing/ButtonGroup.cs @@ -150,7 +150,7 @@ public void Remove(Javax.Swing.AbstractButton arg0) /// public void SetSelected(Javax.Swing.ButtonModel arg0, bool arg1) { - IExecute("setSelected", arg0, arg1); + IExecuteWithSignature("setSelected", "(Ljavax/swing/ButtonModel;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/CellRendererPane.cs b/src/net/JNet/Generated/Javax/Swing/CellRendererPane.cs index b077dab04f..1eef286740 100644 --- a/src/net/JNet/Generated/Javax/Swing/CellRendererPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/CellRendererPane.cs @@ -107,7 +107,7 @@ public partial class CellRendererPane /// public void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java.Awt.Container arg2, int arg3, int arg4, int arg5, int arg6, bool arg7) { - IExecute("paintComponent", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("paintComponent", "(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;IIIIZ)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -121,7 +121,7 @@ public void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java /// public void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java.Awt.Container arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintComponent", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintComponent", "(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -132,7 +132,7 @@ public void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java /// public void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java.Awt.Container arg2, Java.Awt.Rectangle arg3) { - IExecute("paintComponent", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintComponent", "(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;Ljava/awt/Rectangle;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultBoundedRangeModel.cs b/src/net/JNet/Generated/Javax/Swing/DefaultBoundedRangeModel.cs index 270e389988..6a010bcaa4 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultBoundedRangeModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultBoundedRangeModel.cs @@ -187,7 +187,7 @@ public void RemoveChangeListener(Javax.Swing.Event.ChangeListener arg0) /// public void SetRangeProperties(int arg0, int arg1, int arg2, int arg3, bool arg4) { - IExecute("setRangeProperties", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setRangeProperties", "(IIIIZ)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultCellEditor.cs b/src/net/JNet/Generated/Javax/Swing/DefaultCellEditor.cs index 8d5e122a93..b0db7e8530 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultCellEditor.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultCellEditor.cs @@ -147,7 +147,7 @@ public Java.Awt.Component Component /// public Java.Awt.Component GetTableCellEditorComponent(Javax.Swing.JTable arg0, object arg1, bool arg2, int arg3, int arg4) { - return IExecute("getTableCellEditorComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getTableCellEditorComponent", "(Ljavax/swing/JTable;Ljava/lang/Object;ZII)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -161,7 +161,7 @@ public Java.Awt.Component GetTableCellEditorComponent(Javax.Swing.JTable arg0, o /// public Java.Awt.Component GetTreeCellEditorComponent(Javax.Swing.JTree arg0, object arg1, bool arg2, bool arg3, bool arg4, int arg5) { - return IExecute("getTreeCellEditorComponent", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getTreeCellEditorComponent", "(Ljavax/swing/JTree;Ljava/lang/Object;ZZZI)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultComboBoxModel.cs b/src/net/JNet/Generated/Javax/Swing/DefaultComboBoxModel.cs index 872fb58339..15f9885ef9 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultComboBoxModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultComboBoxModel.cs @@ -171,7 +171,7 @@ public int GetIndexOf(object arg0) /// public void AddAll(int arg0, Java.Util.Collection arg1) { - IExecute("addAll", arg0, arg1); + IExecuteWithSignature("addAll", "(ILjava/util/Collection;)V", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public void AddElement(object arg0) /// public void InsertElementAt(object arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public int GetIndexOf(object arg0) /// public void AddAll(int arg0, Java.Util.Collection arg1) where Arg1ExtendsE : E { - IExecute("addAll", arg0, arg1); + IExecuteWithSignature("addAll", "(ILjava/util/Collection;)V", arg0, arg1); } /// /// @@ -326,7 +326,7 @@ public void AddElement(E arg0) /// public void InsertElementAt(E arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultDesktopManager.cs b/src/net/JNet/Generated/Javax/Swing/DefaultDesktopManager.cs index 5c8f313a3c..4f4aad8177 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultDesktopManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultDesktopManager.cs @@ -121,7 +121,7 @@ public void BeginDraggingFrame(Javax.Swing.JComponent arg0) /// public void BeginResizingFrame(Javax.Swing.JComponent arg0, int arg1) { - IExecute("beginResizingFrame", arg0, arg1); + IExecuteWithSignature("beginResizingFrame", "(Ljavax/swing/JComponent;I)V", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public void DeiconifyFrame(Javax.Swing.JInternalFrame arg0) /// public void DragFrame(Javax.Swing.JComponent arg0, int arg1, int arg2) { - IExecute("dragFrame", arg0, arg1, arg2); + IExecuteWithSignature("dragFrame", "(Ljavax/swing/JComponent;II)V", arg0, arg1, arg2); } /// /// @@ -215,7 +215,7 @@ public void OpenFrame(Javax.Swing.JInternalFrame arg0) /// public void ResizeFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("resizeFrame", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("resizeFrame", "(Ljavax/swing/JComponent;IIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -227,7 +227,7 @@ public void ResizeFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg /// public void SetBoundsForFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("setBoundsForFrame", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setBoundsForFrame", "(Ljavax/swing/JComponent;IIII)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultFocusManager.cs b/src/net/JNet/Generated/Javax/Swing/DefaultFocusManager.cs index e2da3af42b..a53ab75a47 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultFocusManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultFocusManager.cs @@ -98,7 +98,7 @@ public partial class DefaultFocusManager /// public bool CompareTabOrder(Java.Awt.Component arg0, Java.Awt.Component arg1) { - return IExecute("compareTabOrder", arg0, arg1); + return IExecuteWithSignature("compareTabOrder", "(Ljava/awt/Component;Ljava/awt/Component;)Z", arg0, arg1); } /// /// @@ -108,7 +108,7 @@ public bool CompareTabOrder(Java.Awt.Component arg0, Java.Awt.Component arg1) /// public Java.Awt.Component GetComponentAfter(Java.Awt.Container arg0, Java.Awt.Component arg1) { - return IExecute("getComponentAfter", arg0, arg1); + return IExecuteWithSignature("getComponentAfter", "(Ljava/awt/Container;Ljava/awt/Component;)Ljava/awt/Component;", arg0, arg1); } /// /// @@ -118,7 +118,7 @@ public Java.Awt.Component GetComponentAfter(Java.Awt.Container arg0, Java.Awt.Co /// public Java.Awt.Component GetComponentBefore(Java.Awt.Container arg0, Java.Awt.Component arg1) { - return IExecute("getComponentBefore", arg0, arg1); + return IExecuteWithSignature("getComponentBefore", "(Ljava/awt/Container;Ljava/awt/Component;)Ljava/awt/Component;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultListCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/DefaultListCellRenderer.cs index 18618f0465..033dd5d4d4 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultListCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultListCellRenderer.cs @@ -154,7 +154,7 @@ public partial class DefaultListCellRenderer /// public Java.Awt.Component GetListCellRendererComponent(Javax.Swing.JList arg0, object arg1, int arg2, bool arg3, bool arg4) { - return IExecute("getListCellRendererComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getListCellRendererComponent", "(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultListModel.cs b/src/net/JNet/Generated/Javax/Swing/DefaultListModel.cs index 858bab2341..ba924f95c5 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultListModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultListModel.cs @@ -213,7 +213,7 @@ public object Remove(int arg0) /// public object Set(int arg0, object arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -231,7 +231,7 @@ public int Capacity() /// public int IndexOf(object arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -250,7 +250,7 @@ public int IndexOf(object arg0) /// public int LastIndexOf(object arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public Java.Util.Enumeration Elements() /// public void Add(int arg0, object arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -301,7 +301,7 @@ public void Add(int arg0, object arg1) /// public void AddAll(int arg0, Java.Util.Collection arg1) { - IExecute("addAll", arg0, arg1); + IExecuteWithSignature("addAll", "(ILjava/util/Collection;)V", arg0, arg1); } /// /// @@ -349,7 +349,7 @@ public void EnsureCapacity(int arg0) /// public void InsertElementAt(object arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -373,7 +373,7 @@ public void RemoveElementAt(int arg0) /// public void RemoveRange(int arg0, int arg1) { - IExecute("removeRange", arg0, arg1); + IExecuteWithSignature("removeRange", "(II)V", arg0, arg1); } /// /// @@ -382,7 +382,7 @@ public void RemoveRange(int arg0, int arg1) /// public void SetElementAt(object arg0, int arg1) { - IExecute("setElementAt", arg0, arg1); + IExecuteWithSignature("setElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -511,7 +511,7 @@ public E Remove(int arg0) /// public E Set(int arg0, E arg1) { - return IExecute("set", arg0, arg1); + return IExecuteWithSignature("set", "(ILjava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -529,7 +529,7 @@ public int Capacity() /// public int IndexOf(object arg0, int arg1) { - return IExecute("indexOf", arg0, arg1); + return IExecuteWithSignature("indexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -548,7 +548,7 @@ public int IndexOf(object arg0) /// public int LastIndexOf(object arg0, int arg1) { - return IExecute("lastIndexOf", arg0, arg1); + return IExecuteWithSignature("lastIndexOf", "(Ljava/lang/Object;I)I", arg0, arg1); } /// /// @@ -590,7 +590,7 @@ public Java.Util.Enumeration Elements() /// public void Add(int arg0, E arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(ILjava/lang/Object;)V", arg0, arg1); } /// /// @@ -600,7 +600,7 @@ public void Add(int arg0, E arg1) /// public void AddAll(int arg0, Java.Util.Collection arg1) where Arg1ExtendsE : E { - IExecute("addAll", arg0, arg1); + IExecuteWithSignature("addAll", "(ILjava/util/Collection;)V", arg0, arg1); } /// /// @@ -649,7 +649,7 @@ public void EnsureCapacity(int arg0) /// public void InsertElementAt(E arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -673,7 +673,7 @@ public void RemoveElementAt(int arg0) /// public void RemoveRange(int arg0, int arg1) { - IExecute("removeRange", arg0, arg1); + IExecuteWithSignature("removeRange", "(II)V", arg0, arg1); } /// /// @@ -682,7 +682,7 @@ public void RemoveRange(int arg0, int arg1) /// public void SetElementAt(E arg0, int arg1) { - IExecute("setElementAt", arg0, arg1); + IExecuteWithSignature("setElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultListSelectionModel.cs b/src/net/JNet/Generated/Javax/Swing/DefaultListSelectionModel.cs index 01574f103f..0a43750138 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultListSelectionModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultListSelectionModel.cs @@ -201,7 +201,7 @@ public void AddListSelectionListener(Javax.Swing.Event.ListSelectionListener arg /// public void AddSelectionInterval(int arg0, int arg1) { - IExecute("addSelectionInterval", arg0, arg1); + IExecuteWithSignature("addSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public void ClearSelection() /// public void InsertIndexInterval(int arg0, int arg1, bool arg2) { - IExecute("insertIndexInterval", arg0, arg1, arg2); + IExecuteWithSignature("insertIndexInterval", "(IIZ)V", arg0, arg1, arg2); } /// /// @@ -235,7 +235,7 @@ public void MoveLeadSelectionIndex(int arg0) /// public void RemoveIndexInterval(int arg0, int arg1) { - IExecute("removeIndexInterval", arg0, arg1); + IExecuteWithSignature("removeIndexInterval", "(II)V", arg0, arg1); } /// /// @@ -252,7 +252,7 @@ public void RemoveListSelectionListener(Javax.Swing.Event.ListSelectionListener /// public void RemoveSelectionInterval(int arg0, int arg1) { - IExecute("removeSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public void SetLeadAnchorNotificationEnabled(bool arg0) /// public void SetSelectionInterval(int arg0, int arg1) { - IExecute("setSelectionInterval", arg0, arg1); + IExecuteWithSignature("setSelectionInterval", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/DefaultRowSorter.cs b/src/net/JNet/Generated/Javax/Swing/DefaultRowSorter.cs index 3510ba9a4a..c908e3326f 100644 --- a/src/net/JNet/Generated/Javax/Swing/DefaultRowSorter.cs +++ b/src/net/JNet/Generated/Javax/Swing/DefaultRowSorter.cs @@ -187,7 +187,7 @@ public Java.Util.Comparator GetComparator(int arg0) /// public void SetComparator(int arg0, Java.Util.Comparator arg1) { - IExecute("setComparator", arg0, arg1); + IExecuteWithSignature("setComparator", "(ILjava/util/Comparator;)V", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public void SetComparator(int arg0, Java.Util.Comparator arg1) /// public void SetSortable(int arg0, bool arg1) { - IExecute("setSortable", arg0, arg1); + IExecuteWithSignature("setSortable", "(IZ)V", arg0, arg1); } /// /// @@ -286,7 +286,7 @@ public Java.Util.Comparator GetComparator(int arg0) /// public void SetComparator(int arg0, Java.Util.Comparator arg1) { - IExecute("setComparator", arg0, arg1); + IExecuteWithSignature("setComparator", "(ILjava/util/Comparator;)V", arg0, arg1); } /// /// @@ -295,7 +295,7 @@ public void SetComparator(int arg0, Java.Util.Comparator arg1) /// public void SetSortable(int arg0, bool arg1) { - IExecute("setSortable", arg0, arg1); + IExecuteWithSignature("setSortable", "(IZ)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/DesktopManager.cs b/src/net/JNet/Generated/Javax/Swing/DesktopManager.cs index f1c63ceda6..2648748fbc 100644 --- a/src/net/JNet/Generated/Javax/Swing/DesktopManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/DesktopManager.cs @@ -219,7 +219,7 @@ public void BeginDraggingFrame(Javax.Swing.JComponent arg0) /// public void BeginResizingFrame(Javax.Swing.JComponent arg0, int arg1) { - IExecute("beginResizingFrame", arg0, arg1); + IExecuteWithSignature("beginResizingFrame", "(Ljavax/swing/JComponent;I)V", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public void DeiconifyFrame(Javax.Swing.JInternalFrame arg0) /// public void DragFrame(Javax.Swing.JComponent arg0, int arg1, int arg2) { - IExecute("dragFrame", arg0, arg1, arg2); + IExecuteWithSignature("dragFrame", "(Ljavax/swing/JComponent;II)V", arg0, arg1, arg2); } /// /// @@ -313,7 +313,7 @@ public void OpenFrame(Javax.Swing.JInternalFrame arg0) /// public void ResizeFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("resizeFrame", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("resizeFrame", "(Ljavax/swing/JComponent;IIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -325,7 +325,7 @@ public void ResizeFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg /// public void SetBoundsForFrame(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("setBoundsForFrame", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("setBoundsForFrame", "(Ljavax/swing/JComponent;IIII)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Filechooser/FileSystemView.cs b/src/net/JNet/Generated/Javax/Swing/Filechooser/FileSystemView.cs index 50f49d6989..c6e5a0606e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Filechooser/FileSystemView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Filechooser/FileSystemView.cs @@ -208,7 +208,7 @@ public bool IsLink(Java.Io.File arg0) /// public bool IsParent(Java.Io.File arg0, Java.Io.File arg1) { - return IExecute("isParent", arg0, arg1); + return IExecuteWithSignature("isParent", "(Ljava/io/File;Ljava/io/File;)Z", arg0, arg1); } /// /// @@ -227,7 +227,7 @@ public bool IsRoot(Java.Io.File arg0) /// public Java.Io.File CreateFileObject(Java.Io.File arg0, Java.Lang.String arg1) { - return IExecute("createFileObject", arg0, arg1); + return IExecuteWithSignature("createFileObject", "(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;", arg0, arg1); } /// /// @@ -246,7 +246,7 @@ public Java.Io.File CreateFileObject(Java.Lang.String arg0) /// public Java.Io.File GetChild(Java.Io.File arg0, Java.Lang.String arg1) { - return IExecute("getChild", arg0, arg1); + return IExecuteWithSignature("getChild", "(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;", arg0, arg1); } /// /// @@ -275,7 +275,7 @@ public Java.Io.File GetParentDirectory(Java.Io.File arg0) /// public Java.Io.File[] GetFiles(Java.Io.File arg0, bool arg1) { - return IExecuteArray("getFiles", arg0, arg1); + return IExecuteWithSignatureArray("getFiles", "(Ljava/io/File;Z)[Ljava/io/File;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/GroupLayout.cs b/src/net/JNet/Generated/Javax/Swing/GroupLayout.cs index 32c1294f6d..a023349f15 100644 --- a/src/net/JNet/Generated/Javax/Swing/GroupLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/GroupLayout.cs @@ -373,7 +373,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public Javax.Swing.GroupLayout.ParallelGroup CreateBaselineGroup(bool arg0, bool arg1) { - return IExecute("createBaselineGroup", arg0, arg1); + return IExecuteWithSignature("createBaselineGroup", "(ZZ)Ljavax/swing/GroupLayout$ParallelGroup;", arg0, arg1); } /// /// @@ -391,7 +391,7 @@ public Javax.Swing.GroupLayout.ParallelGroup CreateParallelGroup() /// public Javax.Swing.GroupLayout.ParallelGroup CreateParallelGroup(Javax.Swing.GroupLayout.Alignment arg0, bool arg1) { - return IExecute("createParallelGroup", arg0, arg1); + return IExecuteWithSignature("createParallelGroup", "(Ljavax/swing/GroupLayout$Alignment;Z)Ljavax/swing/GroupLayout$ParallelGroup;", arg0, arg1); } /// /// @@ -417,7 +417,7 @@ public Javax.Swing.GroupLayout.SequentialGroup CreateSequentialGroup() /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -426,7 +426,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -451,7 +451,7 @@ public void LayoutContainer(Java.Awt.Container arg0) /// public void LinkSize(int arg0, params Java.Awt.Component[] arg1) { - if (arg1.Length == 0) IExecute("linkSize", arg0); else IExecute("linkSize", arg0, arg1); + if (arg1.Length == 0) IExecuteWithSignature("linkSize", "(I[Ljava/awt/Component;)V", arg0); else IExecuteWithSignature("linkSize", "(I[Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -476,7 +476,7 @@ public void RemoveLayoutComponent(Java.Awt.Component arg0) /// public void Replace(Java.Awt.Component arg0, Java.Awt.Component arg1) { - IExecute("replace", arg0, arg1); + IExecuteWithSignature("replace", "(Ljava/awt/Component;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -485,7 +485,7 @@ public void Replace(Java.Awt.Component arg0, Java.Awt.Component arg1) /// public void SetHonorsVisibility(Java.Awt.Component arg0, Java.Lang.Boolean arg1) { - IExecute("setHonorsVisibility", arg0, arg1); + IExecuteWithSignature("setHonorsVisibility", "(Ljava/awt/Component;Ljava/lang/Boolean;)V", arg0, arg1); } /// /// @@ -609,7 +609,7 @@ public partial class Group /// public Javax.Swing.GroupLayout.Group AddComponent(Java.Awt.Component arg0, int arg1, int arg2, int arg3) { - return IExecute("addComponent", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("addComponent", "(Ljava/awt/Component;III)Ljavax/swing/GroupLayout$Group;", arg0, arg1, arg2, arg3); } /// /// @@ -629,7 +629,7 @@ public Javax.Swing.GroupLayout.Group AddComponent(Java.Awt.Component arg0) /// public Javax.Swing.GroupLayout.Group AddGap(int arg0, int arg1, int arg2) { - return IExecute("addGap", arg0, arg1, arg2); + return IExecuteWithSignature("addGap", "(III)Ljavax/swing/GroupLayout$Group;", arg0, arg1, arg2); } /// /// @@ -691,7 +691,7 @@ public partial class ParallelGroup /// public Javax.Swing.GroupLayout.ParallelGroup AddComponent(Java.Awt.Component arg0, Javax.Swing.GroupLayout.Alignment arg1, int arg2, int arg3, int arg4) { - return IExecute("addComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("addComponent", "(Ljava/awt/Component;Ljavax/swing/GroupLayout$Alignment;III)Ljavax/swing/GroupLayout$ParallelGroup;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -701,7 +701,7 @@ public Javax.Swing.GroupLayout.ParallelGroup AddComponent(Java.Awt.Component arg /// public Javax.Swing.GroupLayout.ParallelGroup AddComponent(Java.Awt.Component arg0, Javax.Swing.GroupLayout.Alignment arg1) { - return IExecute("addComponent", arg0, arg1); + return IExecuteWithSignature("addComponent", "(Ljava/awt/Component;Ljavax/swing/GroupLayout$Alignment;)Ljavax/swing/GroupLayout$ParallelGroup;", arg0, arg1); } /// /// @@ -711,7 +711,7 @@ public Javax.Swing.GroupLayout.ParallelGroup AddComponent(Java.Awt.Component arg /// public Javax.Swing.GroupLayout.ParallelGroup AddGroup(Javax.Swing.GroupLayout.Alignment arg0, Javax.Swing.GroupLayout.Group arg1) { - return IExecute("addGroup", arg0, arg1); + return IExecuteWithSignature("addGroup", "(Ljavax/swing/GroupLayout$Alignment;Ljavax/swing/GroupLayout$Group;)Ljavax/swing/GroupLayout$ParallelGroup;", arg0, arg1); } #endregion @@ -755,7 +755,7 @@ public partial class SequentialGroup /// public Javax.Swing.GroupLayout.SequentialGroup AddComponent(bool arg0, Java.Awt.Component arg1, int arg2, int arg3, int arg4) { - return IExecute("addComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("addComponent", "(ZLjava/awt/Component;III)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -765,7 +765,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddComponent(bool arg0, Java.Awt. /// public Javax.Swing.GroupLayout.SequentialGroup AddComponent(bool arg0, Java.Awt.Component arg1) { - return IExecute("addComponent", arg0, arg1); + return IExecuteWithSignature("addComponent", "(ZLjava/awt/Component;)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1); } /// /// @@ -783,7 +783,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddContainerGap() /// public Javax.Swing.GroupLayout.SequentialGroup AddContainerGap(int arg0, int arg1) { - return IExecute("addContainerGap", arg0, arg1); + return IExecuteWithSignature("addContainerGap", "(II)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1); } /// /// @@ -793,7 +793,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddContainerGap(int arg0, int arg /// public Javax.Swing.GroupLayout.SequentialGroup AddGroup(bool arg0, Javax.Swing.GroupLayout.Group arg1) { - return IExecute("addGroup", arg0, arg1); + return IExecuteWithSignature("addGroup", "(ZLjavax/swing/GroupLayout$Group;)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1); } /// /// @@ -806,7 +806,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddGroup(bool arg0, Javax.Swing.G /// public Javax.Swing.GroupLayout.SequentialGroup AddPreferredGap(Javax.Swing.JComponent arg0, Javax.Swing.JComponent arg1, Javax.Swing.LayoutStyle.ComponentPlacement arg2, int arg3, int arg4) { - return IExecute("addPreferredGap", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("addPreferredGap", "(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljavax/swing/LayoutStyle$ComponentPlacement;II)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -817,7 +817,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddPreferredGap(Javax.Swing.JComp /// public Javax.Swing.GroupLayout.SequentialGroup AddPreferredGap(Javax.Swing.JComponent arg0, Javax.Swing.JComponent arg1, Javax.Swing.LayoutStyle.ComponentPlacement arg2) { - return IExecute("addPreferredGap", arg0, arg1, arg2); + return IExecuteWithSignature("addPreferredGap", "(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljavax/swing/LayoutStyle$ComponentPlacement;)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1, arg2); } /// /// @@ -828,7 +828,7 @@ public Javax.Swing.GroupLayout.SequentialGroup AddPreferredGap(Javax.Swing.JComp /// public Javax.Swing.GroupLayout.SequentialGroup AddPreferredGap(Javax.Swing.LayoutStyle.ComponentPlacement arg0, int arg1, int arg2) { - return IExecute("addPreferredGap", arg0, arg1, arg2); + return IExecuteWithSignature("addPreferredGap", "(Ljavax/swing/LayoutStyle$ComponentPlacement;II)Ljavax/swing/GroupLayout$SequentialGroup;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Icon.cs b/src/net/JNet/Generated/Javax/Swing/Icon.cs index a2bb279af3..53398bd69d 100644 --- a/src/net/JNet/Generated/Javax/Swing/Icon.cs +++ b/src/net/JNet/Generated/Javax/Swing/Icon.cs @@ -149,7 +149,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/ImageIcon.cs b/src/net/JNet/Generated/Javax/Swing/ImageIcon.cs index 040eafe704..d8e6107750 100644 --- a/src/net/JNet/Generated/Javax/Swing/ImageIcon.cs +++ b/src/net/JNet/Generated/Javax/Swing/ImageIcon.cs @@ -228,7 +228,7 @@ public Java.Awt.ImageNs.ImageObserver ImageObserver /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/InputMap.cs b/src/net/JNet/Generated/Javax/Swing/InputMap.cs index 017646b825..7c8ce40296 100644 --- a/src/net/JNet/Generated/Javax/Swing/InputMap.cs +++ b/src/net/JNet/Generated/Javax/Swing/InputMap.cs @@ -144,7 +144,7 @@ public void Clear() /// public void Put(Javax.Swing.KeyStroke arg0, object arg1) { - IExecute("put", arg0, arg1); + IExecuteWithSignature("put", "(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/InputVerifier.cs b/src/net/JNet/Generated/Javax/Swing/InputVerifier.cs index bd9ff0fdaf..f8a2ba4af8 100644 --- a/src/net/JNet/Generated/Javax/Swing/InputVerifier.cs +++ b/src/net/JNet/Generated/Javax/Swing/InputVerifier.cs @@ -109,7 +109,7 @@ public bool Verify(Javax.Swing.JComponent arg0) /// public bool ShouldYieldFocus(Javax.Swing.JComponent arg0, Javax.Swing.JComponent arg1) { - return IExecute("shouldYieldFocus", arg0, arg1); + return IExecuteWithSignature("shouldYieldFocus", "(Ljavax/swing/JComponent;Ljavax/swing/JComponent;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JColorChooser.cs b/src/net/JNet/Generated/Javax/Swing/JColorChooser.cs index f5f85f0cb6..0ec576fd16 100644 --- a/src/net/JNet/Generated/Javax/Swing/JColorChooser.cs +++ b/src/net/JNet/Generated/Javax/Swing/JColorChooser.cs @@ -135,7 +135,7 @@ public JColorChooser(Javax.Swing.Colorchooser.ColorSelectionModel arg0) /// public static Java.Awt.Color ShowDialog(Java.Awt.Component arg0, Java.Lang.String arg1, Java.Awt.Color arg2, bool arg3) { - return SExecute(LocalBridgeClazz, "showDialog", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "showDialog", "(Ljava/awt/Component;Ljava/lang/String;Ljava/awt/Color;Z)Ljava/awt/Color;", arg0, arg1, arg2, arg3); } /// /// @@ -147,7 +147,7 @@ public static Java.Awt.Color ShowDialog(Java.Awt.Component arg0, Java.Lang.Strin /// public static Java.Awt.Color ShowDialog(Java.Awt.Component arg0, Java.Lang.String arg1, Java.Awt.Color arg2) { - return SExecute(LocalBridgeClazz, "showDialog", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "showDialog", "(Ljava/awt/Component;Ljava/lang/String;Ljava/awt/Color;)Ljava/awt/Color;", arg0, arg1, arg2); } /// /// @@ -162,7 +162,7 @@ public static Java.Awt.Color ShowDialog(Java.Awt.Component arg0, Java.Lang.Strin /// public static Javax.Swing.JDialog CreateDialog(Java.Awt.Component arg0, Java.Lang.String arg1, bool arg2, Javax.Swing.JColorChooser arg3, Java.Awt.EventNs.ActionListener arg4, Java.Awt.EventNs.ActionListener arg5) { - return SExecute(LocalBridgeClazz, "createDialog", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "createDialog", "(Ljava/awt/Component;Ljava/lang/String;ZLjavax/swing/JColorChooser;Ljava/awt/event/ActionListener;Ljava/awt/event/ActionListener;)Ljavax/swing/JDialog;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion @@ -228,7 +228,7 @@ public void AddChooserPanel(Javax.Swing.Colorchooser.AbstractColorChooserPanel a /// public void SetColor(int arg0, int arg1, int arg2) { - IExecute("setColor", arg0, arg1, arg2); + IExecuteWithSignature("setColor", "(III)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JComboBox.cs b/src/net/JNet/Generated/Javax/Swing/JComboBox.cs index 0bf55e5b17..0b86668d17 100644 --- a/src/net/JNet/Generated/Javax/Swing/JComboBox.cs +++ b/src/net/JNet/Generated/Javax/Swing/JComboBox.cs @@ -409,7 +409,7 @@ public void AddPopupMenuListener(Javax.Swing.Event.PopupMenuListener arg0) /// public void ConfigureEditor(Javax.Swing.ComboBoxEditor arg0, object arg1) { - IExecute("configureEditor", arg0, arg1); + IExecuteWithSignature("configureEditor", "(Ljavax/swing/ComboBoxEditor;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -454,7 +454,7 @@ public void HidePopup() /// public void InsertItemAt(object arg0, int arg1) { - IExecute("insertItemAt", arg0, arg1); + IExecuteWithSignature("insertItemAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -606,7 +606,7 @@ public partial class KeySelectionManager /// public int SelectionForKey(char arg0, Javax.Swing.ComboBoxModel arg1) { - return IExecute("selectionForKey", arg0, arg1); + return IExecuteWithSignature("selectionForKey", "(CLjavax/swing/ComboBoxModel;)I", arg0, arg1); } #endregion @@ -884,7 +884,7 @@ public void AddPopupMenuListener(Javax.Swing.Event.PopupMenuListener arg0) /// public void ConfigureEditor(Javax.Swing.ComboBoxEditor arg0, object arg1) { - IExecute("configureEditor", arg0, arg1); + IExecuteWithSignature("configureEditor", "(Ljavax/swing/ComboBoxEditor;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -929,7 +929,7 @@ public void HidePopup() /// public void InsertItemAt(E arg0, int arg1) { - IExecute("insertItemAt", arg0, arg1); + IExecuteWithSignature("insertItemAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JComponent.cs b/src/net/JNet/Generated/Javax/Swing/JComponent.cs index 7a776a34cf..56e2838748 100644 --- a/src/net/JNet/Generated/Javax/Swing/JComponent.cs +++ b/src/net/JNet/Generated/Javax/Swing/JComponent.cs @@ -388,7 +388,7 @@ public Javax.Swing.InputMap GetInputMap(int arg0) /// public void PutClientProperty(object arg0, object arg1) { - IExecute("putClientProperty", arg0, arg1); + IExecuteWithSignature("putClientProperty", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -397,7 +397,7 @@ public void PutClientProperty(object arg0, object arg1) /// public void SetInputMap(int arg0, Javax.Swing.InputMap arg1) { - IExecute("setInputMap", arg0, arg1); + IExecuteWithSignature("setInputMap", "(ILjavax/swing/InputMap;)V", arg0, arg1); } /// /// @@ -510,7 +510,7 @@ public void ComputeVisibleRect(Java.Awt.Rectangle arg0) /// public void FirePropertyChange(Java.Lang.String arg0, bool arg1, bool arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;ZZ)V", arg0, arg1, arg2); } /// /// @@ -520,7 +520,7 @@ public void FirePropertyChange(Java.Lang.String arg0, bool arg1, bool arg2) /// public void FirePropertyChange(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } /// /// @@ -538,7 +538,7 @@ public void GrabFocus() /// public void PaintImmediately(int arg0, int arg1, int arg2, int arg3) { - IExecute("paintImmediately", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintImmediately", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -557,7 +557,7 @@ public void PaintImmediately(Java.Awt.Rectangle arg0) /// public void RegisterKeyboardAction(Java.Awt.EventNs.ActionListener arg0, Java.Lang.String arg1, Javax.Swing.KeyStroke arg2, int arg3) { - IExecute("registerKeyboardAction", arg0, arg1, arg2, arg3); + IExecuteWithSignature("registerKeyboardAction", "(Ljava/awt/event/ActionListener;Ljava/lang/String;Ljavax/swing/KeyStroke;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -567,7 +567,7 @@ public void RegisterKeyboardAction(Java.Awt.EventNs.ActionListener arg0, Java.La /// public void RegisterKeyboardAction(Java.Awt.EventNs.ActionListener arg0, Javax.Swing.KeyStroke arg1, int arg2) { - IExecute("registerKeyboardAction", arg0, arg1, arg2); + IExecuteWithSignature("registerKeyboardAction", "(Ljava/awt/event/ActionListener;Ljavax/swing/KeyStroke;I)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JEditorPane.cs b/src/net/JNet/Generated/Javax/Swing/JEditorPane.cs index 7bb56261d6..61337d3703 100644 --- a/src/net/JNet/Generated/Javax/Swing/JEditorPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JEditorPane.cs @@ -151,7 +151,7 @@ public static Javax.Swing.Text.EditorKit CreateEditorKitForContentType(Java.Lang /// public static void RegisterEditorKitForContentType(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.ClassLoader arg2) { - SExecute(LocalBridgeClazz, "registerEditorKitForContentType", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "registerEditorKitForContentType", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)V", arg0, arg1, arg2); } /// /// @@ -160,7 +160,7 @@ public static void RegisterEditorKitForContentType(Java.Lang.String arg0, Java.L /// public static void RegisterEditorKitForContentType(Java.Lang.String arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "registerEditorKitForContentType", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "registerEditorKitForContentType", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion @@ -235,7 +235,7 @@ public void FireHyperlinkUpdate(Javax.Swing.Event.HyperlinkEvent arg0) /// public void Read(Java.Io.InputStream arg0, object arg1) { - IExecute("read", arg0, arg1); + IExecuteWithSignature("read", "(Ljava/io/InputStream;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -252,7 +252,7 @@ public void ScrollToReference(Java.Lang.String arg0) /// public void SetEditorKitForContentType(Java.Lang.String arg0, Javax.Swing.Text.EditorKit arg1) { - IExecute("setEditorKitForContentType", arg0, arg1); + IExecuteWithSignature("setEditorKitForContentType", "(Ljava/lang/String;Ljavax/swing/text/EditorKit;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JFileChooser.cs b/src/net/JNet/Generated/Javax/Swing/JFileChooser.cs index 8a1e850895..65e8d2e079 100644 --- a/src/net/JNet/Generated/Javax/Swing/JFileChooser.cs +++ b/src/net/JNet/Generated/Javax/Swing/JFileChooser.cs @@ -512,7 +512,7 @@ public bool RemoveChoosableFileFilter(Javax.Swing.Filechooser.FileFilter arg0) /// public int ShowDialog(Java.Awt.Component arg0, Java.Lang.String arg1) { - return IExecute("showDialog", arg0, arg1); + return IExecuteWithSignature("showDialog", "(Ljava/awt/Component;Ljava/lang/String;)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JLayer.cs b/src/net/JNet/Generated/Javax/Swing/JLayer.cs index 863768ae3a..65f03d05ed 100644 --- a/src/net/JNet/Generated/Javax/Swing/JLayer.cs +++ b/src/net/JNet/Generated/Javax/Swing/JLayer.cs @@ -216,7 +216,7 @@ public Java.Awt.Component View /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -227,7 +227,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -368,7 +368,7 @@ public V View /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -379,7 +379,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JLayeredPane.cs b/src/net/JNet/Generated/Javax/Swing/JLayeredPane.cs index 322f05e41f..e5b72dbf00 100644 --- a/src/net/JNet/Generated/Javax/Swing/JLayeredPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JLayeredPane.cs @@ -157,7 +157,7 @@ public static Javax.Swing.JLayeredPane GetLayeredPaneAbove(Java.Awt.Component ar /// public static void PutLayer(Javax.Swing.JComponent arg0, int arg1) { - SExecute(LocalBridgeClazz, "putLayer", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "putLayer", "(Ljavax/swing/JComponent;I)V", arg0, arg1); } #endregion @@ -248,7 +248,7 @@ public void MoveToFront(Java.Awt.Component arg0) /// public void SetLayer(Java.Awt.Component arg0, int arg1, int arg2) { - IExecute("setLayer", arg0, arg1, arg2); + IExecuteWithSignature("setLayer", "(Ljava/awt/Component;II)V", arg0, arg1, arg2); } /// /// @@ -257,7 +257,7 @@ public void SetLayer(Java.Awt.Component arg0, int arg1, int arg2) /// public void SetLayer(Java.Awt.Component arg0, int arg1) { - IExecute("setLayer", arg0, arg1); + IExecuteWithSignature("setLayer", "(Ljava/awt/Component;I)V", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public void SetLayer(Java.Awt.Component arg0, int arg1) /// public void SetPosition(Java.Awt.Component arg0, int arg1) { - IExecute("setPosition", arg0, arg1); + IExecuteWithSignature("setPosition", "(Ljava/awt/Component;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/JList.cs b/src/net/JNet/Generated/Javax/Swing/JList.cs index 451fddc6ba..c6ae79af17 100644 --- a/src/net/JNet/Generated/Javax/Swing/JList.cs +++ b/src/net/JNet/Generated/Javax/Swing/JList.cs @@ -452,7 +452,7 @@ public bool IsSelectionEmpty() /// public int GetNextMatch(Java.Lang.String arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - return IExecute("getNextMatch", arg0, arg1, arg2); + return IExecuteWithSignature("getNextMatch", "(Ljava/lang/String;ILjavax/swing/text/Position$Bias;)I", arg0, arg1, arg2); } /// /// @@ -463,7 +463,7 @@ public int GetNextMatch(Java.Lang.String arg0, int arg1, Javax.Swing.Text.Positi /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -474,7 +474,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -502,7 +502,7 @@ public Java.Awt.Point IndexToLocation(int arg0) /// public Java.Awt.Rectangle GetCellBounds(int arg0, int arg1) { - return IExecute("getCellBounds", arg0, arg1); + return IExecuteWithSignature("getCellBounds", "(II)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -519,7 +519,7 @@ public void AddListSelectionListener(Javax.Swing.Event.ListSelectionListener arg /// public void AddSelectionInterval(int arg0, int arg1) { - IExecute("addSelectionInterval", arg0, arg1); + IExecuteWithSignature("addSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -551,7 +551,7 @@ public void RemoveListSelectionListener(Javax.Swing.Event.ListSelectionListener /// public void RemoveSelectionInterval(int arg0, int arg1) { - IExecute("removeSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -576,7 +576,7 @@ public void SetListData(Java.Util.Vector arg0) /// public void SetSelectedValue(object arg0, bool arg1) { - IExecute("setSelectedValue", arg0, arg1); + IExecuteWithSignature("setSelectedValue", "(Ljava/lang/Object;Z)V", arg0, arg1); } /// /// @@ -585,7 +585,7 @@ public void SetSelectedValue(object arg0, bool arg1) /// public void SetSelectionInterval(int arg0, int arg1) { - IExecute("setSelectionInterval", arg0, arg1); + IExecuteWithSignature("setSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -955,7 +955,7 @@ public bool IsSelectionEmpty() /// public int GetNextMatch(Java.Lang.String arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - return IExecute("getNextMatch", arg0, arg1, arg2); + return IExecuteWithSignature("getNextMatch", "(Ljava/lang/String;ILjavax/swing/text/Position$Bias;)I", arg0, arg1, arg2); } /// /// @@ -966,7 +966,7 @@ public int GetNextMatch(Java.Lang.String arg0, int arg1, Javax.Swing.Text.Positi /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -977,7 +977,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -1005,7 +1005,7 @@ public Java.Awt.Point IndexToLocation(int arg0) /// public Java.Awt.Rectangle GetCellBounds(int arg0, int arg1) { - return IExecute("getCellBounds", arg0, arg1); + return IExecuteWithSignature("getCellBounds", "(II)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -1022,7 +1022,7 @@ public void AddListSelectionListener(Javax.Swing.Event.ListSelectionListener arg /// public void AddSelectionInterval(int arg0, int arg1) { - IExecute("addSelectionInterval", arg0, arg1); + IExecuteWithSignature("addSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1054,7 +1054,7 @@ public void RemoveListSelectionListener(Javax.Swing.Event.ListSelectionListener /// public void RemoveSelectionInterval(int arg0, int arg1) { - IExecute("removeSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1080,7 +1080,7 @@ public void SetListData(Java.Util.Vector arg0) where /// public void SetSelectedValue(object arg0, bool arg1) { - IExecute("setSelectedValue", arg0, arg1); + IExecuteWithSignature("setSelectedValue", "(Ljava/lang/Object;Z)V", arg0, arg1); } /// /// @@ -1089,7 +1089,7 @@ public void SetSelectedValue(object arg0, bool arg1) /// public void SetSelectionInterval(int arg0, int arg1) { - IExecute("setSelectionInterval", arg0, arg1); + IExecuteWithSignature("setSelectionInterval", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JMenu.cs b/src/net/JNet/Generated/Javax/Swing/JMenu.cs index dd1f0bfe67..d427c98f15 100644 --- a/src/net/JNet/Generated/Javax/Swing/JMenu.cs +++ b/src/net/JNet/Generated/Javax/Swing/JMenu.cs @@ -243,7 +243,7 @@ public Javax.Swing.JMenuItem GetItem(int arg0) /// public Javax.Swing.JMenuItem Insert(Javax.Swing.Action arg0, int arg1) { - return IExecute("insert", arg0, arg1); + return IExecuteWithSignature("insert", "(Ljavax/swing/Action;I)Ljavax/swing/JMenuItem;", arg0, arg1); } /// /// @@ -253,7 +253,7 @@ public Javax.Swing.JMenuItem Insert(Javax.Swing.Action arg0, int arg1) /// public Javax.Swing.JMenuItem Insert(Javax.Swing.JMenuItem arg0, int arg1) { - return IExecute("insert", arg0, arg1); + return IExecuteWithSignature("insert", "(Ljavax/swing/JMenuItem;I)Ljavax/swing/JMenuItem;", arg0, arg1); } /// /// @@ -277,7 +277,7 @@ public void AddSeparator() /// public void Insert(Java.Lang.String arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -310,7 +310,7 @@ public void RemoveMenuListener(Javax.Swing.Event.MenuListener arg0) /// public void SetMenuLocation(int arg0, int arg1) { - IExecute("setMenuLocation", arg0, arg1); + IExecuteWithSignature("setMenuLocation", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JMenuBar.cs b/src/net/JNet/Generated/Javax/Swing/JMenuBar.cs index b47db0aa49..8b061d053b 100644 --- a/src/net/JNet/Generated/Javax/Swing/JMenuBar.cs +++ b/src/net/JNet/Generated/Javax/Swing/JMenuBar.cs @@ -199,7 +199,7 @@ public void MenuSelectionChanged(bool arg0) /// public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processKeyEvent", arg0, arg1, arg2); + IExecuteWithSignature("processKeyEvent", "(Ljava/awt/event/KeyEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// @@ -209,7 +209,7 @@ public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElem /// public void ProcessMouseEvent(Java.Awt.EventNs.MouseEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processMouseEvent", arg0, arg1, arg2); + IExecuteWithSignature("processMouseEvent", "(Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JMenuItem.cs b/src/net/JNet/Generated/Javax/Swing/JMenuItem.cs index 8064b67d60..071eabbec4 100644 --- a/src/net/JNet/Generated/Javax/Swing/JMenuItem.cs +++ b/src/net/JNet/Generated/Javax/Swing/JMenuItem.cs @@ -215,7 +215,7 @@ public void MenuSelectionChanged(bool arg0) /// public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processKeyEvent", arg0, arg1, arg2); + IExecuteWithSignature("processKeyEvent", "(Ljava/awt/event/KeyEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// @@ -241,7 +241,7 @@ public void ProcessMenuKeyEvent(Javax.Swing.Event.MenuKeyEvent arg0) /// public void ProcessMouseEvent(Java.Awt.EventNs.MouseEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processMouseEvent", arg0, arg1, arg2); + IExecuteWithSignature("processMouseEvent", "(Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JOptionPane.cs b/src/net/JNet/Generated/Javax/Swing/JOptionPane.cs index 8ebe865887..ab3d500f38 100644 --- a/src/net/JNet/Generated/Javax/Swing/JOptionPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JOptionPane.cs @@ -304,7 +304,7 @@ public static Java.Awt.Frame RootFrame /// public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4, Javax.Swing.Icon arg5) { - return SExecute(LocalBridgeClazz, "showConfirmDialog", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "showConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;IILjavax/swing/Icon;)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -318,7 +318,7 @@ public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.L /// public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4) { - return SExecute(LocalBridgeClazz, "showConfirmDialog", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "showConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;II)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -331,7 +331,7 @@ public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.L /// public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - return SExecute(LocalBridgeClazz, "showConfirmDialog", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "showConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)I", arg0, arg1, arg2, arg3); } /// /// @@ -342,7 +342,7 @@ public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1, Java.L /// public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1) { - return SExecute(LocalBridgeClazz, "showConfirmDialog", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "showConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -356,7 +356,7 @@ public static int ShowConfirmDialog(Java.Awt.Component arg0, object arg1) /// public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4, Javax.Swing.Icon arg5) { - return SExecute(LocalBridgeClazz, "showInternalConfirmDialog", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;IILjavax/swing/Icon;)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -369,7 +369,7 @@ public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1 /// public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4) { - return SExecute(LocalBridgeClazz, "showInternalConfirmDialog", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;II)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -381,7 +381,7 @@ public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1 /// public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - return SExecute(LocalBridgeClazz, "showInternalConfirmDialog", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)I", arg0, arg1, arg2, arg3); } /// /// @@ -391,7 +391,7 @@ public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1 /// public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1) { - return SExecute(LocalBridgeClazz, "showInternalConfirmDialog", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalConfirmDialog", "(Ljava/awt/Component;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -407,7 +407,7 @@ public static int ShowInternalConfirmDialog(Java.Awt.Component arg0, object arg1 /// public static int ShowInternalOptionDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4, Javax.Swing.Icon arg5, object[] arg6, object arg7) { - return SExecute(LocalBridgeClazz, "showInternalOptionDialog", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalOptionDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;IILjavax/swing/Icon;[Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -424,7 +424,7 @@ public static int ShowInternalOptionDialog(Java.Awt.Component arg0, object arg1, /// public static int ShowOptionDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4, Javax.Swing.Icon arg5, object[] arg6, object arg7) { - return SExecute(LocalBridgeClazz, "showOptionDialog", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return SExecuteWithSignature(LocalBridgeClazz, "showOptionDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;IILjavax/swing/Icon;[Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -450,7 +450,7 @@ public static Java.Awt.Frame GetFrameForComponent(Java.Awt.Component arg0) /// public static object ShowInputDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, Javax.Swing.Icon arg4, object[] arg5, object arg6) { - return SExecute(LocalBridgeClazz, "showInputDialog", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "showInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;ILjavax/swing/Icon;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -465,7 +465,7 @@ public static object ShowInputDialog(Java.Awt.Component arg0, object arg1, Java. /// public static object ShowInternalInputDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, Javax.Swing.Icon arg4, object[] arg5, object arg6) { - return SExecute(LocalBridgeClazz, "showInternalInputDialog", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;ILjavax/swing/Icon;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -476,7 +476,7 @@ public static object ShowInternalInputDialog(Java.Awt.Component arg0, object arg /// public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object arg1, object arg2) { - return SExecute(LocalBridgeClazz, "showInputDialog", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "showInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -489,7 +489,7 @@ public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object a /// public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - return SExecute(LocalBridgeClazz, "showInputDialog", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "showInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1, arg2, arg3); } /// /// @@ -500,7 +500,7 @@ public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object a /// public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object arg1) { - return SExecute(LocalBridgeClazz, "showInputDialog", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "showInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -510,7 +510,7 @@ public static Java.Lang.String ShowInputDialog(Java.Awt.Component arg0, object a /// public static Java.Lang.String ShowInputDialog(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "showInputDialog", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "showInputDialog", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -532,7 +532,7 @@ public static Java.Lang.String ShowInputDialog(object arg0) /// public static Java.Lang.String ShowInternalInputDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - return SExecute(LocalBridgeClazz, "showInternalInputDialog", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1, arg2, arg3); } /// /// @@ -542,7 +542,7 @@ public static Java.Lang.String ShowInternalInputDialog(Java.Awt.Component arg0, /// public static Java.Lang.String ShowInternalInputDialog(Java.Awt.Component arg0, object arg1) { - return SExecute(LocalBridgeClazz, "showInternalInputDialog", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "showInternalInputDialog", "(Ljava/awt/Component;Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -563,7 +563,7 @@ public static Javax.Swing.JDesktopPane GetDesktopPaneForComponent(Java.Awt.Compo /// public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, Javax.Swing.Icon arg4) { - SExecute(LocalBridgeClazz, "showInternalMessageDialog", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "showInternalMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;ILjavax/swing/Icon;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -574,7 +574,7 @@ public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg /// public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - SExecute(LocalBridgeClazz, "showInternalMessageDialog", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "showInternalMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -583,7 +583,7 @@ public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg /// public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg1) { - SExecute(LocalBridgeClazz, "showInternalMessageDialog", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "showInternalMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -596,7 +596,7 @@ public static void ShowInternalMessageDialog(Java.Awt.Component arg0, object arg /// public static void ShowMessageDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, Javax.Swing.Icon arg4) { - SExecute(LocalBridgeClazz, "showMessageDialog", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "showMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;ILjavax/swing/Icon;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -608,7 +608,7 @@ public static void ShowMessageDialog(Java.Awt.Component arg0, object arg1, Java. /// public static void ShowMessageDialog(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3) { - SExecute(LocalBridgeClazz, "showMessageDialog", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "showMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V", arg0, arg1, arg2, arg3); } /// /// @@ -618,7 +618,7 @@ public static void ShowMessageDialog(Java.Awt.Component arg0, object arg1, Java. /// public static void ShowMessageDialog(Java.Awt.Component arg0, object arg1) { - SExecute(LocalBridgeClazz, "showMessageDialog", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "showMessageDialog", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } #endregion @@ -717,7 +717,7 @@ public bool WantsInput /// public Javax.Swing.JDialog CreateDialog(Java.Awt.Component arg0, Java.Lang.String arg1) { - return IExecute("createDialog", arg0, arg1); + return IExecuteWithSignature("createDialog", "(Ljava/awt/Component;Ljava/lang/String;)Ljavax/swing/JDialog;", arg0, arg1); } /// /// @@ -737,7 +737,7 @@ public Javax.Swing.JDialog CreateDialog(Java.Lang.String arg0) /// public Javax.Swing.JInternalFrame CreateInternalFrame(Java.Awt.Component arg0, Java.Lang.String arg1) { - return IExecute("createInternalFrame", arg0, arg1); + return IExecuteWithSignature("createInternalFrame", "(Ljava/awt/Component;Ljava/lang/String;)Ljavax/swing/JInternalFrame;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JPopupMenu.cs b/src/net/JNet/Generated/Javax/Swing/JPopupMenu.cs index eef5ba4722..8c2f50bd56 100644 --- a/src/net/JNet/Generated/Javax/Swing/JPopupMenu.cs +++ b/src/net/JNet/Generated/Javax/Swing/JPopupMenu.cs @@ -305,7 +305,7 @@ public void AddSeparator() /// public void Insert(Java.Awt.Component arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/awt/Component;I)V", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public void Insert(Java.Awt.Component arg0, int arg1) /// public void Insert(Javax.Swing.Action arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljavax/swing/Action;I)V", arg0, arg1); } /// /// @@ -339,7 +339,7 @@ public void Pack() /// public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processKeyEvent", arg0, arg1, arg2); + IExecuteWithSignature("processKeyEvent", "(Ljava/awt/event/KeyEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// @@ -349,7 +349,7 @@ public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElem /// public void ProcessMouseEvent(Java.Awt.EventNs.MouseEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processMouseEvent", arg0, arg1, arg2); + IExecuteWithSignature("processMouseEvent", "(Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// @@ -390,7 +390,7 @@ public void SetLightWeightPopupEnabled(bool arg0) /// public void SetPopupSize(int arg0, int arg1) { - IExecute("setPopupSize", arg0, arg1); + IExecuteWithSignature("setPopupSize", "(II)V", arg0, arg1); } /// /// @@ -424,7 +424,7 @@ public void SetUI(Javax.Swing.Plaf.PopupMenuUI arg0) /// public void Show(Java.Awt.Component arg0, int arg1, int arg2) { - IExecute("show", arg0, arg1, arg2); + IExecuteWithSignature("show", "(Ljava/awt/Component;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/JScrollBar.cs b/src/net/JNet/Generated/Javax/Swing/JScrollBar.cs index 5616793539..68e3c7bbd9 100644 --- a/src/net/JNet/Generated/Javax/Swing/JScrollBar.cs +++ b/src/net/JNet/Generated/Javax/Swing/JScrollBar.cs @@ -239,7 +239,7 @@ public void SetUI(Javax.Swing.Plaf.ScrollBarUI arg0) /// public void SetValues(int arg0, int arg1, int arg2, int arg3) { - IExecute("setValues", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setValues", "(IIII)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/JScrollPane.cs b/src/net/JNet/Generated/Javax/Swing/JScrollPane.cs index 0bc5e397d3..81e8eea472 100644 --- a/src/net/JNet/Generated/Javax/Swing/JScrollPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JScrollPane.cs @@ -236,7 +236,7 @@ public void SetColumnHeaderView(Java.Awt.Component arg0) /// public void SetCorner(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("setCorner", arg0, arg1); + IExecuteWithSignature("setCorner", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JSlider.cs b/src/net/JNet/Generated/Javax/Swing/JSlider.cs index 9503dfa652..f956819dbf 100644 --- a/src/net/JNet/Generated/Javax/Swing/JSlider.cs +++ b/src/net/JNet/Generated/Javax/Swing/JSlider.cs @@ -264,7 +264,7 @@ public bool ValueIsAdjusting /// public Java.Util.Hashtable CreateStandardLabels(int arg0, int arg1) { - return IExecute>("createStandardLabels", arg0, arg1); + return IExecuteWithSignature>("createStandardLabels", "(II)Ljava/util/Hashtable;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JSpinner.cs b/src/net/JNet/Generated/Javax/Swing/JSpinner.cs index a1b8c09ccf..3f31abae01 100644 --- a/src/net/JNet/Generated/Javax/Swing/JSpinner.cs +++ b/src/net/JNet/Generated/Javax/Swing/JSpinner.cs @@ -501,7 +501,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JTabbedPane.cs b/src/net/JNet/Generated/Javax/Swing/JTabbedPane.cs index dca42d5b19..59c427622d 100644 --- a/src/net/JNet/Generated/Javax/Swing/JTabbedPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JTabbedPane.cs @@ -218,7 +218,7 @@ public int GetMnemonicAt(int arg0) /// public int IndexAtLocation(int arg0, int arg1) { - return IExecute("indexAtLocation", arg0, arg1); + return IExecuteWithSignature("indexAtLocation", "(II)I", arg0, arg1); } /// /// @@ -352,7 +352,7 @@ public void AddChangeListener(Javax.Swing.Event.ChangeListener arg0) /// public void AddTab(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addTab", arg0, arg1); + IExecuteWithSignature("addTab", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -363,7 +363,7 @@ public void AddTab(Java.Lang.String arg0, Java.Awt.Component arg1) /// public void AddTab(Java.Lang.String arg0, Javax.Swing.Icon arg1, Java.Awt.Component arg2, Java.Lang.String arg3) { - IExecute("addTab", arg0, arg1, arg2, arg3); + IExecuteWithSignature("addTab", "(Ljava/lang/String;Ljavax/swing/Icon;Ljava/awt/Component;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// @@ -373,7 +373,7 @@ public void AddTab(Java.Lang.String arg0, Javax.Swing.Icon arg1, Java.Awt.Compon /// public void AddTab(Java.Lang.String arg0, Javax.Swing.Icon arg1, Java.Awt.Component arg2) { - IExecute("addTab", arg0, arg1, arg2); + IExecuteWithSignature("addTab", "(Ljava/lang/String;Ljavax/swing/Icon;Ljava/awt/Component;)V", arg0, arg1, arg2); } /// /// @@ -385,7 +385,7 @@ public void AddTab(Java.Lang.String arg0, Javax.Swing.Icon arg1, Java.Awt.Compon /// public void InsertTab(Java.Lang.String arg0, Javax.Swing.Icon arg1, Java.Awt.Component arg2, Java.Lang.String arg3, int arg4) { - IExecute("insertTab", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("insertTab", "(Ljava/lang/String;Ljavax/swing/Icon;Ljava/awt/Component;Ljava/lang/String;I)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -410,7 +410,7 @@ public void RemoveTabAt(int arg0) /// public void SetBackgroundAt(int arg0, Java.Awt.Color arg1) { - IExecute("setBackgroundAt", arg0, arg1); + IExecuteWithSignature("setBackgroundAt", "(ILjava/awt/Color;)V", arg0, arg1); } /// /// @@ -419,7 +419,7 @@ public void SetBackgroundAt(int arg0, Java.Awt.Color arg1) /// public void SetComponentAt(int arg0, Java.Awt.Component arg1) { - IExecute("setComponentAt", arg0, arg1); + IExecuteWithSignature("setComponentAt", "(ILjava/awt/Component;)V", arg0, arg1); } /// /// @@ -428,7 +428,7 @@ public void SetComponentAt(int arg0, Java.Awt.Component arg1) /// public void SetDisabledIconAt(int arg0, Javax.Swing.Icon arg1) { - IExecute("setDisabledIconAt", arg0, arg1); + IExecuteWithSignature("setDisabledIconAt", "(ILjavax/swing/Icon;)V", arg0, arg1); } /// /// @@ -437,7 +437,7 @@ public void SetDisabledIconAt(int arg0, Javax.Swing.Icon arg1) /// public void SetDisplayedMnemonicIndexAt(int arg0, int arg1) { - IExecute("setDisplayedMnemonicIndexAt", arg0, arg1); + IExecuteWithSignature("setDisplayedMnemonicIndexAt", "(II)V", arg0, arg1); } /// /// @@ -446,7 +446,7 @@ public void SetDisplayedMnemonicIndexAt(int arg0, int arg1) /// public void SetEnabledAt(int arg0, bool arg1) { - IExecute("setEnabledAt", arg0, arg1); + IExecuteWithSignature("setEnabledAt", "(IZ)V", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public void SetEnabledAt(int arg0, bool arg1) /// public void SetForegroundAt(int arg0, Java.Awt.Color arg1) { - IExecute("setForegroundAt", arg0, arg1); + IExecuteWithSignature("setForegroundAt", "(ILjava/awt/Color;)V", arg0, arg1); } /// /// @@ -464,7 +464,7 @@ public void SetForegroundAt(int arg0, Java.Awt.Color arg1) /// public void SetIconAt(int arg0, Javax.Swing.Icon arg1) { - IExecute("setIconAt", arg0, arg1); + IExecuteWithSignature("setIconAt", "(ILjavax/swing/Icon;)V", arg0, arg1); } /// /// @@ -473,7 +473,7 @@ public void SetIconAt(int arg0, Javax.Swing.Icon arg1) /// public void SetMnemonicAt(int arg0, int arg1) { - IExecute("setMnemonicAt", arg0, arg1); + IExecuteWithSignature("setMnemonicAt", "(II)V", arg0, arg1); } /// /// @@ -482,7 +482,7 @@ public void SetMnemonicAt(int arg0, int arg1) /// public void SetTabComponentAt(int arg0, Java.Awt.Component arg1) { - IExecute("setTabComponentAt", arg0, arg1); + IExecuteWithSignature("setTabComponentAt", "(ILjava/awt/Component;)V", arg0, arg1); } /// /// @@ -491,7 +491,7 @@ public void SetTabComponentAt(int arg0, Java.Awt.Component arg1) /// public void SetTitleAt(int arg0, Java.Lang.String arg1) { - IExecute("setTitleAt", arg0, arg1); + IExecuteWithSignature("setTitleAt", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -500,7 +500,7 @@ public void SetTitleAt(int arg0, Java.Lang.String arg1) /// public void SetToolTipTextAt(int arg0, Java.Lang.String arg1) { - IExecute("setToolTipTextAt", arg0, arg1); + IExecuteWithSignature("setToolTipTextAt", "(ILjava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JTable.cs b/src/net/JNet/Generated/Javax/Swing/JTable.cs index 9c2456b516..02eb78db28 100644 --- a/src/net/JNet/Generated/Javax/Swing/JTable.cs +++ b/src/net/JNet/Generated/Javax/Swing/JTable.cs @@ -572,7 +572,7 @@ public bool UpdateSelectionOnSort /// public bool EditCellAt(int arg0, int arg1, Java.Util.EventObject arg2) { - return IExecute("editCellAt", arg0, arg1, arg2); + return IExecuteWithSignature("editCellAt", "(IILjava/util/EventObject;)Z", arg0, arg1, arg2); } /// /// @@ -582,7 +582,7 @@ public bool EditCellAt(int arg0, int arg1, Java.Util.EventObject arg2) /// public bool EditCellAt(int arg0, int arg1) { - return IExecute("editCellAt", arg0, arg1); + return IExecuteWithSignature("editCellAt", "(II)Z", arg0, arg1); } /// /// @@ -592,7 +592,7 @@ public bool EditCellAt(int arg0, int arg1) /// public bool IsCellEditable(int arg0, int arg1) { - return IExecute("isCellEditable", arg0, arg1); + return IExecuteWithSignature("isCellEditable", "(II)Z", arg0, arg1); } /// /// @@ -602,7 +602,7 @@ public bool IsCellEditable(int arg0, int arg1) /// public bool IsCellSelected(int arg0, int arg1) { - return IExecute("isCellSelected", arg0, arg1); + return IExecuteWithSignature("isCellSelected", "(II)Z", arg0, arg1); } /// /// @@ -654,7 +654,7 @@ public bool Print() /// public bool Print(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg1, Java.Text.MessageFormat arg2, bool arg3, Javax.Print.Attribute.PrintRequestAttributeSet arg4, bool arg5, Javax.Print.PrintService arg6) { - return IExecute("print", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("print", "(Ljavax/swing/JTable$PrintMode;Ljava/text/MessageFormat;Ljava/text/MessageFormat;ZLjavax/print/attribute/PrintRequestAttributeSet;ZLjavax/print/PrintService;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -670,7 +670,7 @@ public bool Print(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg /// public bool Print(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg1, Java.Text.MessageFormat arg2, bool arg3, Javax.Print.Attribute.PrintRequestAttributeSet arg4, bool arg5) { - return IExecute("print", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("print", "(Ljavax/swing/JTable$PrintMode;Ljava/text/MessageFormat;Ljava/text/MessageFormat;ZLjavax/print/attribute/PrintRequestAttributeSet;Z)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -682,7 +682,7 @@ public bool Print(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg /// public bool Print(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg1, Java.Text.MessageFormat arg2) { - return IExecute("print", arg0, arg1, arg2); + return IExecuteWithSignature("print", "(Ljavax/swing/JTable$PrintMode;Ljava/text/MessageFormat;Ljava/text/MessageFormat;)Z", arg0, arg1, arg2); } /// /// @@ -757,7 +757,7 @@ public int GetRowHeight(int arg0) /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -768,7 +768,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -788,7 +788,7 @@ public int RowAtPoint(Java.Awt.Point arg0) /// public Java.Awt.Component PrepareEditor(Javax.Swing.Table.TableCellEditor arg0, int arg1, int arg2) { - return IExecute("prepareEditor", arg0, arg1, arg2); + return IExecuteWithSignature("prepareEditor", "(Ljavax/swing/table/TableCellEditor;II)Ljava/awt/Component;", arg0, arg1, arg2); } /// /// @@ -799,7 +799,7 @@ public Java.Awt.Component PrepareEditor(Javax.Swing.Table.TableCellEditor arg0, /// public Java.Awt.Component PrepareRenderer(Javax.Swing.Table.TableCellRenderer arg0, int arg1, int arg2) { - return IExecute("prepareRenderer", arg0, arg1, arg2); + return IExecuteWithSignature("prepareRenderer", "(Ljavax/swing/table/TableCellRenderer;II)Ljava/awt/Component;", arg0, arg1, arg2); } /// /// @@ -810,7 +810,7 @@ public Java.Awt.Component PrepareRenderer(Javax.Swing.Table.TableCellRenderer ar /// public Java.Awt.Print.Printable GetPrintable(Javax.Swing.JTable.PrintMode arg0, Java.Text.MessageFormat arg1, Java.Text.MessageFormat arg2) { - return IExecute("getPrintable", arg0, arg1, arg2); + return IExecuteWithSignature("getPrintable", "(Ljavax/swing/JTable$PrintMode;Ljava/text/MessageFormat;Ljava/text/MessageFormat;)Ljava/awt/print/Printable;", arg0, arg1, arg2); } /// /// @@ -821,7 +821,7 @@ public Java.Awt.Print.Printable GetPrintable(Javax.Swing.JTable.PrintMode arg0, /// public Java.Awt.Rectangle GetCellRect(int arg0, int arg1, bool arg2) { - return IExecute("getCellRect", arg0, arg1, arg2); + return IExecuteWithSignature("getCellRect", "(IIZ)Ljava/awt/Rectangle;", arg0, arg1, arg2); } /// /// @@ -840,7 +840,7 @@ public Java.Lang.Class GetColumnClass(int arg0) /// public object GetValueAt(int arg0, int arg1) { - return IExecute("getValueAt", arg0, arg1); + return IExecuteWithSignature("getValueAt", "(II)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -859,7 +859,7 @@ public Java.Lang.String GetColumnName(int arg0) /// public Javax.Swing.Table.TableCellEditor GetCellEditor(int arg0, int arg1) { - return IExecute("getCellEditor", arg0, arg1); + return IExecuteWithSignature("getCellEditor", "(II)Ljavax/swing/table/TableCellEditor;", arg0, arg1); } /// /// @@ -878,7 +878,7 @@ public Javax.Swing.Table.TableCellEditor GetDefaultEditor(Java.Lang.Class arg0) /// public Javax.Swing.Table.TableCellRenderer GetCellRenderer(int arg0, int arg1) { - return IExecute("getCellRenderer", arg0, arg1); + return IExecuteWithSignature("getCellRenderer", "(II)Ljavax/swing/table/TableCellRenderer;", arg0, arg1); } /// /// @@ -913,7 +913,7 @@ public void AddColumn(Javax.Swing.Table.TableColumn arg0) /// public void AddColumnSelectionInterval(int arg0, int arg1) { - IExecute("addColumnSelectionInterval", arg0, arg1); + IExecuteWithSignature("addColumnSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -922,7 +922,7 @@ public void AddColumnSelectionInterval(int arg0, int arg1) /// public void AddRowSelectionInterval(int arg0, int arg1) { - IExecute("addRowSelectionInterval", arg0, arg1); + IExecuteWithSignature("addRowSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -933,7 +933,7 @@ public void AddRowSelectionInterval(int arg0, int arg1) /// public void ChangeSelection(int arg0, int arg1, bool arg2, bool arg3) { - IExecute("changeSelection", arg0, arg1, arg2, arg3); + IExecuteWithSignature("changeSelection", "(IIZZ)V", arg0, arg1, arg2, arg3); } /// /// @@ -1012,7 +1012,7 @@ public void EditingStopped(Javax.Swing.Event.ChangeEvent arg0) /// public void MoveColumn(int arg0, int arg1) { - IExecute("moveColumn", arg0, arg1); + IExecuteWithSignature("moveColumn", "(II)V", arg0, arg1); } /// /// @@ -1029,7 +1029,7 @@ public void RemoveColumn(Javax.Swing.Table.TableColumn arg0) /// public void RemoveColumnSelectionInterval(int arg0, int arg1) { - IExecute("removeColumnSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeColumnSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1045,7 +1045,7 @@ public void RemoveEditor() /// public void RemoveRowSelectionInterval(int arg0, int arg1) { - IExecute("removeRowSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeRowSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1061,7 +1061,7 @@ public void SelectAll() /// public void SetColumnSelectionInterval(int arg0, int arg1) { - IExecute("setColumnSelectionInterval", arg0, arg1); + IExecuteWithSignature("setColumnSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1070,7 +1070,7 @@ public void SetColumnSelectionInterval(int arg0, int arg1) /// public void SetDefaultEditor(Java.Lang.Class arg0, Javax.Swing.Table.TableCellEditor arg1) { - IExecute("setDefaultEditor", arg0, arg1); + IExecuteWithSignature("setDefaultEditor", "(Ljava/lang/Class;Ljavax/swing/table/TableCellEditor;)V", arg0, arg1); } /// /// @@ -1079,7 +1079,7 @@ public void SetDefaultEditor(Java.Lang.Class arg0, Javax.Swing.Table.TableCellEd /// public void SetDefaultRenderer(Java.Lang.Class arg0, Javax.Swing.Table.TableCellRenderer arg1) { - IExecute("setDefaultRenderer", arg0, arg1); + IExecuteWithSignature("setDefaultRenderer", "(Ljava/lang/Class;Ljavax/swing/table/TableCellRenderer;)V", arg0, arg1); } /// /// @@ -1088,7 +1088,7 @@ public void SetDefaultRenderer(Java.Lang.Class arg0, Javax.Swing.Table.TableCell /// public void SetRowHeight(int arg0, int arg1) { - IExecute("setRowHeight", arg0, arg1); + IExecuteWithSignature("setRowHeight", "(II)V", arg0, arg1); } /// /// @@ -1097,7 +1097,7 @@ public void SetRowHeight(int arg0, int arg1) /// public void SetRowSelectionInterval(int arg0, int arg1) { - IExecute("setRowSelectionInterval", arg0, arg1); + IExecuteWithSignature("setRowSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1131,7 +1131,7 @@ public void SetUI(Javax.Swing.Plaf.TableUI arg0) /// public void SetValueAt(object arg0, int arg1, int arg2) { - IExecute("setValueAt", arg0, arg1, arg2); + IExecuteWithSignature("setValueAt", "(Ljava/lang/Object;II)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/JTextArea.cs b/src/net/JNet/Generated/Javax/Swing/JTextArea.cs index b083641310..5a05b9e87e 100644 --- a/src/net/JNet/Generated/Javax/Swing/JTextArea.cs +++ b/src/net/JNet/Generated/Javax/Swing/JTextArea.cs @@ -223,7 +223,7 @@ public void Append(Java.Lang.String arg0) /// public void Insert(Java.Lang.String arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -233,7 +233,7 @@ public void Insert(Java.Lang.String arg0, int arg1) /// public void ReplaceRange(Java.Lang.String arg0, int arg1, int arg2) { - IExecute("replaceRange", arg0, arg1, arg2); + IExecuteWithSignature("replaceRange", "(Ljava/lang/String;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/JTextPane.cs b/src/net/JNet/Generated/Javax/Swing/JTextPane.cs index 712eb61967..05a196dbfa 100644 --- a/src/net/JNet/Generated/Javax/Swing/JTextPane.cs +++ b/src/net/JNet/Generated/Javax/Swing/JTextPane.cs @@ -141,7 +141,7 @@ public Javax.Swing.Text.StyledDocument StyledDocument /// public Javax.Swing.Text.Style AddStyle(Java.Lang.String arg0, Javax.Swing.Text.Style arg1) { - return IExecute("addStyle", arg0, arg1); + return IExecuteWithSignature("addStyle", "(Ljava/lang/String;Ljavax/swing/text/Style;)Ljavax/swing/text/Style;", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public void RemoveStyle(Java.Lang.String arg0) /// public void SetCharacterAttributes(Javax.Swing.Text.AttributeSet arg0, bool arg1) { - IExecute("setCharacterAttributes", arg0, arg1); + IExecuteWithSignature("setCharacterAttributes", "(Ljavax/swing/text/AttributeSet;Z)V", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public void SetCharacterAttributes(Javax.Swing.Text.AttributeSet arg0, bool arg1 /// public void SetParagraphAttributes(Javax.Swing.Text.AttributeSet arg0, bool arg1) { - IExecute("setParagraphAttributes", arg0, arg1); + IExecuteWithSignature("setParagraphAttributes", "(Ljavax/swing/text/AttributeSet;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/JTree.cs b/src/net/JNet/Generated/Javax/Swing/JTree.cs index 0230752307..21f199b233 100644 --- a/src/net/JNet/Generated/Javax/Swing/JTree.cs +++ b/src/net/JNet/Generated/Javax/Swing/JTree.cs @@ -694,7 +694,7 @@ public bool StopEditing() /// public int GetClosestRowForLocation(int arg0, int arg1) { - return IExecute("getClosestRowForLocation", arg0, arg1); + return IExecuteWithSignature("getClosestRowForLocation", "(II)I", arg0, arg1); } /// /// @@ -704,7 +704,7 @@ public int GetClosestRowForLocation(int arg0, int arg1) /// public int GetRowForLocation(int arg0, int arg1) { - return IExecute("getRowForLocation", arg0, arg1); + return IExecuteWithSignature("getRowForLocation", "(II)I", arg0, arg1); } /// /// @@ -724,7 +724,7 @@ public int GetRowForPath(Javax.Swing.Tree.TreePath arg0) /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -735,7 +735,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -767,7 +767,7 @@ public Java.Awt.Rectangle GetRowBounds(int arg0) /// public Java.Lang.String ConvertValueToText(object arg0, bool arg1, bool arg2, bool arg3, int arg4, bool arg5) { - return IExecute("convertValueToText", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("convertValueToText", "(Ljava/lang/Object;ZZZIZ)Ljava/lang/String;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -786,7 +786,7 @@ public Java.Lang.String ConvertValueToText(object arg0, bool arg1, bool arg2, bo /// public Javax.Swing.Tree.TreePath GetClosestPathForLocation(int arg0, int arg1) { - return IExecute("getClosestPathForLocation", arg0, arg1); + return IExecuteWithSignature("getClosestPathForLocation", "(II)Ljavax/swing/tree/TreePath;", arg0, arg1); } /// /// @@ -797,7 +797,7 @@ public Javax.Swing.Tree.TreePath GetClosestPathForLocation(int arg0, int arg1) /// public Javax.Swing.Tree.TreePath GetNextMatch(Java.Lang.String arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - return IExecute("getNextMatch", arg0, arg1, arg2); + return IExecuteWithSignature("getNextMatch", "(Ljava/lang/String;ILjavax/swing/text/Position$Bias;)Ljavax/swing/tree/TreePath;", arg0, arg1, arg2); } /// /// @@ -807,7 +807,7 @@ public Javax.Swing.Tree.TreePath GetNextMatch(Java.Lang.String arg0, int arg1, J /// public Javax.Swing.Tree.TreePath GetPathForLocation(int arg0, int arg1) { - return IExecute("getPathForLocation", arg0, arg1); + return IExecuteWithSignature("getPathForLocation", "(II)Ljavax/swing/tree/TreePath;", arg0, arg1); } /// /// @@ -825,7 +825,7 @@ public Javax.Swing.Tree.TreePath GetPathForRow(int arg0) /// public void AddSelectionInterval(int arg0, int arg1) { - IExecute("addSelectionInterval", arg0, arg1); + IExecuteWithSignature("addSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -978,7 +978,7 @@ public void MakeVisible(Javax.Swing.Tree.TreePath arg0) /// public void RemoveSelectionInterval(int arg0, int arg1) { - IExecute("removeSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1083,7 +1083,7 @@ public void SetRootVisible(bool arg0) /// public void SetSelectionInterval(int arg0, int arg1) { - IExecute("setSelectionInterval", arg0, arg1); + IExecuteWithSignature("setSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -1197,7 +1197,7 @@ public DynamicUtilTreeNode(object arg0, object arg1) /// public static void CreateChildren(Javax.Swing.Tree.DefaultMutableTreeNode arg0, object arg1) { - SExecute(LocalBridgeClazz, "createChildren", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "createChildren", "(Ljavax/swing/tree/DefaultMutableTreeNode;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/KeyStroke.cs b/src/net/JNet/Generated/Javax/Swing/KeyStroke.cs index b845c6d80b..ee66f70ab1 100644 --- a/src/net/JNet/Generated/Javax/Swing/KeyStroke.cs +++ b/src/net/JNet/Generated/Javax/Swing/KeyStroke.cs @@ -104,7 +104,7 @@ public static Javax.Swing.KeyStroke GetKeyStroke(char arg0) /// public static Javax.Swing.KeyStroke GetKeyStroke(int arg0, int arg1, bool arg2) { - return SExecute(LocalBridgeClazz, "getKeyStroke", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getKeyStroke", "(IIZ)Ljavax/swing/KeyStroke;", arg0, arg1, arg2); } /// /// @@ -114,7 +114,7 @@ public static Javax.Swing.KeyStroke GetKeyStroke(int arg0, int arg1, bool arg2) /// public static Javax.Swing.KeyStroke GetKeyStroke(int arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getKeyStroke", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getKeyStroke", "(II)Ljavax/swing/KeyStroke;", arg0, arg1); } /// /// @@ -124,7 +124,7 @@ public static Javax.Swing.KeyStroke GetKeyStroke(int arg0, int arg1) /// public static Javax.Swing.KeyStroke GetKeyStroke(Java.Lang.Character arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getKeyStroke", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getKeyStroke", "(Ljava/lang/Character;I)Ljavax/swing/KeyStroke;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/LayoutStyle.cs b/src/net/JNet/Generated/Javax/Swing/LayoutStyle.cs index 043f431d21..1406514141 100644 --- a/src/net/JNet/Generated/Javax/Swing/LayoutStyle.cs +++ b/src/net/JNet/Generated/Javax/Swing/LayoutStyle.cs @@ -153,7 +153,7 @@ public static Javax.Swing.LayoutStyle Instance /// public int GetContainerGap(Javax.Swing.JComponent arg0, int arg1, Java.Awt.Container arg2) { - return IExecute("getContainerGap", arg0, arg1, arg2); + return IExecuteWithSignature("getContainerGap", "(Ljavax/swing/JComponent;ILjava/awt/Container;)I", arg0, arg1, arg2); } /// /// @@ -166,7 +166,7 @@ public int GetContainerGap(Javax.Swing.JComponent arg0, int arg1, Java.Awt.Conta /// public int GetPreferredGap(Javax.Swing.JComponent arg0, Javax.Swing.JComponent arg1, Javax.Swing.LayoutStyle.ComponentPlacement arg2, int arg3, Java.Awt.Container arg4) { - return IExecute("getPreferredGap", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getPreferredGap", "(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljavax/swing/LayoutStyle$ComponentPlacement;ILjava/awt/Container;)I", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/ListCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/ListCellRenderer.cs index 757266567f..4899fcc390 100644 --- a/src/net/JNet/Generated/Javax/Swing/ListCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/ListCellRenderer.cs @@ -151,7 +151,7 @@ public partial class ListCellRenderer /// public Java.Awt.Component GetListCellRendererComponent(Javax.Swing.JList arg0, object arg1, int arg2, bool arg3, bool arg4) { - return IExecute("getListCellRendererComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getListCellRendererComponent", "(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } #endregion @@ -229,7 +229,7 @@ public partial class ListCellRenderer : Javax.Swing.IListCellRenderer /// public Java.Awt.Component GetListCellRendererComponent(Javax.Swing.JList arg0, E arg1, int arg2, bool arg3, bool arg4) where Arg0ExtendsE : E { - return IExecute("getListCellRendererComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getListCellRendererComponent", "(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/ListSelectionModel.cs b/src/net/JNet/Generated/Javax/Swing/ListSelectionModel.cs index 0c53a71512..191d4f0243 100644 --- a/src/net/JNet/Generated/Javax/Swing/ListSelectionModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/ListSelectionModel.cs @@ -304,7 +304,7 @@ public void AddListSelectionListener(Javax.Swing.Event.ListSelectionListener arg /// public void AddSelectionInterval(int arg0, int arg1) { - IExecute("addSelectionInterval", arg0, arg1); + IExecuteWithSignature("addSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -321,7 +321,7 @@ public void ClearSelection() /// public void InsertIndexInterval(int arg0, int arg1, bool arg2) { - IExecute("insertIndexInterval", arg0, arg1, arg2); + IExecuteWithSignature("insertIndexInterval", "(IIZ)V", arg0, arg1, arg2); } /// /// @@ -330,7 +330,7 @@ public void InsertIndexInterval(int arg0, int arg1, bool arg2) /// public void RemoveIndexInterval(int arg0, int arg1) { - IExecute("removeIndexInterval", arg0, arg1); + IExecuteWithSignature("removeIndexInterval", "(II)V", arg0, arg1); } /// /// @@ -347,7 +347,7 @@ public void RemoveListSelectionListener(Javax.Swing.Event.ListSelectionListener /// public void RemoveSelectionInterval(int arg0, int arg1) { - IExecute("removeSelectionInterval", arg0, arg1); + IExecuteWithSignature("removeSelectionInterval", "(II)V", arg0, arg1); } /// /// @@ -356,7 +356,7 @@ public void RemoveSelectionInterval(int arg0, int arg1) /// public void SetSelectionInterval(int arg0, int arg1) { - IExecute("setSelectionInterval", arg0, arg1); + IExecuteWithSignature("setSelectionInterval", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/LookAndFeel.cs b/src/net/JNet/Generated/Javax/Swing/LookAndFeel.cs index 83fe6e67c5..3a8fe7ce52 100644 --- a/src/net/JNet/Generated/Javax/Swing/LookAndFeel.cs +++ b/src/net/JNet/Generated/Javax/Swing/LookAndFeel.cs @@ -96,7 +96,7 @@ public partial class LookAndFeel /// public static object GetDesktopPropertyValue(Java.Lang.String arg0, object arg1) { - return SExecute(LocalBridgeClazz, "getDesktopPropertyValue", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getDesktopPropertyValue", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -106,7 +106,7 @@ public static object GetDesktopPropertyValue(Java.Lang.String arg0, object arg1) /// public static object MakeIcon(Java.Lang.Class arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "makeIcon", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "makeIcon", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -116,7 +116,7 @@ public static object MakeIcon(Java.Lang.Class arg0, Java.Lang.String arg1) /// public static Javax.Swing.ComponentInputMap MakeComponentInputMap(Javax.Swing.JComponent arg0, object[] arg1) { - return SExecute(LocalBridgeClazz, "makeComponentInputMap", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "makeComponentInputMap", "(Ljavax/swing/JComponent;[Ljava/lang/Object;)Ljavax/swing/ComponentInputMap;", arg0, arg1); } /// /// @@ -143,7 +143,7 @@ public static Javax.Swing.Text.JTextComponent.KeyBinding[] MakeKeyBindings(objec /// public static void InstallBorder(Javax.Swing.JComponent arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "installBorder", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "installBorder", "(Ljavax/swing/JComponent;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -153,7 +153,7 @@ public static void InstallBorder(Javax.Swing.JComponent arg0, Java.Lang.String a /// public static void InstallColors(Javax.Swing.JComponent arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - SExecute(LocalBridgeClazz, "installColors", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "installColors", "(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -164,7 +164,7 @@ public static void InstallColors(Javax.Swing.JComponent arg0, Java.Lang.String a /// public static void InstallColorsAndFont(Javax.Swing.JComponent arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - SExecute(LocalBridgeClazz, "installColorsAndFont", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "installColorsAndFont", "(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// @@ -174,7 +174,7 @@ public static void InstallColorsAndFont(Javax.Swing.JComponent arg0, Java.Lang.S /// public static void InstallProperty(Javax.Swing.JComponent arg0, Java.Lang.String arg1, object arg2) { - SExecute(LocalBridgeClazz, "installProperty", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "installProperty", "(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -183,7 +183,7 @@ public static void InstallProperty(Javax.Swing.JComponent arg0, Java.Lang.String /// public static void LoadKeyBindings(Javax.Swing.InputMap arg0, object[] arg1) { - SExecute(LocalBridgeClazz, "loadKeyBindings", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "loadKeyBindings", "(Ljavax/swing/InputMap;[Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -263,7 +263,7 @@ public bool IsSupportedLookAndFeel() /// public Javax.Swing.Icon GetDisabledIcon(Javax.Swing.JComponent arg0, Javax.Swing.Icon arg1) { - return IExecute("getDisabledIcon", arg0, arg1); + return IExecuteWithSignature("getDisabledIcon", "(Ljavax/swing/JComponent;Ljavax/swing/Icon;)Ljavax/swing/Icon;", arg0, arg1); } /// /// @@ -273,7 +273,7 @@ public Javax.Swing.Icon GetDisabledIcon(Javax.Swing.JComponent arg0, Javax.Swing /// public Javax.Swing.Icon GetDisabledSelectedIcon(Javax.Swing.JComponent arg0, Javax.Swing.Icon arg1) { - return IExecute("getDisabledSelectedIcon", arg0, arg1); + return IExecuteWithSignature("getDisabledSelectedIcon", "(Ljavax/swing/JComponent;Ljavax/swing/Icon;)Ljavax/swing/Icon;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/MenuElement.cs b/src/net/JNet/Generated/Javax/Swing/MenuElement.cs index 99a4353e67..f4e8a70999 100644 --- a/src/net/JNet/Generated/Javax/Swing/MenuElement.cs +++ b/src/net/JNet/Generated/Javax/Swing/MenuElement.cs @@ -167,7 +167,7 @@ public void MenuSelectionChanged(bool arg0) /// public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processKeyEvent", arg0, arg1, arg2); + IExecuteWithSignature("processKeyEvent", "(Ljava/awt/event/KeyEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public void ProcessKeyEvent(Java.Awt.EventNs.KeyEvent arg0, Javax.Swing.MenuElem /// public void ProcessMouseEvent(Java.Awt.EventNs.MouseEvent arg0, Javax.Swing.MenuElement[] arg1, Javax.Swing.MenuSelectionManager arg2) { - IExecute("processMouseEvent", arg0, arg1, arg2); + IExecuteWithSignature("processMouseEvent", "(Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/MenuSelectionManager.cs b/src/net/JNet/Generated/Javax/Swing/MenuSelectionManager.cs index ec78bee2e9..beaf3726b6 100644 --- a/src/net/JNet/Generated/Javax/Swing/MenuSelectionManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/MenuSelectionManager.cs @@ -129,7 +129,7 @@ public bool IsComponentPartOfCurrentMenu(Java.Awt.Component arg0) /// public Java.Awt.Component ComponentForPoint(Java.Awt.Component arg0, Java.Awt.Point arg1) { - return IExecute("componentForPoint", arg0, arg1); + return IExecuteWithSignature("componentForPoint", "(Ljava/awt/Component;Ljava/awt/Point;)Ljava/awt/Component;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/MutableComboBoxModel.cs b/src/net/JNet/Generated/Javax/Swing/MutableComboBoxModel.cs index 1dd670a09f..4d8faa015e 100644 --- a/src/net/JNet/Generated/Javax/Swing/MutableComboBoxModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/MutableComboBoxModel.cs @@ -155,7 +155,7 @@ public void AddElement(object arg0) /// public void InsertElementAt(object arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// @@ -262,7 +262,7 @@ public void AddElement(E arg0) /// public void InsertElementAt(E arg0, int arg1) { - IExecute("insertElementAt", arg0, arg1); + IExecuteWithSignature("insertElementAt", "(Ljava/lang/Object;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/OverlayLayout.cs b/src/net/JNet/Generated/Javax/Swing/OverlayLayout.cs index 1153cd89c2..386058d7cb 100644 --- a/src/net/JNet/Generated/Javax/Swing/OverlayLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/OverlayLayout.cs @@ -165,7 +165,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -174,7 +174,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Painter.cs b/src/net/JNet/Generated/Javax/Swing/Painter.cs index 2873126075..b1e1587cc5 100644 --- a/src/net/JNet/Generated/Javax/Swing/Painter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Painter.cs @@ -149,7 +149,7 @@ public partial class Painter /// public void Paint(Java.Awt.Graphics2D arg0, object arg1, int arg2, int arg3) { - IExecute("paint", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics2D;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } #endregion @@ -221,7 +221,7 @@ public partial class Painter : Javax.Swing.IPainter /// public void Paint(Java.Awt.Graphics2D arg0, T arg1, int arg2, int arg3) { - IExecute("paint", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics2D;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicArrowButton.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicArrowButton.cs index 235506e817..f8fbcee158 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicArrowButton.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicArrowButton.cs @@ -132,7 +132,7 @@ public int Direction /// public void PaintTriangle(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4, bool arg5) { - IExecute("paintTriangle", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTriangle", "(Ljava/awt/Graphics;IIIIZ)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicBorders.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicBorders.cs index b04fd1915a..e0b2abb280 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicBorders.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicBorders.cs @@ -837,7 +837,7 @@ public Java.Awt.Insets GetBorderInsets(Java.Awt.Component arg0) /// public void PaintBorder(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicCheckBoxMenuItemUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicCheckBoxMenuItemUI.cs index e9084f6a4e..200acdb3e1 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicCheckBoxMenuItemUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicCheckBoxMenuItemUI.cs @@ -99,7 +99,7 @@ public partial class BasicCheckBoxMenuItemUI /// public void ProcessMouseEvent(Javax.Swing.JMenuItem arg0, Java.Awt.EventNs.MouseEvent arg1, Javax.Swing.MenuElement[] arg2, Javax.Swing.MenuSelectionManager arg3) { - IExecute("processMouseEvent", arg0, arg1, arg2, arg3); + IExecuteWithSignature("processMouseEvent", "(Ljavax/swing/JMenuItem;Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxRenderer.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxRenderer.cs index 2983549fc4..444db66218 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxRenderer.cs @@ -154,7 +154,7 @@ public partial class BasicComboBoxRenderer /// public Java.Awt.Component GetListCellRendererComponent(Javax.Swing.JList arg0, object arg1, int arg2, bool arg3, bool arg4) { - return IExecute("getListCellRendererComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getListCellRendererComponent", "(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxUI.cs index e901293b31..de9ce4d7bd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicComboBoxUI.cs @@ -337,7 +337,7 @@ public void ConfigureArrowButton() /// public void PaintCurrentValue(Java.Awt.Graphics arg0, Java.Awt.Rectangle arg1, bool arg2) { - IExecute("paintCurrentValue", arg0, arg1, arg2); + IExecuteWithSignature("paintCurrentValue", "(Ljava/awt/Graphics;Ljava/awt/Rectangle;Z)V", arg0, arg1, arg2); } /// /// @@ -347,7 +347,7 @@ public void PaintCurrentValue(Java.Awt.Graphics arg0, Java.Awt.Rectangle arg1, b /// public void PaintCurrentValueBackground(Java.Awt.Graphics arg0, Java.Awt.Rectangle arg1, bool arg2) { - IExecute("paintCurrentValueBackground", arg0, arg1, arg2); + IExecuteWithSignature("paintCurrentValueBackground", "(Ljava/awt/Graphics;Ljava/awt/Rectangle;Z)V", arg0, arg1, arg2); } /// /// @@ -420,7 +420,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicDirectoryModel.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicDirectoryModel.cs index 25d42e1ed2..775a83b758 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicDirectoryModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicDirectoryModel.cs @@ -140,7 +140,7 @@ public bool Contains(object arg0) /// public bool RenameFile(Java.Io.File arg0, Java.Io.File arg1) { - return IExecute("renameFile", arg0, arg1); + return IExecuteWithSignature("renameFile", "(Ljava/io/File;Ljava/io/File;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicGraphicsUtils.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicGraphicsUtils.cs index 725fa0a19f..af526a947f 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicGraphicsUtils.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicGraphicsUtils.cs @@ -109,7 +109,7 @@ public static Java.Awt.Insets GrooveInsets /// public static float GetStringWidth(Javax.Swing.JComponent arg0, Java.Awt.FontMetrics arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getStringWidth", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getStringWidth", "(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)F", arg0, arg1, arg2); } /// /// @@ -119,7 +119,7 @@ public static float GetStringWidth(Javax.Swing.JComponent arg0, Java.Awt.FontMet /// public static Java.Awt.Dimension GetPreferredButtonSize(Javax.Swing.AbstractButton arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getPreferredButtonSize", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getPreferredButtonSize", "(Ljavax/swing/AbstractButton;I)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public static Java.Awt.Dimension GetPreferredButtonSize(Javax.Swing.AbstractButt /// public static Java.Lang.String GetClippedString(Javax.Swing.JComponent arg0, Java.Awt.FontMetrics arg1, Java.Lang.String arg2, int arg3) { - return SExecute(LocalBridgeClazz, "getClippedString", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "getClippedString", "(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;I)Ljava/lang/String;", arg0, arg1, arg2, arg3); } /// /// @@ -149,7 +149,7 @@ public static Java.Lang.String GetClippedString(Javax.Swing.JComponent arg0, Jav /// public static void DrawBezel(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4, bool arg5, bool arg6, Java.Awt.Color arg7, Java.Awt.Color arg8, Java.Awt.Color arg9, Java.Awt.Color arg10) { - SExecute(LocalBridgeClazz, "drawBezel", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); + SExecuteWithSignature(LocalBridgeClazz, "drawBezel", "(Ljava/awt/Graphics;IIIIZZLjava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); } /// /// @@ -161,7 +161,7 @@ public static void DrawBezel(Java.Awt.Graphics arg0, int arg1, int arg2, int arg /// public static void DrawDashedRect(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4) { - SExecute(LocalBridgeClazz, "drawDashedRect", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "drawDashedRect", "(Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -177,7 +177,7 @@ public static void DrawDashedRect(Java.Awt.Graphics arg0, int arg1, int arg2, in /// public static void DrawEtchedRect(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.Color arg5, Java.Awt.Color arg6, Java.Awt.Color arg7, Java.Awt.Color arg8) { - SExecute(LocalBridgeClazz, "drawEtchedRect", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + SExecuteWithSignature(LocalBridgeClazz, "drawEtchedRect", "(Ljava/awt/Graphics;IIIILjava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -191,7 +191,7 @@ public static void DrawEtchedRect(Java.Awt.Graphics arg0, int arg1, int arg2, in /// public static void DrawGroove(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.Color arg5, Java.Awt.Color arg6) { - SExecute(LocalBridgeClazz, "drawGroove", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + SExecuteWithSignature(LocalBridgeClazz, "drawGroove", "(Ljava/awt/Graphics;IIIILjava/awt/Color;Ljava/awt/Color;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -207,7 +207,7 @@ public static void DrawGroove(Java.Awt.Graphics arg0, int arg1, int arg2, int ar /// public static void DrawLoweredBezel(Java.Awt.Graphics arg0, int arg1, int arg2, int arg3, int arg4, Java.Awt.Color arg5, Java.Awt.Color arg6, Java.Awt.Color arg7, Java.Awt.Color arg8) { - SExecute(LocalBridgeClazz, "drawLoweredBezel", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); + SExecuteWithSignature(LocalBridgeClazz, "drawLoweredBezel", "(Ljava/awt/Graphics;IIIILjava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Color;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } /// /// @@ -219,7 +219,7 @@ public static void DrawLoweredBezel(Java.Awt.Graphics arg0, int arg1, int arg2, /// public static void DrawString(Java.Awt.Graphics arg0, Java.Lang.String arg1, int arg2, int arg3, int arg4) { - SExecute(LocalBridgeClazz, "drawString", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "drawString", "(Ljava/awt/Graphics;Ljava/lang/String;III)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -231,7 +231,7 @@ public static void DrawString(Java.Awt.Graphics arg0, Java.Lang.String arg1, int /// public static void DrawString(Javax.Swing.JComponent arg0, Java.Awt.Graphics2D arg1, Java.Lang.String arg2, float arg3, float arg4) { - SExecute(LocalBridgeClazz, "drawString", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "drawString", "(Ljavax/swing/JComponent;Ljava/awt/Graphics2D;Ljava/lang/String;FF)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -243,7 +243,7 @@ public static void DrawString(Javax.Swing.JComponent arg0, Java.Awt.Graphics2D a /// public static void DrawStringUnderlineCharAt(Java.Awt.Graphics arg0, Java.Lang.String arg1, int arg2, int arg3, int arg4) { - SExecute(LocalBridgeClazz, "drawStringUnderlineCharAt", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "drawStringUnderlineCharAt", "(Ljava/awt/Graphics;Ljava/lang/String;III)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -256,7 +256,7 @@ public static void DrawStringUnderlineCharAt(Java.Awt.Graphics arg0, Java.Lang.S /// public static void DrawStringUnderlineCharAt(Javax.Swing.JComponent arg0, Java.Awt.Graphics2D arg1, Java.Lang.String arg2, int arg3, float arg4, float arg5) { - SExecute(LocalBridgeClazz, "drawStringUnderlineCharAt", arg0, arg1, arg2, arg3, arg4, arg5); + SExecuteWithSignature(LocalBridgeClazz, "drawStringUnderlineCharAt", "(Ljavax/swing/JComponent;Ljava/awt/Graphics2D;Ljava/lang/String;IFF)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicHTML.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicHTML.cs index fded77f9be..4651cbec45 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicHTML.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicHTML.cs @@ -116,7 +116,7 @@ public static bool IsHTMLString(Java.Lang.String arg0) /// public static int GetHTMLBaseline(Javax.Swing.Text.View arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "getHTMLBaseline", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getHTMLBaseline", "(Ljavax/swing/text/View;II)I", arg0, arg1, arg2); } /// /// @@ -126,7 +126,7 @@ public static int GetHTMLBaseline(Javax.Swing.Text.View arg0, int arg1, int arg2 /// public static Javax.Swing.Text.View CreateHTMLView(Javax.Swing.JComponent arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "createHTMLView", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "createHTMLView", "(Ljavax/swing/JComponent;Ljava/lang/String;)Ljavax/swing/text/View;", arg0, arg1); } /// /// @@ -135,7 +135,7 @@ public static Javax.Swing.Text.View CreateHTMLView(Javax.Swing.JComponent arg0, /// public static void UpdateRenderer(Javax.Swing.JComponent arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "updateRenderer", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "updateRenderer", "(Ljavax/swing/JComponent;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameTitlePane.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameTitlePane.cs index ad2506516b..aa2637c475 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameTitlePane.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameTitlePane.cs @@ -892,7 +892,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameUI.cs index f64ca4568f..f6314fe64c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicInternalFrameUI.cs @@ -236,7 +236,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicOptionPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicOptionPaneUI.cs index 0897b1adf3..f853929c9b 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicOptionPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicOptionPaneUI.cs @@ -278,7 +278,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicRadioButtonMenuItemUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicRadioButtonMenuItemUI.cs index 62a11675d7..4d874192b9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicRadioButtonMenuItemUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicRadioButtonMenuItemUI.cs @@ -99,7 +99,7 @@ public partial class BasicRadioButtonMenuItemUI /// public void ProcessMouseEvent(Javax.Swing.JMenuItem arg0, Java.Awt.EventNs.MouseEvent arg1, Javax.Swing.MenuElement[] arg2, Javax.Swing.MenuSelectionManager arg3) { - IExecute("processMouseEvent", arg0, arg1, arg2, arg3); + IExecuteWithSignature("processMouseEvent", "(Ljavax/swing/JMenuItem;Ljava/awt/event/MouseEvent;[Ljavax/swing/MenuElement;Ljavax/swing/MenuSelectionManager;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicScrollBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicScrollBarUI.cs index 71e51be1f4..e254e54e7d 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicScrollBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicScrollBarUI.cs @@ -183,7 +183,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSliderUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSliderUI.cs index e04e93bbbd..1c9b41e608 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSliderUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSliderUI.cs @@ -411,7 +411,7 @@ public void ScrollByUnit(int arg0) /// public void SetThumbLocation(int arg0, int arg1) { - IExecute("setThumbLocation", arg0, arg1); + IExecuteWithSignature("setThumbLocation", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSplitPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSplitPaneUI.cs index c9471b34f2..86114d95cd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSplitPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicSplitPaneUI.cs @@ -594,7 +594,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTabbedPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTabbedPaneUI.cs index 0ea5834fbc..6c97b98a73 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTabbedPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTabbedPaneUI.cs @@ -337,7 +337,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTextUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTextUI.cs index 0bad8df381..5b992056bc 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTextUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTextUI.cs @@ -195,7 +195,7 @@ public partial class BasicTextUI /// public Javax.Swing.Text.View Create(Javax.Swing.Text.Element arg0, int arg1, int arg2) { - return IExecute("create", arg0, arg1, arg2); + return IExecuteWithSignature("create", "(Ljavax/swing/text/Element;II)Ljavax/swing/text/View;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicToolBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicToolBarUI.cs index b924d8bd3d..8e0ae49280 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicToolBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicToolBarUI.cs @@ -116,7 +116,7 @@ public Java.Awt.Color FloatingColor /// public bool CanDock(Java.Awt.Component arg0, Java.Awt.Point arg1) { - return IExecute("canDock", arg0, arg1); + return IExecuteWithSignature("canDock", "(Ljava/awt/Component;Ljava/awt/Point;)Z", arg0, arg1); } /// /// @@ -141,7 +141,7 @@ public bool IsRolloverBorders() /// public void SetFloating(bool arg0, Java.Awt.Point arg1) { - IExecute("setFloating", arg0, arg1); + IExecuteWithSignature("setFloating", "(ZLjava/awt/Point;)V", arg0, arg1); } /// /// @@ -150,7 +150,7 @@ public void SetFloating(bool arg0, Java.Awt.Point arg1) /// public void SetFloatingLocation(int arg0, int arg1) { - IExecute("setFloatingLocation", arg0, arg1); + IExecuteWithSignature("setFloatingLocation", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTreeUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTreeUI.cs index f91ebeab65..8c2fba7dc9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTreeUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Basic/BasicTreeUI.cs @@ -808,7 +808,7 @@ public int RightChildIndent /// public Java.Awt.Dimension GetPreferredSize(Javax.Swing.JComponent arg0, bool arg1) { - return IExecute("getPreferredSize", arg0, arg1); + return IExecuteWithSignature("getPreferredSize", "(Ljavax/swing/JComponent;Z)Ljava/awt/Dimension;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/BorderUIResource.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/BorderUIResource.cs index 3d0108b9f4..c8511f8b78 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/BorderUIResource.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/BorderUIResource.cs @@ -481,7 +481,7 @@ public Java.Awt.Insets GetBorderInsets(Java.Awt.Component arg0) /// public void PaintBorder(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/ComboBoxUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/ComboBoxUI.cs index 6058800822..38a95fb76b 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/ComboBoxUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/ComboBoxUI.cs @@ -117,7 +117,7 @@ public bool IsPopupVisible(Javax.Swing.JComboBox arg0) /// public void SetPopupVisible(Javax.Swing.JComboBox arg0, bool arg1) { - IExecute("setPopupVisible", arg0, arg1); + IExecuteWithSignature("setPopupVisible", "(Ljavax/swing/JComboBox;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/ComponentUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/ComponentUI.cs index 44b4012320..137cfae10c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/ComponentUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/ComponentUI.cs @@ -110,7 +110,7 @@ public static Javax.Swing.Plaf.ComponentUI CreateUI(Javax.Swing.JComponent arg0) /// public bool Contains(Javax.Swing.JComponent arg0, int arg1, int arg2) { - return IExecute("contains", arg0, arg1, arg2); + return IExecuteWithSignature("contains", "(Ljavax/swing/JComponent;II)Z", arg0, arg1, arg2); } /// /// @@ -130,7 +130,7 @@ public int GetAccessibleChildrenCount(Javax.Swing.JComponent arg0) /// public int GetBaseline(Javax.Swing.JComponent arg0, int arg1, int arg2) { - return IExecute("getBaseline", arg0, arg1, arg2); + return IExecuteWithSignature("getBaseline", "(Ljavax/swing/JComponent;II)I", arg0, arg1, arg2); } /// /// @@ -176,7 +176,7 @@ public Java.Awt.Dimension GetPreferredSize(Javax.Swing.JComponent arg0) /// public Javax.Accessibility.Accessible GetAccessibleChild(Javax.Swing.JComponent arg0, int arg1) { - return IExecute("getAccessibleChild", arg0, arg1); + return IExecuteWithSignature("getAccessibleChild", "(Ljavax/swing/JComponent;I)Ljavax/accessibility/Accessible;", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public void InstallUI(Javax.Swing.JComponent arg0) /// public void Paint(Java.Awt.Graphics arg0, Javax.Swing.JComponent arg1) { - IExecute("paint", arg0, arg1); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public void UninstallUI(Javax.Swing.JComponent arg0) /// public void Update(Java.Awt.Graphics arg0, Javax.Swing.JComponent arg1) { - IExecute("update", arg0, arg1); + IExecuteWithSignature("update", "(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/FileChooserUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/FileChooserUI.cs index 2e5f26773c..f000e34b5e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/FileChooserUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/FileChooserUI.cs @@ -135,7 +135,7 @@ public Javax.Swing.Filechooser.FileView GetFileView(Javax.Swing.JFileChooser arg /// public void EnsureFileIsVisible(Javax.Swing.JFileChooser arg0, Java.Io.File arg1) { - IExecute("ensureFileIsVisible", arg0, arg1); + IExecuteWithSignature("ensureFileIsVisible", "(Ljavax/swing/JFileChooser;Ljava/io/File;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/IconUIResource.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/IconUIResource.cs index b0cd5d281b..4c5d8e5031 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/IconUIResource.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/IconUIResource.cs @@ -133,7 +133,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/LayerUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/LayerUI.cs index 10e508e510..5fdcb269a4 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/LayerUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/LayerUI.cs @@ -160,7 +160,7 @@ public Java.Beans.PropertyChangeListener[] PropertyChangeListeners /// public bool ImageUpdate(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Javax.Swing.JLayer arg6) { - return IExecute("imageUpdate", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("imageUpdate", "(Ljava/awt/Image;IIIIILjavax/swing/JLayer;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -186,7 +186,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void ApplyPropertyChange(Java.Beans.PropertyChangeEvent arg0, Javax.Swing.JLayer arg1) { - IExecute("applyPropertyChange", arg0, arg1); + IExecuteWithSignature("applyPropertyChange", "(Ljava/beans/PropertyChangeEvent;Ljavax/swing/JLayer;)V", arg0, arg1); } /// /// @@ -212,7 +212,7 @@ public void DoLayout(Javax.Swing.JLayer arg0) /// public void EventDispatched(Java.Awt.AWTEvent arg0, Javax.Swing.JLayer arg1) { - IExecute("eventDispatched", arg0, arg1); + IExecuteWithSignature("eventDispatched", "(Ljava/awt/AWTEvent;Ljavax/swing/JLayer;)V", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public void EventDispatched(Java.Awt.AWTEvent arg0, Javax.Swing.JLayer arg1) /// public void PaintImmediately(int arg0, int arg1, int arg2, int arg3, Javax.Swing.JLayer arg4) { - IExecute("paintImmediately", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("paintImmediately", "(IIIILjavax/swing/JLayer;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -241,7 +241,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -310,7 +310,7 @@ public Java.Beans.PropertyChangeListener[] PropertyChangeListeners /// public bool ImageUpdate(Java.Awt.Image arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Javax.Swing.JLayer arg6) { - return IExecute("imageUpdate", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("imageUpdate", "(Ljava/awt/Image;IIIIILjavax/swing/JLayer;)Z", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -336,7 +336,7 @@ public void AddPropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("addPropertyChangeListener", arg0, arg1); + IExecuteWithSignature("addPropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// @@ -345,7 +345,7 @@ public void AddPropertyChangeListener(Java.Lang.String arg0, Java.Beans.Property /// public void ApplyPropertyChange(Java.Beans.PropertyChangeEvent arg0, Javax.Swing.JLayer arg1) { - IExecute("applyPropertyChange", arg0, arg1); + IExecuteWithSignature("applyPropertyChange", "(Ljava/beans/PropertyChangeEvent;Ljavax/swing/JLayer;)V", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public void DoLayout(Javax.Swing.JLayer arg0) /// public void EventDispatched(Java.Awt.AWTEvent arg0, Javax.Swing.JLayer arg1) { - IExecute("eventDispatched", arg0, arg1); + IExecuteWithSignature("eventDispatched", "(Ljava/awt/AWTEvent;Ljavax/swing/JLayer;)V", arg0, arg1); } /// /// @@ -374,7 +374,7 @@ public void EventDispatched(Java.Awt.AWTEvent arg0, Javax.Swing.JLayer arg1) /// public void PaintImmediately(int arg0, int arg1, int arg2, int arg3, Javax.Swing.JLayer arg4) { - IExecute("paintImmediately", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("paintImmediately", "(IIIILjavax/swing/JLayer;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -391,7 +391,7 @@ public void RemovePropertyChangeListener(Java.Beans.PropertyChangeListener arg0) /// public void RemovePropertyChangeListener(Java.Lang.String arg0, Java.Beans.PropertyChangeListener arg1) { - IExecute("removePropertyChangeListener", arg0, arg1); + IExecuteWithSignature("removePropertyChangeListener", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/ListUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/ListUI.cs index 234ca4ef02..25b0394c39 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/ListUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/ListUI.cs @@ -100,7 +100,7 @@ public partial class ListUI /// public int LocationToIndex(Javax.Swing.JList arg0, Java.Awt.Point arg1) { - return IExecute("locationToIndex", arg0, arg1); + return IExecuteWithSignature("locationToIndex", "(Ljavax/swing/JList;Ljava/awt/Point;)I", arg0, arg1); } /// /// @@ -110,7 +110,7 @@ public int LocationToIndex(Javax.Swing.JList arg0, Java.Awt.Point arg1) /// public Java.Awt.Point IndexToLocation(Javax.Swing.JList arg0, int arg1) { - return IExecute("indexToLocation", arg0, arg1); + return IExecuteWithSignature("indexToLocation", "(Ljavax/swing/JList;I)Ljava/awt/Point;", arg0, arg1); } /// /// @@ -121,7 +121,7 @@ public Java.Awt.Point IndexToLocation(Javax.Swing.JList arg0, int arg1) /// public Java.Awt.Rectangle GetCellBounds(Javax.Swing.JList arg0, int arg1, int arg2) { - return IExecute("getCellBounds", arg0, arg1, arg2); + return IExecuteWithSignature("getCellBounds", "(Ljavax/swing/JList;II)Ljava/awt/Rectangle;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalCheckBoxIcon.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalCheckBoxIcon.cs index f2f0791b2b..a11087aa87 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalCheckBoxIcon.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalCheckBoxIcon.cs @@ -125,7 +125,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxIcon.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxIcon.cs index 24da06cd57..1492886d76 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxIcon.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxIcon.cs @@ -121,7 +121,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxUI.cs index 5e65b19762..3fdd849dee 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalComboBoxUI.cs @@ -165,7 +165,7 @@ public void ConfigureEditor() /// public void LayoutComboBox(Java.Awt.Container arg0, Javax.Swing.Plaf.Metal.MetalComboBoxUI.MetalComboBoxLayoutManager arg1) { - IExecute("layoutComboBox", arg0, arg1); + IExecuteWithSignature("layoutComboBox", "(Ljava/awt/Container;Ljavax/swing/plaf/metal/MetalComboBoxUI$MetalComboBoxLayoutManager;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalIconFactory.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalIconFactory.cs index ade0e9c4af..b03293a2a3 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalIconFactory.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalIconFactory.cs @@ -626,7 +626,7 @@ public int Shift /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion @@ -704,7 +704,7 @@ public int Shift /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion @@ -772,7 +772,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion @@ -844,7 +844,7 @@ public int IconWidth /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -855,7 +855,7 @@ public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, /// public void PaintMe(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintMe", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintMe", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalProgressBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalProgressBarUI.cs index e74518b218..c5db5e5fe9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalProgressBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Metal/MetalProgressBarUI.cs @@ -97,7 +97,7 @@ public partial class MetalProgressBarUI /// public void PaintDeterminate(Java.Awt.Graphics arg0, Javax.Swing.JComponent arg1) { - IExecute("paintDeterminate", arg0, arg1); + IExecuteWithSignature("paintDeterminate", "(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V", arg0, arg1); } /// /// @@ -106,7 +106,7 @@ public void PaintDeterminate(Java.Awt.Graphics arg0, Javax.Swing.JComponent arg1 /// public void PaintIndeterminate(Java.Awt.Graphics arg0, Javax.Swing.JComponent arg1) { - IExecute("paintIndeterminate", arg0, arg1); + IExecuteWithSignature("paintIndeterminate", "(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Multi/MultiLookAndFeel.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Multi/MultiLookAndFeel.cs index a6f9e3b527..855ba21013 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Multi/MultiLookAndFeel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Multi/MultiLookAndFeel.cs @@ -95,7 +95,7 @@ public partial class MultiLookAndFeel /// public static Javax.Swing.Plaf.ComponentUI CreateUIs(Javax.Swing.Plaf.ComponentUI arg0, Java.Util.Vector arg1, Javax.Swing.JComponent arg2) { - return SExecute(LocalBridgeClazz, "createUIs", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "createUIs", "(Ljavax/swing/plaf/ComponentUI;Ljava/util/Vector;Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/AbstractRegionPainter.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/AbstractRegionPainter.cs index 0b1a945913..3783a2b18f 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/AbstractRegionPainter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/AbstractRegionPainter.cs @@ -101,7 +101,7 @@ public partial class AbstractRegionPainter /// public void Paint(Java.Awt.Graphics2D arg0, Javax.Swing.JComponent arg1, int arg2, int arg3) { - IExecute("paint", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics2D;Ljavax/swing/JComponent;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -112,7 +112,7 @@ public void Paint(Java.Awt.Graphics2D arg0, Javax.Swing.JComponent arg1, int arg /// public void Paint(Java.Awt.Graphics2D arg0, object arg1, int arg2, int arg3) { - IExecute("paint", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics2D;Ljava/lang/Object;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/NimbusLookAndFeel.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/NimbusLookAndFeel.cs index 8c54d89693..13eb183e90 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/NimbusLookAndFeel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Nimbus/NimbusLookAndFeel.cs @@ -102,7 +102,7 @@ public partial class NimbusLookAndFeel /// public Java.Awt.Color GetDerivedColor(Java.Lang.String arg0, float arg1, float arg2, float arg3, int arg4, bool arg5) { - return IExecute("getDerivedColor", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getDerivedColor", "(Ljava/lang/String;FFFIZ)Ljava/awt/Color;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -111,7 +111,7 @@ public Java.Awt.Color GetDerivedColor(Java.Lang.String arg0, float arg1, float a /// public void Register(Javax.Swing.Plaf.Synth.Region arg0, Java.Lang.String arg1) { - IExecute("register", arg0, arg1); + IExecuteWithSignature("register", "(Ljavax/swing/plaf/synth/Region;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/PopupMenuUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/PopupMenuUI.cs index 20d8bd75cf..adfc3382dd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/PopupMenuUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/PopupMenuUI.cs @@ -110,7 +110,7 @@ public bool IsPopupTrigger(Java.Awt.EventNs.MouseEvent arg0) /// public Javax.Swing.Popup GetPopup(Javax.Swing.JPopupMenu arg0, int arg1, int arg2) { - return IExecute("getPopup", arg0, arg1, arg2); + return IExecuteWithSignature("getPopup", "(Ljavax/swing/JPopupMenu;II)Ljavax/swing/Popup;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/SplitPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/SplitPaneUI.cs index 5993ad9e9d..0838cf4247 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/SplitPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/SplitPaneUI.cs @@ -126,7 +126,7 @@ public int GetMinimumDividerLocation(Javax.Swing.JSplitPane arg0) /// public void FinishedPaintingChildren(Javax.Swing.JSplitPane arg0, Java.Awt.Graphics arg1) { - IExecute("finishedPaintingChildren", arg0, arg1); + IExecuteWithSignature("finishedPaintingChildren", "(Ljavax/swing/JSplitPane;Ljava/awt/Graphics;)V", arg0, arg1); } /// /// @@ -143,7 +143,7 @@ public void ResetToPreferredSizes(Javax.Swing.JSplitPane arg0) /// public void SetDividerLocation(Javax.Swing.JSplitPane arg0, int arg1) { - IExecute("setDividerLocation", arg0, arg1); + IExecuteWithSignature("setDividerLocation", "(Ljavax/swing/JSplitPane;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthButtonUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthButtonUI.cs index c9fcfd67c7..63eca87c9a 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthButtonUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthButtonUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthColorChooserUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthColorChooserUI.cs index ede844325e..a78c405257 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthColorChooserUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthColorChooserUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthComboBoxUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthComboBoxUI.cs index 852285d465..ccee3c74c5 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthComboBoxUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthComboBoxUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopIconUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopIconUI.cs index ab8a21f6cc..10603253dd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopIconUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopIconUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopPaneUI.cs index c40e6908a8..e0c52b9d51 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthDesktopPaneUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthEditorPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthEditorPaneUI.cs index 9b30076be5..a388600097 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthEditorPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthEditorPaneUI.cs @@ -114,7 +114,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthGraphicsUtils.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthGraphicsUtils.cs index 094cf0570f..7437c8d95b 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthGraphicsUtils.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthGraphicsUtils.cs @@ -94,7 +94,7 @@ public partial class SynthGraphicsUtils /// public static int GetIconHeight(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.SynthContext arg1) { - return SExecute(LocalBridgeClazz, "getIconHeight", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getIconHeight", "(Ljavax/swing/Icon;Ljavax/swing/plaf/synth/SynthContext;)I", arg0, arg1); } /// /// @@ -104,7 +104,7 @@ public static int GetIconHeight(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.Sy /// public static int GetIconWidth(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.SynthContext arg1) { - return SExecute(LocalBridgeClazz, "getIconWidth", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getIconWidth", "(Ljavax/swing/Icon;Ljavax/swing/plaf/synth/SynthContext;)I", arg0, arg1); } /// /// @@ -118,7 +118,7 @@ public static int GetIconWidth(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.Syn /// public static void PaintIcon(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.SynthContext arg1, Java.Awt.Graphics arg2, int arg3, int arg4, int arg5, int arg6) { - SExecute(LocalBridgeClazz, "paintIcon", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + SExecuteWithSignature(LocalBridgeClazz, "paintIcon", "(Ljavax/swing/Icon;Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion @@ -134,7 +134,7 @@ public static void PaintIcon(Javax.Swing.Icon arg0, Javax.Swing.Plaf.Synth.Synth /// public int ComputeStringWidth(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Font arg1, Java.Awt.FontMetrics arg2, Java.Lang.String arg3) { - return IExecute("computeStringWidth", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("computeStringWidth", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Font;Ljava/awt/FontMetrics;Ljava/lang/String;)I", arg0, arg1, arg2, arg3); } /// /// @@ -161,7 +161,7 @@ public int GetMaximumCharHeight(Javax.Swing.Plaf.Synth.SynthContext arg0) /// public Java.Awt.Dimension GetMaximumSize(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Font arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) { - return IExecute("getMaximumSize", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return IExecuteWithSignature("getMaximumSize", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Font;Ljava/lang/String;Ljavax/swing/Icon;IIIIII)Ljava/awt/Dimension;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -179,7 +179,7 @@ public Java.Awt.Dimension GetMaximumSize(Javax.Swing.Plaf.Synth.SynthContext arg /// public Java.Awt.Dimension GetMinimumSize(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Font arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) { - return IExecute("getMinimumSize", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return IExecuteWithSignature("getMinimumSize", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Font;Ljava/lang/String;Ljavax/swing/Icon;IIIIII)Ljava/awt/Dimension;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -197,7 +197,7 @@ public Java.Awt.Dimension GetMinimumSize(Javax.Swing.Plaf.Synth.SynthContext arg /// public Java.Awt.Dimension GetPreferredSize(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Font arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) { - return IExecute("getPreferredSize", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); + return IExecuteWithSignature("getPreferredSize", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Font;Ljava/lang/String;Ljavax/swing/Icon;IIIIII)Ljava/awt/Dimension;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } /// /// @@ -217,7 +217,7 @@ public Java.Awt.Dimension GetPreferredSize(Javax.Swing.Plaf.Synth.SynthContext a /// public Java.Lang.String LayoutText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.FontMetrics arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, Java.Awt.Rectangle arg8, Java.Awt.Rectangle arg9, Java.Awt.Rectangle arg10, int arg11) { - return IExecute("layoutText", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); + return IExecuteWithSignature("layoutText", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); } /// /// @@ -232,7 +232,7 @@ public Java.Lang.String LayoutText(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void DrawLine(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, Java.Awt.Graphics arg2, int arg3, int arg4, int arg5, int arg6, object arg7) { - IExecute("drawLine", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("drawLine", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;Ljava/awt/Graphics;IIIILjava/lang/Object;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -246,7 +246,7 @@ public void DrawLine(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, Java /// public void DrawLine(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, Java.Awt.Graphics arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("drawLine", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("drawLine", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -259,7 +259,7 @@ public void DrawLine(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, Java /// public void PaintText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, Java.Lang.String arg2, int arg3, int arg4, int arg5) { - IExecute("paintText", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintText", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;Ljava/lang/String;III)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -271,7 +271,7 @@ public void PaintText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphic /// public void PaintText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, Java.Lang.String arg2, Java.Awt.Rectangle arg3, int arg4) { - IExecute("paintText", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("paintText", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;Ljava/lang/String;Ljava/awt/Rectangle;I)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -289,7 +289,7 @@ public void PaintText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphic /// public void PaintText(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10) { - IExecute("paintText", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); + IExecuteWithSignature("paintText", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;Ljava/lang/String;Ljavax/swing/Icon;IIIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthIcon.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthIcon.cs index 713edbe775..311f7a6c3d 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthIcon.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthIcon.cs @@ -191,7 +191,7 @@ public int GetIconWidth(Javax.Swing.Plaf.Synth.SynthContext arg0) /// public void PaintIcon(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintIcon", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintIcon", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -202,7 +202,7 @@ public void PaintIcon(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphic /// public void PaintIcon(Java.Awt.Component arg0, Java.Awt.Graphics arg1, int arg2, int arg3) { - IExecute("paintIcon", arg0, arg1, arg2, arg3); + IExecuteWithSignature("paintIcon", "(Ljava/awt/Component;Ljava/awt/Graphics;II)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthInternalFrameUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthInternalFrameUI.cs index 3c4bab83e2..d0d2486669 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthInternalFrameUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthInternalFrameUI.cs @@ -125,7 +125,7 @@ public void InstallDefaults() /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLabelUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLabelUI.cs index 0e32d7671e..e2499819f8 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLabelUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLabelUI.cs @@ -114,7 +114,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthListUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthListUI.cs index 03cdba4581..e57cfc1482 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthListUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthListUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLookAndFeel.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLookAndFeel.cs index 5ae04f38f7..0e8cb5ce19 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLookAndFeel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthLookAndFeel.cs @@ -119,7 +119,7 @@ public static Javax.Swing.Plaf.Synth.Region GetRegion(Javax.Swing.JComponent arg /// public static Javax.Swing.Plaf.Synth.SynthStyle GetStyle(Javax.Swing.JComponent arg0, Javax.Swing.Plaf.Synth.Region arg1) { - return SExecute(LocalBridgeClazz, "getStyle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getStyle", "(Ljavax/swing/JComponent;Ljavax/swing/plaf/synth/Region;)Ljavax/swing/plaf/synth/SynthStyle;", arg0, arg1); } /// /// @@ -149,7 +149,7 @@ public bool ShouldUpdateStyleOnAncestorChanged() /// public void Load(Java.Io.InputStream arg0, Java.Lang.Class arg1) { - IExecute("load", arg0, arg1); + IExecuteWithSignature("load", "(Ljava/io/InputStream;Ljava/lang/Class;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuBarUI.cs index 29fada5082..ef42538a05 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuBarUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuItemUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuItemUI.cs index d8a71cc802..4073635a0e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuItemUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuItemUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuUI.cs index 5e569ef2ef..1f38e0b8b9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthMenuUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthOptionPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthOptionPaneUI.cs index 9ff216dfce..1efc663186 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthOptionPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthOptionPaneUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPainter.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPainter.cs index 7745c59b2c..7c1fbdeaa5 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPainter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPainter.cs @@ -103,7 +103,7 @@ public partial class SynthPainter /// public void PaintArrowButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintArrowButtonBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintArrowButtonBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -116,7 +116,7 @@ public void PaintArrowButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintArrowButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintArrowButtonBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintArrowButtonBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -130,7 +130,7 @@ public void PaintArrowButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintArrowButtonForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintArrowButtonForeground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintArrowButtonForeground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -143,7 +143,7 @@ public void PaintArrowButtonForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintButtonBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintButtonBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -156,7 +156,7 @@ public void PaintButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintButtonBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintButtonBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -169,7 +169,7 @@ public void PaintButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt /// public void PaintCheckBoxBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintCheckBoxBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintCheckBoxBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -182,7 +182,7 @@ public void PaintCheckBoxBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintCheckBoxBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintCheckBoxBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintCheckBoxBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -195,7 +195,7 @@ public void PaintCheckBoxBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintCheckBoxMenuItemBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintCheckBoxMenuItemBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintCheckBoxMenuItemBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -208,7 +208,7 @@ public void PaintCheckBoxMenuItemBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintCheckBoxMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintCheckBoxMenuItemBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintCheckBoxMenuItemBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -221,7 +221,7 @@ public void PaintCheckBoxMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext arg0 /// public void PaintColorChooserBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintColorChooserBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintColorChooserBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -234,7 +234,7 @@ public void PaintColorChooserBackground(Javax.Swing.Plaf.Synth.SynthContext arg0 /// public void PaintColorChooserBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintColorChooserBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintColorChooserBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -247,7 +247,7 @@ public void PaintColorChooserBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintComboBoxBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintComboBoxBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintComboBoxBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -260,7 +260,7 @@ public void PaintComboBoxBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintComboBoxBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintComboBoxBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintComboBoxBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -273,7 +273,7 @@ public void PaintComboBoxBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintDesktopIconBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintDesktopIconBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintDesktopIconBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -286,7 +286,7 @@ public void PaintDesktopIconBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintDesktopIconBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintDesktopIconBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintDesktopIconBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -299,7 +299,7 @@ public void PaintDesktopIconBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintDesktopPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintDesktopPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintDesktopPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -312,7 +312,7 @@ public void PaintDesktopPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintDesktopPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintDesktopPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintDesktopPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -325,7 +325,7 @@ public void PaintDesktopPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintEditorPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintEditorPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintEditorPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -338,7 +338,7 @@ public void PaintEditorPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintEditorPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintEditorPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintEditorPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -351,7 +351,7 @@ public void PaintEditorPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintFileChooserBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintFileChooserBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintFileChooserBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -364,7 +364,7 @@ public void PaintFileChooserBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintFileChooserBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintFileChooserBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintFileChooserBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -377,7 +377,7 @@ public void PaintFileChooserBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintFormattedTextFieldBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintFormattedTextFieldBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintFormattedTextFieldBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -390,7 +390,7 @@ public void PaintFormattedTextFieldBackground(Javax.Swing.Plaf.Synth.SynthContex /// public void PaintFormattedTextFieldBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintFormattedTextFieldBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintFormattedTextFieldBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -403,7 +403,7 @@ public void PaintFormattedTextFieldBorder(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintInternalFrameBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintInternalFrameBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintInternalFrameBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -416,7 +416,7 @@ public void PaintInternalFrameBackground(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintInternalFrameBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintInternalFrameBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintInternalFrameBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -429,7 +429,7 @@ public void PaintInternalFrameBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintInternalFrameTitlePaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintInternalFrameTitlePaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintInternalFrameTitlePaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -442,7 +442,7 @@ public void PaintInternalFrameTitlePaneBackground(Javax.Swing.Plaf.Synth.SynthCo /// public void PaintInternalFrameTitlePaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintInternalFrameTitlePaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintInternalFrameTitlePaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -455,7 +455,7 @@ public void PaintInternalFrameTitlePaneBorder(Javax.Swing.Plaf.Synth.SynthContex /// public void PaintLabelBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintLabelBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintLabelBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -468,7 +468,7 @@ public void PaintLabelBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintLabelBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintLabelBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintLabelBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -481,7 +481,7 @@ public void PaintLabelBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt. /// public void PaintListBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintListBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintListBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -494,7 +494,7 @@ public void PaintListBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintListBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintListBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintListBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -507,7 +507,7 @@ public void PaintListBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.G /// public void PaintMenuBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -520,7 +520,7 @@ public void PaintMenuBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintMenuBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuBarBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -533,7 +533,7 @@ public void PaintMenuBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintMenuBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuBarBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -546,7 +546,7 @@ public void PaintMenuBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintMenuBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -559,7 +559,7 @@ public void PaintMenuBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.G /// public void PaintMenuItemBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuItemBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuItemBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -572,7 +572,7 @@ public void PaintMenuItemBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintMenuItemBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintMenuItemBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -585,7 +585,7 @@ public void PaintMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintOptionPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintOptionPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintOptionPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -598,7 +598,7 @@ public void PaintOptionPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintOptionPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintOptionPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintOptionPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -611,7 +611,7 @@ public void PaintOptionPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintPanelBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPanelBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPanelBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -624,7 +624,7 @@ public void PaintPanelBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintPanelBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPanelBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPanelBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -637,7 +637,7 @@ public void PaintPanelBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt. /// public void PaintPasswordFieldBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPasswordFieldBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPasswordFieldBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -650,7 +650,7 @@ public void PaintPasswordFieldBackground(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintPasswordFieldBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPasswordFieldBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPasswordFieldBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -663,7 +663,7 @@ public void PaintPasswordFieldBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintPopupMenuBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPopupMenuBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPopupMenuBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -676,7 +676,7 @@ public void PaintPopupMenuBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintPopupMenuBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintPopupMenuBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintPopupMenuBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -690,7 +690,7 @@ public void PaintPopupMenuBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintProgressBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintProgressBarBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintProgressBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -703,7 +703,7 @@ public void PaintProgressBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintProgressBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintProgressBarBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintProgressBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -717,7 +717,7 @@ public void PaintProgressBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintProgressBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintProgressBarBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintProgressBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -730,7 +730,7 @@ public void PaintProgressBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintProgressBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintProgressBarBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintProgressBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -744,7 +744,7 @@ public void PaintProgressBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintProgressBarForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintProgressBarForeground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintProgressBarForeground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -757,7 +757,7 @@ public void PaintProgressBarForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintRadioButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRadioButtonBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRadioButtonBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -770,7 +770,7 @@ public void PaintRadioButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintRadioButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRadioButtonBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRadioButtonBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -783,7 +783,7 @@ public void PaintRadioButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintRadioButtonMenuItemBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRadioButtonMenuItemBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRadioButtonMenuItemBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -796,7 +796,7 @@ public void PaintRadioButtonMenuItemBackground(Javax.Swing.Plaf.Synth.SynthConte /// public void PaintRadioButtonMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRadioButtonMenuItemBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRadioButtonMenuItemBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -809,7 +809,7 @@ public void PaintRadioButtonMenuItemBorder(Javax.Swing.Plaf.Synth.SynthContext a /// public void PaintRootPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRootPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRootPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -822,7 +822,7 @@ public void PaintRootPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintRootPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintRootPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintRootPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -836,7 +836,7 @@ public void PaintRootPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintScrollBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -849,7 +849,7 @@ public void PaintScrollBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintScrollBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollBarBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -863,7 +863,7 @@ public void PaintScrollBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintScrollBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -876,7 +876,7 @@ public void PaintScrollBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintScrollBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollBarBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -890,7 +890,7 @@ public void PaintScrollBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintScrollBarThumbBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarThumbBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarThumbBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -904,7 +904,7 @@ public void PaintScrollBarThumbBackground(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintScrollBarThumbBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarThumbBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarThumbBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -918,7 +918,7 @@ public void PaintScrollBarThumbBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintScrollBarTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarTrackBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarTrackBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -931,7 +931,7 @@ public void PaintScrollBarTrackBackground(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintScrollBarTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollBarTrackBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollBarTrackBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -945,7 +945,7 @@ public void PaintScrollBarTrackBackground(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintScrollBarTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintScrollBarTrackBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintScrollBarTrackBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -958,7 +958,7 @@ public void PaintScrollBarTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintScrollBarTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollBarTrackBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollBarTrackBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -971,7 +971,7 @@ public void PaintScrollBarTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintScrollPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -984,7 +984,7 @@ public void PaintScrollPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintScrollPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintScrollPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintScrollPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -998,7 +998,7 @@ public void PaintScrollPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintSeparatorBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSeparatorBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSeparatorBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1011,7 +1011,7 @@ public void PaintSeparatorBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintSeparatorBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSeparatorBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSeparatorBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1025,7 +1025,7 @@ public void PaintSeparatorBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintSeparatorBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSeparatorBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSeparatorBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1038,7 +1038,7 @@ public void PaintSeparatorBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintSeparatorBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSeparatorBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSeparatorBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1052,7 +1052,7 @@ public void PaintSeparatorBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintSeparatorForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSeparatorForeground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSeparatorForeground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1066,7 +1066,7 @@ public void PaintSeparatorForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintSliderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1079,7 +1079,7 @@ public void PaintSliderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintSliderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSliderBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSliderBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1093,7 +1093,7 @@ public void PaintSliderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintSliderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1106,7 +1106,7 @@ public void PaintSliderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt /// public void PaintSliderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSliderBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSliderBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1120,7 +1120,7 @@ public void PaintSliderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt /// public void PaintSliderThumbBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderThumbBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderThumbBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1134,7 +1134,7 @@ public void PaintSliderThumbBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintSliderThumbBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderThumbBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderThumbBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1148,7 +1148,7 @@ public void PaintSliderThumbBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintSliderTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderTrackBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderTrackBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1161,7 +1161,7 @@ public void PaintSliderTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintSliderTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSliderTrackBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSliderTrackBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1175,7 +1175,7 @@ public void PaintSliderTrackBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintSliderTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSliderTrackBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSliderTrackBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1188,7 +1188,7 @@ public void PaintSliderTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintSliderTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSliderTrackBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSliderTrackBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1201,7 +1201,7 @@ public void PaintSliderTrackBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintSpinnerBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSpinnerBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSpinnerBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1214,7 +1214,7 @@ public void PaintSpinnerBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintSpinnerBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSpinnerBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSpinnerBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1227,7 +1227,7 @@ public void PaintSpinnerBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintSplitPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSplitPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSplitPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1240,7 +1240,7 @@ public void PaintSplitPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintSplitPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSplitPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSplitPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1254,7 +1254,7 @@ public void PaintSplitPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintSplitPaneDividerBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSplitPaneDividerBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSplitPaneDividerBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1267,7 +1267,7 @@ public void PaintSplitPaneDividerBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintSplitPaneDividerBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintSplitPaneDividerBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintSplitPaneDividerBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1281,7 +1281,7 @@ public void PaintSplitPaneDividerBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintSplitPaneDividerForeground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSplitPaneDividerForeground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSplitPaneDividerForeground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1295,7 +1295,7 @@ public void PaintSplitPaneDividerForeground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintSplitPaneDragDivider(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintSplitPaneDragDivider", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintSplitPaneDragDivider", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1308,7 +1308,7 @@ public void PaintSplitPaneDragDivider(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintTabbedPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1321,7 +1321,7 @@ public void PaintTabbedPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintTabbedPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1334,7 +1334,7 @@ public void PaintTabbedPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java /// public void PaintTabbedPaneContentBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneContentBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneContentBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1347,7 +1347,7 @@ public void PaintTabbedPaneContentBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintTabbedPaneContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneContentBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneContentBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1361,7 +1361,7 @@ public void PaintTabbedPaneContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintTabbedPaneTabAreaBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintTabbedPaneTabAreaBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintTabbedPaneTabAreaBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1374,7 +1374,7 @@ public void PaintTabbedPaneTabAreaBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintTabbedPaneTabAreaBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneTabAreaBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneTabAreaBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1388,7 +1388,7 @@ public void PaintTabbedPaneTabAreaBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintTabbedPaneTabAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintTabbedPaneTabAreaBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintTabbedPaneTabAreaBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1401,7 +1401,7 @@ public void PaintTabbedPaneTabAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintTabbedPaneTabAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTabbedPaneTabAreaBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTabbedPaneTabAreaBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1416,7 +1416,7 @@ public void PaintTabbedPaneTabAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintTabbedPaneTabBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) { - IExecute("paintTabbedPaneTabBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("paintTabbedPaneTabBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -1430,7 +1430,7 @@ public void PaintTabbedPaneTabBackground(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintTabbedPaneTabBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintTabbedPaneTabBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintTabbedPaneTabBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1445,7 +1445,7 @@ public void PaintTabbedPaneTabBackground(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintTabbedPaneTabBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) { - IExecute("paintTabbedPaneTabBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("paintTabbedPaneTabBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -1459,7 +1459,7 @@ public void PaintTabbedPaneTabBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintTabbedPaneTabBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintTabbedPaneTabBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintTabbedPaneTabBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1472,7 +1472,7 @@ public void PaintTabbedPaneTabBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintTableBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTableBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTableBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1485,7 +1485,7 @@ public void PaintTableBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintTableBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTableBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTableBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1498,7 +1498,7 @@ public void PaintTableBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt. /// public void PaintTableHeaderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTableHeaderBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTableHeaderBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1511,7 +1511,7 @@ public void PaintTableHeaderBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintTableHeaderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTableHeaderBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTableHeaderBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1524,7 +1524,7 @@ public void PaintTableHeaderBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintTextAreaBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextAreaBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextAreaBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1537,7 +1537,7 @@ public void PaintTextAreaBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintTextAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextAreaBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextAreaBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1550,7 +1550,7 @@ public void PaintTextAreaBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintTextFieldBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextFieldBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextFieldBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1563,7 +1563,7 @@ public void PaintTextFieldBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, J /// public void PaintTextFieldBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextFieldBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextFieldBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1576,7 +1576,7 @@ public void PaintTextFieldBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public void PaintTextPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextPaneBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextPaneBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1589,7 +1589,7 @@ public void PaintTextPaneBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintTextPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTextPaneBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTextPaneBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1602,7 +1602,7 @@ public void PaintTextPaneBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintToggleButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToggleButtonBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToggleButtonBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1615,7 +1615,7 @@ public void PaintToggleButtonBackground(Javax.Swing.Plaf.Synth.SynthContext arg0 /// public void PaintToggleButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToggleButtonBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToggleButtonBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1629,7 +1629,7 @@ public void PaintToggleButtonBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintToolBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1642,7 +1642,7 @@ public void PaintToolBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintToolBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1656,7 +1656,7 @@ public void PaintToolBarBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintToolBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1669,7 +1669,7 @@ public void PaintToolBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintToolBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1683,7 +1683,7 @@ public void PaintToolBarBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintToolBarContentBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarContentBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarContentBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1696,7 +1696,7 @@ public void PaintToolBarContentBackground(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintToolBarContentBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarContentBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarContentBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1710,7 +1710,7 @@ public void PaintToolBarContentBackground(Javax.Swing.Plaf.Synth.SynthContext ar /// public void PaintToolBarContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarContentBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarContentBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1723,7 +1723,7 @@ public void PaintToolBarContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintToolBarContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarContentBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarContentBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1737,7 +1737,7 @@ public void PaintToolBarContentBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, /// public void PaintToolBarDragWindowBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarDragWindowBackground", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarDragWindowBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1750,7 +1750,7 @@ public void PaintToolBarDragWindowBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintToolBarDragWindowBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarDragWindowBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarDragWindowBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1764,7 +1764,7 @@ public void PaintToolBarDragWindowBackground(Javax.Swing.Plaf.Synth.SynthContext /// public void PaintToolBarDragWindowBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - IExecute("paintToolBarDragWindowBorder", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paintToolBarDragWindowBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -1777,7 +1777,7 @@ public void PaintToolBarDragWindowBorder(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintToolBarDragWindowBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolBarDragWindowBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolBarDragWindowBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1790,7 +1790,7 @@ public void PaintToolBarDragWindowBorder(Javax.Swing.Plaf.Synth.SynthContext arg /// public void PaintToolTipBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolTipBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolTipBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1803,7 +1803,7 @@ public void PaintToolTipBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Jav /// public void PaintToolTipBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintToolTipBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintToolTipBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1816,7 +1816,7 @@ public void PaintToolTipBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintTreeBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTreeBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTreeBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1829,7 +1829,7 @@ public void PaintTreeBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintTreeBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTreeBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTreeBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1842,7 +1842,7 @@ public void PaintTreeBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.G /// public void PaintTreeCellBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTreeCellBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTreeCellBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1855,7 +1855,7 @@ public void PaintTreeCellBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintTreeCellBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTreeCellBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTreeCellBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1868,7 +1868,7 @@ public void PaintTreeCellBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.A /// public void PaintTreeCellFocus(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintTreeCellFocus", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintTreeCellFocus", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1881,7 +1881,7 @@ public void PaintTreeCellFocus(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Aw /// public void PaintViewportBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintViewportBackground", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintViewportBackground", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -1894,7 +1894,7 @@ public void PaintViewportBackground(Javax.Swing.Plaf.Synth.SynthContext arg0, Ja /// public void PaintViewportBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintViewportBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintViewportBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPanelUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPanelUI.cs index 74036fab51..ae119ca13c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPanelUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPanelUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPopupMenuUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPopupMenuUI.cs index f61c169533..143a43c59a 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPopupMenuUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthPopupMenuUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthProgressBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthProgressBarUI.cs index 13228f3fa4..d919845cf6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthProgressBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthProgressBarUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthRootPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthRootPaneUI.cs index 5335614612..73cd9baa25 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthRootPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthRootPaneUI.cs @@ -114,7 +114,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollBarUI.cs index f203c1515a..e3c0899fbd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollBarUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollPaneUI.cs index 7e97e57c00..3f468989a0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthScrollPaneUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSeparatorUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSeparatorUI.cs index 27b24460eb..382a9b104f 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSeparatorUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSeparatorUI.cs @@ -134,7 +134,7 @@ public void InstallListeners(Javax.Swing.JSeparator arg0) /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSliderUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSliderUI.cs index 680ec5553a..28ed8fff25 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSliderUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSliderUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSpinnerUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSpinnerUI.cs index 4d18fd54f3..ae15175d47 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSpinnerUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSpinnerUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSplitPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSplitPaneUI.cs index cd5dfc235e..9350804ff3 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSplitPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthSplitPaneUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyle.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyle.cs index 4f7e8dfc21..f8aa659358 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyle.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyle.cs @@ -101,7 +101,7 @@ public partial class SynthStyle /// public bool GetBoolean(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, bool arg2) { - return IExecute("getBoolean", arg0, arg1, arg2); + return IExecuteWithSignature("getBoolean", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;Z)Z", arg0, arg1, arg2); } /// /// @@ -121,7 +121,7 @@ public bool IsOpaque(Javax.Swing.Plaf.Synth.SynthContext arg0) /// public int GetInt(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, int arg2) { - return IExecute("getInt", arg0, arg1, arg2); + return IExecuteWithSignature("getInt", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;I)I", arg0, arg1, arg2); } /// /// @@ -131,7 +131,7 @@ public int GetInt(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, int arg /// public Java.Awt.Color GetColor(Javax.Swing.Plaf.Synth.SynthContext arg0, Javax.Swing.Plaf.Synth.ColorType arg1) { - return IExecute("getColor", arg0, arg1); + return IExecuteWithSignature("getColor", "(Ljavax/swing/plaf/synth/SynthContext;Ljavax/swing/plaf/synth/ColorType;)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -150,7 +150,7 @@ public Java.Awt.Font GetFont(Javax.Swing.Plaf.Synth.SynthContext arg0) /// public Java.Awt.Insets GetInsets(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Insets arg1) { - return IExecute("getInsets", arg0, arg1); + return IExecuteWithSignature("getInsets", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Insets;)Ljava/awt/Insets;", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public Java.Awt.Insets GetInsets(Javax.Swing.Plaf.Synth.SynthContext arg0, Java. /// public object Get(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public object Get(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1) /// public Java.Lang.String GetString(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1, Java.Lang.String arg2) { - return IExecute("getString", arg0, arg1, arg2); + return IExecuteWithSignature("getString", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -181,7 +181,7 @@ public Java.Lang.String GetString(Javax.Swing.Plaf.Synth.SynthContext arg0, obje /// public Javax.Swing.Icon GetIcon(Javax.Swing.Plaf.Synth.SynthContext arg0, object arg1) { - return IExecute("getIcon", arg0, arg1); + return IExecuteWithSignature("getIcon", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/lang/Object;)Ljavax/swing/Icon;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyleFactory.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyleFactory.cs index 3ba1f5f854..5e62bfc58e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyleFactory.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthStyleFactory.cs @@ -100,7 +100,7 @@ public partial class SynthStyleFactory /// public Javax.Swing.Plaf.Synth.SynthStyle GetStyle(Javax.Swing.JComponent arg0, Javax.Swing.Plaf.Synth.Region arg1) { - return IExecute("getStyle", arg0, arg1); + return IExecuteWithSignature("getStyle", "(Ljavax/swing/JComponent;Ljavax/swing/plaf/synth/Region;)Ljavax/swing/plaf/synth/SynthStyle;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTabbedPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTabbedPaneUI.cs index fbca169b8e..63087451b6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTabbedPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTabbedPaneUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableHeaderUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableHeaderUI.cs index 59d14c4c05..1ed27011f1 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableHeaderUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableHeaderUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableUI.cs index 55714431a9..7880c338c9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTableUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextAreaUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextAreaUI.cs index d40ad7ea33..55d588a4fc 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextAreaUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextAreaUI.cs @@ -114,7 +114,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextFieldUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextFieldUI.cs index 167a45a6a9..d163d9e4ec 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextFieldUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTextFieldUI.cs @@ -114,7 +114,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolBarUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolBarUI.cs index 8ed58660e8..c097cbe623 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolBarUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolBarUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolTipUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolTipUI.cs index 3028a24475..da68170fc9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolTipUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthToolTipUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTreeUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTreeUI.cs index eeabdf7b74..0fee941245 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTreeUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthTreeUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthUI.cs index d6b16a2878..66dd86bdee 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthUI.cs @@ -146,7 +146,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthViewportUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthViewportUI.cs index bbee11f108..cd079604fa 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthViewportUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/Synth/SynthViewportUI.cs @@ -118,7 +118,7 @@ public Javax.Swing.Plaf.Synth.SynthContext GetContext(Javax.Swing.JComponent arg /// public void PaintBorder(Javax.Swing.Plaf.Synth.SynthContext arg0, Java.Awt.Graphics arg1, int arg2, int arg3, int arg4, int arg5) { - IExecute("paintBorder", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintBorder", "(Ljavax/swing/plaf/synth/SynthContext;Ljava/awt/Graphics;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/TabbedPaneUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/TabbedPaneUI.cs index c0349babad..f1d66f49ac 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/TabbedPaneUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/TabbedPaneUI.cs @@ -110,7 +110,7 @@ public int GetTabRunCount(Javax.Swing.JTabbedPane arg0) /// public int TabForCoordinate(Javax.Swing.JTabbedPane arg0, int arg1, int arg2) { - return IExecute("tabForCoordinate", arg0, arg1, arg2); + return IExecuteWithSignature("tabForCoordinate", "(Ljavax/swing/JTabbedPane;II)I", arg0, arg1, arg2); } /// /// @@ -120,7 +120,7 @@ public int TabForCoordinate(Javax.Swing.JTabbedPane arg0, int arg1, int arg2) /// public Java.Awt.Rectangle GetTabBounds(Javax.Swing.JTabbedPane arg0, int arg1) { - return IExecute("getTabBounds", arg0, arg1); + return IExecuteWithSignature("getTabBounds", "(Ljavax/swing/JTabbedPane;I)Ljava/awt/Rectangle;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/TextUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/TextUI.cs index 377543b48d..525f833ba8 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/TextUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/TextUI.cs @@ -104,7 +104,7 @@ public partial class TextUI /// public int GetNextVisualPositionFrom(Javax.Swing.Text.JTextComponent arg0, int arg1, Javax.Swing.Text.Position.Bias arg2, int arg3, Javax.Swing.Text.Position.Bias[] arg4) { - return IExecute("getNextVisualPositionFrom", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getNextVisualPositionFrom", "(Ljavax/swing/text/JTextComponent;ILjavax/swing/text/Position$Bias;I[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -134,7 +134,7 @@ public Javax.Swing.Text.View GetRootView(Javax.Swing.Text.JTextComponent arg0) /// public void DamageRange(Javax.Swing.Text.JTextComponent arg0, int arg1, int arg2, Javax.Swing.Text.Position.Bias arg3, Javax.Swing.Text.Position.Bias arg4) { - IExecute("damageRange", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("damageRange", "(Ljavax/swing/text/JTextComponent;IILjavax/swing/text/Position$Bias;Ljavax/swing/text/Position$Bias;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -144,7 +144,7 @@ public void DamageRange(Javax.Swing.Text.JTextComponent arg0, int arg1, int arg2 /// public void DamageRange(Javax.Swing.Text.JTextComponent arg0, int arg1, int arg2) { - IExecute("damageRange", arg0, arg1, arg2); + IExecuteWithSignature("damageRange", "(Ljavax/swing/text/JTextComponent;II)V", arg0, arg1, arg2); } /// /// @@ -155,7 +155,7 @@ public void DamageRange(Javax.Swing.Text.JTextComponent arg0, int arg1, int arg2 /// public int ViewToModel2D(Javax.Swing.Text.JTextComponent arg0, Java.Awt.Geom.Point2D arg1, Javax.Swing.Text.Position.Bias[] arg2) { - return IExecute("viewToModel2D", arg0, arg1, arg2); + return IExecuteWithSignature("viewToModel2D", "(Ljavax/swing/text/JTextComponent;Ljava/awt/geom/Point2D;[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2); } /// /// @@ -167,7 +167,7 @@ public int ViewToModel2D(Javax.Swing.Text.JTextComponent arg0, Java.Awt.Geom.Poi /// public Java.Awt.Geom.Rectangle2D ModelToView2D(Javax.Swing.Text.JTextComponent arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - return IExecute("modelToView2D", arg0, arg1, arg2); + return IExecuteWithSignature("modelToView2D", "(Ljavax/swing/text/JTextComponent;ILjavax/swing/text/Position$Bias;)Ljava/awt/geom/Rectangle2D;", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public Java.Awt.Geom.Rectangle2D ModelToView2D(Javax.Swing.Text.JTextComponent a /// public Java.Lang.String GetToolTipText2D(Javax.Swing.Text.JTextComponent arg0, Java.Awt.Geom.Point2D arg1) { - return IExecute("getToolTipText2D", arg0, arg1); + return IExecuteWithSignature("getToolTipText2D", "(Ljavax/swing/text/JTextComponent;Ljava/awt/geom/Point2D;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Plaf/TreeUI.cs b/src/net/JNet/Generated/Javax/Swing/Plaf/TreeUI.cs index a23cebf86f..3525ebbf0c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Plaf/TreeUI.cs +++ b/src/net/JNet/Generated/Javax/Swing/Plaf/TreeUI.cs @@ -127,7 +127,7 @@ public int GetRowCount(Javax.Swing.JTree arg0) /// public int GetRowForPath(Javax.Swing.JTree arg0, Javax.Swing.Tree.TreePath arg1) { - return IExecute("getRowForPath", arg0, arg1); + return IExecuteWithSignature("getRowForPath", "(Ljavax/swing/JTree;Ljavax/swing/tree/TreePath;)I", arg0, arg1); } /// /// @@ -137,7 +137,7 @@ public int GetRowForPath(Javax.Swing.JTree arg0, Javax.Swing.Tree.TreePath arg1) /// public Java.Awt.Rectangle GetPathBounds(Javax.Swing.JTree arg0, Javax.Swing.Tree.TreePath arg1) { - return IExecute("getPathBounds", arg0, arg1); + return IExecuteWithSignature("getPathBounds", "(Ljavax/swing/JTree;Ljavax/swing/tree/TreePath;)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -148,7 +148,7 @@ public Java.Awt.Rectangle GetPathBounds(Javax.Swing.JTree arg0, Javax.Swing.Tree /// public Javax.Swing.Tree.TreePath GetClosestPathForLocation(Javax.Swing.JTree arg0, int arg1, int arg2) { - return IExecute("getClosestPathForLocation", arg0, arg1, arg2); + return IExecuteWithSignature("getClosestPathForLocation", "(Ljavax/swing/JTree;II)Ljavax/swing/tree/TreePath;", arg0, arg1, arg2); } /// /// @@ -167,7 +167,7 @@ public Javax.Swing.Tree.TreePath GetEditingPath(Javax.Swing.JTree arg0) /// public Javax.Swing.Tree.TreePath GetPathForRow(Javax.Swing.JTree arg0, int arg1) { - return IExecute("getPathForRow", arg0, arg1); + return IExecuteWithSignature("getPathForRow", "(Ljavax/swing/JTree;I)Ljavax/swing/tree/TreePath;", arg0, arg1); } /// /// @@ -184,7 +184,7 @@ public void CancelEditing(Javax.Swing.JTree arg0) /// public void StartEditingAtPath(Javax.Swing.JTree arg0, Javax.Swing.Tree.TreePath arg1) { - IExecute("startEditingAtPath", arg0, arg1); + IExecuteWithSignature("startEditingAtPath", "(Ljavax/swing/JTree;Ljavax/swing/tree/TreePath;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/PopupFactory.cs b/src/net/JNet/Generated/Javax/Swing/PopupFactory.cs index 5d8dc263f0..eacbd63c74 100644 --- a/src/net/JNet/Generated/Javax/Swing/PopupFactory.cs +++ b/src/net/JNet/Generated/Javax/Swing/PopupFactory.cs @@ -108,7 +108,7 @@ public static Javax.Swing.PopupFactory SharedInstance /// public Javax.Swing.Popup GetPopup(Java.Awt.Component arg0, Java.Awt.Component arg1, int arg2, int arg3) { - return IExecute("getPopup", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getPopup", "(Ljava/awt/Component;Ljava/awt/Component;II)Ljavax/swing/Popup;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Renderer.cs b/src/net/JNet/Generated/Javax/Swing/Renderer.cs index d0b5f3a195..b7544075eb 100644 --- a/src/net/JNet/Generated/Javax/Swing/Renderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Renderer.cs @@ -134,7 +134,7 @@ public Java.Awt.Component Component /// public void SetValue(object arg0, bool arg1) { - IExecute("setValue", arg0, arg1); + IExecuteWithSignature("setValue", "(Ljava/lang/Object;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/RepaintManager.cs b/src/net/JNet/Generated/Javax/Swing/RepaintManager.cs index c8fb00ad9a..d5a528c524 100644 --- a/src/net/JNet/Generated/Javax/Swing/RepaintManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/RepaintManager.cs @@ -149,7 +149,7 @@ public bool IsDoubleBufferingEnabled() /// public Java.Awt.Image GetOffscreenBuffer(Java.Awt.Component arg0, int arg1, int arg2) { - return IExecute("getOffscreenBuffer", arg0, arg1, arg2); + return IExecuteWithSignature("getOffscreenBuffer", "(Ljava/awt/Component;II)Ljava/awt/Image;", arg0, arg1, arg2); } /// /// @@ -160,7 +160,7 @@ public Java.Awt.Image GetOffscreenBuffer(Java.Awt.Component arg0, int arg1, int /// public Java.Awt.Image GetVolatileOffscreenBuffer(Java.Awt.Component arg0, int arg1, int arg2) { - return IExecute("getVolatileOffscreenBuffer", arg0, arg1, arg2); + return IExecuteWithSignature("getVolatileOffscreenBuffer", "(Ljava/awt/Component;II)Ljava/awt/Image;", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public void RemoveInvalidComponent(Javax.Swing.JComponent arg0) /// public void AddDirtyRegion(Java.Awt.Window arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("addDirtyRegion", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addDirtyRegion", "(Ljava/awt/Window;IIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -209,7 +209,7 @@ public void AddDirtyRegion(Java.Awt.Window arg0, int arg1, int arg2, int arg3, i /// public void AddDirtyRegion(Javax.Swing.JComponent arg0, int arg1, int arg2, int arg3, int arg4) { - IExecute("addDirtyRegion", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addDirtyRegion", "(Ljavax/swing/JComponent;IIII)V", arg0, arg1, arg2, arg3, arg4); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/RowFilter.cs b/src/net/JNet/Generated/Javax/Swing/RowFilter.cs index 961a100fb6..d9c27e6c1a 100644 --- a/src/net/JNet/Generated/Javax/Swing/RowFilter.cs +++ b/src/net/JNet/Generated/Javax/Swing/RowFilter.cs @@ -285,7 +285,7 @@ public partial class RowFilter /// public static Javax.Swing.RowFilter AndFilterMethod(Java.Lang.Iterable arg0) { - return SExecute(LocalBridgeClazz, "andFilter", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "andFilter", "(Ljava/lang/Iterable;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -296,7 +296,7 @@ public static Javax.Swing.RowFilter AndFilterMethod(Java.Lang.Iterable arg0) /// public static Javax.Swing.RowFilter DateFilterMethod(Javax.Swing.RowFilter.ComparisonType arg0, Java.Util.Date arg1, params int[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "dateFilter", arg0, arg1); else return SExecute(LocalBridgeClazz, "dateFilter", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "dateFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/util/Date;[I)Ljavax/swing/RowFilter;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "dateFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/util/Date;[I)Ljavax/swing/RowFilter;", arg0, arg1, arg2); } /// /// @@ -305,7 +305,7 @@ public static Javax.Swing.RowFilter DateFilterMethod(Javax.Swing.RowFilter.Compa /// public static Javax.Swing.RowFilter NotFilterMethod(Javax.Swing.RowFilter arg0) { - return SExecute(LocalBridgeClazz, "notFilter", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "notFilter", "(Ljavax/swing/RowFilter;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -316,7 +316,7 @@ public static Javax.Swing.RowFilter NotFilterMethod(Javax.Swing.RowFilter arg0) /// public static Javax.Swing.RowFilter NumberFilterMethod(Javax.Swing.RowFilter.ComparisonType arg0, Java.Lang.Number arg1, params int[] arg2) { - if (arg2.Length == 0) return SExecute(LocalBridgeClazz, "numberFilter", arg0, arg1); else return SExecute(LocalBridgeClazz, "numberFilter", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "numberFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/lang/Number;[I)Ljavax/swing/RowFilter;", arg0, arg1); else return SExecuteWithSignature(LocalBridgeClazz, "numberFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/lang/Number;[I)Ljavax/swing/RowFilter;", arg0, arg1, arg2); } /// /// @@ -325,7 +325,7 @@ public static Javax.Swing.RowFilter NumberFilterMethod(Javax.Swing.RowFilter.Com /// public static Javax.Swing.RowFilter OrFilterMethod(Java.Lang.Iterable arg0) { - return SExecute(LocalBridgeClazz, "orFilter", arg0); + return SExecuteWithSignature(LocalBridgeClazz, "orFilter", "(Ljava/lang/Iterable;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -335,7 +335,7 @@ public static Javax.Swing.RowFilter OrFilterMethod(Java.Lang.Iterable arg0) /// public static Javax.Swing.RowFilter RegexFilterMethod(Java.Lang.String arg0, params int[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "regexFilter", arg0); else return SExecute(LocalBridgeClazz, "regexFilter", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "regexFilter", "(Ljava/lang/String;[I)Ljavax/swing/RowFilter;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "regexFilter", "(Ljava/lang/String;[I)Ljavax/swing/RowFilter;", arg0, arg1); } #endregion @@ -607,7 +607,7 @@ public partial class RowFilter /// public static Javax.Swing.RowFilter AndFilterMethod(Java.Lang.Iterable arg0) where Arg0ExtendsJavax_Swing_RowFilter_Arg0objectSuperM_Arg0objectSuperI_ : Javax.Swing.RowFilter where Arg0objectSuperM : M where Arg0objectSuperI : I { - return SExecute>(LocalBridgeClazz, "andFilter", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "andFilter", "(Ljava/lang/Iterable;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -618,7 +618,7 @@ public static Javax.Swing.RowFilter AndFilterMethod public static Javax.Swing.RowFilter DateFilterMethod(Javax.Swing.RowFilter.ComparisonType arg0, Java.Util.Date arg1, params int[] arg2) { - if (arg2.Length == 0) return SExecute>(LocalBridgeClazz, "dateFilter", arg0, arg1); else return SExecute>(LocalBridgeClazz, "dateFilter", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "dateFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/util/Date;[I)Ljavax/swing/RowFilter;", arg0, arg1); else return SExecuteWithSignature>(LocalBridgeClazz, "dateFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/util/Date;[I)Ljavax/swing/RowFilter;", arg0, arg1, arg2); } /// /// @@ -627,7 +627,7 @@ public static Javax.Swing.RowFilter DateFilterMethod(Javax.Swing.RowFilter /// public static Javax.Swing.RowFilter NotFilterMethod(Javax.Swing.RowFilter arg0) { - return SExecute>(LocalBridgeClazz, "notFilter", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "notFilter", "(Ljavax/swing/RowFilter;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -638,7 +638,7 @@ public static Javax.Swing.RowFilter NotFilterMethod(Javax.Swing.RowFilter< /// public static Javax.Swing.RowFilter NumberFilterMethod(Javax.Swing.RowFilter.ComparisonType arg0, Java.Lang.Number arg1, params int[] arg2) { - if (arg2.Length == 0) return SExecute>(LocalBridgeClazz, "numberFilter", arg0, arg1); else return SExecute>(LocalBridgeClazz, "numberFilter", arg0, arg1, arg2); + if (arg2.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "numberFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/lang/Number;[I)Ljavax/swing/RowFilter;", arg0, arg1); else return SExecuteWithSignature>(LocalBridgeClazz, "numberFilter", "(Ljavax/swing/RowFilter$ComparisonType;Ljava/lang/Number;[I)Ljavax/swing/RowFilter;", arg0, arg1, arg2); } /// /// @@ -650,7 +650,7 @@ public static Javax.Swing.RowFilter NumberFilterMethod(Javax.Swing.RowFilt /// public static Javax.Swing.RowFilter OrFilterMethod(Java.Lang.Iterable arg0) where Arg0ExtendsJavax_Swing_RowFilter_Arg0objectSuperM_Arg0objectSuperI_ : Javax.Swing.RowFilter where Arg0objectSuperM : M where Arg0objectSuperI : I { - return SExecute>(LocalBridgeClazz, "orFilter", arg0); + return SExecuteWithSignature>(LocalBridgeClazz, "orFilter", "(Ljava/lang/Iterable;)Ljavax/swing/RowFilter;", arg0); } /// /// @@ -660,7 +660,7 @@ public static Javax.Swing.RowFilter OrFilterMethod public static Javax.Swing.RowFilter RegexFilterMethod(Java.Lang.String arg0, params int[] arg1) { - if (arg1.Length == 0) return SExecute>(LocalBridgeClazz, "regexFilter", arg0); else return SExecute>(LocalBridgeClazz, "regexFilter", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature>(LocalBridgeClazz, "regexFilter", "(Ljava/lang/String;[I)Ljavax/swing/RowFilter;", arg0); else return SExecuteWithSignature>(LocalBridgeClazz, "regexFilter", "(Ljava/lang/String;[I)Ljavax/swing/RowFilter;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/RowSorter.cs b/src/net/JNet/Generated/Javax/Swing/RowSorter.cs index d12f82f76a..2cde8eb8c5 100644 --- a/src/net/JNet/Generated/Javax/Swing/RowSorter.cs +++ b/src/net/JNet/Generated/Javax/Swing/RowSorter.cs @@ -252,7 +252,7 @@ public void ModelStructureChanged() /// public void RowsDeleted(int arg0, int arg1) { - IExecute("rowsDeleted", arg0, arg1); + IExecuteWithSignature("rowsDeleted", "(II)V", arg0, arg1); } /// /// @@ -261,7 +261,7 @@ public void RowsDeleted(int arg0, int arg1) /// public void RowsInserted(int arg0, int arg1) { - IExecute("rowsInserted", arg0, arg1); + IExecuteWithSignature("rowsInserted", "(II)V", arg0, arg1); } /// /// @@ -271,7 +271,7 @@ public void RowsInserted(int arg0, int arg1) /// public void RowsUpdated(int arg0, int arg1, int arg2) { - IExecute("rowsUpdated", arg0, arg1, arg2); + IExecuteWithSignature("rowsUpdated", "(III)V", arg0, arg1, arg2); } /// /// @@ -280,7 +280,7 @@ public void RowsUpdated(int arg0, int arg1, int arg2) /// public void RowsUpdated(int arg0, int arg1) { - IExecute("rowsUpdated", arg0, arg1); + IExecuteWithSignature("rowsUpdated", "(II)V", arg0, arg1); } /// /// @@ -462,7 +462,7 @@ public void ModelStructureChanged() /// public void RowsDeleted(int arg0, int arg1) { - IExecute("rowsDeleted", arg0, arg1); + IExecuteWithSignature("rowsDeleted", "(II)V", arg0, arg1); } /// /// @@ -471,7 +471,7 @@ public void RowsDeleted(int arg0, int arg1) /// public void RowsInserted(int arg0, int arg1) { - IExecute("rowsInserted", arg0, arg1); + IExecuteWithSignature("rowsInserted", "(II)V", arg0, arg1); } /// /// @@ -481,7 +481,7 @@ public void RowsInserted(int arg0, int arg1) /// public void RowsUpdated(int arg0, int arg1, int arg2) { - IExecute("rowsUpdated", arg0, arg1, arg2); + IExecuteWithSignature("rowsUpdated", "(III)V", arg0, arg1, arg2); } /// /// @@ -490,7 +490,7 @@ public void RowsUpdated(int arg0, int arg1, int arg2) /// public void RowsUpdated(int arg0, int arg1) { - IExecute("rowsUpdated", arg0, arg1); + IExecuteWithSignature("rowsUpdated", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/ScrollPaneLayout.cs b/src/net/JNet/Generated/Javax/Swing/ScrollPaneLayout.cs index b6425d139e..36bf834a01 100644 --- a/src/net/JNet/Generated/Javax/Swing/ScrollPaneLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/ScrollPaneLayout.cs @@ -230,7 +230,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Scrollable.cs b/src/net/JNet/Generated/Javax/Swing/Scrollable.cs index 073ee33f87..4fd385adb7 100644 --- a/src/net/JNet/Generated/Javax/Swing/Scrollable.cs +++ b/src/net/JNet/Generated/Javax/Swing/Scrollable.cs @@ -168,7 +168,7 @@ public bool ScrollableTracksViewportWidth /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -179,7 +179,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/SizeRequirements.cs b/src/net/JNet/Generated/Javax/Swing/SizeRequirements.cs index bb10a6c0cd..0f5399b31c 100644 --- a/src/net/JNet/Generated/Javax/Swing/SizeRequirements.cs +++ b/src/net/JNet/Generated/Javax/Swing/SizeRequirements.cs @@ -121,7 +121,7 @@ public SizeRequirements(int arg0, int arg1, int arg2, float arg3) /// public static int[] AdjustSizes(int arg0, Javax.Swing.SizeRequirements[] arg1) { - return SExecuteArray(LocalBridgeClazz, "adjustSizes", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "adjustSizes", "(I[Ljavax/swing/SizeRequirements;)[I", arg0, arg1); } /// /// @@ -152,7 +152,7 @@ public static Javax.Swing.SizeRequirements GetTiledSizeRequirements(Javax.Swing. /// public static void CalculateAlignedPositions(int arg0, Javax.Swing.SizeRequirements arg1, Javax.Swing.SizeRequirements[] arg2, int[] arg3, int[] arg4, bool arg5) { - SExecute(LocalBridgeClazz, "calculateAlignedPositions", arg0, arg1, arg2, arg3, arg4, arg5); + SExecuteWithSignature(LocalBridgeClazz, "calculateAlignedPositions", "(ILjavax/swing/SizeRequirements;[Ljavax/swing/SizeRequirements;[I[IZ)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -164,7 +164,7 @@ public static void CalculateAlignedPositions(int arg0, Javax.Swing.SizeRequireme /// public static void CalculateAlignedPositions(int arg0, Javax.Swing.SizeRequirements arg1, Javax.Swing.SizeRequirements[] arg2, int[] arg3, int[] arg4) { - SExecute(LocalBridgeClazz, "calculateAlignedPositions", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "calculateAlignedPositions", "(ILjavax/swing/SizeRequirements;[Ljavax/swing/SizeRequirements;[I[I)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -177,7 +177,7 @@ public static void CalculateAlignedPositions(int arg0, Javax.Swing.SizeRequireme /// public static void CalculateTiledPositions(int arg0, Javax.Swing.SizeRequirements arg1, Javax.Swing.SizeRequirements[] arg2, int[] arg3, int[] arg4, bool arg5) { - SExecute(LocalBridgeClazz, "calculateTiledPositions", arg0, arg1, arg2, arg3, arg4, arg5); + SExecuteWithSignature(LocalBridgeClazz, "calculateTiledPositions", "(ILjavax/swing/SizeRequirements;[Ljavax/swing/SizeRequirements;[I[IZ)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -189,7 +189,7 @@ public static void CalculateTiledPositions(int arg0, Javax.Swing.SizeRequirement /// public static void CalculateTiledPositions(int arg0, Javax.Swing.SizeRequirements arg1, Javax.Swing.SizeRequirements[] arg2, int[] arg3, int[] arg4) { - SExecute(LocalBridgeClazz, "calculateTiledPositions", arg0, arg1, arg2, arg3, arg4); + SExecuteWithSignature(LocalBridgeClazz, "calculateTiledPositions", "(ILjavax/swing/SizeRequirements;[Ljavax/swing/SizeRequirements;[I[I)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/SizeSequence.cs b/src/net/JNet/Generated/Javax/Swing/SizeSequence.cs index 3a11fc7621..108d5e3aee 100644 --- a/src/net/JNet/Generated/Javax/Swing/SizeSequence.cs +++ b/src/net/JNet/Generated/Javax/Swing/SizeSequence.cs @@ -157,7 +157,7 @@ public int GetSize(int arg0) /// public void InsertEntries(int arg0, int arg1, int arg2) { - IExecute("insertEntries", arg0, arg1, arg2); + IExecuteWithSignature("insertEntries", "(III)V", arg0, arg1, arg2); } /// /// @@ -166,7 +166,7 @@ public void InsertEntries(int arg0, int arg1, int arg2) /// public void RemoveEntries(int arg0, int arg1) { - IExecute("removeEntries", arg0, arg1); + IExecuteWithSignature("removeEntries", "(II)V", arg0, arg1); } /// /// @@ -175,7 +175,7 @@ public void RemoveEntries(int arg0, int arg1) /// public void SetSize(int arg0, int arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(II)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Spring.cs b/src/net/JNet/Generated/Javax/Swing/Spring.cs index 86a95b0956..946d788a89 100644 --- a/src/net/JNet/Generated/Javax/Swing/Spring.cs +++ b/src/net/JNet/Generated/Javax/Swing/Spring.cs @@ -103,7 +103,7 @@ public partial class Spring /// public static Javax.Swing.Spring Constant(int arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "constant", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "constant", "(III)Ljavax/swing/Spring;", arg0, arg1, arg2); } /// /// @@ -131,7 +131,7 @@ public static Javax.Swing.Spring Height(Java.Awt.Component arg0) /// public static Javax.Swing.Spring Max(Javax.Swing.Spring arg0, Javax.Swing.Spring arg1) { - return SExecute(LocalBridgeClazz, "max", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "max", "(Ljavax/swing/Spring;Ljavax/swing/Spring;)Ljavax/swing/Spring;", arg0, arg1); } /// /// @@ -150,7 +150,7 @@ public static Javax.Swing.Spring Minus(Javax.Swing.Spring arg0) /// public static Javax.Swing.Spring Scale(Javax.Swing.Spring arg0, float arg1) { - return SExecute(LocalBridgeClazz, "scale", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "scale", "(Ljavax/swing/Spring;F)Ljavax/swing/Spring;", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public static Javax.Swing.Spring Scale(Javax.Swing.Spring arg0, float arg1) /// public static Javax.Swing.Spring Sum(Javax.Swing.Spring arg0, Javax.Swing.Spring arg1) { - return SExecute(LocalBridgeClazz, "sum", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "sum", "(Ljavax/swing/Spring;Ljavax/swing/Spring;)Ljavax/swing/Spring;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/SpringLayout.cs b/src/net/JNet/Generated/Javax/Swing/SpringLayout.cs index e0bc59d4d4..7c2c09341d 100644 --- a/src/net/JNet/Generated/Javax/Swing/SpringLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/SpringLayout.cs @@ -242,7 +242,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public Javax.Swing.Spring GetConstraint(Java.Lang.String arg0, Java.Awt.Component arg1) { - return IExecute("getConstraint", arg0, arg1); + return IExecuteWithSignature("getConstraint", "(Ljava/lang/String;Ljava/awt/Component;)Ljavax/swing/Spring;", arg0, arg1); } /// /// @@ -260,7 +260,7 @@ public Javax.Swing.SpringLayout.Constraints GetConstraints(Java.Awt.Component ar /// public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -269,7 +269,7 @@ public void AddLayoutComponent(Java.Awt.Component arg0, object arg1) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public void LayoutContainer(Java.Awt.Container arg0) /// public void PutConstraint(Java.Lang.String arg0, Java.Awt.Component arg1, int arg2, Java.Lang.String arg3, Java.Awt.Component arg4) { - IExecute("putConstraint", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("putConstraint", "(Ljava/lang/String;Ljava/awt/Component;ILjava/lang/String;Ljava/awt/Component;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -309,7 +309,7 @@ public void PutConstraint(Java.Lang.String arg0, Java.Awt.Component arg1, int ar /// public void PutConstraint(Java.Lang.String arg0, Java.Awt.Component arg1, Javax.Swing.Spring arg2, Java.Lang.String arg3, Java.Awt.Component arg4) { - IExecute("putConstraint", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("putConstraint", "(Ljava/lang/String;Ljava/awt/Component;Ljavax/swing/Spring;Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -415,7 +415,7 @@ public Javax.Swing.Spring GetConstraint(Java.Lang.String arg0) /// public void SetConstraint(Java.Lang.String arg0, Javax.Swing.Spring arg1) { - IExecute("setConstraint", arg0, arg1); + IExecuteWithSignature("setConstraint", "(Ljava/lang/String;Ljavax/swing/Spring;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/SwingUtilities.cs b/src/net/JNet/Generated/Javax/Swing/SwingUtilities.cs index faf8f806bf..40224d5c88 100644 --- a/src/net/JNet/Generated/Javax/Swing/SwingUtilities.cs +++ b/src/net/JNet/Generated/Javax/Swing/SwingUtilities.cs @@ -94,7 +94,7 @@ public partial class SwingUtilities /// public static bool IsDescendingFrom(Java.Awt.Component arg0, Java.Awt.Component arg1) { - return SExecute(LocalBridgeClazz, "isDescendingFrom", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isDescendingFrom", "(Ljava/awt/Component;Ljava/awt/Component;)Z", arg0, arg1); } /// /// @@ -142,7 +142,7 @@ public static bool IsRightMouseButton(Java.Awt.EventNs.MouseEvent arg0) /// public static bool NotifyAction(Javax.Swing.Action arg0, Javax.Swing.KeyStroke arg1, Java.Awt.EventNs.KeyEvent arg2, object arg3, int arg4) { - return SExecute(LocalBridgeClazz, "notifyAction", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "notifyAction", "(Ljavax/swing/Action;Ljavax/swing/KeyStroke;Ljava/awt/event/KeyEvent;Ljava/lang/Object;I)Z", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -161,7 +161,7 @@ public static bool ProcessKeyBindings(Java.Awt.EventNs.KeyEvent arg0) /// public static bool IsRectangleContainingRectangle(Java.Awt.Rectangle arg0, Java.Awt.Rectangle arg1) { - return SExecute(LocalBridgeClazz, "isRectangleContainingRectangle", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "isRectangleContainingRectangle", "(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z", arg0, arg1); } /// /// @@ -171,7 +171,7 @@ public static bool IsRectangleContainingRectangle(Java.Awt.Rectangle arg0, Java. /// public static int ComputeStringWidth(Java.Awt.FontMetrics arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "computeStringWidth", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "computeStringWidth", "(Ljava/awt/FontMetrics;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public static int GetAccessibleIndexInParent(Java.Awt.Component arg0) /// public static Java.Awt.Component GetDeepestComponentAt(Java.Awt.Component arg0, int arg1, int arg2) { - return SExecute(LocalBridgeClazz, "getDeepestComponentAt", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getDeepestComponentAt", "(Ljava/awt/Component;II)Ljava/awt/Component;", arg0, arg1, arg2); } /// /// @@ -228,7 +228,7 @@ public static Java.Awt.Component GetUnwrappedView(Javax.Swing.JViewport arg0) /// public static Java.Awt.Container GetAncestorNamed(Java.Lang.String arg0, Java.Awt.Component arg1) { - return SExecute(LocalBridgeClazz, "getAncestorNamed", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAncestorNamed", "(Ljava/lang/String;Ljava/awt/Component;)Ljava/awt/Container;", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public static Java.Awt.Container GetAncestorNamed(Java.Lang.String arg0, Java.Aw /// public static Java.Awt.Container GetAncestorOfClass(Java.Lang.Class arg0, Java.Awt.Component arg1) { - return SExecute(LocalBridgeClazz, "getAncestorOfClass", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAncestorOfClass", "(Ljava/lang/Class;Ljava/awt/Component;)Ljava/awt/Container;", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public static Java.Awt.Container GetUnwrappedParent(Java.Awt.Component arg0) /// public static Java.Awt.EventNs.MouseEvent ConvertMouseEvent(Java.Awt.Component arg0, Java.Awt.EventNs.MouseEvent arg1, Java.Awt.Component arg2) { - return SExecute(LocalBridgeClazz, "convertMouseEvent", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "convertMouseEvent", "(Ljava/awt/Component;Ljava/awt/event/MouseEvent;Ljava/awt/Component;)Ljava/awt/event/MouseEvent;", arg0, arg1, arg2); } /// /// @@ -270,7 +270,7 @@ public static Java.Awt.EventNs.MouseEvent ConvertMouseEvent(Java.Awt.Component a /// public static Java.Awt.Point ConvertPoint(Java.Awt.Component arg0, int arg1, int arg2, Java.Awt.Component arg3) { - return SExecute(LocalBridgeClazz, "convertPoint", arg0, arg1, arg2, arg3); + return SExecuteWithSignature(LocalBridgeClazz, "convertPoint", "(Ljava/awt/Component;IILjava/awt/Component;)Ljava/awt/Point;", arg0, arg1, arg2, arg3); } /// /// @@ -281,7 +281,7 @@ public static Java.Awt.Point ConvertPoint(Java.Awt.Component arg0, int arg1, int /// public static Java.Awt.Point ConvertPoint(Java.Awt.Component arg0, Java.Awt.Point arg1, Java.Awt.Component arg2) { - return SExecute(LocalBridgeClazz, "convertPoint", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "convertPoint", "(Ljava/awt/Component;Ljava/awt/Point;Ljava/awt/Component;)Ljava/awt/Point;", arg0, arg1, arg2); } /// /// @@ -291,7 +291,7 @@ public static Java.Awt.Point ConvertPoint(Java.Awt.Component arg0, Java.Awt.Poin /// public static Java.Awt.Rectangle CalculateInnerArea(Javax.Swing.JComponent arg0, Java.Awt.Rectangle arg1) { - return SExecute(LocalBridgeClazz, "calculateInnerArea", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "calculateInnerArea", "(Ljavax/swing/JComponent;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -304,7 +304,7 @@ public static Java.Awt.Rectangle CalculateInnerArea(Javax.Swing.JComponent arg0, /// public static Java.Awt.Rectangle ComputeIntersection(int arg0, int arg1, int arg2, int arg3, Java.Awt.Rectangle arg4) { - return SExecute(LocalBridgeClazz, "computeIntersection", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "computeIntersection", "(IIIILjava/awt/Rectangle;)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -317,7 +317,7 @@ public static Java.Awt.Rectangle ComputeIntersection(int arg0, int arg1, int arg /// public static Java.Awt.Rectangle ComputeUnion(int arg0, int arg1, int arg2, int arg3, Java.Awt.Rectangle arg4) { - return SExecute(LocalBridgeClazz, "computeUnion", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "computeUnion", "(IIIILjava/awt/Rectangle;)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -328,7 +328,7 @@ public static Java.Awt.Rectangle ComputeUnion(int arg0, int arg1, int arg2, int /// public static Java.Awt.Rectangle ConvertRectangle(Java.Awt.Component arg0, Java.Awt.Rectangle arg1, Java.Awt.Component arg2) { - return SExecute(LocalBridgeClazz, "convertRectangle", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "convertRectangle", "(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Component;)Ljava/awt/Rectangle;", arg0, arg1, arg2); } /// /// @@ -347,7 +347,7 @@ public static Java.Awt.Rectangle GetLocalBounds(Java.Awt.Component arg0) /// public static Java.Awt.Rectangle[] ComputeDifference(Java.Awt.Rectangle arg0, Java.Awt.Rectangle arg1) { - return SExecuteArray(LocalBridgeClazz, "computeDifference", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "computeDifference", "(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)[Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -384,7 +384,7 @@ public static Java.Awt.Window WindowForComponent(Java.Awt.Component arg0) /// public static Java.Lang.String LayoutCompoundLabel(Java.Awt.FontMetrics arg0, Java.Lang.String arg1, Javax.Swing.Icon arg2, int arg3, int arg4, int arg5, int arg6, Java.Awt.Rectangle arg7, Java.Awt.Rectangle arg8, Java.Awt.Rectangle arg9, int arg10) { - return SExecute(LocalBridgeClazz, "layoutCompoundLabel", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); + return SExecuteWithSignature(LocalBridgeClazz, "layoutCompoundLabel", "(Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10); } /// /// @@ -404,7 +404,7 @@ public static Java.Lang.String LayoutCompoundLabel(Java.Awt.FontMetrics arg0, Ja /// public static Java.Lang.String LayoutCompoundLabel(Javax.Swing.JComponent arg0, Java.Awt.FontMetrics arg1, Java.Lang.String arg2, Javax.Swing.Icon arg3, int arg4, int arg5, int arg6, int arg7, Java.Awt.Rectangle arg8, Java.Awt.Rectangle arg9, Java.Awt.Rectangle arg10, int arg11) { - return SExecute(LocalBridgeClazz, "layoutCompoundLabel", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); + return SExecuteWithSignature(LocalBridgeClazz, "layoutCompoundLabel", "(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11); } /// /// @@ -414,7 +414,7 @@ public static Java.Lang.String LayoutCompoundLabel(Javax.Swing.JComponent arg0, /// public static Javax.Accessibility.Accessible GetAccessibleAt(Java.Awt.Component arg0, Java.Awt.Point arg1) { - return SExecute(LocalBridgeClazz, "getAccessibleAt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAccessibleAt", "(Ljava/awt/Component;Ljava/awt/Point;)Ljavax/accessibility/Accessible;", arg0, arg1); } /// /// @@ -424,7 +424,7 @@ public static Javax.Accessibility.Accessible GetAccessibleAt(Java.Awt.Component /// public static Javax.Accessibility.Accessible GetAccessibleChild(Java.Awt.Component arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getAccessibleChild", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getAccessibleChild", "(Ljava/awt/Component;I)Ljavax/accessibility/Accessible;", arg0, arg1); } /// /// @@ -452,7 +452,7 @@ public static Javax.Swing.ActionMap GetUIActionMap(Javax.Swing.JComponent arg0) /// public static Javax.Swing.InputMap GetUIInputMap(Javax.Swing.JComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getUIInputMap", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getUIInputMap", "(Ljavax/swing/JComponent;I)Ljavax/swing/InputMap;", arg0, arg1); } /// /// @@ -470,7 +470,7 @@ public static Javax.Swing.JRootPane GetRootPane(Java.Awt.Component arg0) /// public static void ConvertPointFromScreen(Java.Awt.Point arg0, Java.Awt.Component arg1) { - SExecute(LocalBridgeClazz, "convertPointFromScreen", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "convertPointFromScreen", "(Ljava/awt/Point;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -479,7 +479,7 @@ public static void ConvertPointFromScreen(Java.Awt.Point arg0, Java.Awt.Componen /// public static void ConvertPointToScreen(Java.Awt.Point arg0, Java.Awt.Component arg1) { - SExecute(LocalBridgeClazz, "convertPointToScreen", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "convertPointToScreen", "(Ljava/awt/Point;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -511,7 +511,7 @@ public static void InvokeLater(Java.Lang.Runnable arg0) /// public static void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java.Awt.Container arg2, int arg3, int arg4, int arg5, int arg6) { - SExecute(LocalBridgeClazz, "paintComponent", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + SExecuteWithSignature(LocalBridgeClazz, "paintComponent", "(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;IIII)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -522,7 +522,7 @@ public static void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg /// public static void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg1, Java.Awt.Container arg2, Java.Awt.Rectangle arg3) { - SExecute(LocalBridgeClazz, "paintComponent", arg0, arg1, arg2, arg3); + SExecuteWithSignature(LocalBridgeClazz, "paintComponent", "(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;Ljava/awt/Rectangle;)V", arg0, arg1, arg2, arg3); } /// /// @@ -531,7 +531,7 @@ public static void PaintComponent(Java.Awt.Graphics arg0, Java.Awt.Component arg /// public static void ReplaceUIActionMap(Javax.Swing.JComponent arg0, Javax.Swing.ActionMap arg1) { - SExecute(LocalBridgeClazz, "replaceUIActionMap", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "replaceUIActionMap", "(Ljavax/swing/JComponent;Ljavax/swing/ActionMap;)V", arg0, arg1); } /// /// @@ -541,7 +541,7 @@ public static void ReplaceUIActionMap(Javax.Swing.JComponent arg0, Javax.Swing.A /// public static void ReplaceUIInputMap(Javax.Swing.JComponent arg0, int arg1, Javax.Swing.InputMap arg2) { - SExecute(LocalBridgeClazz, "replaceUIInputMap", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "replaceUIInputMap", "(Ljavax/swing/JComponent;ILjavax/swing/InputMap;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/SwingWorker.cs b/src/net/JNet/Generated/Javax/Swing/SwingWorker.cs index f4db03f93f..e2b1a5510f 100644 --- a/src/net/JNet/Generated/Javax/Swing/SwingWorker.cs +++ b/src/net/JNet/Generated/Javax/Swing/SwingWorker.cs @@ -253,7 +253,7 @@ public object Get() /// public object Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -278,7 +278,7 @@ public void Execute() /// public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -463,7 +463,7 @@ public T Get() /// public T Get(long arg0, Java.Util.Concurrent.TimeUnit arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -488,7 +488,7 @@ public void Execute() /// public void FirePropertyChange(Java.Lang.String arg0, object arg1, object arg2) { - IExecute("firePropertyChange", arg0, arg1, arg2); + IExecuteWithSignature("firePropertyChange", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Table/AbstractTableModel.cs b/src/net/JNet/Generated/Javax/Swing/Table/AbstractTableModel.cs index 11a6a58273..dcdd7af1ea 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/AbstractTableModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/AbstractTableModel.cs @@ -125,7 +125,7 @@ public Javax.Swing.Event.TableModelListener[] TableModelListeners /// public bool IsCellEditable(int arg0, int arg1) { - return IExecute("isCellEditable", arg0, arg1); + return IExecuteWithSignature("isCellEditable", "(II)Z", arg0, arg1); } /// /// @@ -169,7 +169,7 @@ public void AddTableModelListener(Javax.Swing.Event.TableModelListener arg0) /// public void FireTableCellUpdated(int arg0, int arg1) { - IExecute("fireTableCellUpdated", arg0, arg1); + IExecuteWithSignature("fireTableCellUpdated", "(II)V", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public void FireTableDataChanged() /// public void FireTableRowsDeleted(int arg0, int arg1) { - IExecute("fireTableRowsDeleted", arg0, arg1); + IExecuteWithSignature("fireTableRowsDeleted", "(II)V", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public void FireTableRowsDeleted(int arg0, int arg1) /// public void FireTableRowsInserted(int arg0, int arg1) { - IExecute("fireTableRowsInserted", arg0, arg1); + IExecuteWithSignature("fireTableRowsInserted", "(II)V", arg0, arg1); } /// /// @@ -211,7 +211,7 @@ public void FireTableRowsInserted(int arg0, int arg1) /// public void FireTableRowsUpdated(int arg0, int arg1) { - IExecute("fireTableRowsUpdated", arg0, arg1); + IExecuteWithSignature("fireTableRowsUpdated", "(II)V", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public void RemoveTableModelListener(Javax.Swing.Event.TableModelListener arg0) /// public void SetValueAt(object arg0, int arg1, int arg2) { - IExecute("setValueAt", arg0, arg1, arg2); + IExecuteWithSignature("setValueAt", "(Ljava/lang/Object;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableCellRenderer.cs index 45587c674a..f3315b65ba 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableCellRenderer.cs @@ -155,7 +155,7 @@ public partial class DefaultTableCellRenderer /// public Java.Awt.Component GetTableCellRendererComponent(Javax.Swing.JTable arg0, object arg1, bool arg2, bool arg3, int arg4, int arg5) { - return IExecute("getTableCellRendererComponent", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getTableCellRendererComponent", "(Ljavax/swing/JTable;Ljava/lang/Object;ZZII)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableColumnModel.cs b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableColumnModel.cs index 393a83635d..4648af2ad3 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableColumnModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableColumnModel.cs @@ -229,7 +229,7 @@ public void AddColumnModelListener(Javax.Swing.Event.TableColumnModelListener ar /// public void MoveColumn(int arg0, int arg1) { - IExecute("moveColumn", arg0, arg1); + IExecuteWithSignature("moveColumn", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableModel.cs b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableModel.cs index b9fb0b09a1..1b99012303 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/DefaultTableModel.cs @@ -131,7 +131,7 @@ public Java.Util.Vector DataVector /// public void AddColumn(object arg0, object[] arg1) { - IExecute("addColumn", arg0, arg1); + IExecuteWithSignature("addColumn", "(Ljava/lang/Object;[Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public void AddColumn(object arg0, object[] arg1) /// public void AddColumn(object arg0, Java.Util.Vector arg1) { - IExecute("addColumn", arg0, arg1); + IExecuteWithSignature("addColumn", "(Ljava/lang/Object;Ljava/util/Vector;)V", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public void AddRow(Java.Util.Vector arg0) /// public void InsertRow(int arg0, object[] arg1) { - IExecute("insertRow", arg0, arg1); + IExecuteWithSignature("insertRow", "(I[Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public void InsertRow(int arg0, object[] arg1) /// public void InsertRow(int arg0, Java.Util.Vector arg1) { - IExecute("insertRow", arg0, arg1); + IExecuteWithSignature("insertRow", "(ILjava/util/Vector;)V", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public void InsertRow(int arg0, Java.Util.Vector arg1) /// public void MoveRow(int arg0, int arg1, int arg2) { - IExecute("moveRow", arg0, arg1, arg2); + IExecuteWithSignature("moveRow", "(III)V", arg0, arg1, arg2); } /// /// @@ -257,7 +257,7 @@ public void SetColumnIdentifiers(Java.Util.Vector arg0) /// public void SetDataVector(object[][] arg0, object[] arg1) { - IExecute("setDataVector", arg0, arg1); + IExecuteWithSignature("setDataVector", "([[Ljava/lang/Object;[Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -267,7 +267,7 @@ public void SetDataVector(object[][] arg0, object[] arg1) /// public void SetDataVector(Java.Util.Vector arg0, Java.Util.Vector arg1) where Arg0ExtendsJava_Util_Vector : Java.Util.Vector { - IExecute("setDataVector", arg0, arg1); + IExecuteWithSignature("setDataVector", "(Ljava/util/Vector;Ljava/util/Vector;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Table/TableCellEditor.cs b/src/net/JNet/Generated/Javax/Swing/Table/TableCellEditor.cs index 2e04d07a5b..0d2b03dbc8 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/TableCellEditor.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/TableCellEditor.cs @@ -131,7 +131,7 @@ public partial class TableCellEditor : Javax.Swing.Table.ITableCellEditor /// public Java.Awt.Component GetTableCellEditorComponent(Javax.Swing.JTable arg0, object arg1, bool arg2, int arg3, int arg4) { - return IExecute("getTableCellEditorComponent", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getTableCellEditorComponent", "(Ljavax/swing/JTable;Ljava/lang/Object;ZII)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Table/TableCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/Table/TableCellRenderer.cs index fa2e06f8dd..eb9cee7e33 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/TableCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/TableCellRenderer.cs @@ -133,7 +133,7 @@ public partial class TableCellRenderer : Javax.Swing.Table.ITableCellRenderer /// public Java.Awt.Component GetTableCellRendererComponent(Javax.Swing.JTable arg0, object arg1, bool arg2, bool arg3, int arg4, int arg5) { - return IExecute("getTableCellRendererComponent", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getTableCellRendererComponent", "(Ljavax/swing/JTable;Ljava/lang/Object;ZZII)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Table/TableColumnModel.cs b/src/net/JNet/Generated/Javax/Swing/Table/TableColumnModel.cs index 7d2b9b530b..816060ab14 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/TableColumnModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/TableColumnModel.cs @@ -292,7 +292,7 @@ public void AddColumnModelListener(Javax.Swing.Event.TableColumnModelListener ar /// public void MoveColumn(int arg0, int arg1) { - IExecute("moveColumn", arg0, arg1); + IExecuteWithSignature("moveColumn", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Table/TableModel.cs b/src/net/JNet/Generated/Javax/Swing/Table/TableModel.cs index 6cb9432f3c..b951091138 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/TableModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/TableModel.cs @@ -183,7 +183,7 @@ public int RowCount /// public bool IsCellEditable(int arg0, int arg1) { - return IExecute("isCellEditable", arg0, arg1); + return IExecuteWithSignature("isCellEditable", "(II)Z", arg0, arg1); } /// /// @@ -202,7 +202,7 @@ public Java.Lang.Class GetColumnClass(int arg0) /// public object GetValueAt(int arg0, int arg1) { - return IExecute("getValueAt", arg0, arg1); + return IExecuteWithSignature("getValueAt", "(II)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -237,7 +237,7 @@ public void RemoveTableModelListener(Javax.Swing.Event.TableModelListener arg0) /// public void SetValueAt(object arg0, int arg1, int arg2) { - IExecute("setValueAt", arg0, arg1, arg2); + IExecuteWithSignature("setValueAt", "(Ljava/lang/Object;II)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Table/TableStringConverter.cs b/src/net/JNet/Generated/Javax/Swing/Table/TableStringConverter.cs index 8f17931290..62dff7acac 100644 --- a/src/net/JNet/Generated/Javax/Swing/Table/TableStringConverter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Table/TableStringConverter.cs @@ -101,7 +101,7 @@ public partial class TableStringConverter /// public Java.Lang.String ToString(Javax.Swing.Table.TableModel arg0, int arg1, int arg2) { - return IExecute("toString", arg0, arg1, arg2); + return IExecuteWithSignature("toString", "(Ljavax/swing/table/TableModel;II)Ljava/lang/String;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/AbstractDocument.cs b/src/net/JNet/Generated/Javax/Swing/Text/AbstractDocument.cs index c7f43cde85..4e7da2ad10 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/AbstractDocument.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/AbstractDocument.cs @@ -577,7 +577,7 @@ public void ReadUnlock() /// public void PutProperty(object arg0, object arg1) { - IExecute("putProperty", arg0, arg1); + IExecuteWithSignature("putProperty", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -588,7 +588,7 @@ public void PutProperty(object arg0, object arg1) /// public Java.Lang.String GetText(int arg0, int arg1) { - return IExecute("getText", arg0, arg1); + return IExecuteWithSignature("getText", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -633,7 +633,7 @@ public void Dump(Java.Io.PrintStream arg0) /// public void GetText(int arg0, int arg1, Javax.Swing.Text.Segment arg2) { - IExecute("getText", arg0, arg1, arg2); + IExecuteWithSignature("getText", "(IILjavax/swing/text/Segment;)V", arg0, arg1, arg2); } /// /// @@ -644,7 +644,7 @@ public void GetText(int arg0, int arg1, Javax.Swing.Text.Segment arg2) /// public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.AttributeSet arg2) { - IExecute("insertString", arg0, arg1, arg2); + IExecuteWithSignature("insertString", "(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2); } /// /// @@ -654,7 +654,7 @@ public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.Attri /// public void Remove(int arg0, int arg1) { - IExecute("remove", arg0, arg1); + IExecuteWithSignature("remove", "(II)V", arg0, arg1); } /// /// @@ -690,7 +690,7 @@ public void Render(Java.Lang.Runnable arg0) /// public void Replace(int arg0, int arg1, Java.Lang.String arg2, Javax.Swing.Text.AttributeSet arg3) { - IExecute("replace", arg0, arg1, arg2, arg3); + IExecuteWithSignature("replace", "(IILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2, arg3); } #endregion @@ -875,7 +875,7 @@ public Javax.Swing.Text.Element GetElement(int arg0) /// public bool ContainsAttribute(object arg0, object arg1) { - return IExecute("containsAttribute", arg0, arg1); + return IExecuteWithSignature("containsAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -946,7 +946,7 @@ public Javax.Swing.Tree.TreeNode GetChildAt(int arg0) /// public void AddAttribute(object arg0, object arg1) { - IExecute("addAttribute", arg0, arg1); + IExecuteWithSignature("addAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -963,7 +963,7 @@ public void AddAttributes(Javax.Swing.Text.AttributeSet arg0) /// public void Dump(Java.Io.PrintStream arg0, int arg1) { - IExecute("dump", arg0, arg1); + IExecuteWithSignature("dump", "(Ljava/io/PrintStream;I)V", arg0, arg1); } /// /// @@ -1036,7 +1036,7 @@ public Javax.Swing.Text.AttributeSet EmptySet /// public Javax.Swing.Text.AttributeSet AddAttribute(Javax.Swing.Text.AttributeSet arg0, object arg1, object arg2) { - return IExecute("addAttribute", arg0, arg1, arg2); + return IExecuteWithSignature("addAttribute", "(Ljavax/swing/text/AttributeSet;Ljava/lang/Object;Ljava/lang/Object;)Ljavax/swing/text/AttributeSet;", arg0, arg1, arg2); } /// /// @@ -1046,7 +1046,7 @@ public Javax.Swing.Text.AttributeSet AddAttribute(Javax.Swing.Text.AttributeSet /// public Javax.Swing.Text.AttributeSet AddAttributes(Javax.Swing.Text.AttributeSet arg0, Javax.Swing.Text.AttributeSet arg1) { - return IExecute("addAttributes", arg0, arg1); + return IExecuteWithSignature("addAttributes", "(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/AttributeSet;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -1056,7 +1056,7 @@ public Javax.Swing.Text.AttributeSet AddAttributes(Javax.Swing.Text.AttributeSet /// public Javax.Swing.Text.AttributeSet RemoveAttribute(Javax.Swing.Text.AttributeSet arg0, object arg1) { - return IExecute("removeAttribute", arg0, arg1); + return IExecuteWithSignature("removeAttribute", "(Ljavax/swing/text/AttributeSet;Ljava/lang/Object;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -1066,7 +1066,7 @@ public Javax.Swing.Text.AttributeSet RemoveAttribute(Javax.Swing.Text.AttributeS /// public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.AttributeSet arg0, Java.Util.Enumeration arg1) { - return IExecute("removeAttributes", arg0, arg1); + return IExecuteWithSignature("removeAttributes", "(Ljavax/swing/text/AttributeSet;Ljava/util/Enumeration;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -1076,7 +1076,7 @@ public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.Attribute /// public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.AttributeSet arg0, Javax.Swing.Text.AttributeSet arg1) { - return IExecute("removeAttributes", arg0, arg1); + return IExecuteWithSignature("removeAttributes", "(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/AttributeSet;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -1144,7 +1144,7 @@ public Javax.Swing.Text.Element PositionToElement(int arg0) /// public void Replace(int arg0, int arg1, Javax.Swing.Text.Element[] arg2) { - IExecute("replace", arg0, arg1, arg2); + IExecuteWithSignature("replace", "(II[Ljavax/swing/text/Element;)V", arg0, arg1, arg2); } #endregion @@ -1194,7 +1194,7 @@ public int Length() /// public Java.Lang.String GetString(int arg0, int arg1) { - return IExecute("getString", arg0, arg1); + return IExecuteWithSignature("getString", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -1215,7 +1215,7 @@ public Javax.Swing.Text.Position CreatePosition(int arg0) /// public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg1) { - return IExecute("insertString", arg0, arg1); + return IExecuteWithSignature("insertString", "(ILjava/lang/String;)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -1226,7 +1226,7 @@ public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg /// public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(II)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -1237,7 +1237,7 @@ public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) /// public void GetChars(int arg0, int arg1, Javax.Swing.Text.Segment arg2) { - IExecute("getChars", arg0, arg1, arg2); + IExecuteWithSignature("getChars", "(IILjavax/swing/text/Segment;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/AsyncBoxView.cs b/src/net/JNet/Generated/Javax/Swing/Text/AsyncBoxView.cs index 1f33b706e7..4ac3c397ff 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/AsyncBoxView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/AsyncBoxView.cs @@ -272,7 +272,7 @@ public ChildLocator(Javax.Swing.Text.AsyncBoxView arg0) /// public int GetViewIndexAtPoint(float arg0, float arg1, Java.Awt.Shape arg2) { - return IExecute("getViewIndexAtPoint", arg0, arg1, arg2); + return IExecuteWithSignature("getViewIndexAtPoint", "(FFLjava/awt/Shape;)I", arg0, arg1, arg2); } /// /// @@ -282,7 +282,7 @@ public int GetViewIndexAtPoint(float arg0, float arg1, Java.Awt.Shape arg2) /// public Java.Awt.Shape GetChildAllocation(int arg0, Java.Awt.Shape arg1) { - return IExecute("getChildAllocation", arg0, arg1); + return IExecuteWithSignature("getChildAllocation", "(ILjava/awt/Shape;)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -390,7 +390,7 @@ public bool IsLayoutValid() /// public void PreferenceChanged(bool arg0, bool arg1) { - IExecute("preferenceChanged", arg0, arg1); + IExecuteWithSignature("preferenceChanged", "(ZZ)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/AttributeSet.cs b/src/net/JNet/Generated/Javax/Swing/Text/AttributeSet.cs index d5077212a7..549448599c 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/AttributeSet.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/AttributeSet.cs @@ -387,7 +387,7 @@ public Javax.Swing.Text.AttributeSet ResolveParent /// public bool ContainsAttribute(object arg0, object arg1) { - return IExecute("containsAttribute", arg0, arg1); + return IExecuteWithSignature("containsAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/DefaultCaret.cs b/src/net/JNet/Generated/Javax/Swing/Text/DefaultCaret.cs index 458462be14..8b20a3fdac 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/DefaultCaret.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/DefaultCaret.cs @@ -317,7 +317,7 @@ public void MouseReleased(Java.Awt.EventNs.MouseEvent arg0) /// public void MoveDot(int arg0, Javax.Swing.Text.Position.Bias arg1) { - IExecute("moveDot", arg0, arg1); + IExecuteWithSignature("moveDot", "(ILjavax/swing/text/Position$Bias;)V", arg0, arg1); } /// /// @@ -350,7 +350,7 @@ public void RemoveChangeListener(Javax.Swing.Event.ChangeListener arg0) /// public void SetDot(int arg0, Javax.Swing.Text.Position.Bias arg1) { - IExecute("setDot", arg0, arg1); + IExecuteWithSignature("setDot", "(ILjavax/swing/text/Position$Bias;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/DefaultStyledDocument.cs b/src/net/JNet/Generated/Javax/Swing/Text/DefaultStyledDocument.cs index deeffd7780..9a05df5c39 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/DefaultStyledDocument.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/DefaultStyledDocument.cs @@ -303,7 +303,7 @@ public Javax.Swing.Text.Element GetCharacterElement(int arg0) /// public Javax.Swing.Text.Style AddStyle(Java.Lang.String arg0, Javax.Swing.Text.Style arg1) { - return IExecute("addStyle", arg0, arg1); + return IExecuteWithSignature("addStyle", "(Ljava/lang/String;Ljavax/swing/text/Style;)Ljavax/swing/text/Style;", arg0, arg1); } /// /// @@ -348,7 +348,7 @@ public void RemoveStyle(Java.Lang.String arg0) /// public void SetCharacterAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2, bool arg3) { - IExecute("setCharacterAttributes", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setCharacterAttributes", "(IILjavax/swing/text/AttributeSet;Z)V", arg0, arg1, arg2, arg3); } /// /// @@ -357,7 +357,7 @@ public void SetCharacterAttributes(int arg0, int arg1, Javax.Swing.Text.Attribut /// public void SetLogicalStyle(int arg0, Javax.Swing.Text.Style arg1) { - IExecute("setLogicalStyle", arg0, arg1); + IExecuteWithSignature("setLogicalStyle", "(ILjavax/swing/text/Style;)V", arg0, arg1); } /// /// @@ -368,7 +368,7 @@ public void SetLogicalStyle(int arg0, Javax.Swing.Text.Style arg1) /// public void SetParagraphAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2, bool arg3) { - IExecute("setParagraphAttributes", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setParagraphAttributes", "(IILjavax/swing/text/AttributeSet;Z)V", arg0, arg1, arg2, arg3); } #endregion @@ -459,7 +459,7 @@ public Javax.Swing.Text.Element RootElement /// public Javax.Swing.Text.Element Clone(Javax.Swing.Text.Element arg0, Javax.Swing.Text.Element arg1) { - return IExecute("clone", arg0, arg1); + return IExecuteWithSignature("clone", "(Ljavax/swing/text/Element;Ljavax/swing/text/Element;)Ljavax/swing/text/Element;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public Javax.Swing.Text.Element Clone(Javax.Swing.Text.Element arg0, Javax.Swing /// public void Change(int arg0, int arg1, Javax.Swing.Text.AbstractDocument.DefaultDocumentEvent arg2) { - IExecute("change", arg0, arg1, arg2); + IExecuteWithSignature("change", "(IILjavax/swing/text/AbstractDocument$DefaultDocumentEvent;)V", arg0, arg1, arg2); } /// /// @@ -480,7 +480,7 @@ public void Change(int arg0, int arg1, Javax.Swing.Text.AbstractDocument.Default /// public void Insert(int arg0, int arg1, Javax.Swing.Text.DefaultStyledDocument.ElementSpec[] arg2, Javax.Swing.Text.AbstractDocument.DefaultDocumentEvent arg3) { - IExecute("insert", arg0, arg1, arg2, arg3); + IExecuteWithSignature("insert", "(II[Ljavax/swing/text/DefaultStyledDocument$ElementSpec;Ljavax/swing/text/AbstractDocument$DefaultDocumentEvent;)V", arg0, arg1, arg2, arg3); } /// /// @@ -490,7 +490,7 @@ public void Insert(int arg0, int arg1, Javax.Swing.Text.DefaultStyledDocument.El /// public void Remove(int arg0, int arg1, Javax.Swing.Text.AbstractDocument.DefaultDocumentEvent arg2) { - IExecute("remove", arg0, arg1, arg2); + IExecuteWithSignature("remove", "(IILjavax/swing/text/AbstractDocument$DefaultDocumentEvent;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Document.cs b/src/net/JNet/Generated/Javax/Swing/Text/Document.cs index 73f987fbf2..fc446d8aa6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Document.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Document.cs @@ -270,7 +270,7 @@ public object GetProperty(object arg0) /// public Java.Lang.String GetText(int arg0, int arg1) { - return IExecute("getText", arg0, arg1); + return IExecuteWithSignature("getText", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -307,7 +307,7 @@ public void AddUndoableEditListener(Javax.Swing.Event.UndoableEditListener arg0) /// public void GetText(int arg0, int arg1, Javax.Swing.Text.Segment arg2) { - IExecute("getText", arg0, arg1, arg2); + IExecuteWithSignature("getText", "(IILjavax/swing/text/Segment;)V", arg0, arg1, arg2); } /// /// @@ -318,7 +318,7 @@ public void GetText(int arg0, int arg1, Javax.Swing.Text.Segment arg2) /// public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.AttributeSet arg2) { - IExecute("insertString", arg0, arg1, arg2); + IExecuteWithSignature("insertString", "(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2); } /// /// @@ -327,7 +327,7 @@ public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.Attri /// public void PutProperty(object arg0, object arg1) { - IExecute("putProperty", arg0, arg1); + IExecuteWithSignature("putProperty", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -337,7 +337,7 @@ public void PutProperty(object arg0, object arg1) /// public void Remove(int arg0, int arg1) { - IExecute("remove", arg0, arg1); + IExecuteWithSignature("remove", "(II)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/DocumentFilter.cs b/src/net/JNet/Generated/Javax/Swing/Text/DocumentFilter.cs index 5ff95a7b1b..46298dc1d6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/DocumentFilter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/DocumentFilter.cs @@ -147,7 +147,7 @@ public partial class DocumentFilter /// public void InsertString(Javax.Swing.Text.DocumentFilter.FilterBypass arg0, int arg1, Java.Lang.String arg2, Javax.Swing.Text.AttributeSet arg3) { - IExecute("insertString", arg0, arg1, arg2, arg3); + IExecuteWithSignature("insertString", "(Ljavax/swing/text/DocumentFilter$FilterBypass;ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2, arg3); } /// /// @@ -158,7 +158,7 @@ public void InsertString(Javax.Swing.Text.DocumentFilter.FilterBypass arg0, int /// public void Remove(Javax.Swing.Text.DocumentFilter.FilterBypass arg0, int arg1, int arg2) { - IExecute("remove", arg0, arg1, arg2); + IExecuteWithSignature("remove", "(Ljavax/swing/text/DocumentFilter$FilterBypass;II)V", arg0, arg1, arg2); } /// /// @@ -171,7 +171,7 @@ public void Remove(Javax.Swing.Text.DocumentFilter.FilterBypass arg0, int arg1, /// public void Replace(Javax.Swing.Text.DocumentFilter.FilterBypass arg0, int arg1, int arg2, Java.Lang.String arg3, Javax.Swing.Text.AttributeSet arg4) { - IExecute("replace", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("replace", "(Ljavax/swing/text/DocumentFilter$FilterBypass;IILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2, arg3, arg4); } #endregion @@ -213,7 +213,7 @@ public Javax.Swing.Text.Document Document /// public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.AttributeSet arg2) { - IExecute("insertString", arg0, arg1, arg2); + IExecuteWithSignature("insertString", "(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2); } /// /// @@ -223,7 +223,7 @@ public void InsertString(int arg0, Java.Lang.String arg1, Javax.Swing.Text.Attri /// public void Remove(int arg0, int arg1) { - IExecute("remove", arg0, arg1); + IExecuteWithSignature("remove", "(II)V", arg0, arg1); } /// /// @@ -235,7 +235,7 @@ public void Remove(int arg0, int arg1) /// public void Replace(int arg0, int arg1, Java.Lang.String arg2, Javax.Swing.Text.AttributeSet arg3) { - IExecute("replace", arg0, arg1, arg2, arg3); + IExecuteWithSignature("replace", "(IILjava/lang/String;Ljavax/swing/text/AttributeSet;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/EditorKit.cs b/src/net/JNet/Generated/Javax/Swing/Text/EditorKit.cs index d62eb67f2a..379cba058f 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/EditorKit.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/EditorKit.cs @@ -147,7 +147,7 @@ public Javax.Swing.Text.Document CreateDefaultDocument() /// public void Read(Java.Io.InputStream arg0, Javax.Swing.Text.Document arg1, int arg2) { - IExecute("read", arg0, arg1, arg2); + IExecuteWithSignature("read", "(Ljava/io/InputStream;Ljavax/swing/text/Document;I)V", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public void Read(Java.Io.InputStream arg0, Javax.Swing.Text.Document arg1, int a /// public void Read(Java.Io.Reader arg0, Javax.Swing.Text.Document arg1, int arg2) { - IExecute("read", arg0, arg1, arg2); + IExecuteWithSignature("read", "(Ljava/io/Reader;Ljavax/swing/text/Document;I)V", arg0, arg1, arg2); } /// /// @@ -172,7 +172,7 @@ public void Read(Java.Io.Reader arg0, Javax.Swing.Text.Document arg1, int arg2) /// public void Write(Java.Io.OutputStream arg0, Javax.Swing.Text.Document arg1, int arg2, int arg3) { - IExecute("write", arg0, arg1, arg2, arg3); + IExecuteWithSignature("write", "(Ljava/io/OutputStream;Ljavax/swing/text/Document;II)V", arg0, arg1, arg2, arg3); } /// /// @@ -185,7 +185,7 @@ public void Write(Java.Io.OutputStream arg0, Javax.Swing.Text.Document arg1, int /// public void Write(Java.Io.Writer arg0, Javax.Swing.Text.Document arg1, int arg2, int arg3) { - IExecute("write", arg0, arg1, arg2, arg3); + IExecuteWithSignature("write", "(Ljava/io/Writer;Ljavax/swing/text/Document;II)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/FlowView.cs b/src/net/JNet/Generated/Javax/Swing/Text/FlowView.cs index 0f68ef1596..e5f0c5917b 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/FlowView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/FlowView.cs @@ -203,7 +203,7 @@ public partial class FlowStrategy /// public void ChangedUpdate(Javax.Swing.Text.FlowView arg0, Javax.Swing.Event.DocumentEvent arg1, Java.Awt.Rectangle arg2) { - IExecute("changedUpdate", arg0, arg1, arg2); + IExecuteWithSignature("changedUpdate", "(Ljavax/swing/text/FlowView;Ljavax/swing/event/DocumentEvent;Ljava/awt/Rectangle;)V", arg0, arg1, arg2); } /// /// @@ -213,7 +213,7 @@ public void ChangedUpdate(Javax.Swing.Text.FlowView arg0, Javax.Swing.Event.Docu /// public void InsertUpdate(Javax.Swing.Text.FlowView arg0, Javax.Swing.Event.DocumentEvent arg1, Java.Awt.Rectangle arg2) { - IExecute("insertUpdate", arg0, arg1, arg2); + IExecuteWithSignature("insertUpdate", "(Ljavax/swing/text/FlowView;Ljavax/swing/event/DocumentEvent;Ljava/awt/Rectangle;)V", arg0, arg1, arg2); } /// /// @@ -231,7 +231,7 @@ public void Layout(Javax.Swing.Text.FlowView arg0) /// public void RemoveUpdate(Javax.Swing.Text.FlowView arg0, Javax.Swing.Event.DocumentEvent arg1, Java.Awt.Rectangle arg2) { - IExecute("removeUpdate", arg0, arg1, arg2); + IExecuteWithSignature("removeUpdate", "(Ljavax/swing/text/FlowView;Ljavax/swing/event/DocumentEvent;Ljava/awt/Rectangle;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/GapContent.cs b/src/net/JNet/Generated/Javax/Swing/Text/GapContent.cs index c1e8172783..7c86cacdc0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/GapContent.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/GapContent.cs @@ -119,7 +119,7 @@ public int Length() /// public Java.Lang.String GetString(int arg0, int arg1) { - return IExecute("getString", arg0, arg1); + return IExecuteWithSignature("getString", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public Javax.Swing.Text.Position CreatePosition(int arg0) /// public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg1) { - return IExecute("insertString", arg0, arg1); + return IExecuteWithSignature("insertString", "(ILjava/lang/String;)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg /// public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(II)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) /// public void GetChars(int arg0, int arg1, Javax.Swing.Text.Segment arg2) { - IExecute("getChars", arg0, arg1, arg2); + IExecuteWithSignature("getChars", "(IILjavax/swing/text/Segment;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/GlyphView.cs b/src/net/JNet/Generated/Javax/Swing/Text/GlyphView.cs index 64678116c4..e77feabf45 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/GlyphView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/GlyphView.cs @@ -228,7 +228,7 @@ public bool IsUnderline() /// public float GetPartialSpan(int arg0, int arg1) { - return IExecute("getPartialSpan", arg0, arg1); + return IExecuteWithSignature("getPartialSpan", "(II)F", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public float GetPartialSpan(int arg0, int arg1) /// public float GetTabbedSpan(float arg0, Javax.Swing.Text.TabExpander arg1) { - return IExecute("getTabbedSpan", arg0, arg1); + return IExecuteWithSignature("getTabbedSpan", "(FLjavax/swing/text/TabExpander;)F", arg0, arg1); } /// /// @@ -248,7 +248,7 @@ public float GetTabbedSpan(float arg0, Javax.Swing.Text.TabExpander arg1) /// public Javax.Swing.Text.Segment GetText(int arg0, int arg1) { - return IExecute("getText", arg0, arg1); + return IExecuteWithSignature("getText", "(II)Ljavax/swing/text/Segment;", arg0, arg1); } /// /// @@ -320,7 +320,7 @@ public float GetHeight(Javax.Swing.Text.GlyphView arg0) /// public float GetSpan(Javax.Swing.Text.GlyphView arg0, int arg1, int arg2, Javax.Swing.Text.TabExpander arg3, float arg4) { - return IExecute("getSpan", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getSpan", "(Ljavax/swing/text/GlyphView;IILjavax/swing/text/TabExpander;F)F", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -332,7 +332,7 @@ public float GetSpan(Javax.Swing.Text.GlyphView arg0, int arg1, int arg2, Javax. /// public int GetBoundedPosition(Javax.Swing.Text.GlyphView arg0, int arg1, float arg2, float arg3) { - return IExecute("getBoundedPosition", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getBoundedPosition", "(Ljavax/swing/text/GlyphView;IFF)I", arg0, arg1, arg2, arg3); } /// /// @@ -345,7 +345,7 @@ public int GetBoundedPosition(Javax.Swing.Text.GlyphView arg0, int arg1, float a /// public int ViewToModel(Javax.Swing.Text.GlyphView arg0, float arg1, float arg2, Java.Awt.Shape arg3, Javax.Swing.Text.Position.Bias[] arg4) { - return IExecute("viewToModel", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("viewToModel", "(Ljavax/swing/text/GlyphView;FFLjava/awt/Shape;[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -358,7 +358,7 @@ public int ViewToModel(Javax.Swing.Text.GlyphView arg0, float arg1, float arg2, /// public Java.Awt.Shape ModelToView(Javax.Swing.Text.GlyphView arg0, int arg1, Javax.Swing.Text.Position.Bias arg2, Java.Awt.Shape arg3) { - return IExecute("modelToView", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("modelToView", "(Ljavax/swing/text/GlyphView;ILjavax/swing/text/Position$Bias;Ljava/awt/Shape;)Ljava/awt/Shape;", arg0, arg1, arg2, arg3); } /// /// @@ -370,7 +370,7 @@ public Java.Awt.Shape ModelToView(Javax.Swing.Text.GlyphView arg0, int arg1, Jav /// public void Paint(Javax.Swing.Text.GlyphView arg0, Java.Awt.Graphics arg1, Java.Awt.Shape arg2, int arg3, int arg4) { - IExecute("paint", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("paint", "(Ljavax/swing/text/GlyphView;Ljava/awt/Graphics;Ljava/awt/Shape;II)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -385,7 +385,7 @@ public void Paint(Javax.Swing.Text.GlyphView arg0, Java.Awt.Graphics arg1, Java. /// public int GetNextVisualPositionFrom(Javax.Swing.Text.GlyphView arg0, int arg1, Javax.Swing.Text.Position.Bias arg2, Java.Awt.Shape arg3, int arg4, Javax.Swing.Text.Position.Bias[] arg5) { - return IExecute("getNextVisualPositionFrom", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getNextVisualPositionFrom", "(Ljavax/swing/text/GlyphView;ILjavax/swing/text/Position$Bias;Ljava/awt/Shape;I[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -396,7 +396,7 @@ public int GetNextVisualPositionFrom(Javax.Swing.Text.GlyphView arg0, int arg1, /// public Javax.Swing.Text.GlyphView.GlyphPainter GetPainter(Javax.Swing.Text.GlyphView arg0, int arg1, int arg2) { - return IExecute("getPainter", arg0, arg1, arg2); + return IExecuteWithSignature("getPainter", "(Ljavax/swing/text/GlyphView;II)Ljavax/swing/text/GlyphView$GlyphPainter;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Highlighter.cs b/src/net/JNet/Generated/Javax/Swing/Text/Highlighter.cs index 4a6891d0d9..6cc4b8971b 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Highlighter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Highlighter.cs @@ -266,7 +266,7 @@ public Javax.Swing.Text.Highlighter.Highlight[] Highlights /// public object AddHighlight(int arg0, int arg1, Javax.Swing.Text.Highlighter.HighlightPainter arg2) { - return IExecute("addHighlight", arg0, arg1, arg2); + return IExecuteWithSignature("addHighlight", "(IILjavax/swing/text/Highlighter$HighlightPainter;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -277,7 +277,7 @@ public object AddHighlight(int arg0, int arg1, Javax.Swing.Text.Highlighter.High /// public void ChangeHighlight(object arg0, int arg1, int arg2) { - IExecute("changeHighlight", arg0, arg1, arg2); + IExecuteWithSignature("changeHighlight", "(Ljava/lang/Object;II)V", arg0, arg1, arg2); } /// /// @@ -404,7 +404,7 @@ public partial class HighlightPainter /// public void Paint(Java.Awt.Graphics arg0, int arg1, int arg2, Java.Awt.Shape arg3, Javax.Swing.Text.JTextComponent arg4) { - IExecute("paint", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics;IILjava/awt/Shape;Ljavax/swing/text/JTextComponent;)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTML.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTML.cs index fa551a2666..9c8421d8f5 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTML.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTML.cs @@ -250,7 +250,7 @@ public static Javax.Swing.Text.Html.HTML.Tag[] AllTags /// public static int GetIntegerAttributeValue(Javax.Swing.Text.AttributeSet arg0, Javax.Swing.Text.Html.HTML.Attribute arg1, int arg2) { - return SExecute(LocalBridgeClazz, "getIntegerAttributeValue", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getIntegerAttributeValue", "(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/html/HTML$Attribute;I)I", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLDocument.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLDocument.cs index 68bf184719..af7e8a0412 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLDocument.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLDocument.cs @@ -753,7 +753,7 @@ public Javax.Swing.Text.Element GetElement(Java.Lang.String arg0) /// public Javax.Swing.Text.Element GetElement(Javax.Swing.Text.Element arg0, object arg1, object arg2) { - return IExecute("getElement", arg0, arg1, arg2); + return IExecuteWithSignature("getElement", "(Ljavax/swing/text/Element;Ljava/lang/Object;Ljava/lang/Object;)Ljavax/swing/text/Element;", arg0, arg1, arg2); } /// /// @@ -774,7 +774,7 @@ public Javax.Swing.Text.Html.HTMLDocument.Iterator GetIterator(Javax.Swing.Text. /// public Javax.Swing.Text.Html.HTMLEditorKit.ParserCallback GetReader(int arg0, int arg1, int arg2, Javax.Swing.Text.Html.HTML.Tag arg3) { - return IExecute("getReader", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getReader", "(IIILjavax/swing/text/html/HTML$Tag;)Ljavax/swing/text/html/HTMLEditorKit$ParserCallback;", arg0, arg1, arg2, arg3); } /// /// @@ -794,7 +794,7 @@ public Javax.Swing.Text.Html.HTMLEditorKit.ParserCallback GetReader(int arg0) /// public void InsertAfterEnd(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("insertAfterEnd", arg0, arg1); + IExecuteWithSignature("insertAfterEnd", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -805,7 +805,7 @@ public void InsertAfterEnd(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) /// public void InsertAfterStart(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("insertAfterStart", arg0, arg1); + IExecuteWithSignature("insertAfterStart", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -816,7 +816,7 @@ public void InsertAfterStart(Javax.Swing.Text.Element arg0, Java.Lang.String arg /// public void InsertBeforeEnd(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("insertBeforeEnd", arg0, arg1); + IExecuteWithSignature("insertBeforeEnd", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -827,7 +827,7 @@ public void InsertBeforeEnd(Javax.Swing.Text.Element arg0, Java.Lang.String arg1 /// public void InsertBeforeStart(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("insertBeforeStart", arg0, arg1); + IExecuteWithSignature("insertBeforeStart", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -846,7 +846,7 @@ public void ProcessHTMLFrameHyperlinkEvent(Javax.Swing.Text.Html.HTMLFrameHyperl /// public void SetInnerHTML(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("setInnerHTML", arg0, arg1); + IExecuteWithSignature("setInnerHTML", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -857,7 +857,7 @@ public void SetInnerHTML(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) /// public void SetOuterHTML(Javax.Swing.Text.Element arg0, Java.Lang.String arg1) { - IExecute("setOuterHTML", arg0, arg1); + IExecuteWithSignature("setOuterHTML", "(Ljavax/swing/text/Element;Ljava/lang/String;)V", arg0, arg1); } #endregion @@ -1304,7 +1304,7 @@ public void End(Javax.Swing.Text.Html.HTML.Tag arg0) /// public void Start(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Text.MutableAttributeSet arg1) { - IExecute("start", arg0, arg1); + IExecuteWithSignature("start", "(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLEditorKit.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLEditorKit.cs index c24fd7c35c..34014051a5 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLEditorKit.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/HTMLEditorKit.cs @@ -450,7 +450,7 @@ public bool IsAutoFormSubmission() /// public void InsertHTML(Javax.Swing.Text.Html.HTMLDocument arg0, int arg1, Java.Lang.String arg2, int arg3, int arg4, Javax.Swing.Text.Html.HTML.Tag arg5) { - IExecute("insertHTML", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("insertHTML", "(Ljavax/swing/text/html/HTMLDocument;ILjava/lang/String;IILjavax/swing/text/html/HTML$Tag;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -627,7 +627,7 @@ public partial class Parser /// public void Parse(Java.Io.Reader arg0, Javax.Swing.Text.Html.HTMLEditorKit.ParserCallback arg1, bool arg2) { - IExecute("parse", arg0, arg1, arg2); + IExecuteWithSignature("parse", "(Ljava/io/Reader;Ljavax/swing/text/html/HTMLEditorKit$ParserCallback;Z)V", arg0, arg1, arg2); } #endregion @@ -681,7 +681,7 @@ public void Flush() /// public void HandleComment(char[] arg0, int arg1) { - IExecute("handleComment", arg0, arg1); + IExecuteWithSignature("handleComment", "([CI)V", arg0, arg1); } /// /// @@ -698,7 +698,7 @@ public void HandleEndOfLineString(Java.Lang.String arg0) /// public void HandleEndTag(Javax.Swing.Text.Html.HTML.Tag arg0, int arg1) { - IExecute("handleEndTag", arg0, arg1); + IExecuteWithSignature("handleEndTag", "(Ljavax/swing/text/html/HTML$Tag;I)V", arg0, arg1); } /// /// @@ -707,7 +707,7 @@ public void HandleEndTag(Javax.Swing.Text.Html.HTML.Tag arg0, int arg1) /// public void HandleError(Java.Lang.String arg0, int arg1) { - IExecute("handleError", arg0, arg1); + IExecuteWithSignature("handleError", "(Ljava/lang/String;I)V", arg0, arg1); } /// /// @@ -717,7 +717,7 @@ public void HandleError(Java.Lang.String arg0, int arg1) /// public void HandleSimpleTag(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Text.MutableAttributeSet arg1, int arg2) { - IExecute("handleSimpleTag", arg0, arg1, arg2); + IExecuteWithSignature("handleSimpleTag", "(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;I)V", arg0, arg1, arg2); } /// /// @@ -727,7 +727,7 @@ public void HandleSimpleTag(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Tex /// public void HandleStartTag(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Text.MutableAttributeSet arg1, int arg2) { - IExecute("handleStartTag", arg0, arg1, arg2); + IExecuteWithSignature("handleStartTag", "(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;I)V", arg0, arg1, arg2); } /// /// @@ -736,7 +736,7 @@ public void HandleStartTag(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Text /// public void HandleText(char[] arg0, int arg1) { - IExecute("handleText", arg0, arg1); + IExecuteWithSignature("handleText", "([CI)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DTD.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DTD.cs index d9d4f54055..602711a0d8 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DTD.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DTD.cs @@ -191,7 +191,7 @@ public static Javax.Swing.Text.Html.Parser.DTD GetDTD(Java.Lang.String arg0) /// public static void PutDTDHash(Java.Lang.String arg0, Javax.Swing.Text.Html.Parser.DTD arg1) { - SExecute(LocalBridgeClazz, "putDTDHash", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "putDTDHash", "(Ljava/lang/String;Ljavax/swing/text/html/parser/DTD;)V", arg0, arg1); } #endregion @@ -218,7 +218,7 @@ public Java.Lang.String Name /// public Javax.Swing.Text.Html.Parser.Element DefineElement(Java.Lang.String arg0, int arg1, bool arg2, bool arg3, Javax.Swing.Text.Html.Parser.ContentModel arg4, Java.Util.BitSet arg5, Java.Util.BitSet arg6, Javax.Swing.Text.Html.Parser.AttributeList arg7) { - return IExecute("defineElement", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return IExecuteWithSignature("defineElement", "(Ljava/lang/String;IZZLjavax/swing/text/html/parser/ContentModel;Ljava/util/BitSet;Ljava/util/BitSet;Ljavax/swing/text/html/parser/AttributeList;)Ljavax/swing/text/html/parser/Element;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -247,7 +247,7 @@ public Javax.Swing.Text.Html.Parser.Element GetElement(Java.Lang.String arg0) /// public Javax.Swing.Text.Html.Parser.Entity DefEntity(Java.Lang.String arg0, int arg1, int arg2) { - return IExecute("defEntity", arg0, arg1, arg2); + return IExecuteWithSignature("defEntity", "(Ljava/lang/String;II)Ljavax/swing/text/html/parser/Entity;", arg0, arg1, arg2); } /// /// @@ -258,7 +258,7 @@ public Javax.Swing.Text.Html.Parser.Entity DefEntity(Java.Lang.String arg0, int /// public Javax.Swing.Text.Html.Parser.Entity DefineEntity(Java.Lang.String arg0, int arg1, char[] arg2) { - return IExecute("defineEntity", arg0, arg1, arg2); + return IExecuteWithSignature("defineEntity", "(Ljava/lang/String;I[C)Ljavax/swing/text/html/parser/Entity;", arg0, arg1, arg2); } /// /// @@ -285,7 +285,7 @@ public Javax.Swing.Text.Html.Parser.Entity GetEntity(Java.Lang.String arg0) /// public void DefineAttributes(Java.Lang.String arg0, Javax.Swing.Text.Html.Parser.AttributeList arg1) { - IExecute("defineAttributes", arg0, arg1); + IExecuteWithSignature("defineAttributes", "(Ljava/lang/String;Ljavax/swing/text/html/parser/AttributeList;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DocumentParser.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DocumentParser.cs index 4e503957ad..11117b2bc0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DocumentParser.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/Parser/DocumentParser.cs @@ -107,7 +107,7 @@ public DocumentParser(Javax.Swing.Text.Html.Parser.DTD arg0) /// public void Parse(Java.Io.Reader arg0, Javax.Swing.Text.Html.HTMLEditorKit.ParserCallback arg1, bool arg2) { - IExecute("parse", arg0, arg1, arg2); + IExecuteWithSignature("parse", "(Ljava/io/Reader;Ljavax/swing/text/html/HTMLEditorKit$ParserCallback;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Html/StyleSheet.cs b/src/net/JNet/Generated/Javax/Swing/Text/Html/StyleSheet.cs index d0bab03f63..4e8be7883e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Html/StyleSheet.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Html/StyleSheet.cs @@ -212,7 +212,7 @@ public Javax.Swing.Text.Html.StyleSheet[] StyleSheets /// public bool AddCSSAttributeFromHTML(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Swing.Text.Html.CSS.Attribute arg1, Java.Lang.String arg2) { - return IExecute("addCSSAttributeFromHTML", arg0, arg1, arg2); + return IExecuteWithSignature("addCSSAttributeFromHTML", "(Ljavax/swing/text/MutableAttributeSet;Ljavax/swing/text/html/CSS$Attribute;Ljava/lang/String;)Z", arg0, arg1, arg2); } /// /// @@ -303,7 +303,7 @@ public Javax.Swing.Text.Style GetRule(Java.Lang.String arg0) /// public Javax.Swing.Text.Style GetRule(Javax.Swing.Text.Html.HTML.Tag arg0, Javax.Swing.Text.Element arg1) { - return IExecute("getRule", arg0, arg1); + return IExecuteWithSignature("getRule", "(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/Element;)Ljavax/swing/text/Style;", arg0, arg1); } /// /// @@ -313,7 +313,7 @@ public Javax.Swing.Text.Style GetRule(Javax.Swing.Text.Html.HTML.Tag arg0, Javax /// public void AddCSSAttribute(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Swing.Text.Html.CSS.Attribute arg1, Java.Lang.String arg2) { - IExecute("addCSSAttribute", arg0, arg1, arg2); + IExecuteWithSignature("addCSSAttribute", "(Ljavax/swing/text/MutableAttributeSet;Ljavax/swing/text/html/CSS$Attribute;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -347,7 +347,7 @@ public void ImportStyleSheet(Java.Net.URL arg0) /// public void LoadRules(Java.Io.Reader arg0, Java.Net.URL arg1) { - IExecute("loadRules", arg0, arg1); + IExecuteWithSignature("loadRules", "(Ljava/io/Reader;Ljava/net/URL;)V", arg0, arg1); } /// /// @@ -405,7 +405,7 @@ public partial class BoxPainter /// public float GetInset(int arg0, Javax.Swing.Text.View arg1) { - return IExecute("getInset", arg0, arg1); + return IExecuteWithSignature("getInset", "(ILjavax/swing/text/View;)F", arg0, arg1); } /// /// @@ -418,7 +418,7 @@ public float GetInset(int arg0, Javax.Swing.Text.View arg1) /// public void Paint(Java.Awt.Graphics arg0, float arg1, float arg2, float arg3, float arg4, Javax.Swing.Text.View arg5) { - IExecute("paint", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics;FFFFLjavax/swing/text/View;)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion @@ -463,7 +463,7 @@ public partial class ListPainter /// public void Paint(Java.Awt.Graphics arg0, float arg1, float arg2, float arg3, float arg4, Javax.Swing.Text.View arg5, int arg6) { - IExecute("paint", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics;FFFFLjavax/swing/text/View;I)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/JTextComponent.cs b/src/net/JNet/Generated/Javax/Swing/Text/JTextComponent.cs index 7f3fdf74ff..aba4436dc7 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/JTextComponent.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/JTextComponent.cs @@ -251,7 +251,7 @@ public partial class JTextComponent /// public static Javax.Swing.Text.Keymap AddKeymap(Java.Lang.String arg0, Javax.Swing.Text.Keymap arg1) { - return SExecute(LocalBridgeClazz, "addKeymap", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "addKeymap", "(Ljava/lang/String;Ljavax/swing/text/Keymap;)Ljavax/swing/text/Keymap;", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public static Javax.Swing.Text.Keymap RemoveKeymap(Java.Lang.String arg0) /// public static void LoadKeymap(Javax.Swing.Text.Keymap arg0, Javax.Swing.Text.JTextComponent.KeyBinding[] arg1, Javax.Swing.Action[] arg2) { - SExecute(LocalBridgeClazz, "loadKeymap", arg0, arg1, arg2); + SExecuteWithSignature(LocalBridgeClazz, "loadKeymap", "(Ljavax/swing/text/Keymap;[Ljavax/swing/text/JTextComponent$KeyBinding;[Ljavax/swing/Action;)V", arg0, arg1, arg2); } #endregion @@ -483,7 +483,7 @@ public bool Print() /// public bool Print(Java.Text.MessageFormat arg0, Java.Text.MessageFormat arg1, bool arg2, Javax.Print.PrintService arg3, Javax.Print.Attribute.PrintRequestAttributeSet arg4, bool arg5) { - return IExecute("print", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("print", "(Ljava/text/MessageFormat;Ljava/text/MessageFormat;ZLjavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;Z)Z", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -494,7 +494,7 @@ public bool Print(Java.Text.MessageFormat arg0, Java.Text.MessageFormat arg1, bo /// public bool Print(Java.Text.MessageFormat arg0, Java.Text.MessageFormat arg1) { - return IExecute("print", arg0, arg1); + return IExecuteWithSignature("print", "(Ljava/text/MessageFormat;Ljava/text/MessageFormat;)Z", arg0, arg1); } /// /// @@ -505,7 +505,7 @@ public bool Print(Java.Text.MessageFormat arg0, Java.Text.MessageFormat arg1) /// public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableBlockIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableBlockIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -516,7 +516,7 @@ public int GetScrollableBlockIncrement(Java.Awt.Rectangle arg0, int arg1, int ar /// public int GetScrollableUnitIncrement(Java.Awt.Rectangle arg0, int arg1, int arg2) { - return IExecute("getScrollableUnitIncrement", arg0, arg1, arg2); + return IExecuteWithSignature("getScrollableUnitIncrement", "(Ljava/awt/Rectangle;II)I", arg0, arg1, arg2); } /// /// @@ -545,7 +545,7 @@ public Java.Awt.Geom.Rectangle2D ModelToView2D(int arg0) /// public Java.Awt.Print.Printable GetPrintable(Java.Text.MessageFormat arg0, Java.Text.MessageFormat arg1) { - return IExecute("getPrintable", arg0, arg1); + return IExecuteWithSignature("getPrintable", "(Ljava/text/MessageFormat;Ljava/text/MessageFormat;)Ljava/awt/print/Printable;", arg0, arg1); } /// /// @@ -556,7 +556,7 @@ public Java.Awt.Print.Printable GetPrintable(Java.Text.MessageFormat arg0, Java. /// public Java.Lang.String GetText(int arg0, int arg1) { - return IExecute("getText", arg0, arg1); + return IExecuteWithSignature("getText", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -603,7 +603,7 @@ public void Paste() /// public void Read(Java.Io.Reader arg0, object arg1) { - IExecute("read", arg0, arg1); + IExecuteWithSignature("read", "(Ljava/io/Reader;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -628,7 +628,7 @@ public void ReplaceSelection(Java.Lang.String arg0) /// public void Select(int arg0, int arg1) { - IExecute("select", arg0, arg1); + IExecuteWithSignature("select", "(II)V", arg0, arg1); } /// /// @@ -795,7 +795,7 @@ public Java.Awt.Rectangle GetCharacterBounds(int arg0) /// public Java.Awt.Rectangle GetTextBounds(int arg0, int arg1) { - return IExecute("getTextBounds", arg0, arg1); + return IExecuteWithSignature("getTextBounds", "(II)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -814,7 +814,7 @@ public Java.Lang.String GetAccessibleActionDescription(int arg0) /// public Java.Lang.String GetAfterIndex(int arg0, int arg1) { - return IExecute("getAfterIndex", arg0, arg1); + return IExecuteWithSignature("getAfterIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -824,7 +824,7 @@ public Java.Lang.String GetAfterIndex(int arg0, int arg1) /// public Java.Lang.String GetAtIndex(int arg0, int arg1) { - return IExecute("getAtIndex", arg0, arg1); + return IExecuteWithSignature("getAtIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -834,7 +834,7 @@ public Java.Lang.String GetAtIndex(int arg0, int arg1) /// public Java.Lang.String GetBeforeIndex(int arg0, int arg1) { - return IExecute("getBeforeIndex", arg0, arg1); + return IExecuteWithSignature("getBeforeIndex", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -844,7 +844,7 @@ public Java.Lang.String GetBeforeIndex(int arg0, int arg1) /// public Java.Lang.String GetTextRange(int arg0, int arg1) { - return IExecute("getTextRange", arg0, arg1); + return IExecuteWithSignature("getTextRange", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -854,7 +854,7 @@ public Java.Lang.String GetTextRange(int arg0, int arg1) /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAfter(int arg0, int arg1) { - return IExecute("getTextSequenceAfter", arg0, arg1); + return IExecuteWithSignature("getTextSequenceAfter", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } /// /// @@ -864,7 +864,7 @@ public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAfter(int arg0, /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAt(int arg0, int arg1) { - return IExecute("getTextSequenceAt", arg0, arg1); + return IExecuteWithSignature("getTextSequenceAt", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } /// /// @@ -874,7 +874,7 @@ public Javax.Accessibility.AccessibleTextSequence GetTextSequenceAt(int arg0, in /// public Javax.Accessibility.AccessibleTextSequence GetTextSequenceBefore(int arg0, int arg1) { - return IExecute("getTextSequenceBefore", arg0, arg1); + return IExecuteWithSignature("getTextSequenceBefore", "(II)Ljavax/accessibility/AccessibleTextSequence;", arg0, arg1); } /// /// @@ -908,7 +908,7 @@ public void ChangedUpdate(Javax.Swing.Event.DocumentEvent arg0) /// public void Cut(int arg0, int arg1) { - IExecute("cut", arg0, arg1); + IExecuteWithSignature("cut", "(II)V", arg0, arg1); } /// /// @@ -917,7 +917,7 @@ public void Cut(int arg0, int arg1) /// public void Delete(int arg0, int arg1) { - IExecute("delete", arg0, arg1); + IExecuteWithSignature("delete", "(II)V", arg0, arg1); } /// /// @@ -926,7 +926,7 @@ public void Delete(int arg0, int arg1) /// public void InsertTextAtIndex(int arg0, Java.Lang.String arg1) { - IExecute("insertTextAtIndex", arg0, arg1); + IExecuteWithSignature("insertTextAtIndex", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -960,7 +960,7 @@ public void RemoveUpdate(Javax.Swing.Event.DocumentEvent arg0) /// public void ReplaceText(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("replaceText", arg0, arg1, arg2); + IExecuteWithSignature("replaceText", "(IILjava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -969,7 +969,7 @@ public void ReplaceText(int arg0, int arg1, Java.Lang.String arg2) /// public void SelectText(int arg0, int arg1) { - IExecute("selectText", arg0, arg1); + IExecuteWithSignature("selectText", "(II)V", arg0, arg1); } /// /// @@ -979,7 +979,7 @@ public void SelectText(int arg0, int arg1) /// public void SetAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2) { - IExecute("setAttributes", arg0, arg1, arg2); + IExecuteWithSignature("setAttributes", "(IILjavax/swing/text/AttributeSet;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Keymap.cs b/src/net/JNet/Generated/Javax/Swing/Text/Keymap.cs index 72c05d843e..bebebb98fc 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Keymap.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Keymap.cs @@ -247,7 +247,7 @@ public Javax.Swing.KeyStroke[] GetKeyStrokesForAction(Javax.Swing.Action arg0) /// public void AddActionForKeyStroke(Javax.Swing.KeyStroke arg0, Javax.Swing.Action arg1) { - IExecute("addActionForKeyStroke", arg0, arg1); + IExecuteWithSignature("addActionForKeyStroke", "(Ljavax/swing/KeyStroke;Ljavax/swing/Action;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/LayeredHighlighter.cs b/src/net/JNet/Generated/Javax/Swing/Text/LayeredHighlighter.cs index 6f0d5ee7d1..ad647e24dc 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/LayeredHighlighter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/LayeredHighlighter.cs @@ -150,7 +150,7 @@ public partial class LayeredHighlighter /// public void PaintLayeredHighlights(Java.Awt.Graphics arg0, int arg1, int arg2, Java.Awt.Shape arg3, Javax.Swing.Text.JTextComponent arg4, Javax.Swing.Text.View arg5) { - IExecute("paintLayeredHighlights", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("paintLayeredHighlights", "(Ljava/awt/Graphics;IILjava/awt/Shape;Ljavax/swing/text/JTextComponent;Ljavax/swing/text/View;)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion @@ -188,7 +188,7 @@ public partial class LayerPainter /// public Java.Awt.Shape PaintLayer(Java.Awt.Graphics arg0, int arg1, int arg2, Java.Awt.Shape arg3, Javax.Swing.Text.JTextComponent arg4, Javax.Swing.Text.View arg5) { - return IExecute("paintLayer", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("paintLayer", "(Ljava/awt/Graphics;IILjava/awt/Shape;Ljavax/swing/text/JTextComponent;Ljavax/swing/text/View;)Ljava/awt/Shape;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/MutableAttributeSet.cs b/src/net/JNet/Generated/Javax/Swing/Text/MutableAttributeSet.cs index 9b57f23e45..dc60f3305d 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/MutableAttributeSet.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/MutableAttributeSet.cs @@ -148,7 +148,7 @@ public partial class MutableAttributeSet : Javax.Swing.Text.IMutableAttributeSet /// public void AddAttribute(object arg0, object arg1) { - IExecute("addAttribute", arg0, arg1); + IExecuteWithSignature("addAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/NavigationFilter.cs b/src/net/JNet/Generated/Javax/Swing/Text/NavigationFilter.cs index 5393af2874..d17752cebf 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/NavigationFilter.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/NavigationFilter.cs @@ -149,7 +149,7 @@ public partial class NavigationFilter /// public int GetNextVisualPositionFrom(Javax.Swing.Text.JTextComponent arg0, int arg1, Javax.Swing.Text.Position.Bias arg2, int arg3, Javax.Swing.Text.Position.Bias[] arg4) { - return IExecute("getNextVisualPositionFrom", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getNextVisualPositionFrom", "(Ljavax/swing/text/JTextComponent;ILjavax/swing/text/Position$Bias;I[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -159,7 +159,7 @@ public int GetNextVisualPositionFrom(Javax.Swing.Text.JTextComponent arg0, int a /// public void MoveDot(Javax.Swing.Text.NavigationFilter.FilterBypass arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - IExecute("moveDot", arg0, arg1, arg2); + IExecuteWithSignature("moveDot", "(Ljavax/swing/text/NavigationFilter$FilterBypass;ILjavax/swing/text/Position$Bias;)V", arg0, arg1, arg2); } /// /// @@ -169,7 +169,7 @@ public void MoveDot(Javax.Swing.Text.NavigationFilter.FilterBypass arg0, int arg /// public void SetDot(Javax.Swing.Text.NavigationFilter.FilterBypass arg0, int arg1, Javax.Swing.Text.Position.Bias arg2) { - IExecute("setDot", arg0, arg1, arg2); + IExecuteWithSignature("setDot", "(Ljavax/swing/text/NavigationFilter$FilterBypass;ILjavax/swing/text/Position$Bias;)V", arg0, arg1, arg2); } #endregion @@ -209,7 +209,7 @@ public Javax.Swing.Text.Caret Caret /// public void MoveDot(int arg0, Javax.Swing.Text.Position.Bias arg1) { - IExecute("moveDot", arg0, arg1); + IExecuteWithSignature("moveDot", "(ILjavax/swing/text/Position$Bias;)V", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public void MoveDot(int arg0, Javax.Swing.Text.Position.Bias arg1) /// public void SetDot(int arg0, Javax.Swing.Text.Position.Bias arg1) { - IExecute("setDot", arg0, arg1); + IExecuteWithSignature("setDot", "(ILjavax/swing/text/Position$Bias;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/ParagraphView.cs b/src/net/JNet/Generated/Javax/Swing/Text/ParagraphView.cs index 87823f384f..f9f4802425 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/ParagraphView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/ParagraphView.cs @@ -110,7 +110,7 @@ public ParagraphView(Javax.Swing.Text.Element arg0) /// public float NextTabStop(float arg0, int arg1) { - return IExecute("nextTabStop", arg0, arg1); + return IExecuteWithSignature("nextTabStop", "(FI)F", arg0, arg1); } /// /// @@ -120,7 +120,7 @@ public float NextTabStop(float arg0, int arg1) /// public int GetBreakWeight(int arg0, float arg1) { - return IExecute("getBreakWeight", arg0, arg1); + return IExecuteWithSignature("getBreakWeight", "(IF)I", arg0, arg1); } /// /// @@ -131,7 +131,7 @@ public int GetBreakWeight(int arg0, float arg1) /// public Javax.Swing.Text.View BreakView(int arg0, float arg1, Java.Awt.Shape arg2) { - return IExecute("breakView", arg0, arg1, arg2); + return IExecuteWithSignature("breakView", "(IFLjava/awt/Shape;)Ljavax/swing/text/View;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/PlainView.cs b/src/net/JNet/Generated/Javax/Swing/Text/PlainView.cs index 522415b53e..71c0aca047 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/PlainView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/PlainView.cs @@ -110,7 +110,7 @@ public PlainView(Javax.Swing.Text.Element arg0) /// public float NextTabStop(float arg0, int arg1) { - return IExecute("nextTabStop", arg0, arg1); + return IExecuteWithSignature("nextTabStop", "(FI)F", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Segment.cs b/src/net/JNet/Generated/Javax/Swing/Text/Segment.cs index 3a3e2556f9..7cb12ed0a9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Segment.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Segment.cs @@ -227,7 +227,7 @@ public int Length() /// public Java.Lang.CharSequence SubSequence(int arg0, int arg1) { - return IExecute("subSequence", arg0, arg1); + return IExecuteWithSignature("subSequence", "(II)Ljava/lang/CharSequence;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/SimpleAttributeSet.cs b/src/net/JNet/Generated/Javax/Swing/Text/SimpleAttributeSet.cs index 112f8674a2..dc78432fa7 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/SimpleAttributeSet.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/SimpleAttributeSet.cs @@ -145,7 +145,7 @@ public Javax.Swing.Text.AttributeSet ResolveParent /// public bool ContainsAttribute(object arg0, object arg1) { - return IExecute("containsAttribute", arg0, arg1); + return IExecuteWithSignature("containsAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public Javax.Swing.Text.AttributeSet CopyAttributes() /// public void AddAttribute(object arg0, object arg1) { - IExecute("addAttribute", arg0, arg1); + IExecuteWithSignature("addAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/StringContent.cs b/src/net/JNet/Generated/Javax/Swing/Text/StringContent.cs index 6cda45c802..39bab04ba9 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/StringContent.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/StringContent.cs @@ -119,7 +119,7 @@ public int Length() /// public Java.Lang.String GetString(int arg0, int arg1) { - return IExecute("getString", arg0, arg1); + return IExecuteWithSignature("getString", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -140,7 +140,7 @@ public Javax.Swing.Text.Position CreatePosition(int arg0) /// public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg1) { - return IExecute("insertString", arg0, arg1); + return IExecuteWithSignature("insertString", "(ILjava/lang/String;)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -151,7 +151,7 @@ public Javax.Swing.Undo.UndoableEdit InsertString(int arg0, Java.Lang.String arg /// public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) { - return IExecute("remove", arg0, arg1); + return IExecuteWithSignature("remove", "(II)Ljavax/swing/undo/UndoableEdit;", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public Javax.Swing.Undo.UndoableEdit Remove(int arg0, int arg1) /// public void GetChars(int arg0, int arg1, Javax.Swing.Text.Segment arg2) { - IExecute("getChars", arg0, arg1, arg2); + IExecuteWithSignature("getChars", "(IILjavax/swing/text/Segment;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/StyleConstants.cs b/src/net/JNet/Generated/Javax/Swing/Text/StyleConstants.cs index 2a6296c924..c1459fcf26 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/StyleConstants.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/StyleConstants.cs @@ -666,7 +666,7 @@ public static Javax.Swing.Text.TabSet GetTabSet(Javax.Swing.Text.AttributeSet ar /// public static void SetAlignment(Javax.Swing.Text.MutableAttributeSet arg0, int arg1) { - SExecute(LocalBridgeClazz, "setAlignment", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setAlignment", "(Ljavax/swing/text/MutableAttributeSet;I)V", arg0, arg1); } /// /// @@ -675,7 +675,7 @@ public static void SetAlignment(Javax.Swing.Text.MutableAttributeSet arg0, int a /// public static void SetBackground(Javax.Swing.Text.MutableAttributeSet arg0, Java.Awt.Color arg1) { - SExecute(LocalBridgeClazz, "setBackground", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setBackground", "(Ljavax/swing/text/MutableAttributeSet;Ljava/awt/Color;)V", arg0, arg1); } /// /// @@ -684,7 +684,7 @@ public static void SetBackground(Javax.Swing.Text.MutableAttributeSet arg0, Java /// public static void SetBidiLevel(Javax.Swing.Text.MutableAttributeSet arg0, int arg1) { - SExecute(LocalBridgeClazz, "setBidiLevel", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setBidiLevel", "(Ljavax/swing/text/MutableAttributeSet;I)V", arg0, arg1); } /// /// @@ -693,7 +693,7 @@ public static void SetBidiLevel(Javax.Swing.Text.MutableAttributeSet arg0, int a /// public static void SetBold(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setBold", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setBold", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } /// /// @@ -702,7 +702,7 @@ public static void SetBold(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) /// public static void SetComponent(Javax.Swing.Text.MutableAttributeSet arg0, Java.Awt.Component arg1) { - SExecute(LocalBridgeClazz, "setComponent", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setComponent", "(Ljavax/swing/text/MutableAttributeSet;Ljava/awt/Component;)V", arg0, arg1); } /// /// @@ -711,7 +711,7 @@ public static void SetComponent(Javax.Swing.Text.MutableAttributeSet arg0, Java. /// public static void SetFirstLineIndent(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setFirstLineIndent", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setFirstLineIndent", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -720,7 +720,7 @@ public static void SetFirstLineIndent(Javax.Swing.Text.MutableAttributeSet arg0, /// public static void SetFontFamily(Javax.Swing.Text.MutableAttributeSet arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "setFontFamily", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setFontFamily", "(Ljavax/swing/text/MutableAttributeSet;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -729,7 +729,7 @@ public static void SetFontFamily(Javax.Swing.Text.MutableAttributeSet arg0, Java /// public static void SetFontSize(Javax.Swing.Text.MutableAttributeSet arg0, int arg1) { - SExecute(LocalBridgeClazz, "setFontSize", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setFontSize", "(Ljavax/swing/text/MutableAttributeSet;I)V", arg0, arg1); } /// /// @@ -738,7 +738,7 @@ public static void SetFontSize(Javax.Swing.Text.MutableAttributeSet arg0, int ar /// public static void SetForeground(Javax.Swing.Text.MutableAttributeSet arg0, Java.Awt.Color arg1) { - SExecute(LocalBridgeClazz, "setForeground", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setForeground", "(Ljavax/swing/text/MutableAttributeSet;Ljava/awt/Color;)V", arg0, arg1); } /// /// @@ -747,7 +747,7 @@ public static void SetForeground(Javax.Swing.Text.MutableAttributeSet arg0, Java /// public static void SetIcon(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Swing.Icon arg1) { - SExecute(LocalBridgeClazz, "setIcon", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setIcon", "(Ljavax/swing/text/MutableAttributeSet;Ljavax/swing/Icon;)V", arg0, arg1); } /// /// @@ -756,7 +756,7 @@ public static void SetIcon(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Swin /// public static void SetItalic(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setItalic", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setItalic", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } /// /// @@ -765,7 +765,7 @@ public static void SetItalic(Javax.Swing.Text.MutableAttributeSet arg0, bool arg /// public static void SetLeftIndent(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setLeftIndent", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setLeftIndent", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -774,7 +774,7 @@ public static void SetLeftIndent(Javax.Swing.Text.MutableAttributeSet arg0, floa /// public static void SetLineSpacing(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setLineSpacing", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setLineSpacing", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -783,7 +783,7 @@ public static void SetLineSpacing(Javax.Swing.Text.MutableAttributeSet arg0, flo /// public static void SetRightIndent(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setRightIndent", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setRightIndent", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -792,7 +792,7 @@ public static void SetRightIndent(Javax.Swing.Text.MutableAttributeSet arg0, flo /// public static void SetSpaceAbove(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setSpaceAbove", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setSpaceAbove", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -801,7 +801,7 @@ public static void SetSpaceAbove(Javax.Swing.Text.MutableAttributeSet arg0, floa /// public static void SetSpaceBelow(Javax.Swing.Text.MutableAttributeSet arg0, float arg1) { - SExecute(LocalBridgeClazz, "setSpaceBelow", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setSpaceBelow", "(Ljavax/swing/text/MutableAttributeSet;F)V", arg0, arg1); } /// /// @@ -810,7 +810,7 @@ public static void SetSpaceBelow(Javax.Swing.Text.MutableAttributeSet arg0, floa /// public static void SetStrikeThrough(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setStrikeThrough", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setStrikeThrough", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } /// /// @@ -819,7 +819,7 @@ public static void SetStrikeThrough(Javax.Swing.Text.MutableAttributeSet arg0, b /// public static void SetSubscript(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setSubscript", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setSubscript", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } /// /// @@ -828,7 +828,7 @@ public static void SetSubscript(Javax.Swing.Text.MutableAttributeSet arg0, bool /// public static void SetSuperscript(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setSuperscript", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setSuperscript", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } /// /// @@ -837,7 +837,7 @@ public static void SetSuperscript(Javax.Swing.Text.MutableAttributeSet arg0, boo /// public static void SetTabSet(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Swing.Text.TabSet arg1) { - SExecute(LocalBridgeClazz, "setTabSet", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setTabSet", "(Ljavax/swing/text/MutableAttributeSet;Ljavax/swing/text/TabSet;)V", arg0, arg1); } /// /// @@ -846,7 +846,7 @@ public static void SetTabSet(Javax.Swing.Text.MutableAttributeSet arg0, Javax.Sw /// public static void SetUnderline(Javax.Swing.Text.MutableAttributeSet arg0, bool arg1) { - SExecute(LocalBridgeClazz, "setUnderline", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "setUnderline", "(Ljavax/swing/text/MutableAttributeSet;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/StyleContext.cs b/src/net/JNet/Generated/Javax/Swing/Text/StyleContext.cs index 088afc69ae..dd7a306b01 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/StyleContext.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/StyleContext.cs @@ -220,7 +220,7 @@ public static object GetStaticAttributeKey(object arg0) /// public static void ReadAttributeSet(Java.Io.ObjectInputStream arg0, Javax.Swing.Text.MutableAttributeSet arg1) { - SExecute(LocalBridgeClazz, "readAttributeSet", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "readAttributeSet", "(Ljava/io/ObjectInputStream;Ljavax/swing/text/MutableAttributeSet;)V", arg0, arg1); } /// /// @@ -238,7 +238,7 @@ public static void RegisterStaticAttributeKey(object arg0) /// public static void WriteAttributeSet(Java.Io.ObjectOutputStream arg0, Javax.Swing.Text.AttributeSet arg1) { - SExecute(LocalBridgeClazz, "writeAttributeSet", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "writeAttributeSet", "(Ljava/io/ObjectOutputStream;Ljavax/swing/text/AttributeSet;)V", arg0, arg1); } #endregion @@ -292,7 +292,7 @@ public Java.Awt.Color GetForeground(Javax.Swing.Text.AttributeSet arg0) /// public Java.Awt.Font GetFont(Java.Lang.String arg0, int arg1, int arg2) { - return IExecute("getFont", arg0, arg1, arg2); + return IExecuteWithSignature("getFont", "(Ljava/lang/String;II)Ljava/awt/Font;", arg0, arg1, arg2); } /// /// @@ -320,7 +320,7 @@ public Java.Awt.FontMetrics GetFontMetrics(Java.Awt.Font arg0) /// public Javax.Swing.Text.Style AddStyle(Java.Lang.String arg0, Javax.Swing.Text.Style arg1) { - return IExecute("addStyle", arg0, arg1); + return IExecuteWithSignature("addStyle", "(Ljava/lang/String;Ljavax/swing/text/Style;)Ljavax/swing/text/Style;", arg0, arg1); } /// /// @@ -340,7 +340,7 @@ public Javax.Swing.Text.Style GetStyle(Java.Lang.String arg0) /// public Javax.Swing.Text.AttributeSet AddAttribute(Javax.Swing.Text.AttributeSet arg0, object arg1, object arg2) { - return IExecute("addAttribute", arg0, arg1, arg2); + return IExecuteWithSignature("addAttribute", "(Ljavax/swing/text/AttributeSet;Ljava/lang/Object;Ljava/lang/Object;)Ljavax/swing/text/AttributeSet;", arg0, arg1, arg2); } /// /// @@ -350,7 +350,7 @@ public Javax.Swing.Text.AttributeSet AddAttribute(Javax.Swing.Text.AttributeSet /// public Javax.Swing.Text.AttributeSet AddAttributes(Javax.Swing.Text.AttributeSet arg0, Javax.Swing.Text.AttributeSet arg1) { - return IExecute("addAttributes", arg0, arg1); + return IExecuteWithSignature("addAttributes", "(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/AttributeSet;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -360,7 +360,7 @@ public Javax.Swing.Text.AttributeSet AddAttributes(Javax.Swing.Text.AttributeSet /// public Javax.Swing.Text.AttributeSet RemoveAttribute(Javax.Swing.Text.AttributeSet arg0, object arg1) { - return IExecute("removeAttribute", arg0, arg1); + return IExecuteWithSignature("removeAttribute", "(Ljavax/swing/text/AttributeSet;Ljava/lang/Object;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public Javax.Swing.Text.AttributeSet RemoveAttribute(Javax.Swing.Text.AttributeS /// public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.AttributeSet arg0, Java.Util.Enumeration arg1) { - return IExecute("removeAttributes", arg0, arg1); + return IExecuteWithSignature("removeAttributes", "(Ljavax/swing/text/AttributeSet;Ljava/util/Enumeration;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.Attribute /// public Javax.Swing.Text.AttributeSet RemoveAttributes(Javax.Swing.Text.AttributeSet arg0, Javax.Swing.Text.AttributeSet arg1) { - return IExecute("removeAttributes", arg0, arg1); + return IExecuteWithSignature("removeAttributes", "(Ljavax/swing/text/AttributeSet;Ljavax/swing/text/AttributeSet;)Ljavax/swing/text/AttributeSet;", arg0, arg1); } /// /// @@ -399,7 +399,7 @@ public void AddChangeListener(Javax.Swing.Event.ChangeListener arg0) /// public void ReadAttributes(Java.Io.ObjectInputStream arg0, Javax.Swing.Text.MutableAttributeSet arg1) { - IExecute("readAttributes", arg0, arg1); + IExecuteWithSignature("readAttributes", "(Ljava/io/ObjectInputStream;Ljavax/swing/text/MutableAttributeSet;)V", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public void RemoveStyle(Java.Lang.String arg0) /// public void WriteAttributes(Java.Io.ObjectOutputStream arg0, Javax.Swing.Text.AttributeSet arg1) { - IExecute("writeAttributes", arg0, arg1); + IExecuteWithSignature("writeAttributes", "(Ljava/io/ObjectOutputStream;Ljavax/swing/text/AttributeSet;)V", arg0, arg1); } #endregion @@ -547,7 +547,7 @@ public Javax.Swing.Text.AttributeSet ResolveParent /// public bool ContainsAttribute(object arg0, object arg1) { - return IExecute("containsAttribute", arg0, arg1); + return IExecuteWithSignature("containsAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -600,7 +600,7 @@ public Javax.Swing.Text.AttributeSet CopyAttributes() /// public void AddAttribute(object arg0, object arg1) { - IExecute("addAttribute", arg0, arg1); + IExecuteWithSignature("addAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -719,7 +719,7 @@ public Javax.Swing.Text.AttributeSet ResolveParent /// public bool ContainsAttribute(object arg0, object arg1) { - return IExecute("containsAttribute", arg0, arg1); + return IExecuteWithSignature("containsAttribute", "(Ljava/lang/Object;Ljava/lang/Object;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Text/StyledDocument.cs b/src/net/JNet/Generated/Javax/Swing/Text/StyledDocument.cs index a02e91fae3..ce2ec53da6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/StyledDocument.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/StyledDocument.cs @@ -239,7 +239,7 @@ public Javax.Swing.Text.Element GetParagraphElement(int arg0) /// public Javax.Swing.Text.Style AddStyle(Java.Lang.String arg0, Javax.Swing.Text.Style arg1) { - return IExecute("addStyle", arg0, arg1); + return IExecuteWithSignature("addStyle", "(Ljava/lang/String;Ljavax/swing/text/Style;)Ljavax/swing/text/Style;", arg0, arg1); } /// /// @@ -276,7 +276,7 @@ public void RemoveStyle(Java.Lang.String arg0) /// public void SetCharacterAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2, bool arg3) { - IExecute("setCharacterAttributes", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setCharacterAttributes", "(IILjavax/swing/text/AttributeSet;Z)V", arg0, arg1, arg2, arg3); } /// /// @@ -285,7 +285,7 @@ public void SetCharacterAttributes(int arg0, int arg1, Javax.Swing.Text.Attribut /// public void SetLogicalStyle(int arg0, Javax.Swing.Text.Style arg1) { - IExecute("setLogicalStyle", arg0, arg1); + IExecuteWithSignature("setLogicalStyle", "(ILjavax/swing/text/Style;)V", arg0, arg1); } /// /// @@ -296,7 +296,7 @@ public void SetLogicalStyle(int arg0, Javax.Swing.Text.Style arg1) /// public void SetParagraphAttributes(int arg0, int arg1, Javax.Swing.Text.AttributeSet arg2, bool arg3) { - IExecute("setParagraphAttributes", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setParagraphAttributes", "(IILjavax/swing/text/AttributeSet;Z)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/TabExpander.cs b/src/net/JNet/Generated/Javax/Swing/Text/TabExpander.cs index 6d241fed09..0a515a4706 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/TabExpander.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/TabExpander.cs @@ -125,7 +125,7 @@ public partial class TabExpander : Javax.Swing.Text.ITabExpander /// public float NextTabStop(float arg0, int arg1) { - return IExecute("nextTabStop", arg0, arg1); + return IExecuteWithSignature("nextTabStop", "(FI)F", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/TabableView.cs b/src/net/JNet/Generated/Javax/Swing/Text/TabableView.cs index 8afed907e9..921dc0beb0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/TabableView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/TabableView.cs @@ -132,7 +132,7 @@ public partial class TabableView : Javax.Swing.Text.ITabableView /// public float GetPartialSpan(int arg0, int arg1) { - return IExecute("getPartialSpan", arg0, arg1); + return IExecuteWithSignature("getPartialSpan", "(II)F", arg0, arg1); } /// /// @@ -142,7 +142,7 @@ public float GetPartialSpan(int arg0, int arg1) /// public float GetTabbedSpan(float arg0, Javax.Swing.Text.TabExpander arg1) { - return IExecute("getTabbedSpan", arg0, arg1); + return IExecuteWithSignature("getTabbedSpan", "(FLjavax/swing/text/TabExpander;)F", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/TextAction.cs b/src/net/JNet/Generated/Javax/Swing/Text/TextAction.cs index 5f4fb2c8b1..118e135058 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/TextAction.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/TextAction.cs @@ -104,7 +104,7 @@ public TextAction(Java.Lang.String arg0) /// public static Javax.Swing.Action[] AugmentList(Javax.Swing.Action[] arg0, Javax.Swing.Action[] arg1) { - return SExecuteArray(LocalBridgeClazz, "augmentList", arg0, arg1); + return SExecuteWithSignatureArray(LocalBridgeClazz, "augmentList", "([Ljavax/swing/Action;[Ljavax/swing/Action;)[Ljavax/swing/Action;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/Utilities.cs b/src/net/JNet/Generated/Javax/Swing/Text/Utilities.cs index 6997b80f89..233ebf90e3 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/Utilities.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/Utilities.cs @@ -98,7 +98,7 @@ public partial class Utilities /// public static float DrawTabbedText(Javax.Swing.Text.Segment arg0, float arg1, float arg2, Java.Awt.Graphics2D arg3, Javax.Swing.Text.TabExpander arg4, int arg5) { - return SExecute(LocalBridgeClazz, "drawTabbedText", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "drawTabbedText", "(Ljavax/swing/text/Segment;FFLjava/awt/Graphics2D;Ljavax/swing/text/TabExpander;I)F", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -111,7 +111,7 @@ public static float DrawTabbedText(Javax.Swing.Text.Segment arg0, float arg1, fl /// public static float GetTabbedTextWidth(Javax.Swing.Text.Segment arg0, Java.Awt.FontMetrics arg1, float arg2, Javax.Swing.Text.TabExpander arg3, int arg4) { - return SExecute(LocalBridgeClazz, "getTabbedTextWidth", arg0, arg1, arg2, arg3, arg4); + return SExecuteWithSignature(LocalBridgeClazz, "getTabbedTextWidth", "(Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;FLjavax/swing/text/TabExpander;I)F", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -125,7 +125,7 @@ public static float GetTabbedTextWidth(Javax.Swing.Text.Segment arg0, Java.Awt.F /// public static int GetBreakLocation(Javax.Swing.Text.Segment arg0, Java.Awt.FontMetrics arg1, float arg2, float arg3, Javax.Swing.Text.TabExpander arg4, int arg5) { - return SExecute(LocalBridgeClazz, "getBreakLocation", arg0, arg1, arg2, arg3, arg4, arg5); + return SExecuteWithSignature(LocalBridgeClazz, "getBreakLocation", "(Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;FFLjavax/swing/text/TabExpander;I)I", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -136,7 +136,7 @@ public static int GetBreakLocation(Javax.Swing.Text.Segment arg0, Java.Awt.FontM /// public static int GetNextWord(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getNextWord", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getNextWord", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -148,7 +148,7 @@ public static int GetNextWord(Javax.Swing.Text.JTextComponent arg0, int arg1) /// public static int GetPositionAbove(Javax.Swing.Text.JTextComponent arg0, int arg1, float arg2) { - return SExecute(LocalBridgeClazz, "getPositionAbove", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getPositionAbove", "(Ljavax/swing/text/JTextComponent;IF)I", arg0, arg1, arg2); } /// /// @@ -160,7 +160,7 @@ public static int GetPositionAbove(Javax.Swing.Text.JTextComponent arg0, int arg /// public static int GetPositionBelow(Javax.Swing.Text.JTextComponent arg0, int arg1, float arg2) { - return SExecute(LocalBridgeClazz, "getPositionBelow", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getPositionBelow", "(Ljavax/swing/text/JTextComponent;IF)I", arg0, arg1, arg2); } /// /// @@ -171,7 +171,7 @@ public static int GetPositionBelow(Javax.Swing.Text.JTextComponent arg0, int arg /// public static int GetPreviousWord(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getPreviousWord", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getPreviousWord", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -182,7 +182,7 @@ public static int GetPreviousWord(Javax.Swing.Text.JTextComponent arg0, int arg1 /// public static int GetRowEnd(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getRowEnd", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getRowEnd", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public static int GetRowEnd(Javax.Swing.Text.JTextComponent arg0, int arg1) /// public static int GetRowStart(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getRowStart", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getRowStart", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public static int GetRowStart(Javax.Swing.Text.JTextComponent arg0, int arg1) /// public static int GetTabbedTextOffset(Javax.Swing.Text.Segment arg0, Java.Awt.FontMetrics arg1, float arg2, float arg3, Javax.Swing.Text.TabExpander arg4, int arg5, bool arg6) { - return SExecute(LocalBridgeClazz, "getTabbedTextOffset", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return SExecuteWithSignature(LocalBridgeClazz, "getTabbedTextOffset", "(Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;FFLjavax/swing/text/TabExpander;IZ)I", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -219,7 +219,7 @@ public static int GetTabbedTextOffset(Javax.Swing.Text.Segment arg0, Java.Awt.Fo /// public static int GetWordEnd(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getWordEnd", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getWordEnd", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public static int GetWordEnd(Javax.Swing.Text.JTextComponent arg0, int arg1) /// public static int GetWordStart(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getWordStart", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getWordStart", "(Ljavax/swing/text/JTextComponent;I)I", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public static int GetWordStart(Javax.Swing.Text.JTextComponent arg0, int arg1) /// public static Javax.Swing.Text.Element GetParagraphElement(Javax.Swing.Text.JTextComponent arg0, int arg1) { - return SExecute(LocalBridgeClazz, "getParagraphElement", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getParagraphElement", "(Ljavax/swing/text/JTextComponent;I)Ljavax/swing/text/Element;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/View.cs b/src/net/JNet/Generated/Javax/Swing/Text/View.cs index 6938aa3505..58cc1298ab 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/View.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/View.cs @@ -225,7 +225,7 @@ public float GetPreferredSpan(int arg0) /// public int ViewToModel(float arg0, float arg1, Java.Awt.Shape arg2, Javax.Swing.Text.Position.Bias[] arg3) { - return IExecute("viewToModel", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("viewToModel", "(FFLjava/awt/Shape;[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3); } /// /// @@ -237,7 +237,7 @@ public int ViewToModel(float arg0, float arg1, Java.Awt.Shape arg2, Javax.Swing. /// public Java.Awt.Shape ModelToView(int arg0, Java.Awt.Shape arg1, Javax.Swing.Text.Position.Bias arg2) { - return IExecute("modelToView", arg0, arg1, arg2); + return IExecuteWithSignature("modelToView", "(ILjava/awt/Shape;Ljavax/swing/text/Position$Bias;)Ljava/awt/Shape;", arg0, arg1, arg2); } /// /// @@ -246,7 +246,7 @@ public Java.Awt.Shape ModelToView(int arg0, Java.Awt.Shape arg1, Javax.Swing.Tex /// public void Paint(Java.Awt.Graphics arg0, Java.Awt.Shape arg1) { - IExecute("paint", arg0, arg1); + IExecuteWithSignature("paint", "(Ljava/awt/Graphics;Ljava/awt/Shape;)V", arg0, arg1); } /// /// @@ -292,7 +292,7 @@ public float GetMinimumSpan(int arg0) /// public int GetBreakWeight(int arg0, float arg1, float arg2) { - return IExecute("getBreakWeight", arg0, arg1, arg2); + return IExecuteWithSignature("getBreakWeight", "(IFF)I", arg0, arg1, arg2); } /// /// @@ -306,7 +306,7 @@ public int GetBreakWeight(int arg0, float arg1, float arg2) /// public int GetNextVisualPositionFrom(int arg0, Javax.Swing.Text.Position.Bias arg1, Java.Awt.Shape arg2, int arg3, Javax.Swing.Text.Position.Bias[] arg4) { - return IExecute("getNextVisualPositionFrom", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getNextVisualPositionFrom", "(ILjavax/swing/text/Position$Bias;Ljava/awt/Shape;I[Ljavax/swing/text/Position$Bias;)I", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -326,7 +326,7 @@ public int GetResizeWeight(int arg0) /// public int GetViewIndex(float arg0, float arg1, Java.Awt.Shape arg2) { - return IExecute("getViewIndex", arg0, arg1, arg2); + return IExecuteWithSignature("getViewIndex", "(FFLjava/awt/Shape;)I", arg0, arg1, arg2); } /// /// @@ -336,7 +336,7 @@ public int GetViewIndex(float arg0, float arg1, Java.Awt.Shape arg2) /// public int GetViewIndex(int arg0, Javax.Swing.Text.Position.Bias arg1) { - return IExecute("getViewIndex", arg0, arg1); + return IExecuteWithSignature("getViewIndex", "(ILjavax/swing/text/Position$Bias;)I", arg0, arg1); } /// /// @@ -346,7 +346,7 @@ public int GetViewIndex(int arg0, Javax.Swing.Text.Position.Bias arg1) /// public Java.Awt.Shape GetChildAllocation(int arg0, Java.Awt.Shape arg1) { - return IExecute("getChildAllocation", arg0, arg1); + return IExecuteWithSignature("getChildAllocation", "(ILjava/awt/Shape;)Ljava/awt/Shape;", arg0, arg1); } /// /// @@ -360,7 +360,7 @@ public Java.Awt.Shape GetChildAllocation(int arg0, Java.Awt.Shape arg1) /// public Java.Awt.Shape ModelToView(int arg0, Javax.Swing.Text.Position.Bias arg1, int arg2, Javax.Swing.Text.Position.Bias arg3, Java.Awt.Shape arg4) { - return IExecute("modelToView", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("modelToView", "(ILjavax/swing/text/Position$Bias;ILjavax/swing/text/Position$Bias;Ljava/awt/Shape;)Ljava/awt/Shape;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -371,7 +371,7 @@ public Java.Awt.Shape ModelToView(int arg0, Javax.Swing.Text.Position.Bias arg1, /// public Java.Lang.String GetToolTipText(float arg0, float arg1, Java.Awt.Shape arg2) { - return IExecute("getToolTipText", arg0, arg1, arg2); + return IExecuteWithSignature("getToolTipText", "(FFLjava/awt/Shape;)Ljava/lang/String;", arg0, arg1, arg2); } /// /// @@ -383,7 +383,7 @@ public Java.Lang.String GetToolTipText(float arg0, float arg1, Java.Awt.Shape ar /// public Javax.Swing.Text.View BreakView(int arg0, int arg1, float arg2, float arg3) { - return IExecute("breakView", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("breakView", "(IIFF)Ljavax/swing/text/View;", arg0, arg1, arg2, arg3); } /// /// @@ -393,7 +393,7 @@ public Javax.Swing.Text.View BreakView(int arg0, int arg1, float arg2, float arg /// public Javax.Swing.Text.View CreateFragment(int arg0, int arg1) { - return IExecute("createFragment", arg0, arg1); + return IExecuteWithSignature("createFragment", "(II)Ljavax/swing/text/View;", arg0, arg1); } /// /// @@ -420,7 +420,7 @@ public void Append(Javax.Swing.Text.View arg0) /// public void ChangedUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape arg1, Javax.Swing.Text.ViewFactory arg2) { - IExecute("changedUpdate", arg0, arg1, arg2); + IExecuteWithSignature("changedUpdate", "(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V", arg0, arg1, arg2); } /// /// @@ -429,7 +429,7 @@ public void ChangedUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape a /// public void Insert(int arg0, Javax.Swing.Text.View arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(ILjavax/swing/text/View;)V", arg0, arg1); } /// /// @@ -439,7 +439,7 @@ public void Insert(int arg0, Javax.Swing.Text.View arg1) /// public void InsertUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape arg1, Javax.Swing.Text.ViewFactory arg2) { - IExecute("insertUpdate", arg0, arg1, arg2); + IExecuteWithSignature("insertUpdate", "(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V", arg0, arg1, arg2); } /// /// @@ -449,7 +449,7 @@ public void InsertUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape ar /// public void PreferenceChanged(Javax.Swing.Text.View arg0, bool arg1, bool arg2) { - IExecute("preferenceChanged", arg0, arg1, arg2); + IExecuteWithSignature("preferenceChanged", "(Ljavax/swing/text/View;ZZ)V", arg0, arg1, arg2); } /// /// @@ -474,7 +474,7 @@ public void RemoveAll() /// public void RemoveUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape arg1, Javax.Swing.Text.ViewFactory arg2) { - IExecute("removeUpdate", arg0, arg1, arg2); + IExecuteWithSignature("removeUpdate", "(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V", arg0, arg1, arg2); } /// /// @@ -484,7 +484,7 @@ public void RemoveUpdate(Javax.Swing.Event.DocumentEvent arg0, Java.Awt.Shape ar /// public void Replace(int arg0, int arg1, Javax.Swing.Text.View[] arg2) { - IExecute("replace", arg0, arg1, arg2); + IExecuteWithSignature("replace", "(II[Ljavax/swing/text/View;)V", arg0, arg1, arg2); } /// /// @@ -493,7 +493,7 @@ public void Replace(int arg0, int arg1, Javax.Swing.Text.View[] arg2) /// public void SetSize(float arg0, float arg1) { - IExecute("setSize", arg0, arg1); + IExecuteWithSignature("setSize", "(FF)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Text/WrappedPlainView.cs b/src/net/JNet/Generated/Javax/Swing/Text/WrappedPlainView.cs index d62b51ba8f..dbc5af64e6 100644 --- a/src/net/JNet/Generated/Javax/Swing/Text/WrappedPlainView.cs +++ b/src/net/JNet/Generated/Javax/Swing/Text/WrappedPlainView.cs @@ -119,7 +119,7 @@ public WrappedPlainView(Javax.Swing.Text.Element arg0) /// public float NextTabStop(float arg0, int arg1) { - return IExecute("nextTabStop", arg0, arg1); + return IExecuteWithSignature("nextTabStop", "(FI)F", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/TransferHandler.cs b/src/net/JNet/Generated/Javax/Swing/TransferHandler.cs index 62a95f3408..aae8b737ae 100644 --- a/src/net/JNet/Generated/Javax/Swing/TransferHandler.cs +++ b/src/net/JNet/Generated/Javax/Swing/TransferHandler.cs @@ -261,7 +261,7 @@ public Java.Awt.Point DragImageOffset /// public bool CanImport(Javax.Swing.JComponent arg0, Java.Awt.Datatransfer.DataFlavor[] arg1) { - return IExecute("canImport", arg0, arg1); + return IExecuteWithSignature("canImport", "(Ljavax/swing/JComponent;[Ljava/awt/datatransfer/DataFlavor;)Z", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public bool CanImport(Javax.Swing.TransferHandler.TransferSupport arg0) /// public bool ImportData(Javax.Swing.JComponent arg0, Java.Awt.Datatransfer.Transferable arg1) { - return IExecute("importData", arg0, arg1); + return IExecuteWithSignature("importData", "(Ljavax/swing/JComponent;Ljava/awt/datatransfer/Transferable;)Z", arg0, arg1); } /// /// @@ -317,7 +317,7 @@ public Javax.Swing.Icon GetVisualRepresentation(Java.Awt.Datatransfer.Transferab /// public void ExportAsDrag(Javax.Swing.JComponent arg0, Java.Awt.EventNs.InputEvent arg1, int arg2) { - IExecute("exportAsDrag", arg0, arg1, arg2); + IExecuteWithSignature("exportAsDrag", "(Ljavax/swing/JComponent;Ljava/awt/event/InputEvent;I)V", arg0, arg1, arg2); } /// /// @@ -328,7 +328,7 @@ public void ExportAsDrag(Javax.Swing.JComponent arg0, Java.Awt.EventNs.InputEven /// public void ExportToClipboard(Javax.Swing.JComponent arg0, Java.Awt.Datatransfer.Clipboard arg1, int arg2) { - IExecute("exportToClipboard", arg0, arg1, arg2); + IExecuteWithSignature("exportToClipboard", "(Ljavax/swing/JComponent;Ljava/awt/datatransfer/Clipboard;I)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/AbstractLayoutCache.cs b/src/net/JNet/Generated/Javax/Swing/Tree/AbstractLayoutCache.cs index 26a6c85f4c..e9e8e543fd 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/AbstractLayoutCache.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/AbstractLayoutCache.cs @@ -225,7 +225,7 @@ public int GetVisibleChildCount(Javax.Swing.Tree.TreePath arg0) /// public Java.Awt.Rectangle GetBounds(Javax.Swing.Tree.TreePath arg0, Java.Awt.Rectangle arg1) { - return IExecute("getBounds", arg0, arg1); + return IExecuteWithSignature("getBounds", "(Ljavax/swing/tree/TreePath;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public Java.Awt.Rectangle GetBounds(Javax.Swing.Tree.TreePath arg0, Java.Awt.Rec /// public Javax.Swing.Tree.TreePath GetPathClosestTo(int arg0, int arg1) { - return IExecute("getPathClosestTo", arg0, arg1); + return IExecuteWithSignature("getPathClosestTo", "(II)Ljavax/swing/tree/TreePath;", arg0, arg1); } /// /// @@ -277,7 +277,7 @@ public void InvalidateSizes() /// public void SetExpandedState(Javax.Swing.Tree.TreePath arg0, bool arg1) { - IExecute("setExpandedState", arg0, arg1); + IExecuteWithSignature("setExpandedState", "(Ljavax/swing/tree/TreePath;Z)V", arg0, arg1); } /// /// @@ -388,7 +388,7 @@ public partial class NodeDimensions /// public Java.Awt.Rectangle GetNodeDimensions(object arg0, int arg1, int arg2, bool arg3, Java.Awt.Rectangle arg4) { - return IExecute("getNodeDimensions", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("getNodeDimensions", "(Ljava/lang/Object;IIZLjava/awt/Rectangle;)Ljava/awt/Rectangle;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultMutableTreeNode.cs b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultMutableTreeNode.cs index 53c3f6fe25..43aa7e1840 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultMutableTreeNode.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultMutableTreeNode.cs @@ -442,7 +442,7 @@ public void Add(Javax.Swing.Tree.MutableTreeNode arg0) /// public void Insert(Javax.Swing.Tree.MutableTreeNode arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljavax/swing/tree/MutableTreeNode;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellEditor.cs b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellEditor.cs index 14b6171f08..3f1bb305a0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellEditor.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellEditor.cs @@ -277,7 +277,7 @@ public bool StopCellEditing() /// public Java.Awt.Component GetTreeCellEditorComponent(Javax.Swing.JTree arg0, object arg1, bool arg2, bool arg3, bool arg4, int arg5) { - return IExecute("getTreeCellEditorComponent", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getTreeCellEditorComponent", "(Ljavax/swing/JTree;Ljava/lang/Object;ZZZI)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellRenderer.cs index e6ea71054e..c4ce1e9c39 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeCellRenderer.cs @@ -184,7 +184,7 @@ public Java.Awt.Color TextSelectionColor /// public Java.Awt.Component GetTreeCellRendererComponent(Javax.Swing.JTree arg0, object arg1, bool arg2, bool arg3, bool arg4, int arg5, bool arg6) { - return IExecute("getTreeCellRendererComponent", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("getTreeCellRendererComponent", "(Ljavax/swing/JTree;Ljava/lang/Object;ZZZIZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeModel.cs b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeModel.cs index 2b142c5899..7ebb3a5a92 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/DefaultTreeModel.cs @@ -173,7 +173,7 @@ public int GetChildCount(object arg0) /// public int GetIndexOfChild(object arg0, object arg1) { - return IExecute("getIndexOfChild", arg0, arg1); + return IExecuteWithSignature("getIndexOfChild", "(Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -183,7 +183,7 @@ public int GetIndexOfChild(object arg0, object arg1) /// public object GetChild(object arg0, int arg1) { - return IExecute("getChild", arg0, arg1); + return IExecuteWithSignature("getChild", "(Ljava/lang/Object;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -210,7 +210,7 @@ public void AddTreeModelListener(Javax.Swing.Event.TreeModelListener arg0) /// public void InsertNodeInto(Javax.Swing.Tree.MutableTreeNode arg0, Javax.Swing.Tree.MutableTreeNode arg1, int arg2) { - IExecute("insertNodeInto", arg0, arg1, arg2); + IExecuteWithSignature("insertNodeInto", "(Ljavax/swing/tree/MutableTreeNode;Ljavax/swing/tree/MutableTreeNode;I)V", arg0, arg1, arg2); } /// /// @@ -227,7 +227,7 @@ public void NodeChanged(Javax.Swing.Tree.TreeNode arg0) /// public void NodesChanged(Javax.Swing.Tree.TreeNode arg0, int[] arg1) { - IExecute("nodesChanged", arg0, arg1); + IExecuteWithSignature("nodesChanged", "(Ljavax/swing/tree/TreeNode;[I)V", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public void NodeStructureChanged(Javax.Swing.Tree.TreeNode arg0) /// public void NodesWereInserted(Javax.Swing.Tree.TreeNode arg0, int[] arg1) { - IExecute("nodesWereInserted", arg0, arg1); + IExecuteWithSignature("nodesWereInserted", "(Ljavax/swing/tree/TreeNode;[I)V", arg0, arg1); } /// /// @@ -254,7 +254,7 @@ public void NodesWereInserted(Javax.Swing.Tree.TreeNode arg0, int[] arg1) /// public void NodesWereRemoved(Javax.Swing.Tree.TreeNode arg0, int[] arg1, object[] arg2) { - IExecute("nodesWereRemoved", arg0, arg1, arg2); + IExecuteWithSignature("nodesWereRemoved", "(Ljavax/swing/tree/TreeNode;[I[Ljava/lang/Object;)V", arg0, arg1, arg2); } /// /// @@ -302,7 +302,7 @@ public void SetAsksAllowsChildren(bool arg0) /// public void ValueForPathChanged(Javax.Swing.Tree.TreePath arg0, object arg1) { - IExecute("valueForPathChanged", arg0, arg1); + IExecuteWithSignature("valueForPathChanged", "(Ljavax/swing/tree/TreePath;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/MutableTreeNode.cs b/src/net/JNet/Generated/Javax/Swing/Tree/MutableTreeNode.cs index 90f31a029c..57e4828e6e 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/MutableTreeNode.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/MutableTreeNode.cs @@ -147,7 +147,7 @@ public partial class MutableTreeNode : Javax.Swing.Tree.IMutableTreeNode /// public void Insert(Javax.Swing.Tree.MutableTreeNode arg0, int arg1) { - IExecute("insert", arg0, arg1); + IExecuteWithSignature("insert", "(Ljavax/swing/tree/MutableTreeNode;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellEditor.cs b/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellEditor.cs index c46a9b4201..483c8a5435 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellEditor.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellEditor.cs @@ -133,7 +133,7 @@ public partial class TreeCellEditor : Javax.Swing.Tree.ITreeCellEditor /// public Java.Awt.Component GetTreeCellEditorComponent(Javax.Swing.JTree arg0, object arg1, bool arg2, bool arg3, bool arg4, int arg5) { - return IExecute("getTreeCellEditorComponent", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("getTreeCellEditorComponent", "(Ljavax/swing/JTree;Ljava/lang/Object;ZZZI)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellRenderer.cs b/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellRenderer.cs index aa5bb6771b..4dd21069dc 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellRenderer.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/TreeCellRenderer.cs @@ -135,7 +135,7 @@ public partial class TreeCellRenderer : Javax.Swing.Tree.ITreeCellRenderer /// public Java.Awt.Component GetTreeCellRendererComponent(Javax.Swing.JTree arg0, object arg1, bool arg2, bool arg3, bool arg4, int arg5, bool arg6) { - return IExecute("getTreeCellRendererComponent", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("getTreeCellRendererComponent", "(Ljavax/swing/JTree;Ljava/lang/Object;ZZZIZ)Ljava/awt/Component;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/Tree/TreeModel.cs b/src/net/JNet/Generated/Javax/Swing/Tree/TreeModel.cs index cd9a477823..3ab965d2f0 100644 --- a/src/net/JNet/Generated/Javax/Swing/Tree/TreeModel.cs +++ b/src/net/JNet/Generated/Javax/Swing/Tree/TreeModel.cs @@ -189,7 +189,7 @@ public int GetChildCount(object arg0) /// public int GetIndexOfChild(object arg0, object arg1) { - return IExecute("getIndexOfChild", arg0, arg1); + return IExecuteWithSignature("getIndexOfChild", "(Ljava/lang/Object;Ljava/lang/Object;)I", arg0, arg1); } /// /// @@ -199,7 +199,7 @@ public int GetIndexOfChild(object arg0, object arg1) /// public object GetChild(object arg0, int arg1) { - return IExecute("getChild", arg0, arg1); + return IExecuteWithSignature("getChild", "(Ljava/lang/Object;I)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public void RemoveTreeModelListener(Javax.Swing.Event.TreeModelListener arg0) /// public void ValueForPathChanged(Javax.Swing.Tree.TreePath arg0, object arg1) { - IExecute("valueForPathChanged", arg0, arg1); + IExecuteWithSignature("valueForPathChanged", "(Ljavax/swing/tree/TreePath;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Swing/UIDefaults.cs b/src/net/JNet/Generated/Javax/Swing/UIDefaults.cs index 511cc46989..8381884eca 100644 --- a/src/net/JNet/Generated/Javax/Swing/UIDefaults.cs +++ b/src/net/JNet/Generated/Javax/Swing/UIDefaults.cs @@ -305,7 +305,7 @@ public Java.Beans.PropertyChangeListener[] PropertyChangeListeners /// public bool GetBoolean(object arg0, Java.Util.Locale arg1) { - return IExecute("getBoolean", arg0, arg1); + return IExecuteWithSignature("getBoolean", "(Ljava/lang/Object;Ljava/util/Locale;)Z", arg0, arg1); } /// /// @@ -324,7 +324,7 @@ public bool GetBoolean(object arg0) /// public int GetInt(object arg0, Java.Util.Locale arg1) { - return IExecute("getInt", arg0, arg1); + return IExecuteWithSignature("getInt", "(Ljava/lang/Object;Ljava/util/Locale;)I", arg0, arg1); } /// /// @@ -343,7 +343,7 @@ public int GetInt(object arg0) /// public Java.Awt.Color GetColor(object arg0, Java.Util.Locale arg1) { - return IExecute("getColor", arg0, arg1); + return IExecuteWithSignature("getColor", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -362,7 +362,7 @@ public Java.Awt.Color GetColor(object arg0) /// public Java.Awt.Dimension GetDimension(object arg0, Java.Util.Locale arg1) { - return IExecute("getDimension", arg0, arg1); + return IExecuteWithSignature("getDimension", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public Java.Awt.Dimension GetDimension(object arg0) /// public Java.Awt.Font GetFont(object arg0, Java.Util.Locale arg1) { - return IExecute("getFont", arg0, arg1); + return IExecuteWithSignature("getFont", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -400,7 +400,7 @@ public Java.Awt.Font GetFont(object arg0) /// public Java.Awt.Insets GetInsets(object arg0, Java.Util.Locale arg1) { - return IExecute("getInsets", arg0, arg1); + return IExecuteWithSignature("getInsets", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Insets;", arg0, arg1); } /// /// @@ -420,7 +420,7 @@ public Java.Awt.Insets GetInsets(object arg0) /// public Java.Lang.Class GetUIClass(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) where ReturnExtendsJavax_Swing_Plaf_ComponentUI : Javax.Swing.Plaf.ComponentUI { - return IExecute("getUIClass", arg0, arg1); + return IExecuteWithSignature("getUIClass", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;", arg0, arg1); } /// /// @@ -440,7 +440,7 @@ public Java.Lang.Class GetUIClass(Jav /// public object Get(object arg0, Java.Util.Locale arg1) { - return IExecute("get", arg0, arg1); + return IExecuteWithSignature("get", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -450,7 +450,7 @@ public object Get(object arg0, Java.Util.Locale arg1) /// public Java.Lang.String GetString(object arg0, Java.Util.Locale arg1) { - return IExecute("getString", arg0, arg1); + return IExecuteWithSignature("getString", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -469,7 +469,7 @@ public Java.Lang.String GetString(object arg0) /// public Javax.Swing.Border.Border GetBorder(object arg0, Java.Util.Locale arg1) { - return IExecute("getBorder", arg0, arg1); + return IExecuteWithSignature("getBorder", "(Ljava/lang/Object;Ljava/util/Locale;)Ljavax/swing/border/Border;", arg0, arg1); } /// /// @@ -488,7 +488,7 @@ public Javax.Swing.Border.Border GetBorder(object arg0) /// public Javax.Swing.Icon GetIcon(object arg0, Java.Util.Locale arg1) { - return IExecute("getIcon", arg0, arg1); + return IExecuteWithSignature("getIcon", "(Ljava/lang/Object;Ljava/util/Locale;)Ljavax/swing/Icon;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/UIManager.cs b/src/net/JNet/Generated/Javax/Swing/UIManager.cs index 12ec3e35a5..86e54b3d3e 100644 --- a/src/net/JNet/Generated/Javax/Swing/UIManager.cs +++ b/src/net/JNet/Generated/Javax/Swing/UIManager.cs @@ -195,7 +195,7 @@ public static Java.Lang.String SystemLookAndFeelClassName /// public static bool GetBoolean(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getBoolean", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBoolean", "(Ljava/lang/Object;Ljava/util/Locale;)Z", arg0, arg1); } /// /// @@ -223,7 +223,7 @@ public static bool RemoveAuxiliaryLookAndFeel(Javax.Swing.LookAndFeel arg0) /// public static int GetInt(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getInt", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInt", "(Ljava/lang/Object;Ljava/util/Locale;)I", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public static int GetInt(object arg0) /// public static Java.Awt.Color GetColor(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getColor", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getColor", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Color;", arg0, arg1); } /// /// @@ -261,7 +261,7 @@ public static Java.Awt.Color GetColor(object arg0) /// public static Java.Awt.Dimension GetDimension(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getDimension", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getDimension", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Dimension;", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public static Java.Awt.Dimension GetDimension(object arg0) /// public static Java.Awt.Font GetFont(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getFont", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getFont", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Font;", arg0, arg1); } /// /// @@ -299,7 +299,7 @@ public static Java.Awt.Font GetFont(object arg0) /// public static Java.Awt.Insets GetInsets(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getInsets", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInsets", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/awt/Insets;", arg0, arg1); } /// /// @@ -318,7 +318,7 @@ public static Java.Awt.Insets GetInsets(object arg0) /// public static object Get(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "get", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "get", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -337,7 +337,7 @@ public static object Get(object arg0) /// public static object Put(object arg0, object arg1) { - return SExecute(LocalBridgeClazz, "put", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -347,7 +347,7 @@ public static object Put(object arg0, object arg1) /// public static Java.Lang.String GetString(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getString", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getString", "(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -366,7 +366,7 @@ public static Java.Lang.String GetString(object arg0) /// public static Javax.Swing.Border.Border GetBorder(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getBorder", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getBorder", "(Ljava/lang/Object;Ljava/util/Locale;)Ljavax/swing/border/Border;", arg0, arg1); } /// /// @@ -385,7 +385,7 @@ public static Javax.Swing.Border.Border GetBorder(object arg0) /// public static Javax.Swing.Icon GetIcon(object arg0, Java.Util.Locale arg1) { - return SExecute(LocalBridgeClazz, "getIcon", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getIcon", "(Ljava/lang/Object;Ljava/util/Locale;)Ljavax/swing/Icon;", arg0, arg1); } /// /// @@ -438,7 +438,7 @@ public static void AddPropertyChangeListener(Java.Beans.PropertyChangeListener a /// public static void InstallLookAndFeel(Java.Lang.String arg0, Java.Lang.String arg1) { - SExecute(LocalBridgeClazz, "installLookAndFeel", arg0, arg1); + SExecuteWithSignature(LocalBridgeClazz, "installLookAndFeel", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Swing/ViewportLayout.cs b/src/net/JNet/Generated/Javax/Swing/ViewportLayout.cs index 5e13a674fe..c85cd5e031 100644 --- a/src/net/JNet/Generated/Javax/Swing/ViewportLayout.cs +++ b/src/net/JNet/Generated/Javax/Swing/ViewportLayout.cs @@ -123,7 +123,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0) /// public void AddLayoutComponent(Java.Lang.String arg0, Java.Awt.Component arg1) { - IExecute("addLayoutComponent", arg0, arg1); + IExecuteWithSignature("addLayoutComponent", "(Ljava/lang/String;Ljava/awt/Component;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileManager.cs b/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileManager.cs index 2117f4e3ca..2c46f0f18b 100644 --- a/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileManager.cs +++ b/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileManager.cs @@ -145,7 +145,7 @@ public partial class ForwardingJavaFileManager /// public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.Class arg1) { - return IExecute("getServiceLoader", arg0, arg1); + return IExecuteWithSignature("getServiceLoader", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/Class;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManager.Loca /// public bool Contains(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.FileObject arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public bool Contains(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.File /// public bool HandleOption(Java.Lang.String arg0, Java.Util.Iterator arg1) { - return IExecute("handleOption", arg0, arg1); + return IExecuteWithSignature("handleOption", "(Ljava/lang/String;Ljava/util/Iterator;)Z", arg0, arg1); } /// /// @@ -185,7 +185,7 @@ public bool HasLocation(Javax.Tools.JavaFileManager.Location arg0) /// public bool IsSameFile(Javax.Tools.FileObject arg0, Javax.Tools.FileObject arg1) { - return IExecute("isSameFile", arg0, arg1); + return IExecuteWithSignature("isSameFile", "(Ljavax/tools/FileObject;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -226,7 +226,7 @@ public Java.Lang.Iterable ListLocationsForModules(Javax.Tools.JavaFileManager.Lo /// public Java.Lang.Iterable List(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Util.Set arg2, bool arg3) { - return IExecute("list", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("list", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/util/Set;Z)Ljava/lang/Iterable;", arg0, arg1, arg2, arg3); } /// /// @@ -236,7 +236,7 @@ public Java.Lang.Iterable List(Javax.Tools.JavaFileManager.Location arg0, Java.L /// public Java.Lang.String InferBinaryName(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("inferBinaryName", arg0, arg1); + return IExecuteWithSignature("inferBinaryName", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public Java.Lang.String InferModuleName(Javax.Tools.JavaFileManager.Location arg /// public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;)Ljavax/tools/FileObject;", arg0, arg1, arg2); } /// /// @@ -271,7 +271,7 @@ public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Locati /// public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2, Javax.Tools.FileObject arg3) { - return IExecute("getFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;Ljavax/tools/FileObject;)Ljavax/tools/FileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -282,7 +282,7 @@ public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Locat /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } /// /// @@ -293,7 +293,7 @@ public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.Jav /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } /// /// @@ -305,7 +305,7 @@ public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.Jav /// public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2) { - return IExecute("getJavaFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getJavaFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2); } /// /// @@ -318,7 +318,7 @@ public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManage /// public Javax.Tools.JavaFileObject GetJavaFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2, Javax.Tools.FileObject arg3) { - return IExecute("getJavaFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getJavaFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -381,7 +381,7 @@ public partial class ForwardingJavaFileManager /// public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.Class arg1) { - return IExecute>("getServiceLoader", arg0, arg1); + return IExecuteWithSignature>("getServiceLoader", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/Class;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -392,7 +392,7 @@ public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManage /// public bool Contains(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.FileObject arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -402,7 +402,7 @@ public bool Contains(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.File /// public bool HandleOption(Java.Lang.String arg0, Java.Util.Iterator arg1) { - return IExecute("handleOption", arg0, arg1); + return IExecuteWithSignature("handleOption", "(Ljava/lang/String;Ljava/util/Iterator;)Z", arg0, arg1); } /// /// @@ -421,7 +421,7 @@ public bool HasLocation(Javax.Tools.JavaFileManager.Location arg0) /// public bool IsSameFile(Javax.Tools.FileObject arg0, Javax.Tools.FileObject arg1) { - return IExecute("isSameFile", arg0, arg1); + return IExecuteWithSignature("isSameFile", "(Ljavax/tools/FileObject;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -462,7 +462,7 @@ public Java.Lang.ClassLoader GetClassLoader(Javax.Tools.JavaFileManager.Location /// public Java.Lang.Iterable List(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Util.Set arg2, bool arg3) { - return IExecute>("list", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("list", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/util/Set;Z)Ljava/lang/Iterable;", arg0, arg1, arg2, arg3); } /// /// @@ -472,7 +472,7 @@ public Java.Lang.ClassLoader GetClassLoader(Javax.Tools.JavaFileManager.Location /// public Java.Lang.String InferBinaryName(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("inferBinaryName", arg0, arg1); + return IExecuteWithSignature("inferBinaryName", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -494,7 +494,7 @@ public Java.Lang.String InferModuleName(Javax.Tools.JavaFileManager.Location arg /// public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;)Ljavax/tools/FileObject;", arg0, arg1, arg2); } /// /// @@ -507,7 +507,7 @@ public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Locati /// public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2, Javax.Tools.FileObject arg3) { - return IExecute("getFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;Ljavax/tools/FileObject;)Ljavax/tools/FileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -518,7 +518,7 @@ public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Locat /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } /// /// @@ -529,7 +529,7 @@ public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.Jav /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } /// /// @@ -541,7 +541,7 @@ public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.Jav /// public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2) { - return IExecute("getJavaFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getJavaFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2); } /// /// @@ -554,7 +554,7 @@ public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManage /// public Javax.Tools.JavaFileObject GetJavaFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2, Javax.Tools.FileObject arg3) { - return IExecute("getJavaFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getJavaFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileObject.cs b/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileObject.cs index d3985d14e1..0768c95802 100644 --- a/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileObject.cs +++ b/src/net/JNet/Generated/Javax/Tools/ForwardingJavaFileObject.cs @@ -169,7 +169,7 @@ public Javax.Lang.Model.Element.NestingKind NestingKind /// public bool IsNameCompatible(Java.Lang.String arg0, Javax.Tools.JavaFileObject.Kind arg1) { - return IExecute("isNameCompatible", arg0, arg1); + return IExecuteWithSignature("isNameCompatible", "(Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Z", arg0, arg1); } #endregion @@ -239,7 +239,7 @@ public Javax.Lang.Model.Element.NestingKind NestingKind /// public bool IsNameCompatible(Java.Lang.String arg0, Javax.Tools.JavaFileObject.Kind arg1) { - return IExecute("isNameCompatible", arg0, arg1); + return IExecuteWithSignature("isNameCompatible", "(Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Tools/JavaFileManager.cs b/src/net/JNet/Generated/Javax/Tools/JavaFileManager.cs index 9196643496..90148d670d 100644 --- a/src/net/JNet/Generated/Javax/Tools/JavaFileManager.cs +++ b/src/net/JNet/Generated/Javax/Tools/JavaFileManager.cs @@ -315,7 +315,7 @@ public partial class JavaFileManager : Javax.Tools.IJavaFileManager /// public bool HandleOption(Java.Lang.String arg0, Java.Util.Iterator arg1) { - return IExecute("handleOption", arg0, arg1); + return IExecuteWithSignature("handleOption", "(Ljava/lang/String;Ljava/util/Iterator;)Z", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public bool HasLocation(Javax.Tools.JavaFileManager.Location arg0) /// public bool IsSameFile(Javax.Tools.FileObject arg0, Javax.Tools.FileObject arg1) { - return IExecute("isSameFile", arg0, arg1); + return IExecuteWithSignature("isSameFile", "(Ljavax/tools/FileObject;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -356,7 +356,7 @@ public Java.Lang.ClassLoader GetClassLoader(Javax.Tools.JavaFileManager.Location /// public Java.Lang.Iterable List(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Util.Set arg2, bool arg3) { - return IExecute>("list", arg0, arg1, arg2, arg3); + return IExecuteWithSignature>("list", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/util/Set;Z)Ljava/lang/Iterable;", arg0, arg1, arg2, arg3); } /// /// @@ -366,7 +366,7 @@ public Java.Lang.ClassLoader GetClassLoader(Javax.Tools.JavaFileManager.Location /// public Java.Lang.String InferBinaryName(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("inferBinaryName", arg0, arg1); + return IExecuteWithSignature("inferBinaryName", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -378,7 +378,7 @@ public Java.Lang.String InferBinaryName(Javax.Tools.JavaFileManager.Location arg /// public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("getFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;)Ljavax/tools/FileObject;", arg0, arg1, arg2); } /// /// @@ -391,7 +391,7 @@ public Javax.Tools.FileObject GetFileForInput(Javax.Tools.JavaFileManager.Locati /// public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Lang.String arg2, Javax.Tools.FileObject arg3) { - return IExecute("getFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/lang/String;Ljavax/tools/FileObject;)Ljavax/tools/FileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -403,7 +403,7 @@ public Javax.Tools.FileObject GetFileForOutput(Javax.Tools.JavaFileManager.Locat /// public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2) { - return IExecute("getJavaFileForInput", arg0, arg1, arg2); + return IExecuteWithSignature("getJavaFileForInput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2); } /// /// @@ -416,7 +416,7 @@ public Javax.Tools.JavaFileObject GetJavaFileForInput(Javax.Tools.JavaFileManage /// public Javax.Tools.JavaFileObject GetJavaFileForOutput(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Javax.Tools.JavaFileObject.Kind arg2, Javax.Tools.FileObject arg3) { - return IExecute("getJavaFileForOutput", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getJavaFileForOutput", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;", arg0, arg1, arg2, arg3); } /// /// @@ -444,7 +444,7 @@ public void Flush() /// public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.Class arg1) { - return IExecute>("getServiceLoader", arg0, arg1); + return IExecuteWithSignature>("getServiceLoader", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/Class;)Ljava/util/ServiceLoader;", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public Java.Util.ServiceLoader GetServiceLoader(Javax.Tools.JavaFileManage /// public bool Contains(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.FileObject arg1) { - return IExecute("contains", arg0, arg1); + return IExecuteWithSignature("contains", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -486,7 +486,7 @@ public Java.Lang.String InferModuleName(Javax.Tools.JavaFileManager.Location arg /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } /// /// @@ -497,7 +497,7 @@ public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.Jav /// public Javax.Tools.JavaFileManager.Location GetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Javax.Tools.JavaFileObject arg1) { - return IExecute("getLocationForModule", arg0, arg1); + return IExecuteWithSignature("getLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileManager$Location;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Tools/JavaFileObject.cs b/src/net/JNet/Generated/Javax/Tools/JavaFileObject.cs index 90841abe99..3702eaee3d 100644 --- a/src/net/JNet/Generated/Javax/Tools/JavaFileObject.cs +++ b/src/net/JNet/Generated/Javax/Tools/JavaFileObject.cs @@ -203,7 +203,7 @@ public Javax.Lang.Model.Element.NestingKind NestingKind /// public bool IsNameCompatible(Java.Lang.String arg0, Javax.Tools.JavaFileObject.Kind arg1) { - return IExecute("isNameCompatible", arg0, arg1); + return IExecuteWithSignature("isNameCompatible", "(Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Z", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Tools/SimpleJavaFileObject.cs b/src/net/JNet/Generated/Javax/Tools/SimpleJavaFileObject.cs index 3a6d0c3348..73072f2c0d 100644 --- a/src/net/JNet/Generated/Javax/Tools/SimpleJavaFileObject.cs +++ b/src/net/JNet/Generated/Javax/Tools/SimpleJavaFileObject.cs @@ -141,7 +141,7 @@ public bool Delete() /// public bool IsNameCompatible(Java.Lang.String arg0, Javax.Tools.JavaFileObject.Kind arg1) { - return IExecute("isNameCompatible", arg0, arg1); + return IExecuteWithSignature("isNameCompatible", "(Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Tools/StandardJavaFileManager.cs b/src/net/JNet/Generated/Javax/Tools/StandardJavaFileManager.cs index 06ce9d0a48..48a6b1b386 100644 --- a/src/net/JNet/Generated/Javax/Tools/StandardJavaFileManager.cs +++ b/src/net/JNet/Generated/Javax/Tools/StandardJavaFileManager.cs @@ -266,7 +266,7 @@ public partial class StandardJavaFileManager : Javax.Tools.IStandardJavaFileMana /// public bool IsSameFile(Javax.Tools.FileObject arg0, Javax.Tools.FileObject arg1) { - return IExecute("isSameFile", arg0, arg1); + return IExecuteWithSignature("isSameFile", "(Ljavax/tools/FileObject;Ljavax/tools/FileObject;)Z", arg0, arg1); } /// /// @@ -328,7 +328,7 @@ public Java.Lang.Iterable GetJavaFileOb /// public void SetLocation(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.Iterable arg1) where Arg1ExtendsJava_Io_File : Java.Io.File { - IExecute("setLocation", arg0, arg1); + IExecuteWithSignature("setLocation", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/Iterable;)V", arg0, arg1); } /// /// @@ -380,7 +380,7 @@ public Java.Nio.File.Path AsPath(Javax.Tools.FileObject arg0) /// public void SetLocationForModule(Javax.Tools.JavaFileManager.Location arg0, Java.Lang.String arg1, Java.Util.Collection arg2) where Arg2ExtendsJava_Nio_File_Path : Java.Nio.File.Path { - IExecute("setLocationForModule", arg0, arg1, arg2); + IExecuteWithSignature("setLocationForModule", "(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljava/util/Collection;)V", arg0, arg1, arg2); } /// /// @@ -391,7 +391,7 @@ public void SetLocationForModule(Javax.Tools.Java /// public void SetLocationFromPaths(Javax.Tools.JavaFileManager.Location arg0, Java.Util.Collection arg1) where Arg1ExtendsJava_Nio_File_Path : Java.Nio.File.Path { - IExecute("setLocationFromPaths", arg0, arg1); + IExecuteWithSignature("setLocationFromPaths", "(Ljavax/tools/JavaFileManager$Location;Ljava/util/Collection;)V", arg0, arg1); } /// /// @@ -433,7 +433,7 @@ public partial class PathFactory /// public Java.Nio.File.Path GetPath(Java.Lang.String arg0, params Java.Lang.String[] arg1) { - if (arg1.Length == 0) return IExecute("getPath", arg0); else return IExecute("getPath", arg0, arg1); + if (arg1.Length == 0) return IExecuteWithSignature("getPath", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0); else return IExecuteWithSignature("getPath", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Tools/Tool.cs b/src/net/JNet/Generated/Javax/Tools/Tool.cs index d280ca8377..a34403966e 100644 --- a/src/net/JNet/Generated/Javax/Tools/Tool.cs +++ b/src/net/JNet/Generated/Javax/Tools/Tool.cs @@ -145,7 +145,7 @@ public Java.Util.Set SourceVersions /// public int Run(Java.Io.InputStream arg0, Java.Io.OutputStream arg1, Java.Io.OutputStream arg2, params Java.Lang.String[] arg3) { - if (arg3.Length == 0) return IExecute("run", arg0, arg1, arg2); else return IExecute("run", arg0, arg1, arg2, arg3); + if (arg3.Length == 0) return IExecuteWithSignature("run", "(Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/io/OutputStream;[Ljava/lang/String;)I", arg0, arg1, arg2); else return IExecuteWithSignature("run", "(Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/io/OutputStream;[Ljava/lang/String;)I", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Javax/Transaction/Xa/XAResource.cs b/src/net/JNet/Generated/Javax/Transaction/Xa/XAResource.cs index 077210218a..a448266092 100644 --- a/src/net/JNet/Generated/Javax/Transaction/Xa/XAResource.cs +++ b/src/net/JNet/Generated/Javax/Transaction/Xa/XAResource.cs @@ -296,7 +296,7 @@ public Javax.Transaction.Xa.Xid[] Recover(int arg0) /// public void Commit(Javax.Transaction.Xa.Xid arg0, bool arg1) { - IExecute("commit", arg0, arg1); + IExecuteWithSignature("commit", "(Ljavax/transaction/xa/Xid;Z)V", arg0, arg1); } /// /// @@ -306,7 +306,7 @@ public void Commit(Javax.Transaction.Xa.Xid arg0, bool arg1) /// public void End(Javax.Transaction.Xa.Xid arg0, int arg1) { - IExecute("end", arg0, arg1); + IExecuteWithSignature("end", "(Ljavax/transaction/xa/Xid;I)V", arg0, arg1); } /// /// @@ -334,7 +334,7 @@ public void Rollback(Javax.Transaction.Xa.Xid arg0) /// public void Start(Javax.Transaction.Xa.Xid arg0, int arg1) { - IExecute("start", arg0, arg1); + IExecuteWithSignature("start", "(Ljavax/transaction/xa/Xid;I)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogFeatures.cs b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogFeatures.cs index df6481c8c7..eb840a60e8 100644 --- a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogFeatures.cs +++ b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogFeatures.cs @@ -245,7 +245,7 @@ public Javax.Xml.Catalog.CatalogFeatures Build() /// public Javax.Xml.Catalog.CatalogFeatures.Builder With(Javax.Xml.Catalog.CatalogFeatures.Feature arg0, Java.Lang.String arg1) { - return IExecute("with", arg0, arg1); + return IExecuteWithSignature("with", "(Ljavax/xml/catalog/CatalogFeatures$Feature;Ljava/lang/String;)Ljavax/xml/catalog/CatalogFeatures$Builder;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogManager.cs b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogManager.cs index d1ba9f5d50..b28a918b14 100644 --- a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogManager.cs +++ b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogManager.cs @@ -94,7 +94,7 @@ public partial class CatalogManager /// public static Javax.Xml.Catalog.Catalog Catalog(Javax.Xml.Catalog.CatalogFeatures arg0, params Java.Net.URI[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "catalog", arg0); else return SExecute(LocalBridgeClazz, "catalog", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "catalog", "(Ljavax/xml/catalog/CatalogFeatures;[Ljava/net/URI;)Ljavax/xml/catalog/Catalog;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "catalog", "(Ljavax/xml/catalog/CatalogFeatures;[Ljava/net/URI;)Ljavax/xml/catalog/Catalog;", arg0, arg1); } /// /// @@ -113,7 +113,7 @@ public static Javax.Xml.Catalog.CatalogResolver CatalogResolver(Javax.Xml.Catalo /// public static Javax.Xml.Catalog.CatalogResolver CatalogResolver(Javax.Xml.Catalog.CatalogFeatures arg0, params Java.Net.URI[] arg1) { - if (arg1.Length == 0) return SExecute(LocalBridgeClazz, "catalogResolver", arg0); else return SExecute(LocalBridgeClazz, "catalogResolver", arg0, arg1); + if (arg1.Length == 0) return SExecuteWithSignature(LocalBridgeClazz, "catalogResolver", "(Ljavax/xml/catalog/CatalogFeatures;[Ljava/net/URI;)Ljavax/xml/catalog/CatalogResolver;", arg0); else return SExecuteWithSignature(LocalBridgeClazz, "catalogResolver", "(Ljavax/xml/catalog/CatalogFeatures;[Ljava/net/URI;)Ljavax/xml/catalog/CatalogResolver;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogResolver.cs b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogResolver.cs index 9a949602a6..56473122e2 100644 --- a/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogResolver.cs +++ b/src/net/JNet/Generated/Javax/Xml/Catalog/CatalogResolver.cs @@ -168,7 +168,7 @@ public partial class CatalogResolver : Javax.Xml.Catalog.ICatalogResolver /// public Javax.Xml.Transform.Source Resolve(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolve", arg0, arg1); + return IExecuteWithSignature("resolve", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Source;", arg0, arg1); } /// /// @@ -181,7 +181,7 @@ public Javax.Xml.Transform.Source Resolve(Java.Lang.String arg0, Java.Lang.Strin /// public Org.W3c.Dom.Ls.LSInput ResolveResource(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - return IExecute("resolveResource", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("resolveResource", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -191,7 +191,7 @@ public Org.W3c.Dom.Ls.LSInput ResolveResource(Java.Lang.String arg0, Java.Lang.S /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolveEntity", arg0, arg1); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.St /// public object ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("resolveEntity", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dom/DOMCryptoContext.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dom/DOMCryptoContext.cs index 59236ec463..c1585aac75 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dom/DOMCryptoContext.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dom/DOMCryptoContext.cs @@ -144,7 +144,7 @@ public object GetProperty(Java.Lang.String arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -154,7 +154,7 @@ public object Put(object arg0, object arg1) /// public object SetProperty(Java.Lang.String arg0, object arg1) { - return IExecute("setProperty", arg0, arg1); + return IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -164,7 +164,7 @@ public object SetProperty(Java.Lang.String arg0, object arg1) /// public Java.Lang.String GetNamespacePrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getNamespacePrefix", arg0, arg1); + return IExecuteWithSignature("getNamespacePrefix", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -174,7 +174,7 @@ public Java.Lang.String GetNamespacePrefix(Java.Lang.String arg0, Java.Lang.Stri /// public Java.Lang.String PutNamespacePrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("putNamespacePrefix", arg0, arg1); + return IExecuteWithSignature("putNamespacePrefix", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -201,7 +201,7 @@ public Org.W3c.Dom.Element GetElementById(Java.Lang.String arg0) /// public void SetIdAttributeNS(Org.W3c.Dom.Element arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("setIdAttributeNS", arg0, arg1, arg2); + IExecuteWithSignature("setIdAttributeNS", "(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfo.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfo.cs index d985f30901..d89196be3b 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfo.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfo.cs @@ -147,7 +147,7 @@ public Java.Lang.String Id /// public void Marshal(Javax.Xml.Crypto.XMLStructure arg0, Javax.Xml.Crypto.XMLCryptoContext arg1) { - IExecute("marshal", arg0, arg1); + IExecuteWithSignature("marshal", "(Ljavax/xml/crypto/XMLStructure;Ljavax/xml/crypto/XMLCryptoContext;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfoFactory.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfoFactory.cs index d77362a7e0..7b476644f0 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfoFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Keyinfo/KeyInfoFactory.cs @@ -104,7 +104,7 @@ public static Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfoFactory Instance /// public static Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfoFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/keyinfo/KeyInfoFactory;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfoFactory GetInstance(Java.Lang /// public static Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfoFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/xml/crypto/dsig/keyinfo/KeyInfoFactory;", arg0, arg1); } /// /// @@ -168,7 +168,7 @@ public bool IsFeatureSupported(Java.Lang.String arg0) /// public Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfo NewKeyInfo(Java.Util.List arg0, Java.Lang.String arg1) where Arg0ExtendsJavax_Xml_Crypto_XMLStructure : Javax.Xml.Crypto.XMLStructure { - return IExecute("newKeyInfo", arg0, arg1); + return IExecuteWithSignature("newKeyInfo", "(Ljava/util/List;Ljava/lang/String;)Ljavax/xml/crypto/dsig/keyinfo/KeyInfo;", arg0, arg1); } /// /// @@ -219,7 +219,7 @@ public Javax.Xml.Crypto.Dsig.Keyinfo.KeyValue NewKeyValue(Java.Security.PublicKe /// public Javax.Xml.Crypto.Dsig.Keyinfo.PGPData NewPGPData(byte[] arg0, byte[] arg1, Java.Util.List arg2) where Arg2ExtendsJavax_Xml_Crypto_XMLStructure : Javax.Xml.Crypto.XMLStructure { - return IExecute("newPGPData", arg0, arg1, arg2); + return IExecuteWithSignature("newPGPData", "([B[BLjava/util/List;)Ljavax/xml/crypto/dsig/keyinfo/PGPData;", arg0, arg1, arg2); } /// /// @@ -230,7 +230,7 @@ public Javax.Xml.Crypto.Dsig.Keyinfo.PGPData NewPGPData public Javax.Xml.Crypto.Dsig.Keyinfo.PGPData NewPGPData(byte[] arg0, Java.Util.List arg1) where Arg1ExtendsJavax_Xml_Crypto_XMLStructure : Javax.Xml.Crypto.XMLStructure { - return IExecute("newPGPData", arg0, arg1); + return IExecuteWithSignature("newPGPData", "([BLjava/util/List;)Ljavax/xml/crypto/dsig/keyinfo/PGPData;", arg0, arg1); } /// /// @@ -251,7 +251,7 @@ public Javax.Xml.Crypto.Dsig.Keyinfo.PGPData NewPGPData(byte[] arg0) /// public Javax.Xml.Crypto.Dsig.Keyinfo.RetrievalMethod NewRetrievalMethod(Java.Lang.String arg0, Java.Lang.String arg1, Java.Util.List arg2) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Transform : Javax.Xml.Crypto.Dsig.Transform { - return IExecute("newRetrievalMethod", arg0, arg1, arg2); + return IExecuteWithSignature("newRetrievalMethod", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Ljavax/xml/crypto/dsig/keyinfo/RetrievalMethod;", arg0, arg1, arg2); } /// /// @@ -279,7 +279,7 @@ public Javax.Xml.Crypto.Dsig.Keyinfo.X509Data NewX509Data(Java.Util.List /// public Javax.Xml.Crypto.Dsig.Keyinfo.X509IssuerSerial NewX509IssuerSerial(Java.Lang.String arg0, Java.Math.BigInteger arg1) { - return IExecute("newX509IssuerSerial", arg0, arg1); + return IExecuteWithSignature("newX509IssuerSerial", "(Ljava/lang/String;Ljava/math/BigInteger;)Ljavax/xml/crypto/dsig/keyinfo/X509IssuerSerial;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Transform.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Transform.cs index 781b8ac01f..efda9fd41d 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Transform.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/Transform.cs @@ -186,7 +186,7 @@ public Java.Security.Spec.AlgorithmParameterSpec ParameterSpec /// public Javax.Xml.Crypto.Data TransformMethod(Javax.Xml.Crypto.Data arg0, Javax.Xml.Crypto.XMLCryptoContext arg1, Java.Io.OutputStream arg2) { - return IExecute("transform", arg0, arg1, arg2); + return IExecuteWithSignature("transform", "(Ljavax/xml/crypto/Data;Ljavax/xml/crypto/XMLCryptoContext;Ljava/io/OutputStream;)Ljavax/xml/crypto/Data;", arg0, arg1, arg2); } /// /// @@ -197,7 +197,7 @@ public Javax.Xml.Crypto.Data TransformMethod(Javax.Xml.Crypto.Data arg0, Javax.X /// public Javax.Xml.Crypto.Data TransformMethod(Javax.Xml.Crypto.Data arg0, Javax.Xml.Crypto.XMLCryptoContext arg1) { - return IExecute("transform", arg0, arg1); + return IExecuteWithSignature("transform", "(Ljavax/xml/crypto/Data;Ljavax/xml/crypto/XMLCryptoContext;)Ljavax/xml/crypto/Data;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/TransformService.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/TransformService.cs index 1b4531ca2e..d100bf8276 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/TransformService.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/TransformService.cs @@ -99,7 +99,7 @@ public partial class TransformService /// public static Javax.Xml.Crypto.Dsig.TransformService GetInstance(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/TransformService;", arg0, arg1, arg2); } /// /// @@ -111,7 +111,7 @@ public static Javax.Xml.Crypto.Dsig.TransformService GetInstance(Java.Lang.Strin /// public static Javax.Xml.Crypto.Dsig.TransformService GetInstance(Java.Lang.String arg0, Java.Lang.String arg1, Java.Security.Provider arg2) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;Ljava/security/Provider;)Ljavax/xml/crypto/dsig/TransformService;", arg0, arg1, arg2); } /// /// @@ -122,7 +122,7 @@ public static Javax.Xml.Crypto.Dsig.TransformService GetInstance(Java.Lang.Strin /// public static Javax.Xml.Crypto.Dsig.TransformService GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/TransformService;", arg0, arg1); } #endregion @@ -166,7 +166,7 @@ public void Init(Javax.Xml.Crypto.Dsig.Spec.TransformParameterSpec arg0) /// public void Init(Javax.Xml.Crypto.XMLStructure arg0, Javax.Xml.Crypto.XMLCryptoContext arg1) { - IExecute("init", arg0, arg1); + IExecuteWithSignature("init", "(Ljavax/xml/crypto/XMLStructure;Ljavax/xml/crypto/XMLCryptoContext;)V", arg0, arg1); } /// /// @@ -176,7 +176,7 @@ public void Init(Javax.Xml.Crypto.XMLStructure arg0, Javax.Xml.Crypto.XMLCryptoC /// public void MarshalParams(Javax.Xml.Crypto.XMLStructure arg0, Javax.Xml.Crypto.XMLCryptoContext arg1) { - IExecute("marshalParams", arg0, arg1); + IExecuteWithSignature("marshalParams", "(Ljavax/xml/crypto/XMLStructure;Ljavax/xml/crypto/XMLCryptoContext;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/XMLSignatureFactory.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/XMLSignatureFactory.cs index 641ccd07d7..218f6fb8bd 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/XMLSignatureFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/Dsig/XMLSignatureFactory.cs @@ -104,7 +104,7 @@ public static Javax.Xml.Crypto.Dsig.XMLSignatureFactory Instance /// public static Javax.Xml.Crypto.Dsig.XMLSignatureFactory GetInstance(Java.Lang.String arg0, Java.Lang.String arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/XMLSignatureFactory;", arg0, arg1); } /// /// @@ -114,7 +114,7 @@ public static Javax.Xml.Crypto.Dsig.XMLSignatureFactory GetInstance(Java.Lang.St /// public static Javax.Xml.Crypto.Dsig.XMLSignatureFactory GetInstance(Java.Lang.String arg0, Java.Security.Provider arg1) { - return SExecute(LocalBridgeClazz, "getInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/xml/crypto/dsig/XMLSignatureFactory;", arg0, arg1); } /// /// @@ -176,7 +176,7 @@ public bool IsFeatureSupported(Java.Lang.String arg0) /// public Javax.Xml.Crypto.Dsig.CanonicalizationMethod NewCanonicalizationMethod(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.Spec.C14NMethodParameterSpec arg1) { - return IExecute("newCanonicalizationMethod", arg0, arg1); + return IExecuteWithSignature("newCanonicalizationMethod", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/spec/C14NMethodParameterSpec;)Ljavax/xml/crypto/dsig/CanonicalizationMethod;", arg0, arg1); } /// /// @@ -188,7 +188,7 @@ public Javax.Xml.Crypto.Dsig.CanonicalizationMethod NewCanonicalizationMethod(Ja /// public Javax.Xml.Crypto.Dsig.CanonicalizationMethod NewCanonicalizationMethod(Java.Lang.String arg0, Javax.Xml.Crypto.XMLStructure arg1) { - return IExecute("newCanonicalizationMethod", arg0, arg1); + return IExecuteWithSignature("newCanonicalizationMethod", "(Ljava/lang/String;Ljavax/xml/crypto/XMLStructure;)Ljavax/xml/crypto/dsig/CanonicalizationMethod;", arg0, arg1); } /// /// @@ -200,7 +200,7 @@ public Javax.Xml.Crypto.Dsig.CanonicalizationMethod NewCanonicalizationMethod(Ja /// public Javax.Xml.Crypto.Dsig.DigestMethod NewDigestMethod(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.Spec.DigestMethodParameterSpec arg1) { - return IExecute("newDigestMethod", arg0, arg1); + return IExecuteWithSignature("newDigestMethod", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/spec/DigestMethodParameterSpec;)Ljavax/xml/crypto/dsig/DigestMethod;", arg0, arg1); } /// /// @@ -211,7 +211,7 @@ public Javax.Xml.Crypto.Dsig.DigestMethod NewDigestMethod(Java.Lang.String arg0, /// public Javax.Xml.Crypto.Dsig.Manifest NewManifest(Java.Util.List arg0, Java.Lang.String arg1) where Arg0ExtendsJavax_Xml_Crypto_Dsig_Reference : Javax.Xml.Crypto.Dsig.Reference { - return IExecute("newManifest", arg0, arg1); + return IExecuteWithSignature("newManifest", "(Ljava/util/List;Ljava/lang/String;)Ljavax/xml/crypto/dsig/Manifest;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public Javax.Xml.Crypto.Dsig.Manifest NewManifest public Javax.Xml.Crypto.Dsig.Reference NewReference(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.DigestMethod arg1, Java.Util.List arg2, Java.Lang.String arg3, Java.Lang.String arg4, byte[] arg5) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Transform : Javax.Xml.Crypto.Dsig.Transform { - return IExecute("newReference", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("newReference", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/DigestMethod;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;[B)Ljavax/xml/crypto/dsig/Reference;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -250,7 +250,7 @@ public Javax.Xml.Crypto.Dsig.Reference NewReference public Javax.Xml.Crypto.Dsig.Reference NewReference(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.DigestMethod arg1, Java.Util.List arg2, Java.Lang.String arg3, Java.Lang.String arg4) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Transform : Javax.Xml.Crypto.Dsig.Transform { - return IExecute("newReference", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newReference", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/DigestMethod;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/Reference;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -267,7 +267,7 @@ public Javax.Xml.Crypto.Dsig.Reference NewReference public Javax.Xml.Crypto.Dsig.Reference NewReference(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.DigestMethod arg1, Java.Util.List arg2, Javax.Xml.Crypto.Data arg3, Java.Util.List arg4, Java.Lang.String arg5, Java.Lang.String arg6) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Transform : Javax.Xml.Crypto.Dsig.Transform where Arg4ExtendsJavax_Xml_Crypto_Dsig_Transform : Javax.Xml.Crypto.Dsig.Transform { - return IExecute("newReference", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("newReference", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/DigestMethod;Ljava/util/List;Ljavax/xml/crypto/Data;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/Reference;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -277,7 +277,7 @@ public Javax.Xml.Crypto.Dsig.Reference NewReference public Javax.Xml.Crypto.Dsig.Reference NewReference(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.DigestMethod arg1) { - return IExecute("newReference", arg0, arg1); + return IExecuteWithSignature("newReference", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/DigestMethod;)Ljavax/xml/crypto/dsig/Reference;", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public Javax.Xml.Crypto.Dsig.Reference NewReference(Java.Lang.String arg0, Javax /// public Javax.Xml.Crypto.Dsig.SignatureMethod NewSignatureMethod(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.Spec.SignatureMethodParameterSpec arg1) { - return IExecute("newSignatureMethod", arg0, arg1); + return IExecuteWithSignature("newSignatureMethod", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/spec/SignatureMethodParameterSpec;)Ljavax/xml/crypto/dsig/SignatureMethod;", arg0, arg1); } /// /// @@ -300,7 +300,7 @@ public Javax.Xml.Crypto.Dsig.SignatureMethod NewSignatureMethod(Java.Lang.String /// public Javax.Xml.Crypto.Dsig.SignatureProperties NewSignatureProperties(Java.Util.List arg0, Java.Lang.String arg1) where Arg0ExtendsJavax_Xml_Crypto_Dsig_SignatureProperty : Javax.Xml.Crypto.Dsig.SignatureProperty { - return IExecute("newSignatureProperties", arg0, arg1); + return IExecuteWithSignature("newSignatureProperties", "(Ljava/util/List;Ljava/lang/String;)Ljavax/xml/crypto/dsig/SignatureProperties;", arg0, arg1); } /// /// @@ -312,7 +312,7 @@ public Javax.Xml.Crypto.Dsig.SignatureProperties NewSignatureProperties public Javax.Xml.Crypto.Dsig.SignatureProperty NewSignatureProperty(Java.Util.List arg0, Java.Lang.String arg1, Java.Lang.String arg2) where Arg0ExtendsJavax_Xml_Crypto_XMLStructure : Javax.Xml.Crypto.XMLStructure { - return IExecute("newSignatureProperty", arg0, arg1, arg2); + return IExecuteWithSignature("newSignatureProperty", "(Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/SignatureProperty;", arg0, arg1, arg2); } /// /// @@ -325,7 +325,7 @@ public Javax.Xml.Crypto.Dsig.SignatureProperty NewSignatureProperty public Javax.Xml.Crypto.Dsig.SignedInfo NewSignedInfo(Javax.Xml.Crypto.Dsig.CanonicalizationMethod arg0, Javax.Xml.Crypto.Dsig.SignatureMethod arg1, Java.Util.List arg2, Java.Lang.String arg3) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Reference : Javax.Xml.Crypto.Dsig.Reference { - return IExecute("newSignedInfo", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("newSignedInfo", "(Ljavax/xml/crypto/dsig/CanonicalizationMethod;Ljavax/xml/crypto/dsig/SignatureMethod;Ljava/util/List;Ljava/lang/String;)Ljavax/xml/crypto/dsig/SignedInfo;", arg0, arg1, arg2, arg3); } /// /// @@ -337,7 +337,7 @@ public Javax.Xml.Crypto.Dsig.SignedInfo NewSignedInfo public Javax.Xml.Crypto.Dsig.SignedInfo NewSignedInfo(Javax.Xml.Crypto.Dsig.CanonicalizationMethod arg0, Javax.Xml.Crypto.Dsig.SignatureMethod arg1, Java.Util.List arg2) where Arg2ExtendsJavax_Xml_Crypto_Dsig_Reference : Javax.Xml.Crypto.Dsig.Reference { - return IExecute("newSignedInfo", arg0, arg1, arg2); + return IExecuteWithSignature("newSignedInfo", "(Ljavax/xml/crypto/dsig/CanonicalizationMethod;Ljavax/xml/crypto/dsig/SignatureMethod;Ljava/util/List;)Ljavax/xml/crypto/dsig/SignedInfo;", arg0, arg1, arg2); } /// /// @@ -349,7 +349,7 @@ public Javax.Xml.Crypto.Dsig.SignedInfo NewSignedInfo public Javax.Xml.Crypto.Dsig.Transform NewTransform(Java.Lang.String arg0, Javax.Xml.Crypto.Dsig.Spec.TransformParameterSpec arg1) { - return IExecute("newTransform", arg0, arg1); + return IExecuteWithSignature("newTransform", "(Ljava/lang/String;Ljavax/xml/crypto/dsig/spec/TransformParameterSpec;)Ljavax/xml/crypto/dsig/Transform;", arg0, arg1); } /// /// @@ -361,7 +361,7 @@ public Javax.Xml.Crypto.Dsig.Transform NewTransform(Java.Lang.String arg0, Javax /// public Javax.Xml.Crypto.Dsig.Transform NewTransform(Java.Lang.String arg0, Javax.Xml.Crypto.XMLStructure arg1) { - return IExecute("newTransform", arg0, arg1); + return IExecuteWithSignature("newTransform", "(Ljava/lang/String;Ljavax/xml/crypto/XMLStructure;)Ljavax/xml/crypto/dsig/Transform;", arg0, arg1); } /// /// @@ -374,7 +374,7 @@ public Javax.Xml.Crypto.Dsig.Transform NewTransform(Java.Lang.String arg0, Javax /// public Javax.Xml.Crypto.Dsig.XMLObject NewXMLObject(Java.Util.List arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) where Arg0ExtendsJavax_Xml_Crypto_XMLStructure : Javax.Xml.Crypto.XMLStructure { - return IExecute("newXMLObject", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("newXMLObject", "(Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/XMLObject;", arg0, arg1, arg2, arg3); } /// /// @@ -388,7 +388,7 @@ public Javax.Xml.Crypto.Dsig.XMLObject NewXMLObject public Javax.Xml.Crypto.Dsig.XMLSignature NewXMLSignature(Javax.Xml.Crypto.Dsig.SignedInfo arg0, Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfo arg1, Java.Util.List arg2, Java.Lang.String arg3, Java.Lang.String arg4) where Arg2ExtendsJavax_Xml_Crypto_Dsig_XMLObject : Javax.Xml.Crypto.Dsig.XMLObject { - return IExecute("newXMLSignature", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newXMLSignature", "(Ljavax/xml/crypto/dsig/SignedInfo;Ljavax/xml/crypto/dsig/keyinfo/KeyInfo;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/crypto/dsig/XMLSignature;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -398,7 +398,7 @@ public Javax.Xml.Crypto.Dsig.XMLSignature NewXMLSignature public Javax.Xml.Crypto.Dsig.XMLSignature NewXMLSignature(Javax.Xml.Crypto.Dsig.SignedInfo arg0, Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfo arg1) { - return IExecute("newXMLSignature", arg0, arg1); + return IExecuteWithSignature("newXMLSignature", "(Ljavax/xml/crypto/dsig/SignedInfo;Ljavax/xml/crypto/dsig/keyinfo/KeyInfo;)Ljavax/xml/crypto/dsig/XMLSignature;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/KeySelector.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/KeySelector.cs index d4c81c8f87..017fe894b1 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/KeySelector.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/KeySelector.cs @@ -157,7 +157,7 @@ public static Javax.Xml.Crypto.KeySelector SingletonKeySelectorMethod(Java.Secur /// public Javax.Xml.Crypto.KeySelectorResult Select(Javax.Xml.Crypto.Dsig.Keyinfo.KeyInfo arg0, Javax.Xml.Crypto.KeySelector.Purpose arg1, Javax.Xml.Crypto.AlgorithmMethod arg2, Javax.Xml.Crypto.XMLCryptoContext arg3) { - return IExecute("select", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("select", "(Ljavax/xml/crypto/dsig/keyinfo/KeyInfo;Ljavax/xml/crypto/KeySelector$Purpose;Ljavax/xml/crypto/AlgorithmMethod;Ljavax/xml/crypto/XMLCryptoContext;)Ljavax/xml/crypto/KeySelectorResult;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/URIDereferencer.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/URIDereferencer.cs index 3c01f49f29..9f4089c737 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/URIDereferencer.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/URIDereferencer.cs @@ -127,7 +127,7 @@ public partial class URIDereferencer : Javax.Xml.Crypto.IURIDereferencer /// public Javax.Xml.Crypto.Data Dereference(Javax.Xml.Crypto.URIReference arg0, Javax.Xml.Crypto.XMLCryptoContext arg1) { - return IExecute("dereference", arg0, arg1); + return IExecuteWithSignature("dereference", "(Ljavax/xml/crypto/URIReference;Ljavax/xml/crypto/XMLCryptoContext;)Ljavax/xml/crypto/Data;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Crypto/XMLCryptoContext.cs b/src/net/JNet/Generated/Javax/Xml/Crypto/XMLCryptoContext.cs index 734eabc76d..88196edbda 100644 --- a/src/net/JNet/Generated/Javax/Xml/Crypto/XMLCryptoContext.cs +++ b/src/net/JNet/Generated/Javax/Xml/Crypto/XMLCryptoContext.cs @@ -220,7 +220,7 @@ public object GetProperty(Java.Lang.String arg0) /// public object Put(object arg0, object arg1) { - return IExecute("put", arg0, arg1); + return IExecuteWithSignature("put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -230,7 +230,7 @@ public object Put(object arg0, object arg1) /// public object SetProperty(Java.Lang.String arg0, object arg1) { - return IExecute("setProperty", arg0, arg1); + return IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -240,7 +240,7 @@ public object SetProperty(Java.Lang.String arg0, object arg1) /// public Java.Lang.String GetNamespacePrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getNamespacePrefix", arg0, arg1); + return IExecuteWithSignature("getNamespacePrefix", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -250,7 +250,7 @@ public Java.Lang.String GetNamespacePrefix(Java.Lang.String arg0, Java.Lang.Stri /// public Java.Lang.String PutNamespacePrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("putNamespacePrefix", arg0, arg1); + return IExecuteWithSignature("putNamespacePrefix", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Datatype/DatatypeFactory.cs b/src/net/JNet/Generated/Javax/Xml/Datatype/DatatypeFactory.cs index 647f7bd2af..e06fd89bae 100644 --- a/src/net/JNet/Generated/Javax/Xml/Datatype/DatatypeFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Datatype/DatatypeFactory.cs @@ -126,7 +126,7 @@ public static Javax.Xml.Datatype.DatatypeFactory NewInstance() /// public static Javax.Xml.Datatype.DatatypeFactory NewInstance(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/datatype/DatatypeFactory;", arg0, arg1); } #endregion @@ -145,7 +145,7 @@ public static Javax.Xml.Datatype.DatatypeFactory NewInstance(Java.Lang.String ar /// public Javax.Xml.Datatype.Duration NewDuration(bool arg0, Java.Math.BigInteger arg1, Java.Math.BigInteger arg2, Java.Math.BigInteger arg3, Java.Math.BigInteger arg4, Java.Math.BigInteger arg5, Java.Math.BigDecimal arg6) { - return IExecute("newDuration", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("newDuration", "(ZLjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigDecimal;)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -196,7 +196,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendar(Java.Lang /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendar(Java.Math.BigInteger arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Java.Math.BigDecimal arg6, int arg7) { - return IExecute("newXMLGregorianCalendar", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return IExecuteWithSignature("newXMLGregorianCalendar", "(Ljava/math/BigInteger;IIIIILjava/math/BigDecimal;I)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -220,7 +220,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendar(Java.Util /// public Javax.Xml.Datatype.Duration NewDuration(bool arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) { - return IExecute("newDuration", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + return IExecuteWithSignature("newDuration", "(ZIIIIII)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } /// /// @@ -233,7 +233,7 @@ public Javax.Xml.Datatype.Duration NewDuration(bool arg0, int arg1, int arg2, in /// public Javax.Xml.Datatype.Duration NewDurationDayTime(bool arg0, int arg1, int arg2, int arg3, int arg4) { - return IExecute("newDurationDayTime", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newDurationDayTime", "(ZIIII)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -246,7 +246,7 @@ public Javax.Xml.Datatype.Duration NewDurationDayTime(bool arg0, int arg1, int a /// public Javax.Xml.Datatype.Duration NewDurationDayTime(bool arg0, Java.Math.BigInteger arg1, Java.Math.BigInteger arg2, Java.Math.BigInteger arg3, Java.Math.BigInteger arg4) { - return IExecute("newDurationDayTime", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newDurationDayTime", "(ZLjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -275,7 +275,7 @@ public Javax.Xml.Datatype.Duration NewDurationDayTime(long arg0) /// public Javax.Xml.Datatype.Duration NewDurationYearMonth(bool arg0, int arg1, int arg2) { - return IExecute("newDurationYearMonth", arg0, arg1, arg2); + return IExecuteWithSignature("newDurationYearMonth", "(ZII)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2); } /// /// @@ -286,7 +286,7 @@ public Javax.Xml.Datatype.Duration NewDurationYearMonth(bool arg0, int arg1, int /// public Javax.Xml.Datatype.Duration NewDurationYearMonth(bool arg0, Java.Math.BigInteger arg1, Java.Math.BigInteger arg2) { - return IExecute("newDurationYearMonth", arg0, arg1, arg2); + return IExecuteWithSignature("newDurationYearMonth", "(ZLjava/math/BigInteger;Ljava/math/BigInteger;)Ljavax/xml/datatype/Duration;", arg0, arg1, arg2); } /// /// @@ -320,7 +320,7 @@ public Javax.Xml.Datatype.Duration NewDurationYearMonth(long arg0) /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendar(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) { - return IExecute("newXMLGregorianCalendar", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + return IExecuteWithSignature("newXMLGregorianCalendar", "(IIIIIIII)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } /// /// @@ -332,7 +332,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendar(int arg0, /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarDate(int arg0, int arg1, int arg2, int arg3) { - return IExecute("newXMLGregorianCalendarDate", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("newXMLGregorianCalendarDate", "(IIII)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3); } /// /// @@ -345,7 +345,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarDate(int a /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarTime(int arg0, int arg1, int arg2, int arg3, int arg4) { - return IExecute("newXMLGregorianCalendarTime", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newXMLGregorianCalendarTime", "(IIIII)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -357,7 +357,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarTime(int a /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarTime(int arg0, int arg1, int arg2, int arg3) { - return IExecute("newXMLGregorianCalendarTime", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("newXMLGregorianCalendarTime", "(IIII)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3); } /// /// @@ -370,7 +370,7 @@ public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarTime(int a /// public Javax.Xml.Datatype.XMLGregorianCalendar NewXMLGregorianCalendarTime(int arg0, int arg1, int arg2, Java.Math.BigDecimal arg3, int arg4) { - return IExecute("newXMLGregorianCalendarTime", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("newXMLGregorianCalendarTime", "(IIILjava/math/BigDecimal;I)Ljavax/xml/datatype/XMLGregorianCalendar;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Datatype/XMLGregorianCalendar.cs b/src/net/JNet/Generated/Javax/Xml/Datatype/XMLGregorianCalendar.cs index 64fa806e05..bab7666647 100644 --- a/src/net/JNet/Generated/Javax/Xml/Datatype/XMLGregorianCalendar.cs +++ b/src/net/JNet/Generated/Javax/Xml/Datatype/XMLGregorianCalendar.cs @@ -218,7 +218,7 @@ public Java.Util.GregorianCalendar ToGregorianCalendar() /// public Java.Util.GregorianCalendar ToGregorianCalendar(Java.Util.TimeZone arg0, Java.Util.Locale arg1, Javax.Xml.Datatype.XMLGregorianCalendar arg2) { - return IExecute("toGregorianCalendar", arg0, arg1, arg2); + return IExecuteWithSignature("toGregorianCalendar", "(Ljava/util/TimeZone;Ljava/util/Locale;Ljavax/xml/datatype/XMLGregorianCalendar;)Ljava/util/GregorianCalendar;", arg0, arg1, arg2); } /// /// @@ -284,7 +284,7 @@ public void SetYear(Java.Math.BigInteger arg0) /// public void SetTime(int arg0, int arg1, int arg2, int arg3) { - IExecute("setTime", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setTime", "(IIII)V", arg0, arg1, arg2, arg3); } /// /// @@ -295,7 +295,7 @@ public void SetTime(int arg0, int arg1, int arg2, int arg3) /// public void SetTime(int arg0, int arg1, int arg2, Java.Math.BigDecimal arg3) { - IExecute("setTime", arg0, arg1, arg2, arg3); + IExecuteWithSignature("setTime", "(IIILjava/math/BigDecimal;)V", arg0, arg1, arg2, arg3); } /// /// @@ -305,7 +305,7 @@ public void SetTime(int arg0, int arg1, int arg2, Java.Math.BigDecimal arg3) /// public void SetTime(int arg0, int arg1, int arg2) { - IExecute("setTime", arg0, arg1, arg2); + IExecuteWithSignature("setTime", "(III)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilder.cs b/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilder.cs index 61b5fd5176..5f54dfa295 100644 --- a/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilder.cs +++ b/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilder.cs @@ -186,7 +186,7 @@ public Org.W3c.Dom.Document Parse(Java.Io.File arg0) /// public Org.W3c.Dom.Document Parse(Java.Io.InputStream arg0, Java.Lang.String arg1) { - return IExecute("parse", arg0, arg1); + return IExecuteWithSignature("parse", "(Ljava/io/InputStream;Ljava/lang/String;)Lorg/w3c/dom/Document;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilderFactory.cs b/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilderFactory.cs index 1b0a023be2..050e638240 100644 --- a/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilderFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Parsers/DocumentBuilderFactory.cs @@ -112,7 +112,7 @@ public static Javax.Xml.Parsers.DocumentBuilderFactory NewInstance() /// public static Javax.Xml.Parsers.DocumentBuilderFactory NewInstance(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/parsers/DocumentBuilderFactory;", arg0, arg1); } #endregion @@ -162,7 +162,7 @@ public Javax.Xml.Parsers.DocumentBuilder NewDocumentBuilder() /// public void SetAttribute(Java.Lang.String arg0, object arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public void SetAttribute(Java.Lang.String arg0, object arg1) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParser.cs b/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParser.cs index 45734e1aba..36ea833e1e 100644 --- a/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParser.cs +++ b/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParser.cs @@ -142,7 +142,7 @@ public object GetProperty(Java.Lang.String arg0) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public bool IsXIncludeAware() /// public void Parse(Java.Io.File arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1) { - IExecute("parse", arg0, arg1); + IExecuteWithSignature("parse", "(Ljava/io/File;Lorg/xml/sax/helpers/DefaultHandler;)V", arg0, arg1); } /// /// @@ -173,7 +173,7 @@ public void Parse(Java.Io.File arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1) /// public void Parse(Java.Io.InputStream arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1, Java.Lang.String arg2) { - IExecute("parse", arg0, arg1, arg2); + IExecuteWithSignature("parse", "(Ljava/io/InputStream;Lorg/xml/sax/helpers/DefaultHandler;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public void Parse(Java.Io.InputStream arg0, Org.Xml.Sax.Helpers.DefaultHandler a /// public void Parse(Java.Io.InputStream arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1) { - IExecute("parse", arg0, arg1); + IExecuteWithSignature("parse", "(Ljava/io/InputStream;Lorg/xml/sax/helpers/DefaultHandler;)V", arg0, arg1); } /// /// @@ -195,7 +195,7 @@ public void Parse(Java.Io.InputStream arg0, Org.Xml.Sax.Helpers.DefaultHandler a /// public void Parse(Java.Lang.String arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1) { - IExecute("parse", arg0, arg1); + IExecuteWithSignature("parse", "(Ljava/lang/String;Lorg/xml/sax/helpers/DefaultHandler;)V", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public void Parse(Java.Lang.String arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1 /// public void Parse(Org.Xml.Sax.InputSource arg0, Org.Xml.Sax.Helpers.DefaultHandler arg1) { - IExecute("parse", arg0, arg1); + IExecuteWithSignature("parse", "(Lorg/xml/sax/InputSource;Lorg/xml/sax/helpers/DefaultHandler;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParserFactory.cs b/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParserFactory.cs index 2169236437..f081889f2a 100644 --- a/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParserFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Parsers/SAXParserFactory.cs @@ -112,7 +112,7 @@ public static Javax.Xml.Parsers.SAXParserFactory NewInstance() /// public static Javax.Xml.Parsers.SAXParserFactory NewInstance(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/parsers/SAXParserFactory;", arg0, arg1); } #endregion @@ -157,7 +157,7 @@ public Javax.Xml.Parsers.SAXParser NewSAXParser() /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/Util/StreamReaderDelegate.cs b/src/net/JNet/Generated/Javax/Xml/Stream/Util/StreamReaderDelegate.cs index 6d4f3931a5..0592d0bd91 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/Util/StreamReaderDelegate.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/Util/StreamReaderDelegate.cs @@ -331,7 +331,7 @@ public bool StandaloneSet() /// public int GetTextCharacters(int arg0, char[] arg1, int arg2, int arg3) { - return IExecute("getTextCharacters", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getTextCharacters", "(I[CII)I", arg0, arg1, arg2, arg3); } /// /// @@ -413,7 +413,7 @@ public Java.Lang.String GetAttributeValue(int arg0) /// public Java.Lang.String GetAttributeValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeValue", arg0, arg1); + return IExecuteWithSignature("getAttributeValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -468,7 +468,7 @@ public void Close() /// public void Require(int arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("require", arg0, arg1, arg2); + IExecuteWithSignature("require", "(ILjava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/Util/XMLEventAllocator.cs b/src/net/JNet/Generated/Javax/Xml/Stream/Util/XMLEventAllocator.cs index 69bc1dc3ab..f76e9b218c 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/Util/XMLEventAllocator.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/Util/XMLEventAllocator.cs @@ -155,7 +155,7 @@ public Javax.Xml.Stream.Util.XMLEventAllocator NewInstance() /// public void Allocate(Javax.Xml.Stream.XMLStreamReader arg0, Javax.Xml.Stream.Util.XMLEventConsumer arg1) { - IExecute("allocate", arg0, arg1); + IExecuteWithSignature("allocate", "(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/util/XMLEventConsumer;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventFactory.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventFactory.cs index 19bd5b3377..c644d1e0c2 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventFactory.cs @@ -114,7 +114,7 @@ public static Javax.Xml.Stream.XMLEventFactory NewFactory() /// public static Javax.Xml.Stream.XMLEventFactory NewFactory(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newFactory", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFactory", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/stream/XMLEventFactory;", arg0, arg1); } /// /// @@ -139,7 +139,7 @@ public static Javax.Xml.Stream.XMLEventFactory NewInstance() /// public Javax.Xml.Stream.Events.Attribute CreateAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("createAttribute", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createAttribute", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/Attribute;", arg0, arg1, arg2, arg3); } /// /// @@ -149,7 +149,7 @@ public Javax.Xml.Stream.Events.Attribute CreateAttribute(Java.Lang.String arg0, /// public Javax.Xml.Stream.Events.Attribute CreateAttribute(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createAttribute", arg0, arg1); + return IExecuteWithSignature("createAttribute", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/Attribute;", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public Javax.Xml.Stream.Events.Attribute CreateAttribute(Java.Lang.String arg0, /// public Javax.Xml.Stream.Events.Attribute CreateAttribute(Javax.Xml.Namespace.QName arg0, Java.Lang.String arg1) { - return IExecute("createAttribute", arg0, arg1); + return IExecuteWithSignature("createAttribute", "(Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljavax/xml/stream/events/Attribute;", arg0, arg1); } /// /// @@ -234,7 +234,7 @@ public Javax.Xml.Stream.Events.EndDocument CreateEndDocument() /// public Javax.Xml.Stream.Events.EndElement CreateEndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Iterator arg3) where Arg3ExtendsJavax_Xml_Stream_Events_Namespace : Javax.Xml.Stream.Events.Namespace { - return IExecute("createEndElement", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createEndElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Iterator;)Ljavax/xml/stream/events/EndElement;", arg0, arg1, arg2, arg3); } /// /// @@ -245,7 +245,7 @@ public Javax.Xml.Stream.Events.EndElement CreateEndElement public Javax.Xml.Stream.Events.EndElement CreateEndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("createEndElement", arg0, arg1, arg2); + return IExecuteWithSignature("createEndElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/EndElement;", arg0, arg1, arg2); } /// /// @@ -256,7 +256,7 @@ public Javax.Xml.Stream.Events.EndElement CreateEndElement(Java.Lang.String arg0 /// public Javax.Xml.Stream.Events.EndElement CreateEndElement(Javax.Xml.Namespace.QName arg0, Java.Util.Iterator arg1) where Arg1ExtendsJavax_Xml_Stream_Events_Namespace : Javax.Xml.Stream.Events.Namespace { - return IExecute("createEndElement", arg0, arg1); + return IExecuteWithSignature("createEndElement", "(Ljavax/xml/namespace/QName;Ljava/util/Iterator;)Ljavax/xml/stream/events/EndElement;", arg0, arg1); } /// /// @@ -266,7 +266,7 @@ public Javax.Xml.Stream.Events.EndElement CreateEndElement public Javax.Xml.Stream.Events.EntityReference CreateEntityReference(Java.Lang.String arg0, Javax.Xml.Stream.Events.EntityDeclaration arg1) { - return IExecute("createEntityReference", arg0, arg1); + return IExecuteWithSignature("createEntityReference", "(Ljava/lang/String;Ljavax/xml/stream/events/EntityDeclaration;)Ljavax/xml/stream/events/EntityReference;", arg0, arg1); } /// /// @@ -276,7 +276,7 @@ public Javax.Xml.Stream.Events.EntityReference CreateEntityReference(Java.Lang.S /// public Javax.Xml.Stream.Events.Namespace CreateNamespace(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createNamespace", arg0, arg1); + return IExecuteWithSignature("createNamespace", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/Namespace;", arg0, arg1); } /// /// @@ -295,7 +295,7 @@ public Javax.Xml.Stream.Events.Namespace CreateNamespace(Java.Lang.String arg0) /// public Javax.Xml.Stream.Events.ProcessingInstruction CreateProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createProcessingInstruction", arg0, arg1); + return IExecuteWithSignature("createProcessingInstruction", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/ProcessingInstruction;", arg0, arg1); } /// /// @@ -314,7 +314,7 @@ public Javax.Xml.Stream.Events.StartDocument CreateStartDocument() /// public Javax.Xml.Stream.Events.StartDocument CreateStartDocument(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2) { - return IExecute("createStartDocument", arg0, arg1, arg2); + return IExecuteWithSignature("createStartDocument", "(Ljava/lang/String;Ljava/lang/String;Z)Ljavax/xml/stream/events/StartDocument;", arg0, arg1, arg2); } /// /// @@ -324,7 +324,7 @@ public Javax.Xml.Stream.Events.StartDocument CreateStartDocument(Java.Lang.Strin /// public Javax.Xml.Stream.Events.StartDocument CreateStartDocument(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createStartDocument", arg0, arg1); + return IExecuteWithSignature("createStartDocument", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/StartDocument;", arg0, arg1); } /// /// @@ -349,7 +349,7 @@ public Javax.Xml.Stream.Events.StartDocument CreateStartDocument(Java.Lang.Strin /// public Javax.Xml.Stream.Events.StartElement CreateStartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Iterator arg3, Java.Util.Iterator arg4, Javax.Xml.Namespace.NamespaceContext arg5) where Arg3ExtendsJavax_Xml_Stream_Events_Attribute : Javax.Xml.Stream.Events.Attribute where Arg4ExtendsJavax_Xml_Stream_Events_Namespace : Javax.Xml.Stream.Events.Namespace { - return IExecute("createStartElement", arg0, arg1, arg2, arg3, arg4, arg5); + return IExecuteWithSignature("createStartElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Iterator;Ljava/util/Iterator;Ljavax/xml/namespace/NamespaceContext;)Ljavax/xml/stream/events/StartElement;", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -364,7 +364,7 @@ public Javax.Xml.Stream.Events.StartElement CreateStartElement public Javax.Xml.Stream.Events.StartElement CreateStartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Util.Iterator arg3, Java.Util.Iterator arg4) where Arg3ExtendsJavax_Xml_Stream_Events_Attribute : Javax.Xml.Stream.Events.Attribute where Arg4ExtendsJavax_Xml_Stream_Events_Namespace : Javax.Xml.Stream.Events.Namespace { - return IExecute("createStartElement", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("createStartElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Iterator;Ljava/util/Iterator;)Ljavax/xml/stream/events/StartElement;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -375,7 +375,7 @@ public Javax.Xml.Stream.Events.StartElement CreateStartElement public Javax.Xml.Stream.Events.StartElement CreateStartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("createStartElement", arg0, arg1, arg2); + return IExecuteWithSignature("createStartElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/stream/events/StartElement;", arg0, arg1, arg2); } /// /// @@ -388,7 +388,7 @@ public Javax.Xml.Stream.Events.StartElement CreateStartElement(Java.Lang.String /// public Javax.Xml.Stream.Events.StartElement CreateStartElement(Javax.Xml.Namespace.QName arg0, Java.Util.Iterator arg1, Java.Util.Iterator arg2) where Arg1ExtendsJavax_Xml_Stream_Events_Attribute : Javax.Xml.Stream.Events.Attribute where Arg2ExtendsJavax_Xml_Stream_Events_Namespace : Javax.Xml.Stream.Events.Namespace { - return IExecute("createStartElement", arg0, arg1, arg2); + return IExecuteWithSignature("createStartElement", "(Ljavax/xml/namespace/QName;Ljava/util/Iterator;Ljava/util/Iterator;)Ljavax/xml/stream/events/StartElement;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventWriter.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventWriter.cs index 9da4035b0c..6b1cd02b6e 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventWriter.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLEventWriter.cs @@ -224,7 +224,7 @@ public void SetDefaultNamespace(Java.Lang.String arg0) /// public void SetPrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setPrefix", arg0, arg1); + IExecuteWithSignature("setPrefix", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLInputFactory.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLInputFactory.cs index 9c24807d91..5cae53a881 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLInputFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLInputFactory.cs @@ -168,7 +168,7 @@ public static Javax.Xml.Stream.XMLInputFactory NewFactory() /// public static Javax.Xml.Stream.XMLInputFactory NewFactory(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newFactory", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFactory", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/stream/XMLInputFactory;", arg0, arg1); } /// /// @@ -232,7 +232,7 @@ public object GetProperty(Java.Lang.String arg0) /// public Javax.Xml.Stream.XMLEventReader CreateFilteredReader(Javax.Xml.Stream.XMLEventReader arg0, Javax.Xml.Stream.EventFilter arg1) { - return IExecute("createFilteredReader", arg0, arg1); + return IExecuteWithSignature("createFilteredReader", "(Ljavax/xml/stream/XMLEventReader;Ljavax/xml/stream/EventFilter;)Ljavax/xml/stream/XMLEventReader;", arg0, arg1); } /// /// @@ -243,7 +243,7 @@ public Javax.Xml.Stream.XMLEventReader CreateFilteredReader(Javax.Xml.Stream.XML /// public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Java.Io.InputStream arg0, Java.Lang.String arg1) { - return IExecute("createXMLEventReader", arg0, arg1); + return IExecuteWithSignature("createXMLEventReader", "(Ljava/io/InputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLEventReader;", arg0, arg1); } /// /// @@ -274,7 +274,7 @@ public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Java.Io.Reader arg0) /// public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Java.Lang.String arg0, Java.Io.InputStream arg1) { - return IExecute("createXMLEventReader", arg0, arg1); + return IExecuteWithSignature("createXMLEventReader", "(Ljava/lang/String;Ljava/io/InputStream;)Ljavax/xml/stream/XMLEventReader;", arg0, arg1); } /// /// @@ -285,7 +285,7 @@ public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Java.Lang.String arg /// public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Java.Lang.String arg0, Java.Io.Reader arg1) { - return IExecute("createXMLEventReader", arg0, arg1); + return IExecuteWithSignature("createXMLEventReader", "(Ljava/lang/String;Ljava/io/Reader;)Ljavax/xml/stream/XMLEventReader;", arg0, arg1); } /// /// @@ -316,7 +316,7 @@ public Javax.Xml.Stream.XMLEventReader CreateXMLEventReader(Javax.Xml.Transform. /// public Javax.Xml.Stream.XMLStreamReader CreateFilteredReader(Javax.Xml.Stream.XMLStreamReader arg0, Javax.Xml.Stream.StreamFilter arg1) { - return IExecute("createFilteredReader", arg0, arg1); + return IExecuteWithSignature("createFilteredReader", "(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/StreamFilter;)Ljavax/xml/stream/XMLStreamReader;", arg0, arg1); } /// /// @@ -327,7 +327,7 @@ public Javax.Xml.Stream.XMLStreamReader CreateFilteredReader(Javax.Xml.Stream.XM /// public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Java.Io.InputStream arg0, Java.Lang.String arg1) { - return IExecute("createXMLStreamReader", arg0, arg1); + return IExecuteWithSignature("createXMLStreamReader", "(Ljava/io/InputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamReader;", arg0, arg1); } /// /// @@ -358,7 +358,7 @@ public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Java.Io.Reader arg /// public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Java.Lang.String arg0, Java.Io.InputStream arg1) { - return IExecute("createXMLStreamReader", arg0, arg1); + return IExecuteWithSignature("createXMLStreamReader", "(Ljava/lang/String;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;", arg0, arg1); } /// /// @@ -369,7 +369,7 @@ public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Java.Lang.String a /// public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Java.Lang.String arg0, Java.Io.Reader arg1) { - return IExecute("createXMLStreamReader", arg0, arg1); + return IExecuteWithSignature("createXMLStreamReader", "(Ljava/lang/String;Ljava/io/Reader;)Ljavax/xml/stream/XMLStreamReader;", arg0, arg1); } /// /// @@ -389,7 +389,7 @@ public Javax.Xml.Stream.XMLStreamReader CreateXMLStreamReader(Javax.Xml.Transfor /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLOutputFactory.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLOutputFactory.cs index 93dddfdcba..34ad84af91 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLOutputFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLOutputFactory.cs @@ -120,7 +120,7 @@ public static Javax.Xml.Stream.XMLOutputFactory NewFactory() /// public static Javax.Xml.Stream.XMLOutputFactory NewFactory(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newFactory", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newFactory", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/stream/XMLOutputFactory;", arg0, arg1); } /// /// @@ -163,7 +163,7 @@ public object GetProperty(Java.Lang.String arg0) /// public Javax.Xml.Stream.XMLEventWriter CreateXMLEventWriter(Java.Io.OutputStream arg0, Java.Lang.String arg1) { - return IExecute("createXMLEventWriter", arg0, arg1); + return IExecuteWithSignature("createXMLEventWriter", "(Ljava/io/OutputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLEventWriter;", arg0, arg1); } /// /// @@ -204,7 +204,7 @@ public Javax.Xml.Stream.XMLEventWriter CreateXMLEventWriter(Javax.Xml.Transform. /// public Javax.Xml.Stream.XMLStreamWriter CreateXMLStreamWriter(Java.Io.OutputStream arg0, Java.Lang.String arg1) { - return IExecute("createXMLStreamWriter", arg0, arg1); + return IExecuteWithSignature("createXMLStreamWriter", "(Ljava/io/OutputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamWriter;", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public Javax.Xml.Stream.XMLStreamWriter CreateXMLStreamWriter(Javax.Xml.Transfor /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLReporter.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLReporter.cs index 1f9c3e281f..7ecf102aac 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLReporter.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLReporter.cs @@ -129,7 +129,7 @@ public partial class XMLReporter : Javax.Xml.Stream.IXMLReporter /// public void Report(Java.Lang.String arg0, Java.Lang.String arg1, object arg2, Javax.Xml.Stream.Location arg3) { - IExecute("report", arg0, arg1, arg2, arg3); + IExecuteWithSignature("report", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljavax/xml/stream/Location;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLResolver.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLResolver.cs index 3628ff85c8..6f66f1487c 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLResolver.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLResolver.cs @@ -131,7 +131,7 @@ public partial class XMLResolver : Javax.Xml.Stream.IXMLResolver /// public object ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("resolveEntity", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamReader.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamReader.cs index 8a9e98124c..65061ff787 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamReader.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamReader.cs @@ -567,7 +567,7 @@ public bool StandaloneSet() /// public int GetTextCharacters(int arg0, char[] arg1, int arg2, int arg3) { - return IExecute("getTextCharacters", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getTextCharacters", "(I[CII)I", arg0, arg1, arg2, arg3); } /// /// @@ -650,7 +650,7 @@ public Java.Lang.String GetAttributeValue(int arg0) /// public Java.Lang.String GetAttributeValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeValue", arg0, arg1); + return IExecuteWithSignature("getAttributeValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -705,7 +705,7 @@ public void Close() /// public void Require(int arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("require", arg0, arg1, arg2); + IExecuteWithSignature("require", "(ILjava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamWriter.cs b/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamWriter.cs index a4390e23dd..a87e9048eb 100644 --- a/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamWriter.cs +++ b/src/net/JNet/Generated/Javax/Xml/Stream/XMLStreamWriter.cs @@ -369,7 +369,7 @@ public void SetDefaultNamespace(Java.Lang.String arg0) /// public void SetPrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setPrefix", arg0, arg1); + IExecuteWithSignature("setPrefix", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -381,7 +381,7 @@ public void SetPrefix(Java.Lang.String arg0, Java.Lang.String arg1) /// public void WriteAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - IExecute("writeAttribute", arg0, arg1, arg2, arg3); + IExecuteWithSignature("writeAttribute", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// @@ -392,7 +392,7 @@ public void WriteAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.La /// public void WriteAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("writeAttribute", arg0, arg1, arg2); + IExecuteWithSignature("writeAttribute", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -402,7 +402,7 @@ public void WriteAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.La /// public void WriteAttribute(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeAttribute", arg0, arg1); + IExecuteWithSignature("writeAttribute", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -422,7 +422,7 @@ public void WriteCData(Java.Lang.String arg0) /// public void WriteCharacters(char[] arg0, int arg1, int arg2) { - IExecute("writeCharacters", arg0, arg1, arg2); + IExecuteWithSignature("writeCharacters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -469,7 +469,7 @@ public void WriteDTD(Java.Lang.String arg0) /// public void WriteEmptyElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("writeEmptyElement", arg0, arg1, arg2); + IExecuteWithSignature("writeEmptyElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -479,7 +479,7 @@ public void WriteEmptyElement(Java.Lang.String arg0, Java.Lang.String arg1, Java /// public void WriteEmptyElement(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeEmptyElement", arg0, arg1); + IExecuteWithSignature("writeEmptyElement", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -523,7 +523,7 @@ public void WriteEntityRef(Java.Lang.String arg0) /// public void WriteNamespace(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeNamespace", arg0, arg1); + IExecuteWithSignature("writeNamespace", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -533,7 +533,7 @@ public void WriteNamespace(Java.Lang.String arg0, Java.Lang.String arg1) /// public void WriteProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeProcessingInstruction", arg0, arg1); + IExecuteWithSignature("writeProcessingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -560,7 +560,7 @@ public void WriteStartDocument() /// public void WriteStartDocument(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeStartDocument", arg0, arg1); + IExecuteWithSignature("writeStartDocument", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -580,7 +580,7 @@ public void WriteStartDocument(Java.Lang.String arg0) /// public void WriteStartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("writeStartElement", arg0, arg1, arg2); + IExecuteWithSignature("writeStartElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -590,7 +590,7 @@ public void WriteStartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java /// public void WriteStartElement(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("writeStartElement", arg0, arg1); + IExecuteWithSignature("writeStartElement", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Transform/Transformer.cs b/src/net/JNet/Generated/Javax/Xml/Transform/Transformer.cs index b85128bbd8..6cf8eb85c4 100644 --- a/src/net/JNet/Generated/Javax/Xml/Transform/Transformer.cs +++ b/src/net/JNet/Generated/Javax/Xml/Transform/Transformer.cs @@ -147,7 +147,7 @@ public void ClearParameters() /// public void SetOutputProperty(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setOutputProperty", arg0, arg1); + IExecuteWithSignature("setOutputProperty", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -156,7 +156,7 @@ public void SetOutputProperty(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetParameter(Java.Lang.String arg0, object arg1) { - IExecute("setParameter", arg0, arg1); + IExecuteWithSignature("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public void SetParameter(Java.Lang.String arg0, object arg1) /// public void Transform(Javax.Xml.Transform.Source arg0, Javax.Xml.Transform.Result arg1) { - IExecute("transform", arg0, arg1); + IExecuteWithSignature("transform", "(Ljavax/xml/transform/Source;Ljavax/xml/transform/Result;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Transform/TransformerFactory.cs b/src/net/JNet/Generated/Javax/Xml/Transform/TransformerFactory.cs index 2570e314a9..3e17e0a7d0 100644 --- a/src/net/JNet/Generated/Javax/Xml/Transform/TransformerFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Transform/TransformerFactory.cs @@ -114,7 +114,7 @@ public static Javax.Xml.Transform.TransformerFactory NewInstance() /// public static Javax.Xml.Transform.TransformerFactory NewInstance(Java.Lang.String arg0, Java.Lang.ClassLoader arg1) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/transform/TransformerFactory;", arg0, arg1); } #endregion @@ -163,7 +163,7 @@ public object GetAttribute(Java.Lang.String arg0) /// public Javax.Xml.Transform.Source GetAssociatedStylesheet(Javax.Xml.Transform.Source arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("getAssociatedStylesheet", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("getAssociatedStylesheet", "(Ljavax/xml/transform/Source;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Source;", arg0, arg1, arg2, arg3); } /// /// @@ -201,7 +201,7 @@ public Javax.Xml.Transform.Transformer NewTransformer(Javax.Xml.Transform.Source /// public void SetAttribute(Java.Lang.String arg0, object arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -211,7 +211,7 @@ public void SetAttribute(Java.Lang.String arg0, object arg1) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Transform/URIResolver.cs b/src/net/JNet/Generated/Javax/Xml/Transform/URIResolver.cs index bcc1a59020..012931e03e 100644 --- a/src/net/JNet/Generated/Javax/Xml/Transform/URIResolver.cs +++ b/src/net/JNet/Generated/Javax/Xml/Transform/URIResolver.cs @@ -127,7 +127,7 @@ public partial class URIResolver : Javax.Xml.Transform.IURIResolver /// public Javax.Xml.Transform.Source Resolve(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolve", arg0, arg1); + return IExecuteWithSignature("resolve", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Source;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Validation/SchemaFactory.cs b/src/net/JNet/Generated/Javax/Xml/Validation/SchemaFactory.cs index 6402a6cd5a..3174228379 100644 --- a/src/net/JNet/Generated/Javax/Xml/Validation/SchemaFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Validation/SchemaFactory.cs @@ -105,7 +105,7 @@ public static Javax.Xml.Validation.SchemaFactory NewDefaultInstance() /// public static Javax.Xml.Validation.SchemaFactory NewInstance(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/validation/SchemaFactory;", arg0, arg1, arg2); } /// /// @@ -223,7 +223,7 @@ public Javax.Xml.Validation.Schema NewSchema(Javax.Xml.Transform.Source arg0) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -234,7 +234,7 @@ public void SetFeature(Java.Lang.String arg0, bool arg1) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Validation/Validator.cs b/src/net/JNet/Generated/Javax/Xml/Validation/Validator.cs index a37a8e5bf8..da56fd5012 100644 --- a/src/net/JNet/Generated/Javax/Xml/Validation/Validator.cs +++ b/src/net/JNet/Generated/Javax/Xml/Validation/Validator.cs @@ -122,7 +122,7 @@ public void Reset() /// public void Validate(Javax.Xml.Transform.Source arg0, Javax.Xml.Transform.Result arg1) { - IExecute("validate", arg0, arg1); + IExecuteWithSignature("validate", "(Ljavax/xml/transform/Source;Ljavax/xml/transform/Result;)V", arg0, arg1); } /// /// @@ -155,7 +155,7 @@ public object GetProperty(Java.Lang.String arg0) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -166,7 +166,7 @@ public void SetFeature(Java.Lang.String arg0, bool arg1) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Validation/ValidatorHandler.cs b/src/net/JNet/Generated/Javax/Xml/Validation/ValidatorHandler.cs index 9aa2990705..2d6e2338eb 100644 --- a/src/net/JNet/Generated/Javax/Xml/Validation/ValidatorHandler.cs +++ b/src/net/JNet/Generated/Javax/Xml/Validation/ValidatorHandler.cs @@ -151,7 +151,7 @@ public object GetProperty(Java.Lang.String arg0) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -162,7 +162,7 @@ public void SetFeature(Java.Lang.String arg0, bool arg1) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Xpath/XPath.cs b/src/net/JNet/Generated/Javax/Xml/Xpath/XPath.cs index 652bcaab43..2b4d48e531 100644 --- a/src/net/JNet/Generated/Javax/Xml/Xpath/XPath.cs +++ b/src/net/JNet/Generated/Javax/Xml/Xpath/XPath.cs @@ -234,7 +234,7 @@ public Javax.Xml.Xpath.XPathVariableResolver XPathVariableResolver /// public object Evaluate(Java.Lang.String arg0, object arg1, Javax.Xml.Namespace.QName arg2) { - return IExecute("evaluate", arg0, arg1, arg2); + return IExecuteWithSignature("evaluate", "(Ljava/lang/String;Ljava/lang/Object;Ljavax/xml/namespace/QName;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -246,7 +246,7 @@ public object Evaluate(Java.Lang.String arg0, object arg1, Javax.Xml.Namespace.Q /// public object Evaluate(Java.Lang.String arg0, Org.Xml.Sax.InputSource arg1, Javax.Xml.Namespace.QName arg2) { - return IExecute("evaluate", arg0, arg1, arg2); + return IExecuteWithSignature("evaluate", "(Ljava/lang/String;Lorg/xml/sax/InputSource;Ljavax/xml/namespace/QName;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -257,7 +257,7 @@ public object Evaluate(Java.Lang.String arg0, Org.Xml.Sax.InputSource arg1, Java /// public Java.Lang.String Evaluate(Java.Lang.String arg0, object arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -268,7 +268,7 @@ public Java.Lang.String Evaluate(Java.Lang.String arg0, object arg1) /// public Java.Lang.String Evaluate(Java.Lang.String arg0, Org.Xml.Sax.InputSource arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Ljava/lang/String;Lorg/xml/sax/InputSource;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public void Reset() /// public T EvaluateExpression(Java.Lang.String arg0, object arg1, Java.Lang.Class arg2) { - return IExecute("evaluateExpression", arg0, arg1, arg2); + return IExecuteWithSignature("evaluateExpression", "(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -311,7 +311,7 @@ public T EvaluateExpression(Java.Lang.String arg0, object arg1, Java.Lang.Cla /// public T EvaluateExpression(Java.Lang.String arg0, Org.Xml.Sax.InputSource arg1, Java.Lang.Class arg2) { - return IExecute("evaluateExpression", arg0, arg1, arg2); + return IExecuteWithSignature("evaluateExpression", "(Ljava/lang/String;Lorg/xml/sax/InputSource;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -322,7 +322,7 @@ public T EvaluateExpression(Java.Lang.String arg0, Org.Xml.Sax.InputSource ar /// public Javax.Xml.Xpath.XPathEvaluationResult EvaluateExpression(Java.Lang.String arg0, object arg1) { - return IExecute>("evaluateExpression", arg0, arg1); + return IExecuteWithSignature>("evaluateExpression", "(Ljava/lang/String;Ljava/lang/Object;)Ljavax/xml/xpath/XPathEvaluationResult;", arg0, arg1); } /// /// @@ -333,7 +333,7 @@ public Javax.Xml.Xpath.XPathEvaluationResult EvaluateExpression(Java.Lan /// public Javax.Xml.Xpath.XPathEvaluationResult EvaluateExpression(Java.Lang.String arg0, Org.Xml.Sax.InputSource arg1) { - return IExecute>("evaluateExpression", arg0, arg1); + return IExecuteWithSignature>("evaluateExpression", "(Ljava/lang/String;Lorg/xml/sax/InputSource;)Ljavax/xml/xpath/XPathEvaluationResult;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathExpression.cs b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathExpression.cs index 1efd93be10..9da54eb127 100644 --- a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathExpression.cs +++ b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathExpression.cs @@ -181,7 +181,7 @@ public partial class XPathExpression : Javax.Xml.Xpath.IXPathExpression /// public object Evaluate(object arg0, Javax.Xml.Namespace.QName arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Ljava/lang/Object;Ljavax/xml/namespace/QName;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -192,7 +192,7 @@ public object Evaluate(object arg0, Javax.Xml.Namespace.QName arg1) /// public object Evaluate(Org.Xml.Sax.InputSource arg0, Javax.Xml.Namespace.QName arg1) { - return IExecute("evaluate", arg0, arg1); + return IExecuteWithSignature("evaluate", "(Lorg/xml/sax/InputSource;Ljavax/xml/namespace/QName;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -224,7 +224,7 @@ public Java.Lang.String Evaluate(Org.Xml.Sax.InputSource arg0) /// public T EvaluateExpression(object arg0, Java.Lang.Class arg1) { - return IExecute("evaluateExpression", arg0, arg1); + return IExecuteWithSignature("evaluateExpression", "(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -236,7 +236,7 @@ public T EvaluateExpression(object arg0, Java.Lang.Class arg1) /// public T EvaluateExpression(Org.Xml.Sax.InputSource arg0, Java.Lang.Class arg1) { - return IExecute("evaluateExpression", arg0, arg1); + return IExecuteWithSignature("evaluateExpression", "(Lorg/xml/sax/InputSource;Ljava/lang/Class;)Ljava/lang/Object;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFactory.cs b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFactory.cs index 9d2d9c8ea6..57c4b2ead5 100644 --- a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFactory.cs +++ b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFactory.cs @@ -126,7 +126,7 @@ public static Javax.Xml.Xpath.XPathFactory NewInstance() /// public static Javax.Xml.Xpath.XPathFactory NewInstance(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.ClassLoader arg2) { - return SExecute(LocalBridgeClazz, "newInstance", arg0, arg1, arg2); + return SExecuteWithSignature(LocalBridgeClazz, "newInstance", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/xpath/XPathFactory;", arg0, arg1, arg2); } /// /// @@ -177,7 +177,7 @@ public Javax.Xml.Xpath.XPath NewXPath() /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFunctionResolver.cs b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFunctionResolver.cs index 2f0daa3770..67c6d0e04b 100644 --- a/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFunctionResolver.cs +++ b/src/net/JNet/Generated/Javax/Xml/Xpath/XPathFunctionResolver.cs @@ -125,7 +125,7 @@ public partial class XPathFunctionResolver : Javax.Xml.Xpath.IXPathFunctionResol /// public Javax.Xml.Xpath.XPathFunction ResolveFunction(Javax.Xml.Namespace.QName arg0, int arg1) { - return IExecute("resolveFunction", arg0, arg1); + return IExecuteWithSignature("resolveFunction", "(Ljavax/xml/namespace/QName;I)Ljavax/xml/xpath/XPathFunction;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSContext.cs b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSContext.cs index 53128d4572..9c306f3706 100644 --- a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSContext.cs +++ b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSContext.cs @@ -454,7 +454,7 @@ public bool IsTransferable() /// public byte[] AcceptSecContext(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("acceptSecContext", arg0, arg1, arg2); + return IExecuteWithSignatureArray("acceptSecContext", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -476,7 +476,7 @@ public byte[] Export() /// public byte[] GetMIC(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp arg3) { - return IExecuteArray("getMIC", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("getMIC", "([BIILorg/ietf/jgss/MessageProp;)[B", arg0, arg1, arg2, arg3); } /// /// @@ -488,7 +488,7 @@ public byte[] GetMIC(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp /// public byte[] InitSecContext(byte[] arg0, int arg1, int arg2) { - return IExecuteArray("initSecContext", arg0, arg1, arg2); + return IExecuteWithSignatureArray("initSecContext", "([BII)[B", arg0, arg1, arg2); } /// /// @@ -501,7 +501,7 @@ public byte[] InitSecContext(byte[] arg0, int arg1, int arg2) /// public byte[] Unwrap(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp arg3) { - return IExecuteArray("unwrap", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("unwrap", "([BIILorg/ietf/jgss/MessageProp;)[B", arg0, arg1, arg2, arg3); } /// /// @@ -514,7 +514,7 @@ public byte[] Unwrap(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp /// public byte[] Wrap(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp arg3) { - return IExecuteArray("wrap", arg0, arg1, arg2, arg3); + return IExecuteWithSignatureArray("wrap", "([BIILorg/ietf/jgss/MessageProp;)[B", arg0, arg1, arg2, arg3); } /// /// @@ -526,7 +526,7 @@ public byte[] Wrap(byte[] arg0, int arg1, int arg2, Org.Ietf.Jgss.MessageProp ar /// public int GetWrapSizeLimit(int arg0, bool arg1, int arg2) { - return IExecute("getWrapSizeLimit", arg0, arg1, arg2); + return IExecuteWithSignature("getWrapSizeLimit", "(IZI)I", arg0, arg1, arg2); } /// /// @@ -630,7 +630,7 @@ public void SetChannelBinding(Org.Ietf.Jgss.ChannelBinding arg0) /// public void VerifyMIC(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5, Org.Ietf.Jgss.MessageProp arg6) { - IExecute("verifyMIC", arg0, arg1, arg2, arg3, arg4, arg5, arg6); + IExecuteWithSignature("verifyMIC", "([BII[BIILorg/ietf/jgss/MessageProp;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6); } #endregion diff --git a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSCredential.cs b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSCredential.cs index b94e64305d..52357bc234 100644 --- a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSCredential.cs +++ b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSCredential.cs @@ -278,7 +278,7 @@ public Org.Ietf.Jgss.GSSName GetName(Org.Ietf.Jgss.Oid arg0) /// public void Add(Org.Ietf.Jgss.GSSName arg0, int arg1, int arg2, Org.Ietf.Jgss.Oid arg3, int arg4) { - IExecute("add", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("add", "(Lorg/ietf/jgss/GSSName;IILorg/ietf/jgss/Oid;I)V", arg0, arg1, arg2, arg3, arg4); } /// /// diff --git a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSManager.cs b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSManager.cs index 14932fb85b..46abcf1a1a 100644 --- a/src/net/JNet/Generated/Org/Ietf/Jgss/GSSManager.cs +++ b/src/net/JNet/Generated/Org/Ietf/Jgss/GSSManager.cs @@ -137,7 +137,7 @@ public Org.Ietf.Jgss.GSSContext CreateContext(Org.Ietf.Jgss.GSSCredential arg0) /// public Org.Ietf.Jgss.GSSContext CreateContext(Org.Ietf.Jgss.GSSName arg0, Org.Ietf.Jgss.Oid arg1, Org.Ietf.Jgss.GSSCredential arg2, int arg3) { - return IExecute("createContext", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createContext", "(Lorg/ietf/jgss/GSSName;Lorg/ietf/jgss/Oid;Lorg/ietf/jgss/GSSCredential;I)Lorg/ietf/jgss/GSSContext;", arg0, arg1, arg2, arg3); } /// /// @@ -160,7 +160,7 @@ public Org.Ietf.Jgss.GSSCredential CreateCredential(int arg0) /// public Org.Ietf.Jgss.GSSCredential CreateCredential(Org.Ietf.Jgss.GSSName arg0, int arg1, Org.Ietf.Jgss.Oid arg2, int arg3) { - return IExecute("createCredential", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createCredential", "(Lorg/ietf/jgss/GSSName;ILorg/ietf/jgss/Oid;I)Lorg/ietf/jgss/GSSCredential;", arg0, arg1, arg2, arg3); } /// /// @@ -173,7 +173,7 @@ public Org.Ietf.Jgss.GSSCredential CreateCredential(Org.Ietf.Jgss.GSSName arg0, /// public Org.Ietf.Jgss.GSSCredential CreateCredential(Org.Ietf.Jgss.GSSName arg0, int arg1, Org.Ietf.Jgss.Oid[] arg2, int arg3) { - return IExecute("createCredential", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createCredential", "(Lorg/ietf/jgss/GSSName;I[Lorg/ietf/jgss/Oid;I)Lorg/ietf/jgss/GSSCredential;", arg0, arg1, arg2, arg3); } /// /// @@ -185,7 +185,7 @@ public Org.Ietf.Jgss.GSSCredential CreateCredential(Org.Ietf.Jgss.GSSName arg0, /// public Org.Ietf.Jgss.GSSName CreateName(byte[] arg0, Org.Ietf.Jgss.Oid arg1, Org.Ietf.Jgss.Oid arg2) { - return IExecute("createName", arg0, arg1, arg2); + return IExecuteWithSignature("createName", "([BLorg/ietf/jgss/Oid;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;", arg0, arg1, arg2); } /// /// @@ -196,7 +196,7 @@ public Org.Ietf.Jgss.GSSName CreateName(byte[] arg0, Org.Ietf.Jgss.Oid arg1, Org /// public Org.Ietf.Jgss.GSSName CreateName(byte[] arg0, Org.Ietf.Jgss.Oid arg1) { - return IExecute("createName", arg0, arg1); + return IExecuteWithSignature("createName", "([BLorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;", arg0, arg1); } /// /// @@ -208,7 +208,7 @@ public Org.Ietf.Jgss.GSSName CreateName(byte[] arg0, Org.Ietf.Jgss.Oid arg1) /// public Org.Ietf.Jgss.GSSName CreateName(Java.Lang.String arg0, Org.Ietf.Jgss.Oid arg1, Org.Ietf.Jgss.Oid arg2) { - return IExecute("createName", arg0, arg1, arg2); + return IExecuteWithSignature("createName", "(Ljava/lang/String;Lorg/ietf/jgss/Oid;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;", arg0, arg1, arg2); } /// /// @@ -219,7 +219,7 @@ public Org.Ietf.Jgss.GSSName CreateName(Java.Lang.String arg0, Org.Ietf.Jgss.Oid /// public Org.Ietf.Jgss.GSSName CreateName(Java.Lang.String arg0, Org.Ietf.Jgss.Oid arg1) { - return IExecute("createName", arg0, arg1); + return IExecuteWithSignature("createName", "(Ljava/lang/String;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;", arg0, arg1); } /// /// @@ -248,7 +248,7 @@ public Org.Ietf.Jgss.Oid[] GetNamesForMech(Org.Ietf.Jgss.Oid arg0) /// public void AddProviderAtEnd(Java.Security.Provider arg0, Org.Ietf.Jgss.Oid arg1) { - IExecute("addProviderAtEnd", arg0, arg1); + IExecuteWithSignature("addProviderAtEnd", "(Ljava/security/Provider;Lorg/ietf/jgss/Oid;)V", arg0, arg1); } /// /// @@ -258,7 +258,7 @@ public void AddProviderAtEnd(Java.Security.Provider arg0, Org.Ietf.Jgss.Oid arg1 /// public void AddProviderAtFront(Java.Security.Provider arg0, Org.Ietf.Jgss.Oid arg1) { - IExecute("addProviderAtFront", arg0, arg1); + IExecuteWithSignature("addProviderAtFront", "(Ljava/security/Provider;Lorg/ietf/jgss/Oid;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Ietf/Jgss/MessageProp.cs b/src/net/JNet/Generated/Org/Ietf/Jgss/MessageProp.cs index 7b9792d142..5512738e2a 100644 --- a/src/net/JNet/Generated/Org/Ietf/Jgss/MessageProp.cs +++ b/src/net/JNet/Generated/Org/Ietf/Jgss/MessageProp.cs @@ -178,7 +178,7 @@ public bool IsUnseqToken() /// public void SetSupplementaryStates(bool arg0, bool arg1, bool arg2, bool arg3, int arg4, Java.Lang.String arg5) { - IExecute("setSupplementaryStates", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setSupplementaryStates", "(ZZZZILjava/lang/String;)V", arg0, arg1, arg2, arg3, arg4, arg5); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/CharacterData.cs b/src/net/JNet/Generated/Org/W3c/Dom/CharacterData.cs index 10628099ad..e74e8ab99b 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/CharacterData.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/CharacterData.cs @@ -177,7 +177,7 @@ public int Length /// public Java.Lang.String SubstringData(int arg0, int arg1) { - return IExecute("substringData", arg0, arg1); + return IExecuteWithSignature("substringData", "(II)Ljava/lang/String;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public void AppendData(Java.Lang.String arg0) /// public void DeleteData(int arg0, int arg1) { - IExecute("deleteData", arg0, arg1); + IExecuteWithSignature("deleteData", "(II)V", arg0, arg1); } /// /// @@ -206,7 +206,7 @@ public void DeleteData(int arg0, int arg1) /// public void InsertData(int arg0, Java.Lang.String arg1) { - IExecute("insertData", arg0, arg1); + IExecuteWithSignature("insertData", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -217,7 +217,7 @@ public void InsertData(int arg0, Java.Lang.String arg1) /// public void ReplaceData(int arg0, int arg1, Java.Lang.String arg2) { - IExecute("replaceData", arg0, arg1, arg2); + IExecuteWithSignature("replaceData", "(IILjava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSMediaRule.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSMediaRule.cs index f440ffbae0..4bb635d7db 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSMediaRule.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSMediaRule.cs @@ -155,7 +155,7 @@ public Org.W3c.Dom.Stylesheets.MediaList Media /// public int InsertRule(Java.Lang.String arg0, int arg1) { - return IExecute("insertRule", arg0, arg1); + return IExecuteWithSignature("insertRule", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSPrimitiveValue.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSPrimitiveValue.cs index 489a2209e5..af94d3a515 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSPrimitiveValue.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSPrimitiveValue.cs @@ -360,7 +360,7 @@ public float GetFloatValue(short arg0) /// public void SetFloatValue(short arg0, float arg1) { - IExecute("setFloatValue", arg0, arg1); + IExecuteWithSignature("setFloatValue", "(SF)V", arg0, arg1); } /// /// @@ -370,7 +370,7 @@ public void SetFloatValue(short arg0, float arg1) /// public void SetStringValue(short arg0, Java.Lang.String arg1) { - IExecute("setStringValue", arg0, arg1); + IExecuteWithSignature("setStringValue", "(SLjava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleDeclaration.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleDeclaration.cs index 6e639d0a70..767941262e 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleDeclaration.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleDeclaration.cs @@ -237,7 +237,7 @@ public Org.W3c.Dom.Css.CSSValue GetPropertyCSSValue(Java.Lang.String arg0) /// public void SetProperty(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("setProperty", arg0, arg1, arg2); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleSheet.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleSheet.cs index 2c9293861d..da880bfb91 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleSheet.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/CSSStyleSheet.cs @@ -155,7 +155,7 @@ public Org.W3c.Dom.Css.CSSRule OwnerRule /// public int InsertRule(Java.Lang.String arg0, int arg1) { - return IExecute("insertRule", arg0, arg1); + return IExecuteWithSignature("insertRule", "(Ljava/lang/String;I)I", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/DOMImplementationCSS.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/DOMImplementationCSS.cs index f5cc379051..b69ab8a1a2 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/DOMImplementationCSS.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/DOMImplementationCSS.cs @@ -127,7 +127,7 @@ public partial class DOMImplementationCSS : Org.W3c.Dom.Css.IDOMImplementationCS /// public Org.W3c.Dom.Css.CSSStyleSheet CreateCSSStyleSheet(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createCSSStyleSheet", arg0, arg1); + return IExecuteWithSignature("createCSSStyleSheet", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleSheet;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/DocumentCSS.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/DocumentCSS.cs index 2957154f0f..00b4855b31 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/DocumentCSS.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/DocumentCSS.cs @@ -125,7 +125,7 @@ public partial class DocumentCSS : Org.W3c.Dom.Css.IDocumentCSS /// public Org.W3c.Dom.Css.CSSStyleDeclaration GetOverrideStyle(Org.W3c.Dom.Element arg0, Java.Lang.String arg1) { - return IExecute("getOverrideStyle", arg0, arg1); + return IExecuteWithSignature("getOverrideStyle", "(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Css/ViewCSS.cs b/src/net/JNet/Generated/Org/W3c/Dom/Css/ViewCSS.cs index 17d2a943df..7360ad5406 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Css/ViewCSS.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Css/ViewCSS.cs @@ -125,7 +125,7 @@ public partial class ViewCSS : Org.W3c.Dom.Css.IViewCSS /// public Org.W3c.Dom.Css.CSSStyleDeclaration GetComputedStyle(Org.W3c.Dom.Element arg0, Java.Lang.String arg1) { - return IExecute("getComputedStyle", arg0, arg1); + return IExecuteWithSignature("getComputedStyle", "(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/DOMConfiguration.cs b/src/net/JNet/Generated/Org/W3c/Dom/DOMConfiguration.cs index bc3899766d..b224bf37fe 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/DOMConfiguration.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/DOMConfiguration.cs @@ -150,7 +150,7 @@ public Org.W3c.Dom.DOMStringList ParameterNames /// public bool CanSetParameter(Java.Lang.String arg0, object arg1) { - return IExecute("canSetParameter", arg0, arg1); + return IExecuteWithSignature("canSetParameter", "(Ljava/lang/String;Ljava/lang/Object;)Z", arg0, arg1); } /// /// @@ -170,7 +170,7 @@ public object GetParameter(Java.Lang.String arg0) /// public void SetParameter(Java.Lang.String arg0, object arg1) { - IExecute("setParameter", arg0, arg1); + IExecuteWithSignature("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/DOMImplementation.cs b/src/net/JNet/Generated/Org/W3c/Dom/DOMImplementation.cs index 142e868534..72c42d71e4 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/DOMImplementation.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/DOMImplementation.cs @@ -150,7 +150,7 @@ public partial class DOMImplementation : Org.W3c.Dom.IDOMImplementation /// public bool HasFeature(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("hasFeature", arg0, arg1); + return IExecuteWithSignature("hasFeature", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -160,7 +160,7 @@ public bool HasFeature(Java.Lang.String arg0, Java.Lang.String arg1) /// public object GetFeature(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getFeature", arg0, arg1); + return IExecuteWithSignature("getFeature", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -172,7 +172,7 @@ public object GetFeature(Java.Lang.String arg0, Java.Lang.String arg1) /// public Org.W3c.Dom.Document CreateDocument(Java.Lang.String arg0, Java.Lang.String arg1, Org.W3c.Dom.DocumentType arg2) { - return IExecute("createDocument", arg0, arg1, arg2); + return IExecuteWithSignature("createDocument", "(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public Org.W3c.Dom.Document CreateDocument(Java.Lang.String arg0, Java.Lang.Stri /// public Org.W3c.Dom.DocumentType CreateDocumentType(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("createDocumentType", arg0, arg1, arg2); + return IExecuteWithSignature("createDocumentType", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/DocumentType;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Document.cs b/src/net/JNet/Generated/Org/W3c/Dom/Document.cs index 4aa0e3c67f..0ccaf094c4 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Document.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Document.cs @@ -355,7 +355,7 @@ public Org.W3c.Dom.Attr CreateAttribute(Java.Lang.String arg0) /// public Org.W3c.Dom.Attr CreateAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createAttributeNS", arg0, arg1); + return IExecuteWithSignature("createAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;", arg0, arg1); } /// /// @@ -403,7 +403,7 @@ public Org.W3c.Dom.Element CreateElement(Java.Lang.String arg0) /// public Org.W3c.Dom.Element CreateElementNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createElementNS", arg0, arg1); + return IExecuteWithSignature("createElementNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;", arg0, arg1); } /// /// @@ -443,7 +443,7 @@ public Org.W3c.Dom.Node AdoptNode(Org.W3c.Dom.Node arg0) /// public Org.W3c.Dom.Node ImportNode(Org.W3c.Dom.Node arg0, bool arg1) { - return IExecute("importNode", arg0, arg1); + return IExecuteWithSignature("importNode", "(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// @@ -455,7 +455,7 @@ public Org.W3c.Dom.Node ImportNode(Org.W3c.Dom.Node arg0, bool arg1) /// public Org.W3c.Dom.Node RenameNode(Org.W3c.Dom.Node arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - return IExecute("renameNode", arg0, arg1, arg2); + return IExecuteWithSignature("renameNode", "(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;", arg0, arg1, arg2); } /// /// @@ -474,7 +474,7 @@ public Org.W3c.Dom.NodeList GetElementsByTagName(Java.Lang.String arg0) /// public Org.W3c.Dom.NodeList GetElementsByTagNameNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getElementsByTagNameNS", arg0, arg1); + return IExecuteWithSignature("getElementsByTagNameNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;", arg0, arg1); } /// /// @@ -485,7 +485,7 @@ public Org.W3c.Dom.NodeList GetElementsByTagNameNS(Java.Lang.String arg0, Java.L /// public Org.W3c.Dom.ProcessingInstruction CreateProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("createProcessingInstruction", arg0, arg1); + return IExecuteWithSignature("createProcessingInstruction", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ProcessingInstruction;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Element.cs b/src/net/JNet/Generated/Org/W3c/Dom/Element.cs index 5fa279a59c..73b6c0ac24 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Element.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Element.cs @@ -277,7 +277,7 @@ public bool HasAttribute(Java.Lang.String arg0) /// public bool HasAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("hasAttributeNS", arg0, arg1); + return IExecuteWithSignature("hasAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -297,7 +297,7 @@ public Java.Lang.String GetAttribute(Java.Lang.String arg0) /// public Java.Lang.String GetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeNS", arg0, arg1); + return IExecuteWithSignature("getAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -317,7 +317,7 @@ public Org.W3c.Dom.Attr GetAttributeNode(Java.Lang.String arg0) /// public Org.W3c.Dom.Attr GetAttributeNodeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getAttributeNodeNS", arg0, arg1); + return IExecuteWithSignature("getAttributeNodeNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;", arg0, arg1); } /// /// @@ -367,7 +367,7 @@ public Org.W3c.Dom.NodeList GetElementsByTagName(Java.Lang.String arg0) /// public Org.W3c.Dom.NodeList GetElementsByTagNameNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getElementsByTagNameNS", arg0, arg1); + return IExecuteWithSignature("getElementsByTagNameNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;", arg0, arg1); } /// /// @@ -386,7 +386,7 @@ public void RemoveAttribute(Java.Lang.String arg0) /// public void RemoveAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("removeAttributeNS", arg0, arg1); + IExecuteWithSignature("removeAttributeNS", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -396,7 +396,7 @@ public void RemoveAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetAttribute(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("setAttribute", arg0, arg1); + IExecuteWithSignature("setAttribute", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -407,7 +407,7 @@ public void SetAttribute(Java.Lang.String arg0, Java.Lang.String arg1) /// public void SetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("setAttributeNS", arg0, arg1, arg2); + IExecuteWithSignature("setAttributeNS", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -417,7 +417,7 @@ public void SetAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, Java.La /// public void SetIdAttribute(Java.Lang.String arg0, bool arg1) { - IExecute("setIdAttribute", arg0, arg1); + IExecuteWithSignature("setIdAttribute", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -427,7 +427,7 @@ public void SetIdAttribute(Java.Lang.String arg0, bool arg1) /// public void SetIdAttributeNode(Org.W3c.Dom.Attr arg0, bool arg1) { - IExecute("setIdAttributeNode", arg0, arg1); + IExecuteWithSignature("setIdAttributeNode", "(Lorg/w3c/dom/Attr;Z)V", arg0, arg1); } /// /// @@ -438,7 +438,7 @@ public void SetIdAttributeNode(Org.W3c.Dom.Attr arg0, bool arg1) /// public void SetIdAttributeNS(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2) { - IExecute("setIdAttributeNS", arg0, arg1, arg2); + IExecuteWithSignature("setIdAttributeNS", "(Ljava/lang/String;Ljava/lang/String;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Events/Event.cs b/src/net/JNet/Generated/Org/W3c/Dom/Events/Event.cs index 6bca8191df..4266268941 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Events/Event.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Events/Event.cs @@ -228,7 +228,7 @@ public Java.Lang.String Type /// public void InitEvent(Java.Lang.String arg0, bool arg1, bool arg2) { - IExecute("initEvent", arg0, arg1, arg2); + IExecuteWithSignature("initEvent", "(Ljava/lang/String;ZZ)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Events/EventTarget.cs b/src/net/JNet/Generated/Org/W3c/Dom/Events/EventTarget.cs index 8cb86061fa..dcb5eb92ec 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Events/EventTarget.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Events/EventTarget.cs @@ -149,7 +149,7 @@ public bool DispatchEvent(Org.W3c.Dom.Events.Event arg0) /// public void AddEventListener(Java.Lang.String arg0, Org.W3c.Dom.Events.EventListener arg1, bool arg2) { - IExecute("addEventListener", arg0, arg1, arg2); + IExecuteWithSignature("addEventListener", "(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V", arg0, arg1, arg2); } /// /// @@ -159,7 +159,7 @@ public void AddEventListener(Java.Lang.String arg0, Org.W3c.Dom.Events.EventList /// public void RemoveEventListener(Java.Lang.String arg0, Org.W3c.Dom.Events.EventListener arg1, bool arg2) { - IExecute("removeEventListener", arg0, arg1, arg2); + IExecuteWithSignature("removeEventListener", "(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Events/MouseEvent.cs b/src/net/JNet/Generated/Org/W3c/Dom/Events/MouseEvent.cs index d034173a9e..37a2cbf1ea 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Events/MouseEvent.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Events/MouseEvent.cs @@ -259,7 +259,7 @@ public bool ShiftKey /// public void InitMouseEvent(Java.Lang.String arg0, bool arg1, bool arg2, Org.W3c.Dom.Views.AbstractView arg3, int arg4, int arg5, int arg6, int arg7, int arg8, bool arg9, bool arg10, bool arg11, bool arg12, short arg13, Org.W3c.Dom.Events.EventTarget arg14) { - IExecute("initMouseEvent", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14); + IExecuteWithSignature("initMouseEvent", "(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;IIIIIZZZZSLorg/w3c/dom/events/EventTarget;)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Events/MutationEvent.cs b/src/net/JNet/Generated/Org/W3c/Dom/Events/MutationEvent.cs index 1144cd7039..d749c6abcf 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Events/MutationEvent.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Events/MutationEvent.cs @@ -208,7 +208,7 @@ public Org.W3c.Dom.Node RelatedNode /// public void InitMutationEvent(Java.Lang.String arg0, bool arg1, bool arg2, Org.W3c.Dom.Node arg3, Java.Lang.String arg4, Java.Lang.String arg5, Java.Lang.String arg6, short arg7) { - IExecute("initMutationEvent", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); + IExecuteWithSignature("initMutationEvent", "(Ljava/lang/String;ZZLorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;S)V", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Events/UIEvent.cs b/src/net/JNet/Generated/Org/W3c/Dom/Events/UIEvent.cs index 2c72d0d156..46e121d99c 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Events/UIEvent.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Events/UIEvent.cs @@ -151,7 +151,7 @@ public Org.W3c.Dom.Views.AbstractView View /// public void InitUIEvent(Java.Lang.String arg0, bool arg1, bool arg2, Org.W3c.Dom.Views.AbstractView arg3, int arg4) { - IExecute("initUIEvent", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("initUIEvent", "(Ljava/lang/String;ZZLorg/w3c/dom/views/AbstractView;I)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Html/HTMLSelectElement.cs b/src/net/JNet/Generated/Org/W3c/Dom/Html/HTMLSelectElement.cs index e8833a68f4..bd209008ed 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Html/HTMLSelectElement.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Html/HTMLSelectElement.cs @@ -259,7 +259,7 @@ public Java.Lang.String Value /// public void Add(Org.W3c.Dom.Html.HTMLElement arg0, Org.W3c.Dom.Html.HTMLElement arg1) { - IExecute("add", arg0, arg1); + IExecuteWithSignature("add", "(Lorg/w3c/dom/html/HTMLElement;Lorg/w3c/dom/html/HTMLElement;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Ls/DOMImplementationLS.cs b/src/net/JNet/Generated/Org/W3c/Dom/Ls/DOMImplementationLS.cs index 364b50a012..5c31aa7b12 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Ls/DOMImplementationLS.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Ls/DOMImplementationLS.cs @@ -170,7 +170,7 @@ public Org.W3c.Dom.Ls.LSOutput CreateLSOutput() /// public Org.W3c.Dom.Ls.LSParser CreateLSParser(short arg0, Java.Lang.String arg1) { - return IExecute("createLSParser", arg0, arg1); + return IExecuteWithSignature("createLSParser", "(SLjava/lang/String;)Lorg/w3c/dom/ls/LSParser;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSParser.cs b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSParser.cs index ec76fc6dd9..8e8e6973d0 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSParser.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSParser.cs @@ -247,7 +247,7 @@ public Org.W3c.Dom.Document ParseURI(Java.Lang.String arg0) /// public Org.W3c.Dom.Node ParseWithContext(Org.W3c.Dom.Ls.LSInput arg0, Org.W3c.Dom.Node arg1, short arg2) { - return IExecute("parseWithContext", arg0, arg1, arg2); + return IExecuteWithSignature("parseWithContext", "(Lorg/w3c/dom/ls/LSInput;Lorg/w3c/dom/Node;S)Lorg/w3c/dom/Node;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSResourceResolver.cs b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSResourceResolver.cs index aec3b6f70a..83216487c8 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSResourceResolver.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSResourceResolver.cs @@ -131,7 +131,7 @@ public partial class LSResourceResolver : Org.W3c.Dom.Ls.ILSResourceResolver /// public Org.W3c.Dom.Ls.LSInput ResolveResource(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - return IExecute("resolveResource", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("resolveResource", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSSerializer.cs b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSSerializer.cs index 91c5d8fd53..88b2163381 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSSerializer.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Ls/LSSerializer.cs @@ -176,7 +176,7 @@ public Java.Lang.String NewLine /// public bool Write(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Ls.LSOutput arg1) { - return IExecute("write", arg0, arg1); + return IExecuteWithSignature("write", "(Lorg/w3c/dom/Node;Lorg/w3c/dom/ls/LSOutput;)Z", arg0, arg1); } /// /// @@ -187,7 +187,7 @@ public bool Write(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Ls.LSOutput arg1) /// public bool WriteToURI(Org.W3c.Dom.Node arg0, Java.Lang.String arg1) { - return IExecute("writeToURI", arg0, arg1); + return IExecuteWithSignature("writeToURI", "(Lorg/w3c/dom/Node;Ljava/lang/String;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/NameList.cs b/src/net/JNet/Generated/Org/W3c/Dom/NameList.cs index 48569b0e14..c040b38582 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/NameList.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/NameList.cs @@ -163,7 +163,7 @@ public bool Contains(Java.Lang.String arg0) /// public bool ContainsNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("containsNS", arg0, arg1); + return IExecuteWithSignature("containsNS", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/NamedNodeMap.cs b/src/net/JNet/Generated/Org/W3c/Dom/NamedNodeMap.cs index 22d5b55989..8c09e76c0c 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/NamedNodeMap.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/NamedNodeMap.cs @@ -188,7 +188,7 @@ public Org.W3c.Dom.Node GetNamedItem(Java.Lang.String arg0) /// public Org.W3c.Dom.Node GetNamedItemNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getNamedItemNS", arg0, arg1); + return IExecuteWithSignature("getNamedItemNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// @@ -218,7 +218,7 @@ public Org.W3c.Dom.Node RemoveNamedItem(Java.Lang.String arg0) /// public Org.W3c.Dom.Node RemoveNamedItemNS(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("removeNamedItemNS", arg0, arg1); + return IExecuteWithSignature("removeNamedItemNS", "(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Node.cs b/src/net/JNet/Generated/Org/W3c/Dom/Node.cs index 8fef574bf7..572b2ea050 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Node.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Node.cs @@ -560,7 +560,7 @@ public bool IsSameNode(Org.W3c.Dom.Node arg0) /// public bool IsSupported(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isSupported", arg0, arg1); + return IExecuteWithSignature("isSupported", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -570,7 +570,7 @@ public bool IsSupported(Java.Lang.String arg0, Java.Lang.String arg1) /// public object GetFeature(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getFeature", arg0, arg1); + return IExecuteWithSignature("getFeature", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", arg0, arg1); } /// /// @@ -590,7 +590,7 @@ public object GetUserData(Java.Lang.String arg0) /// public object SetUserData(Java.Lang.String arg0, object arg1, Org.W3c.Dom.UserDataHandler arg2) { - return IExecute("setUserData", arg0, arg1, arg2); + return IExecuteWithSignature("setUserData", "(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;", arg0, arg1, arg2); } /// /// @@ -638,7 +638,7 @@ public Org.W3c.Dom.Node CloneNode(bool arg0) /// public Org.W3c.Dom.Node InsertBefore(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Node arg1) { - return IExecute("insertBefore", arg0, arg1); + return IExecuteWithSignature("insertBefore", "(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// @@ -659,7 +659,7 @@ public Org.W3c.Dom.Node RemoveChild(Org.W3c.Dom.Node arg0) /// public Org.W3c.Dom.Node ReplaceChild(Org.W3c.Dom.Node arg0, Org.W3c.Dom.Node arg1) { - return IExecute("replaceChild", arg0, arg1); + return IExecuteWithSignature("replaceChild", "(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Ranges/Range.cs b/src/net/JNet/Generated/Org/W3c/Dom/Ranges/Range.cs index 1fa881ead7..0890e8130f 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Ranges/Range.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Ranges/Range.cs @@ -350,7 +350,7 @@ public Org.W3c.Dom.Ranges.Range CloneRange() /// public short CompareBoundaryPoints(short arg0, Org.W3c.Dom.Ranges.Range arg1) { - return IExecute("compareBoundaryPoints", arg0, arg1); + return IExecuteWithSignature("compareBoundaryPoints", "(SLorg/w3c/dom/ranges/Range;)S", arg0, arg1); } /// /// @@ -416,7 +416,7 @@ public void SelectNodeContents(Org.W3c.Dom.Node arg0) /// public void SetEnd(Org.W3c.Dom.Node arg0, int arg1) { - IExecute("setEnd", arg0, arg1); + IExecuteWithSignature("setEnd", "(Lorg/w3c/dom/Node;I)V", arg0, arg1); } /// /// @@ -447,7 +447,7 @@ public void SetEndBefore(Org.W3c.Dom.Node arg0) /// public void SetStart(Org.W3c.Dom.Node arg0, int arg1) { - IExecute("setStart", arg0, arg1); + IExecuteWithSignature("setStart", "(Lorg/w3c/dom/Node;I)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Traversal/DocumentTraversal.cs b/src/net/JNet/Generated/Org/W3c/Dom/Traversal/DocumentTraversal.cs index 8600556c65..531ba6213f 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Traversal/DocumentTraversal.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Traversal/DocumentTraversal.cs @@ -141,7 +141,7 @@ public partial class DocumentTraversal : Org.W3c.Dom.Traversal.IDocumentTraversa /// public Org.W3c.Dom.Traversal.NodeIterator CreateNodeIterator(Org.W3c.Dom.Node arg0, int arg1, Org.W3c.Dom.Traversal.NodeFilter arg2, bool arg3) { - return IExecute("createNodeIterator", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createNodeIterator", "(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;", arg0, arg1, arg2, arg3); } /// /// @@ -154,7 +154,7 @@ public Org.W3c.Dom.Traversal.NodeIterator CreateNodeIterator(Org.W3c.Dom.Node ar /// public Org.W3c.Dom.Traversal.TreeWalker CreateTreeWalker(Org.W3c.Dom.Node arg0, int arg1, Org.W3c.Dom.Traversal.NodeFilter arg2, bool arg3) { - return IExecute("createTreeWalker", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("createTreeWalker", "(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/TypeInfo.cs b/src/net/JNet/Generated/Org/W3c/Dom/TypeInfo.cs index 7bb5ab15d7..8da2c36b28 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/TypeInfo.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/TypeInfo.cs @@ -173,7 +173,7 @@ public Java.Lang.String TypeNamespace /// public bool IsDerivedFrom(Java.Lang.String arg0, Java.Lang.String arg1, int arg2) { - return IExecute("isDerivedFrom", arg0, arg1, arg2); + return IExecuteWithSignature("isDerivedFrom", "(Ljava/lang/String;Ljava/lang/String;I)Z", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/UserDataHandler.cs b/src/net/JNet/Generated/Org/W3c/Dom/UserDataHandler.cs index 760b9bd2b0..e5844b3e70 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/UserDataHandler.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/UserDataHandler.cs @@ -159,7 +159,7 @@ public partial class UserDataHandler : Org.W3c.Dom.IUserDataHandler /// public void Handle(short arg0, Java.Lang.String arg1, object arg2, Org.W3c.Dom.Node arg3, Org.W3c.Dom.Node arg4) { - IExecute("handle", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("handle", "(SLjava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)V", arg0, arg1, arg2, arg3, arg4); } #endregion diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathEvaluator.cs b/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathEvaluator.cs index f23c199e40..6c489e0770 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathEvaluator.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathEvaluator.cs @@ -150,7 +150,7 @@ public partial class XPathEvaluator : Org.W3c.Dom.Xpath.IXPathEvaluator /// public object Evaluate(Java.Lang.String arg0, Org.W3c.Dom.Node arg1, Org.W3c.Dom.Xpath.XPathNSResolver arg2, short arg3, object arg4) { - return IExecute("evaluate", arg0, arg1, arg2, arg3, arg4); + return IExecuteWithSignature("evaluate", "(Ljava/lang/String;Lorg/w3c/dom/Node;Lorg/w3c/dom/xpath/XPathNSResolver;SLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -162,7 +162,7 @@ public object Evaluate(Java.Lang.String arg0, Org.W3c.Dom.Node arg1, Org.W3c.Dom /// public Org.W3c.Dom.Xpath.XPathExpression CreateExpression(Java.Lang.String arg0, Org.W3c.Dom.Xpath.XPathNSResolver arg1) { - return IExecute("createExpression", arg0, arg1); + return IExecuteWithSignature("createExpression", "(Ljava/lang/String;Lorg/w3c/dom/xpath/XPathNSResolver;)Lorg/w3c/dom/xpath/XPathExpression;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathExpression.cs b/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathExpression.cs index 733c4e98fe..7cdbc75e88 100644 --- a/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathExpression.cs +++ b/src/net/JNet/Generated/Org/W3c/Dom/Xpath/XPathExpression.cs @@ -131,7 +131,7 @@ public partial class XPathExpression : Org.W3c.Dom.Xpath.IXPathExpression /// public object Evaluate(Org.W3c.Dom.Node arg0, short arg1, object arg2) { - return IExecute("evaluate", arg0, arg1, arg2); + return IExecuteWithSignature("evaluate", "(Lorg/w3c/dom/Node;SLjava/lang/Object;)Ljava/lang/Object;", arg0, arg1, arg2); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Attributes.cs b/src/net/JNet/Generated/Org/Xml/Sax/Attributes.cs index 4b91907819..a49291fd72 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Attributes.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Attributes.cs @@ -198,7 +198,7 @@ public int Length /// public int GetIndex(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getIndex", arg0, arg1); + return IExecuteWithSignature("getIndex", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -244,7 +244,7 @@ public Java.Lang.String GetType(int arg0) /// public Java.Lang.String GetType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getType", arg0, arg1); + return IExecuteWithSignature("getType", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -281,7 +281,7 @@ public Java.Lang.String GetValue(int arg0) /// public Java.Lang.String GetValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getValue", arg0, arg1); + return IExecuteWithSignature("getValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/ContentHandler.cs b/src/net/JNet/Generated/Org/Xml/Sax/ContentHandler.cs index 1bc7ca9a43..e9038ed415 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/ContentHandler.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/ContentHandler.cs @@ -193,7 +193,7 @@ public partial class ContentHandler : Org.Xml.Sax.IContentHandler /// public void Characters(char[] arg0, int arg1, int arg2) { - IExecute("characters", arg0, arg1, arg2); + IExecuteWithSignature("characters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -212,7 +212,7 @@ public void EndDocument() /// public void EndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("endElement", arg0, arg1, arg2); + IExecuteWithSignature("endElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -232,7 +232,7 @@ public void EndPrefixMapping(Java.Lang.String arg0) /// public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) { - IExecute("ignorableWhitespace", arg0, arg1, arg2); + IExecuteWithSignature("ignorableWhitespace", "([CII)V", arg0, arg1, arg2); } /// /// @@ -242,7 +242,7 @@ public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) /// public void ProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("processingInstruction", arg0, arg1); + IExecuteWithSignature("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -279,7 +279,7 @@ public void StartDocument() /// public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Org.Xml.Sax.Attributes arg3) { - IExecute("startElement", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V", arg0, arg1, arg2, arg3); } /// /// @@ -289,7 +289,7 @@ public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang /// public void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("startPrefixMapping", arg0, arg1); + IExecuteWithSignature("startPrefixMapping", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/DTDHandler.cs b/src/net/JNet/Generated/Org/Xml/Sax/DTDHandler.cs index 0decfb65ad..fb178c7e77 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/DTDHandler.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/DTDHandler.cs @@ -136,7 +136,7 @@ public partial class DTDHandler : Org.Xml.Sax.IDTDHandler /// public void NotationDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("notationDecl", arg0, arg1, arg2); + IExecuteWithSignature("notationDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -148,7 +148,7 @@ public void NotationDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang /// public void UnparsedEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - IExecute("unparsedEntityDecl", arg0, arg1, arg2, arg3); + IExecuteWithSignature("unparsedEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/EntityResolver.cs b/src/net/JNet/Generated/Org/Xml/Sax/EntityResolver.cs index d7ba185e2c..46fe7ee9a1 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/EntityResolver.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/EntityResolver.cs @@ -129,7 +129,7 @@ public partial class EntityResolver : Org.Xml.Sax.IEntityResolver /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolveEntity", arg0, arg1); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2.cs index a0c85e5500..3a48fc7f83 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2.cs @@ -165,7 +165,7 @@ public bool IsDeclared(int arg0) /// public bool IsDeclared(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isDeclared", arg0, arg1); + return IExecuteWithSignature("isDeclared", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -193,7 +193,7 @@ public bool IsSpecified(int arg0) /// public bool IsSpecified(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isSpecified", arg0, arg1); + return IExecuteWithSignature("isSpecified", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2Impl.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2Impl.cs index 7597d8eed2..46ce938474 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2Impl.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/Attributes2Impl.cs @@ -119,7 +119,7 @@ public bool IsDeclared(int arg0) /// public bool IsDeclared(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isDeclared", arg0, arg1); + return IExecuteWithSignature("isDeclared", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -147,7 +147,7 @@ public bool IsSpecified(int arg0) /// public bool IsSpecified(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("isSpecified", arg0, arg1); + return IExecuteWithSignature("isSpecified", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -165,7 +165,7 @@ public bool IsSpecified(Java.Lang.String arg0) /// public void SetDeclared(int arg0, bool arg1) { - IExecute("setDeclared", arg0, arg1); + IExecuteWithSignature("setDeclared", "(IZ)V", arg0, arg1); } /// /// @@ -174,7 +174,7 @@ public void SetDeclared(int arg0, bool arg1) /// public void SetSpecified(int arg0, bool arg1) { - IExecute("setSpecified", arg0, arg1); + IExecuteWithSignature("setSpecified", "(IZ)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/DeclHandler.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/DeclHandler.cs index 43de9c0bc6..71285485ba 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/DeclHandler.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/DeclHandler.cs @@ -153,7 +153,7 @@ public partial class DeclHandler : Org.Xml.Sax.Ext.IDeclHandler /// public void AttributeDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - IExecute("attributeDecl", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("attributeDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -163,7 +163,7 @@ public void AttributeDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lan /// public void ElementDecl(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("elementDecl", arg0, arg1); + IExecuteWithSignature("elementDecl", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -174,7 +174,7 @@ public void ElementDecl(Java.Lang.String arg0, Java.Lang.String arg1) /// public void ExternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("externalEntityDecl", arg0, arg1, arg2); + IExecuteWithSignature("externalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public void ExternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Jav /// public void InternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("internalEntityDecl", arg0, arg1); + IExecuteWithSignature("internalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/DefaultHandler2.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/DefaultHandler2.cs index aa9946d515..47a67cb556 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/DefaultHandler2.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/DefaultHandler2.cs @@ -112,7 +112,7 @@ public partial class DefaultHandler2 /// public Org.Xml.Sax.InputSource GetExternalSubset(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getExternalSubset", arg0, arg1); + return IExecuteWithSignature("getExternalSubset", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } /// /// @@ -126,7 +126,7 @@ public Org.Xml.Sax.InputSource GetExternalSubset(Java.Lang.String arg0, Java.Lan /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("resolveEntity", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1, arg2, arg3); } /// /// @@ -139,7 +139,7 @@ public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.St /// public void AttributeDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - IExecute("attributeDecl", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("attributeDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -150,7 +150,7 @@ public void AttributeDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lan /// public void Comment(char[] arg0, int arg1, int arg2) { - IExecute("comment", arg0, arg1, arg2); + IExecuteWithSignature("comment", "([CII)V", arg0, arg1, arg2); } /// /// @@ -160,7 +160,7 @@ public void Comment(char[] arg0, int arg1, int arg2) /// public void ElementDecl(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("elementDecl", arg0, arg1); + IExecuteWithSignature("elementDecl", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public void EndEntity(Java.Lang.String arg0) /// public void ExternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("externalEntityDecl", arg0, arg1, arg2); + IExecuteWithSignature("externalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -206,7 +206,7 @@ public void ExternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Jav /// public void InternalEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("internalEntityDecl", arg0, arg1); + IExecuteWithSignature("internalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -225,7 +225,7 @@ public void StartCDATA() /// public void StartDTD(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("startDTD", arg0, arg1, arg2); + IExecuteWithSignature("startDTD", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/EntityResolver2.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/EntityResolver2.cs index 6dcf446192..6ba78d9852 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/EntityResolver2.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/EntityResolver2.cs @@ -140,7 +140,7 @@ public partial class EntityResolver2 : Org.Xml.Sax.Ext.IEntityResolver2 /// public Org.Xml.Sax.InputSource GetExternalSubset(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getExternalSubset", arg0, arg1); + return IExecuteWithSignature("getExternalSubset", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } /// /// @@ -154,7 +154,7 @@ public Org.Xml.Sax.InputSource GetExternalSubset(Java.Lang.String arg0, Java.Lan /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - return IExecute("resolveEntity", arg0, arg1, arg2, arg3); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1, arg2, arg3); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Ext/LexicalHandler.cs b/src/net/JNet/Generated/Org/Xml/Sax/Ext/LexicalHandler.cs index 4e313ca178..7c21e553e0 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Ext/LexicalHandler.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Ext/LexicalHandler.cs @@ -162,7 +162,7 @@ public partial class LexicalHandler : Org.Xml.Sax.Ext.ILexicalHandler /// public void Comment(char[] arg0, int arg1, int arg2) { - IExecute("comment", arg0, arg1, arg2); + IExecuteWithSignature("comment", "([CII)V", arg0, arg1, arg2); } /// /// @@ -206,7 +206,7 @@ public void StartCDATA() /// public void StartDTD(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("startDTD", arg0, arg1, arg2); + IExecuteWithSignature("startDTD", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/AttributesImpl.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/AttributesImpl.cs index 8850fa7935..cc9fef3140 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/AttributesImpl.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/AttributesImpl.cs @@ -113,7 +113,7 @@ public int Length /// public int GetIndex(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getIndex", arg0, arg1); + return IExecuteWithSignature("getIndex", "(Ljava/lang/String;Ljava/lang/String;)I", arg0, arg1); } /// /// @@ -159,7 +159,7 @@ public Java.Lang.String GetType(int arg0) /// public Java.Lang.String GetType(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getType", arg0, arg1); + return IExecuteWithSignature("getType", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public Java.Lang.String GetValue(int arg0) /// public Java.Lang.String GetValue(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("getValue", arg0, arg1); + return IExecuteWithSignature("getValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", arg0, arg1); } /// /// @@ -217,7 +217,7 @@ public Java.Lang.String GetValue(Java.Lang.String arg0) /// public void AddAttribute(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4) { - IExecute("addAttribute", arg0, arg1, arg2, arg3, arg4); + IExecuteWithSignature("addAttribute", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3, arg4); } /// /// @@ -245,7 +245,7 @@ public void RemoveAttribute(int arg0) /// public void SetAttribute(int arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, Java.Lang.String arg5) { - IExecute("setAttribute", arg0, arg1, arg2, arg3, arg4, arg5); + IExecuteWithSignature("setAttribute", "(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3, arg4, arg5); } /// /// @@ -262,7 +262,7 @@ public void SetAttributes(Org.Xml.Sax.Attributes arg0) /// public void SetLocalName(int arg0, Java.Lang.String arg1) { - IExecute("setLocalName", arg0, arg1); + IExecuteWithSignature("setLocalName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -271,7 +271,7 @@ public void SetLocalName(int arg0, Java.Lang.String arg1) /// public void SetQName(int arg0, Java.Lang.String arg1) { - IExecute("setQName", arg0, arg1); + IExecuteWithSignature("setQName", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -280,7 +280,7 @@ public void SetQName(int arg0, Java.Lang.String arg1) /// public void SetType(int arg0, Java.Lang.String arg1) { - IExecute("setType", arg0, arg1); + IExecuteWithSignature("setType", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -289,7 +289,7 @@ public void SetType(int arg0, Java.Lang.String arg1) /// public void SetURI(int arg0, Java.Lang.String arg1) { - IExecute("setURI", arg0, arg1); + IExecuteWithSignature("setURI", "(ILjava/lang/String;)V", arg0, arg1); } /// /// @@ -298,7 +298,7 @@ public void SetURI(int arg0, Java.Lang.String arg1) /// public void SetValue(int arg0, Java.Lang.String arg1) { - IExecute("setValue", arg0, arg1); + IExecuteWithSignature("setValue", "(ILjava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/DefaultHandler.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/DefaultHandler.cs index 16ff5beee7..0374531f9c 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/DefaultHandler.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/DefaultHandler.cs @@ -116,7 +116,7 @@ public partial class DefaultHandler /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolveEntity", arg0, arg1); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } /// /// @@ -127,7 +127,7 @@ public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.St /// public void Characters(char[] arg0, int arg1, int arg2) { - IExecute("characters", arg0, arg1, arg2); + IExecuteWithSignature("characters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -146,7 +146,7 @@ public void EndDocument() /// public void EndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("endElement", arg0, arg1, arg2); + IExecuteWithSignature("endElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -184,7 +184,7 @@ public void FatalError(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0) /// public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) { - IExecute("ignorableWhitespace", arg0, arg1, arg2); + IExecuteWithSignature("ignorableWhitespace", "([CII)V", arg0, arg1, arg2); } /// /// @@ -195,7 +195,7 @@ public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) /// public void NotationDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("notationDecl", arg0, arg1, arg2); + IExecuteWithSignature("notationDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -205,7 +205,7 @@ public void NotationDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang /// public void ProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("processingInstruction", arg0, arg1); + IExecuteWithSignature("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -242,7 +242,7 @@ public void StartDocument() /// public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Org.Xml.Sax.Attributes arg3) { - IExecute("startElement", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V", arg0, arg1, arg2, arg3); } /// /// @@ -252,7 +252,7 @@ public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang /// public void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("startPrefixMapping", arg0, arg1); + IExecuteWithSignature("startPrefixMapping", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -264,7 +264,7 @@ public void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) /// public void UnparsedEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - IExecute("unparsedEntityDecl", arg0, arg1, arg2, arg3); + IExecuteWithSignature("unparsedEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/NamespaceSupport.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/NamespaceSupport.cs index 7773b74184..0fa87387ca 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/NamespaceSupport.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/NamespaceSupport.cs @@ -124,7 +124,7 @@ public Java.Util.Enumeration Prefixes /// public bool DeclarePrefix(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("declarePrefix", arg0, arg1); + return IExecuteWithSignature("declarePrefix", "(Ljava/lang/String;Ljava/lang/String;)Z", arg0, arg1); } /// /// @@ -161,7 +161,7 @@ public Java.Lang.String GetURI(Java.Lang.String arg0) /// public Java.Lang.String[] ProcessName(Java.Lang.String arg0, Java.Lang.String[] arg1, bool arg2) { - return IExecuteArray("processName", arg0, arg1, arg2); + return IExecuteWithSignatureArray("processName", "(Ljava/lang/String;[Ljava/lang/String;Z)[Ljava/lang/String;", arg0, arg1, arg2); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/ParserAdapter.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/ParserAdapter.cs index 31d392edd2..69206910d8 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/ParserAdapter.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/ParserAdapter.cs @@ -759,7 +759,7 @@ public override object GetProperty(Java.Lang.String arg0) /// public override void Characters(char[] arg0, int arg1, int arg2) { - IExecute("characters", arg0, arg1, arg2); + IExecuteWithSignature("characters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -787,7 +787,7 @@ public override void EndElement(Java.Lang.String arg0) /// public override void IgnorableWhitespace(char[] arg0, int arg1, int arg2) { - IExecute("ignorableWhitespace", arg0, arg1, arg2); + IExecuteWithSignature("ignorableWhitespace", "([CII)V", arg0, arg1, arg2); } /// /// @@ -817,7 +817,7 @@ public override void Parse(Org.Xml.Sax.InputSource arg0) /// public override void ProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("processingInstruction", arg0, arg1); + IExecuteWithSignature("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -836,7 +836,7 @@ public override void SetDocumentLocator(Org.Xml.Sax.Locator arg0) /// public override void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -847,7 +847,7 @@ public override void SetFeature(Java.Lang.String arg0, bool arg1) /// public override void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLFilterImpl.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLFilterImpl.cs index 211d029cc2..95e81a282b 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLFilterImpl.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLFilterImpl.cs @@ -185,7 +185,7 @@ public object GetProperty(Java.Lang.String arg0) /// public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.String arg1) { - return IExecute("resolveEntity", arg0, arg1); + return IExecuteWithSignature("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", arg0, arg1); } /// /// @@ -196,7 +196,7 @@ public Org.Xml.Sax.InputSource ResolveEntity(Java.Lang.String arg0, Java.Lang.St /// public void Characters(char[] arg0, int arg1, int arg2) { - IExecute("characters", arg0, arg1, arg2); + IExecuteWithSignature("characters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -215,7 +215,7 @@ public void EndDocument() /// public void EndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("endElement", arg0, arg1, arg2); + IExecuteWithSignature("endElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -253,7 +253,7 @@ public void FatalError(MASES.JCOBridge.C2JBridge.JVMBridgeException arg0) /// public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) { - IExecute("ignorableWhitespace", arg0, arg1, arg2); + IExecuteWithSignature("ignorableWhitespace", "([CII)V", arg0, arg1, arg2); } /// /// @@ -264,7 +264,7 @@ public void IgnorableWhitespace(char[] arg0, int arg1, int arg2) /// public void NotationDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("notationDecl", arg0, arg1, arg2); + IExecuteWithSignature("notationDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -294,7 +294,7 @@ public void Parse(Org.Xml.Sax.InputSource arg0) /// public void ProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("processingInstruction", arg0, arg1); + IExecuteWithSignature("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -313,7 +313,7 @@ public void SetDocumentLocator(Org.Xml.Sax.Locator arg0) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -324,7 +324,7 @@ public void SetFeature(Java.Lang.String arg0, bool arg1) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } /// /// @@ -353,7 +353,7 @@ public void StartDocument() /// public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Org.Xml.Sax.Attributes arg3) { - IExecute("startElement", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V", arg0, arg1, arg2, arg3); } /// /// @@ -363,7 +363,7 @@ public void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang /// public void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("startPrefixMapping", arg0, arg1); + IExecuteWithSignature("startPrefixMapping", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -375,7 +375,7 @@ public void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) /// public void UnparsedEntityDecl(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Java.Lang.String arg3) { - IExecute("unparsedEntityDecl", arg0, arg1, arg2, arg3); + IExecuteWithSignature("unparsedEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2, arg3); } /// /// diff --git a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLReaderAdapter.cs b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLReaderAdapter.cs index d74625870a..4da4520f71 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLReaderAdapter.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/Helpers/XMLReaderAdapter.cs @@ -606,7 +606,7 @@ public partial class XMLReaderAdapterDirect /// public override void Characters(char[] arg0, int arg1, int arg2) { - IExecute("characters", arg0, arg1, arg2); + IExecuteWithSignature("characters", "([CII)V", arg0, arg1, arg2); } /// /// @@ -625,7 +625,7 @@ public override void EndDocument() /// public override void EndElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2) { - IExecute("endElement", arg0, arg1, arg2); + IExecuteWithSignature("endElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1, arg2); } /// /// @@ -644,7 +644,7 @@ public override void EndPrefixMapping(Java.Lang.String arg0) /// public override void IgnorableWhitespace(char[] arg0, int arg1, int arg2) { - IExecute("ignorableWhitespace", arg0, arg1, arg2); + IExecuteWithSignature("ignorableWhitespace", "([CII)V", arg0, arg1, arg2); } /// /// @@ -674,7 +674,7 @@ public override void Parse(Org.Xml.Sax.InputSource arg0) /// public override void ProcessingInstruction(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("processingInstruction", arg0, arg1); + IExecuteWithSignature("processingInstruction", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } /// /// @@ -744,7 +744,7 @@ public override void StartDocument() /// public override void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.String arg2, Org.Xml.Sax.Attributes arg3) { - IExecute("startElement", arg0, arg1, arg2, arg3); + IExecuteWithSignature("startElement", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V", arg0, arg1, arg2, arg3); } /// /// @@ -753,7 +753,7 @@ public override void StartElement(Java.Lang.String arg0, Java.Lang.String arg1, /// public override void StartPrefixMapping(Java.Lang.String arg0, Java.Lang.String arg1) { - IExecute("startPrefixMapping", arg0, arg1); + IExecuteWithSignature("startPrefixMapping", "(Ljava/lang/String;Ljava/lang/String;)V", arg0, arg1); } #endregion diff --git a/src/net/JNet/Generated/Org/Xml/Sax/XMLReader.cs b/src/net/JNet/Generated/Org/Xml/Sax/XMLReader.cs index 6e6bc53b91..3e3ab6d800 100644 --- a/src/net/JNet/Generated/Org/Xml/Sax/XMLReader.cs +++ b/src/net/JNet/Generated/Org/Xml/Sax/XMLReader.cs @@ -251,7 +251,7 @@ public void Parse(Org.Xml.Sax.InputSource arg0) /// public void SetFeature(Java.Lang.String arg0, bool arg1) { - IExecute("setFeature", arg0, arg1); + IExecuteWithSignature("setFeature", "(Ljava/lang/String;Z)V", arg0, arg1); } /// /// @@ -262,7 +262,7 @@ public void SetFeature(Java.Lang.String arg0, bool arg1) /// public void SetProperty(Java.Lang.String arg0, object arg1) { - IExecute("setProperty", arg0, arg1); + IExecuteWithSignature("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", arg0, arg1); } #endregion