Squeak Class Documentation category index | class index  
 
ExternalLibraryFunction
  category: FFI-Kernel
  superclass: ExternalFunction
  subclasses:

An ExternalLibraryFunction specifies a fully qualified function from an external library.

Instance variables:
name <Integer | String> name or ordinal of function
module <String | nil> name of module (nil if bound in the VM).

instance methods
  accessing
  module
name

  private
  name:module:flags:argTypes:

class methods
  instance creation
  name:module:callType:returnType:argumentTypes:

instance methods
  accessing top  
 

module


 

name

Answer a name for the receiver. This is used generically in the title of certain inspectors, such as the referred-to inspector, and specificially by various subsystems. By default, we let the object just print itself out..


  private top  
 

name:module:flags:argTypes:


class methods
  instance creation top  
 

name:module:callType:returnType:argumentTypes: