public class DeleteMemberTables
extends java.lang.Object
Constructor and Description |
---|
DeleteMemberTables() |
Modifier and Type | Method and Description |
---|---|
static boolean |
check(MemberKey key)
Checks if the method was deleted
|
static void |
clear(MemberKey key)
Marks the method as not deleted
|
static void |
delete(MemberKey key)
Marks one method as deleted
|
public static boolean check(MemberKey key)
key
- Method identifierpublic static void delete(MemberKey key)
key
- Method identifierpublic static void clear(MemberKey key)
key
- Method identifier