sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.control
Package-level
declarations
Types
Types
Branches
Link copied to clipboard
interface
Branches
:
Variable
创建分支语句的接口, 包括 if-else 和 switch-case.
If
Else
Link copied to clipboard
interface
IfElse
<
T
>
配置条件语句的接口.
Loop
Link copied to clipboard
interface
Loop
配置循环语句的接口.
Loops
Link copied to clipboard
interface
Loops
:
Variable
创建循环语句的接口.
Switch
Case
Link copied to clipboard
interface
SwitchCase
<
V
,
R
>
配置 switch-case 语句的接口.