Class ExternalReflectCallHelper.ArgMappingContext
- java.lang.Object
-
- org.intocps.maestro.interpreter.external.ExternalReflectCallHelper.ArgMappingContext
-
- Enclosing class:
- ExternalReflectCallHelper
public static class ExternalReflectCallHelper.ArgMappingContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ArgMappingContext(String functionName, String argName, org.intocps.maestro.ast.node.PType argType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArgName()org.intocps.maestro.ast.node.PTypegetArgType()StringgetFunctionName()
-