The IJavaMember interface represents a member (field or method) of a class.
IJavaMember : IJavaSourceElement
This interface defines the following members:
Member | Description |
Class | Provides access to the class containing the member. |
GetBlockRange | Returns the range of text containing the member. |
GetNameRange | Returns the start position and length of the range of text containing the memberÆs name. |
IsField | Indicates that the member is a field. |
IsMethod | Indicates that the member is a method. |
Modifiers | Provides access to the memberÆs modifiers. |
Name | Provides access to the memberÆs name. |
Type | Provides access to the memberÆs type. |