Haxe API Documentation
Back | Index
typedef haxe.macro.ClassField
import haxe.macro.Type
Available in flash8, neko, js, flash, php, cpp
var type : Type
var pos : Position
var params : Array<{ t : Type, name : String}>
var name : String
var meta : MetaAccess
var kind : FieldKind
var isPublic : Bool
function expr() : Null<TypedExpr>
var doc : Null<String>
Back | Index