Static methods

staticgetInfos(p:Position):{min:Int, max:Int, file:String}

Like Context.getPosInfos, except this method is available on all platforms.

statichere():Position

Returns the Position where the caller of here is.

staticmake(inf:{min:Int, max:Int, file:String}):Position

Like Context.makePosition, except this method is available on all platforms.