InterpretedExtensionMethod constructor

InterpretedExtensionMethod(
  1. SMethodDeclaration declaration,
  2. Environment closure,
  3. RuntimeType onType
)

Implementation

InterpretedExtensionMethod(this.declaration, this.closure, this.onType);