public class SQLCodeFilter extends AbstractCPPBasedCodeFilter implements SourceCodeFormatter
FONT_COMMENT, FONT_END, FONT_JAVADOC, FONT_KEYWORD, FONT_OBJECTS, FONT_STRINGS| Constructor and Description |
|---|
SQLCodeFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
filter(String input)
Do the work of filtering one chunk of code in a <source> type element
|
HashMap<String,String> |
getKeywordSet() |
HashMap<String,String> |
getObjectSet() |
boolean |
isKeywordCaseSensitive()
Test if the keywords are case sensitive.
|
appendIdentifier, isPHPTagappendChar, createHashMap, createObjectsMappublic HashMap<String,String> getKeywordSet()
getKeywordSet in class AbstractCodeFormatterpublic HashMap<String,String> getObjectSet()
getObjectSet in class AbstractCodeFormatterpublic String filter(String input)
filter in interface SourceCodeFormatterfilter in class AbstractCPPBasedCodeFilterpublic boolean isKeywordCaseSensitive()
AbstractCPPBasedCodeFiltertrue by
default.isKeywordCaseSensitive in class AbstractCPPBasedCodeFiltertrue if the keywords are case sensitiveCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.