Lines Matching refs:ident
73 self.ident = self.raw.replace(" deprecated ", " ")
105 ident = self.raw
106 ident = ident.replace(" deprecated ", " ")
107 ident = ident.replace(" synchronized ", " ")
108 ident = re.sub("<.+?>", "", ident)
109 if " throws " in ident:
110 ident = ident[:ident.index(" throws ")]
111 self.ident = ident
1067 if m.ident == test.ident: return True
1079 if m.ident == test.ident: return True
1084 if f.ident == test.ident: return True