Uses of Interface
org.intocps.maestro.interpreter.external.IArgMapping
-
Packages that use IArgMapping Package Description org.intocps.maestro.interpreter.extensions.fmi3 org.intocps.maestro.interpreter.external -
-
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 Modifier and Type Method Description static Function<ExternalReflectCallHelper.ArgMappingContext,IArgMapping>Fmi3Interpreter. getFmi3InstanceCustomArgMapper() -
Uses of IArgMapping in org.intocps.maestro.interpreter.external
Classes in org.intocps.maestro.interpreter.external that implement IArgMapping Modifier and Type Class Description static classExternalReflectCallHelper.ArgMappingFields in org.intocps.maestro.interpreter.external declared as IArgMapping Modifier and Type Field Description protected IArgMappingExternalReflectCallHelper. returnArgMethods in org.intocps.maestro.interpreter.external with parameters of type IArgMapping Modifier and Type Method Description ExternalReflectCallHelperExternalReflectCallHelper. addReturn(IArgMapping returnArg)Method parameters in org.intocps.maestro.interpreter.external with type arguments of type IArgMapping Modifier and Type Method Description ValueExternalReflectCallHelper.ArgMapping. mapOut(Object value, Map<IArgMapping,Value> outputThroughReturn)ValueIArgMapping. mapOut(Object value, Map<IArgMapping,Value> outputThroughReturn)Constructor parameters in org.intocps.maestro.interpreter.external with type arguments of type IArgMapping Constructor Description ExternalReflectCallHelper(AFunctionDeclaration functionDeclaration, Object object, Function<ExternalReflectCallHelper.ArgMappingContext,IArgMapping> costumeArgMapper)
-