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.