Uses of Class
org.astonbitecode.j4rs.api.dtos.InvocationArg
Packages that use InvocationArg
Package
Description
-
Uses of InvocationArg in org.astonbitecode.j4rs.api
Methods in org.astonbitecode.j4rs.api with parameters of type InvocationArgModifier and TypeMethodDescriptionNativeInstantiation.createJavaArray(String className, InvocationArg... arg) NativeInstantiation.instantiate(String className, InvocationArg... arg) Instance.invoke(String methodName, InvocationArg... args) Invokes a method of the instance of the class that is set for thisInstancevoidInstance.invokeAsyncToChannel(long functionPointerAddress, String methodName, InvocationArg... args) Invokes asynchronously a method of the instance of the class that is set for thisInstance.Instance.invokeStatic(String methodName, InvocationArg... args) Invokes a static method of the class that is set for thisInstancevoidInstance.invokeToChannel(long channelAddress, String methodName, InvocationArg... args) Invokes a method of the instance of the class that is set for thisInstance. -
Uses of InvocationArg in org.astonbitecode.j4rs.api.dtos
Methods in org.astonbitecode.j4rs.api.dtos with parameters of type InvocationArgModifier and TypeMethodDescriptionInvocationArgGenerator.generateArgObjects(InvocationArg[] args) InvocationArg.invoke(String methodName, InvocationArg... args) voidInvocationArg.invokeAsyncToChannel(long channelAddress, String methodName, InvocationArg... args) InvocationArg.invokeStatic(String methodName, InvocationArg... args) voidInvocationArg.invokeToChannel(long channelAddress, String methodName, InvocationArg... args) -
Uses of InvocationArg in org.astonbitecode.j4rs.api.instantiation
Methods in org.astonbitecode.j4rs.api.instantiation with parameters of type InvocationArgModifier and TypeMethodDescriptionstatic InstanceNativeInstantiationImpl.createJavaArray(String className, InvocationArg... args) static InstanceNativeInstantiationImpl.createJavaList(String className, InvocationArg... args) static InstanceNativeInstantiationImpl.createJavaMap(String keyClassName, String valueClassName, InvocationArg... args) static InstanceNativeInstantiationImpl.instantiate(String className, InvocationArg... args) -
Uses of InvocationArg in org.astonbitecode.j4rs.api.invocation
Methods in org.astonbitecode.j4rs.api.invocation with parameters of type InvocationArgModifier and TypeMethodDescriptionJsonInvocationImpl.invoke(String methodName, InvocationArg... args) voidJsonInvocationImpl.invokeAsyncToChannel(long channelAddress, String methodName, InvocationArg... args) JsonInvocationImpl.invokeStatic(String methodName, InvocationArg... args) voidJsonInvocationImpl.invokeToChannel(long channelAddress, String methodName, InvocationArg... args)