IJavaMember Interface

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 starting 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.