enum haxe.macro.TConstant

import haxe.macro.Type;

Available on all platforms

Constructors

TInt (i:Int)

TFloat (s:String)

TString (s:String)

TBool (b:Bool)

TNull

TThis

TSuper