DexAnnotator.java | 51 private final Map<Integer, SectionAnnotator> annotators = Maps.newHashMap(); field in class:DexAnnotator 93 annotators.put(mapItem.getType(), HeaderItem.makeAnnotator(this, mapItem)); 96 annotators.put(mapItem.getType(), StringIdItem.makeAnnotator(this, mapItem)); 99 annotators.put(mapItem.getType(), TypeIdItem.makeAnnotator(this, mapItem)); 102 annotators.put(mapItem.getType(), ProtoIdItem.makeAnnotator(this, mapItem)); 105 annotators.put(mapItem.getType(), FieldIdItem.makeAnnotator(this, mapItem)); 108 annotators.put(mapItem.getType(), MethodIdItem.makeAnnotator(this, mapItem)); 111 annotators.put(mapItem.getType(), ClassDefItem.makeAnnotator(this, mapItem)); 114 annotators.put(mapItem.getType(), MapItem.makeAnnotator(this, mapItem)); 117 annotators.put(mapItem.getType(), TypeListItem.makeAnnotator(this, mapItem)) [all...] |