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

/opengrok-jel/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
170 Tag new_tag = new Tag(lin
[all...]
H A DJFlexXref.java41 import org.opensolaris.opengrok.analysis.Definitions.Tag;
335 Comparator<Tag> cmp = new Comparator<Tag>() {
337 public int compare(Tag tag1, Tag tag2) {
348 Map<String, SortedSet<Tag>> symbols =
349 new HashMap<String, SortedSet<Tag>>();
351 for (Tag tag : defs.getTags()) {
354 SortedSet<Tag> tags = symbols.get(style.name);
356 tags = new TreeSet<Tag>(cm
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/analysis/
H A DCtagsTest.java112 for (Definitions.Tag tag : result.getTags()) {
139 for (Definitions.Tag tag : result.getTags()) {
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java163 for (Definitions.Tag tag : tags.getTags()) {

Completed in 10 milliseconds