haXe API Documentation
Back | Index
class haxe.macro.Error
import haxe.macro.Expr
Available in flash, neko, js, flash9, php, cpp
This error can be used to handle or produce compilation errors in macros.
var message : String
var pos : Position
function new(m : String, p : Position) : Void
Back | Index