InterpretedExtensionMethod constructor
InterpretedExtensionMethod(
- SMethodDeclaration declaration,
- Environment closure,
- RuntimeType onType
Implementation
InterpretedExtensionMethod(this.declaration, this.closure, this.onType);