haXe API Documentation
Back |
Indexclass haxe.macro.Error
import haxe.macro.Expr
Available in flash8, neko, js, flash, php, cpp, cs, java
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