|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmk.fsgrep.match.FileSearch
mk.fsgrep.match.TextSearch
mk.fsgrep.match.CodeSearch
mk.fsgrep.match.SqlSearch
public class SqlSearch
| Field Summary | |
|---|---|
static java.util.regex.Pattern |
RE_LINE_COMMENT
|
| Fields inherited from class mk.fsgrep.match.TextSearch |
|---|
RE_BLANK_LINE |
| Constructor Summary | |
|---|---|
SqlSearch()
|
|
| Method Summary | |
|---|---|
protected java.util.regex.Pattern |
reLineComment()
|
| Methods inherited from class mk.fsgrep.match.CodeSearch |
|---|
isInBlockComment, matchesNonComment, process, reBlockCommentEnd, reBlockCommentOneLine, reBlockCommentStart, rePrincipleCommentPattern, setInBlockComment |
| Methods inherited from class mk.fsgrep.match.TextSearch |
|---|
handleMatch, search, setContinueReading, setStopAfterFirstMatch, shouldContinueReading, shouldStopAfterFirstMatch, stopAfterFirstMatch |
| Methods inherited from class mk.fsgrep.match.FileSearch |
|---|
getCount, getFile, getLinesSearched, getModel, getOrCreateResults, getRE, getResults, incrementCount, incrementLinesSearched, initialize, run, setResults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.regex.Pattern RE_LINE_COMMENT
| Constructor Detail |
|---|
public SqlSearch()
| Method Detail |
|---|
protected java.util.regex.Pattern reLineComment()
reLineComment in class CodeSearch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||