On this page
Position
package haxe.macro
import haxe.macro.Expr
Available on all platforms
Represents a position in a file.
Fields
min:Int
Position of the first character.
max:Int
Position of the last character.
file:String
Reference to the filename.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/Position.html