Module IR.Fieldname
val make : Typ.Name.t -> string -> tcreate a field of the given class and fieldname
val get_class_name : t -> Typ.Name.tval get_field_name : t -> stringval is_java : t -> boolval is_java_synthetic : t -> boolCheck if the field is autogenerated/synthetic *
module Set : IStdlib.IStd.Caml.Set.S with type Set.elt = tSet for fieldnames
module Map : IStdlib.IStd.Caml.Map.S with type Map.key = tMap for fieldnames
val is_java_outer_instance : t -> boolCheck if the field is the synthetic this$n of a nested class, used to access the n-th outer instance.
val to_string : t -> stringConvert a field name to a string.