Searched refs:type2 (Results 1 – 2 of 2) sorted by relevance
212 public int compare(IType type1, IType type2) { in computeAttributeValues()214 String fqcn2 = type2.getFullyQualifiedName(); in computeAttributeValues()
274 ITypeBinding type2 = types2[i]; in examineMethodInvocation() local275 if (!("int".equals(type2.getQualifiedName()))) { //$NON-NLS-1$ in examineMethodInvocation()