macro.TVar

TVar

package haxe-macro

import haxe.macro.Type

Available on all platforms

Represents a variable in the typed AST.

Properties

read only capture:Bool

Whether or not the variable has been captured by a closure.

read only extra:Null<{params:Array<TypeParameter>, expr:Null<TypedExpr>}>

Special information which is internally used to keep track of closure. information

read only id:Int

The unique ID of the variable.

read only meta:Null<MetaAccess>

The metadata of the variable.

read only name:String

The name of the variable.

read only t:Type

The type of the variable.

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部