haXe API Documentation
Back
|
Index
typedef
haxe.macro.JSGenApi
Available in flash, neko, js, flash9, php, cpp
This is the api that is passed to the custom JS generator.
var
types :
Array
<
Type
>
var
stackVar :
String
var
setTypeAccessor : callb : (
Type
->
String
) ->
Void
var
setDebugInfos : c :
ClassType
-> meth :
String
-> isStatic :
Bool
->
Void
var
quoteString : s :
String
->
String
var
outputFile :
String
var
main :
Null
<
TypedExpr
>
var
isKeyword : ident :
String
->
Bool
var
generateExpr : e :
TypedExpr
->
String
var
generateConstructor : e :
TypedExpr
->
String
var
excVar :
String
var
buildMetaData : t :
BaseType
->
Null
<
TypedExpr
>
Back
|
Index