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