Class FunctionImport


  • public final class FunctionImport
    extends Import
    An imported function.
    • Constructor Detail

      • FunctionImport

        public FunctionImport​(String moduleName,
                              String name,
                              int typeIndex)
        Construct a new instance.
        Parameters:
        moduleName - the module name (must not be null)
        name - the imported function name (must not be null)
        typeIndex - the type index of the function (should correspond to a valid index in the type section)