Constant
enum haxe.macro.Constantimport haxe.macro.ExprAvailable in flash8, flash, neko, js, php, cppConstant is a simple value, not really necessary a constant.
CType(s : String)
CString(s : String)
CRegexp(r : String,opt : String)EReg in the form of
~/testing/CInt(v : String) CIdent(s : String)An identifier. s is a variable name. CFloat(f : String)
version #13298, modified 2012-04-12 22:29:00 by api