Module IR.Fieldname
val make : Typ.Name.t -> string -> t
create a field of the given class and fieldname
val get_class_name : t -> Typ.Name.t
val get_field_name : t -> string
val is_java : t -> bool
module Set : IStdlib.IStd.Caml.Set.S with type Set.elt = t
Set for fieldnames
module Map : IStdlib.IStd.Caml.Map.S with type Map.key = t
Map for fieldnames
val is_java_outer_instance : t -> bool
Check if the field is the synthetic this$n of a nested class, used to access the n-th outer instance.
val to_string : t -> string
Convert a field name to a string.