Searched refs:setDeprecated (Results 1 – 6 of 6) sorted by relevance
109 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()157 mCurrentMethod.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()172 mCurrentMethod.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()197 fInfo.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
25 public void setDeprecated(boolean deprecated); in setDeprecated() method
170 cl.setDeprecated(dep); in parseClass()260 method.setDeprecated(dep); in parseConstructor()329 method.setDeprecated(dep); in parseMethod()414 field.setDeprecated(dep); in parseField()
100 public void setDeprecated(boolean deprecated) { in setDeprecated() method in FieldInfo
230 public void setDeprecated(boolean deprecated) { in setDeprecated() method in MethodInfo
372 public void setDeprecated(boolean deprecated) { in setDeprecated() method in ClassInfo