toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.jsgenerator
/
com.shakelang.shake.js.native
/
NativeFunction
Native
Function
interface
NativeFunction
(
source
)
Inheritors
Js
Plus
Minus
Times
Div
Mod
Pow
FunctionValueOf0
FunctionValueOf1
FunctionValueOf2
FunctionValueOf3
FunctionValueOf4
FunctionValueOf5
FunctionValueOf6
FunctionValueOf7
FunctionValueOf8
FunctionValueOf9
FunctionValueOf10
FunctionValueOf11
MethodCharAt
MethodIndexOf
MethodIndexOf2
MethodLastIndexOf
MethodLastIndexOf2
MethodSubstring
MethodSubstring2
MethodToLowerCase
MethodToUpperCase
MethodTrim
MethodReplace
MethodConcat
MethodSplit
MethodSplit2
MethodToString
MethodPlus
Members
Properties
signature
Link copied to clipboard
abstract
val
signature
:
String
Functions
handle
Link copied to clipboard
open
fun
handle
(
generator
:
ShakeJsGenerator
,
invokation
:
ShakeInvocation
)
:
JsValuedStatement
handle
Statement
Link copied to clipboard
open
fun
handleStatement
(
generator
:
ShakeJsGenerator
,
invokation
:
ShakeInvocation
)
:
JsStatement
handle
Value
Link copied to clipboard
open
fun
handleValue
(
generator
:
ShakeJsGenerator
,
invokation
:
ShakeInvocation
)
:
JsValue