8586878889909192939495
public IRBrowser() { super(); try { typeSystem = new RemoteTypeSystem(); } catch (Exception e) { System.err.println ("Caught exception starting browser"); e.printStackTrace();
105106107108109110111112113114115
public IRBrowser (String repositoryIOR) { super(); try { typeSystem = new RemoteTypeSystem(repositoryIOR); } catch (Exception e) { System.err.println ("Caught exception starting browser"); e.printStackTrace();
6162636465666768697071
8182838485868788899091
8485868788899091929394
104105106107108109110111112113114