Package-level declarations

Types

Link copied to clipboard
interface Branches : Variable

创建分支语句的接口, 包括 if-else 和 switch-case.

Link copied to clipboard
interface IfElse<T>

配置条件语句的接口.

Link copied to clipboard
interface Loop

配置循环语句的接口.

Link copied to clipboard
interface Loops : Variable

创建循环语句的接口.

Link copied to clipboard
interface SwitchCase<V, R>

配置 switch-case 语句的接口.