FieldResolution

package haxe.display

import haxe.display.Display

Available on all platforms

Fields

qualifier:String

The qualifier that has to be inserted to use the field if `!isQualified`. Can either be `this` or `super` for instance fields for the type name for `static` fields.

isQualified:Bool

Whether it's valid to use the unqualified name of the field or not. This is `false` if the identifier is shadowed.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/display/FieldResolution.html