All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.prompto.declaration.NativeSetterMethodDeclaration.js Maven / Gradle / Ivy

var SetterMethodDeclaration = require("./SetterMethodDeclaration").SetterMethodDeclaration;

function NativeSetterMethodDeclaration(id, statements) {
    SetterMethodDeclaration.call(this, id, statements);
    return this;
}

NativeSetterMethodDeclaration.prototype = Object.create(SetterMethodDeclaration.prototype);
NativeSetterMethodDeclaration.prototype.contructor = NativeSetterMethodDeclaration;


exports.NativeSetterMethodDeclaration = NativeSetterMethodDeclaration;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy