Searched refs:StringMapKey (Results 1 – 3 of 3) sorted by relevance
281 return new StringMapKey(((StringLiteralNode) argument).getValue()); in argumentToMapKeySpecifier()586 private static final class StringMapKey implements MapKey { class in AccessPath590 public StringMapKey(String key) { in StringMapKey() method in AccessPath.StringMapKey601 if (obj instanceof StringMapKey) { in equals()602 return this.key.equals(((StringMapKey) obj).key); in equals()
35 public @interface StringMapKey { annotation
88 @StringMapKey("fooKey") in testAnnotation()95 @StringMapKey("foo2Key") in testAnnotation()