//What rule the SearchMatchPurpose class has in converting Enum
package edu.ohio_state.khatchad.refactoring;
public class ConvertConstantsToEnumRefactoring extends Refactoring {
static class SearchMatchPurpose {
public static final SearchMatchPurpose ALTER_INFIX_EXPRESSION = new SearchMatchPurpose();
public static final SearchMatchPurpose ALTER_NAMESPACE_PREFIX = new SearchMatchPurpose();
public static final SearchMatchPurpose ALTER_TYPE_DECLARATION = new SearchMatchPurpose();
private SearchMatchPurpose() {
}
}
--
You received this message because you are subscribed to the Google Groups "Convert Constants to Enum Development Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to convert-constants-to...@googlegroups.com.
To post to this group, send email to convert-consta...@googlegroups.com.
Visit this group at http://groups.google.com/group/convert-constants-to-enum-dev.
For more options, visit https://groups.google.com/d/optout.