CreationShakeMethod

constructor(    prj: CreationShakeProject,     pkg: CreationShakePackage?,     clazz: CreationShakeClass?,     parentScope: CreationShakeScope,     name: String,     body: CreationShakeCode?,     isStatic: Boolean,     isFinal: Boolean,     isAbstract: Boolean,     isSynchronized: Boolean,     isStrict: Boolean,     isPrivate: Boolean,     isProtected: Boolean,     isPublic: Boolean,     isNative: Boolean,     isOperator: Boolean,     returnType: CreationShakeType,     parameters: List<CreationShakeParameter>,     expanding: ShakeType?)(source)