macro.Access

Access

package haxe-macro

import haxe.macro.Expr

Available on all platforms

Represents an access modifier.

See:

Values

APublic

Public access modifier, grants access from anywhere.

See:

APrivate

Private access modifier, grants access to class and its sub-classes only.

See:

AStatic

Static access modifier.

AOverride

Override access modifier.

See:

ADynamic

Dynamic (re-)bindable access modifier.

See:

AInline

Inline access modifier. Allows expressions to be directly inserted in place of calls to them.

See:

AMacro

Macros access modifier. Allows expression macro functions. These are normal functions which are executed as soon as they are typed.

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部