Haxe API Documentation
Back
|
Index
typedef
haxe.macro.MetaAccess
import haxe.macro.Type
Available in flash8, neko, js, flash, php, cpp
function
remove(name :
String
) :
Void
function
has(name :
String
) :
Bool
function
get() :
Metadata
function
add(name :
String
, params :
Array
<
Expr
>, pos :
Position
) :
Void
Back
|
Index