Uses of Class
org.intocps.maestro.interpreter.external.ExternalReflectCallHelper.ArgMapping.InOut
-
Packages that use ExternalReflectCallHelper.ArgMapping.InOut Package Description org.intocps.maestro.interpreter.external -
-
Uses of ExternalReflectCallHelper.ArgMapping.InOut in org.intocps.maestro.interpreter.external
Methods in org.intocps.maestro.interpreter.external that return ExternalReflectCallHelper.ArgMapping.InOut Modifier and Type Method Description ExternalReflectCallHelper.ArgMapping.InOutExternalReflectCallHelper.ArgMapping. getDirection()ExternalReflectCallHelper.ArgMapping.InOutIArgMapping. getDirection()static ExternalReflectCallHelper.ArgMapping.InOutExternalReflectCallHelper.ArgMapping.InOut. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalReflectCallHelper.ArgMapping.InOut[]ExternalReflectCallHelper.ArgMapping.InOut. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.intocps.maestro.interpreter.external with parameters of type ExternalReflectCallHelper.ArgMapping.InOut Modifier and Type Method Description ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction)ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction, long... limits)voidExternalReflectCallHelper.ArgMapping. setDirection(ExternalReflectCallHelper.ArgMapping.InOut direction)voidIArgMapping. setDirection(ExternalReflectCallHelper.ArgMapping.InOut direction)Constructors in org.intocps.maestro.interpreter.external with parameters of type ExternalReflectCallHelper.ArgMapping.InOut Constructor Description ArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits)
-