JSGenApi
typedef haxe.macro.JSGenApiAvailable in flash8, flash, neko, js, php, cppThis 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>
version #13318, modified 2012-04-12 22:29:09 by api