Mod

class Mod(val signature: String) : NativeFunction(source)

Constructors

Link copied to clipboard
constructor(signature: String)

Properties

Link copied to clipboard
open override val signature: String

Functions

Link copied to clipboard
open fun handle(generator: ShakeJsGenerator, invokation: ShakeInvocation): JsValuedStatement
Link copied to clipboard
open fun handleStatement(generator: ShakeJsGenerator, invokation: ShakeInvocation): JsStatement
Link copied to clipboard
open override fun handleValue(generator: ShakeJsGenerator, invokation: ShakeInvocation): JsValue