macro.Case

Case

package haxe-macro

import haxe.macro.Expr

Available on all platforms

Represents a switch case.

See:

Properties

expr:Null<Expr>

The expression of the case, if available.

guard:Null<Null<Expr>>

The optional guard expressions of the case, if available.

values:Array<Expr>

The value expressions of the case.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/macro/Case.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部