Searched refs:Tag (Results 1 - 4 of 4) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java45 private final Map<String, Set<Tag>> sym_tags; //NOPMD
48 this.sym_tags = new HashMap<String, Set<Tag>>();
57 private final List<Tag> tags;
62 tags = new ArrayList<Tag>();
99 for (Tag tag : line_map.sym_tags.get(symbol)) {
135 public List<Tag> getTags() {
142 public static class Tag implements Serializable { class in class:Definitions
154 protected Tag(int line, String symbol, String type, String text) { method in class:Definitions.Tag
163 Tag new_tag = new Tag(lin
[all...]
H A DJFlexXref.java38 import org.opensolaris.opengrok.analysis.Definitions.Tag;
247 Comparator<Tag> cmp = new Comparator<Tag>() {
249 public int compare(Tag tag1, Tag tag2) {
260 Map<String, SortedSet<Tag>> symbols =
261 new HashMap<String, SortedSet<Tag>>();
263 for (Tag tag : defs.getTags()) {
266 SortedSet<Tag> tags = symbols.get(style.name);
268 tags = new TreeSet<Tag>(cm
[all...]
/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DCtagsTest.java117 for (Definitions.Tag tag : result.getTags()) {
142 for (Definitions.Tag tag : result.getTags()) {
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java144 for (Definitions.Tag tag : tags.getTags()) {

Completed in 17 milliseconds