public class WarningDirectiveHandler extends ErrorDirectiveHandler
DIRECTIVE_PREFIX, DIRECTIVES, GLOBAL_DIRECTIVES, ONE_LINE_COMMENT, PREFIX_FOR_KEEPING_LINES, PREFIX_FOR_KEEPING_LINES_PROCESSED_DIRECTIVES| Constructor and Description |
|---|
WarningDirectiveHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the directive without prefix
|
java.lang.String |
getReference()
Get the directive reference, it will be printed for a help request
|
protected void |
process(PreprocessorContext context,
java.lang.String message) |
execute, getArgumentTypeexecuteOnlyWhenExecutionAllowed, getFullName, isDeprecated, isGlobalPhaseAllowed, isPreprocessingPhaseAllowedpublic java.lang.String getName()
AbstractDirectiveHandlergetName in class ErrorDirectiveHandlerpublic java.lang.String getReference()
AbstractDirectiveHandlergetReference in class ErrorDirectiveHandlerprotected void process(PreprocessorContext context, java.lang.String message)
process in class ErrorDirectiveHandler