GT-3481 - Gnu Demangler - Checkpoint 1 - Separation of demangler

analyzers; gnu options in analyzer; still require javadocs, help and
tests
This commit is contained in:
dragonmacher 2020-02-11 15:46:43 -05:00
parent b6fb46f5df
commit b774ecb2d6
22 changed files with 1231 additions and 267 deletions

View file

@ -15,8 +15,6 @@
*/
package ghidra.framework.options;
import ghidra.util.HelpLocation;
import java.awt.Color;
import java.awt.Font;
import java.beans.PropertyEditor;
@ -26,6 +24,8 @@ import java.util.List;
import javax.swing.KeyStroke;
import ghidra.util.HelpLocation;
public interface Options {
public static final char DELIMITER = '.';
public final static String DELIMITER_STRING = new String(new char[] { DELIMITER });