edu.umd.cs.findbugs.xml
public abstract class QuoteMetaCharacters extends Object
See Also: MetaCharacterMap
Constructor Summary | |
---|---|
QuoteMetaCharacters(String text, MetaCharacterMap map)
Constructor.
|
Method Summary | |
---|---|
abstract void | emitLiteral(String s)
Downcall method to emit literal text,
in which any occurrences of the metacharacters
are quoted.
|
void | process()
Quote metacharacters in the text. |
Parameters: text the text in which we want to quote metacharacters map the MetaCharacterMap
Parameters: s the literal text to emit