public abstract class MacroFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<MacroFilter> |
EP_NAME |
static MacroFilter |
GLOBAL |
Constructor and Description |
---|
MacroFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
accept(Macro macro) |
public static final ExtensionPointName<MacroFilter> EP_NAME
public static final MacroFilter GLOBAL
public abstract boolean accept(Macro macro)