public interface IMemberProvider
Object getMember(String memberName)
memberName
is a string that has been
internalized using String.intern()
.memberName
- The name of the memberIllegalArgumentException
- if the instance has no member with
the given name.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.