Searched refs:existingValue (Results 1 – 1 of 1) sorted by relevance
184 Expression existingValue = existing.getValue(); in addSuppressAnnotation() local185 if (existingValue instanceof StringLiteral) { in addSuppressAnnotation()186 StringLiteral stringLiteral = (StringLiteral) existingValue; in addSuppressAnnotation()200 } else if (existingValue instanceof ArrayInitializer) { in addSuppressAnnotation()202 ArrayInitializer array = (ArrayInitializer) existingValue; in addSuppressAnnotation()219 assert false : existingValue; in addSuppressAnnotation()