Uses of Interface
org.intocps.maestro.interpreter.external.IArgMapping
Packages that use IArgMapping
Package
Description
-
Uses of IArgMapping in org.intocps.maestro.interpreter.extensions.fmi3
Methods in org.intocps.maestro.interpreter.extensions.fmi3 that return types with arguments of type IArgMapping -
Uses of IArgMapping in org.intocps.maestro.interpreter.external
Classes in org.intocps.maestro.interpreter.external that implement IArgMappingFields in org.intocps.maestro.interpreter.external declared as IArgMappingMethods in org.intocps.maestro.interpreter.external with parameters of type IArgMappingMethod parameters in org.intocps.maestro.interpreter.external with type arguments of type IArgMappingModifier and TypeMethodDescriptionExternalReflectCallHelper.ArgMapping.mapOut(Object value, Map<IArgMapping, Value> outputThroughReturn) IArgMapping.mapOut(Object value, Map<IArgMapping, Value> outputThroughReturn) Constructor parameters in org.intocps.maestro.interpreter.external with type arguments of type IArgMappingModifierConstructorDescriptionExternalReflectCallHelper(AFunctionDeclaration functionDeclaration, Object object, Function<ExternalReflectCallHelper.ArgMappingContext, IArgMapping> costumeArgMapper)