Available on all platforms
staticgetInfos(p:Position):{min:Int, max:Int, file:String}
Like Context.getPosInfos, except this method is available on all platforms.
Context.getPosInfos
statichere():Position
Returns the Position where the caller of here is.
Position
here
staticmake(inf:{min:Int, max:Int, file:String}):Position
Like Context.makePosition, except this method is available on all platforms.
Context.makePosition