Home
last modified time | relevance | path

Searched refs:existingValue (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAnnotation.java184 Expression existingValue = existing.getValue(); in addSuppressAnnotation() local
185 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()