Uses of Enum Class
org.intocps.maestro.interpreter.external.ExternalReflectCallHelper.ArgMapping.InOut
Packages that use ExternalReflectCallHelper.ArgMapping.InOut
-
Uses of ExternalReflectCallHelper.ArgMapping.InOut in org.intocps.maestro.interpreter.external
Methods in org.intocps.maestro.interpreter.external that return ExternalReflectCallHelper.ArgMapping.InOutModifier and TypeMethodDescriptionExternalReflectCallHelper.ArgMapping.getDirection()IArgMapping.getDirection()Returns the enum constant of this class with the specified name.ExternalReflectCallHelper.ArgMapping.InOut.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.intocps.maestro.interpreter.external with parameters of type ExternalReflectCallHelper.ArgMapping.InOutModifier and TypeMethodDescriptionExternalReflectCallHelper.addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction) ExternalReflectCallHelper.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.InOutModifierConstructorDescriptionArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits)