Searched defs:LineTagMap (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java43 public static class LineTagMap implements Serializable { class in class:Definitions
47 protected LineTagMap() { method in class:Definitions.LineTagMap
52 private final Map<Integer, LineTagMap> line_maps;
61 line_maps = new HashMap<Integer, LineTagMap>();
97 LineTagMap line_map = line_maps.get(lineNumber);
181 LineTagMap line_map = line_maps.get(aLine);
183 line_map = new LineTagMap();

Completed in 9 milliseconds