Uses of Class
io.jawk.intermediate.Tuple.IndirectFunctionTarget
Packages that use Tuple.IndirectFunctionTarget
-
Uses of Tuple.IndirectFunctionTarget in io.jawk.intermediate
Methods in io.jawk.intermediate that return types with arguments of type Tuple.IndirectFunctionTargetModifier and TypeMethodDescriptionTuple.IndirectCallTuple.getUserFunctions()Returns the user-defined functions available to the call site.Method parameters in io.jawk.intermediate with type arguments of type Tuple.IndirectFunctionTargetModifier and TypeMethodDescriptionvoidAwkTuples.indirectCall(Map<String, Tuple.IndirectFunctionTarget> userFunctions, Map<String, ExtensionFunction> extensionFunctions, int numActualParams, String sourceName, int lineNumber) Emits a call whose function name is evaluated at runtime.