public interface IMemberProvider
| Modifier and Type | Method and Description |
|---|---|
Object |
getMember(String memberName)
Returns the value for the specified member.
|
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, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.