JavaFrontend.JSourceAST
type class_or_interface = {
location : location;
kind : class_kind;
inner_elements : class_or_interface list;
}
val iter_on_declarations :
action_on_class_location:(classname:string -> col:int -> line:int -> unit) ->
file_content ->
unit