Package | Description |
---|---|
org.netbeans.modules.refactoring.java.api |
Modifier and Type | Method and Description |
---|---|
MemberInfo.Group |
MemberInfo.getGroup() |
static MemberInfo.Group |
MemberInfo.Group.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberInfo.Group[] |
MemberInfo.Group.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ElementHandle<T>> |
MemberInfo.create(T el,
CompilationInfo c,
MemberInfo.Group group) |