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