public class MyTest extends NativeCallbackSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
StaticString |
| Constructor and Description |
|---|
MyTest() |
MyTest(MyTest myTest) |
MyTest(String... args) |
MyTest(String str) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
addInts(Integer... args) |
Integer |
addInts(int a,
int b) |
void |
aMethod() |
String |
appendToMyString(String str) |
DummyMapInterface<String,Object> |
getMap() |
String |
getMyString() |
String |
getMyWithArgs(String arg) |
String |
getMyWithArgsList(String... args) |
void |
list(List<String> l) |
void |
performCallback() |
static void |
StaticMethod() |
doCallbackpublic static String StaticString
public MyTest()
public MyTest(MyTest myTest)
public MyTest(String str)
public MyTest(String... args)
public String getMyString()
public Integer addInts(int a, int b)
public void aMethod()
public static void StaticMethod()
public void performCallback()
public DummyMapInterface<String,Object> getMap()
Copyright © 2019. All rights reserved.