public abstract class QuoteMetaCharacters
extends java.lang.Object
MetaCharacterMap| Constructor and Description |
|---|
QuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
emitLiteral(java.lang.String s)
Downcall method to emit literal text,
in which any occurrences of the metacharacters
are quoted.
|
void |
process()
Quote metacharacters in the text.
|
public QuoteMetaCharacters(@NonNull java.lang.String text, @NonNull MetaCharacterMap map)
text - the text in which we want to quote metacharactersmap - the MetaCharacterMappublic void process()
throws java.io.IOException
java.io.IOExceptionpublic abstract void emitLiteral(java.lang.String s)
throws java.io.IOException
s - the literal text to emitjava.io.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.