mk.fsgrep.match
Class SqlSearch

java.lang.Object
  extended by mk.fsgrep.match.FileSearch
      extended by mk.fsgrep.match.TextSearch
          extended by mk.fsgrep.match.CodeSearch
              extended by mk.fsgrep.match.SqlSearch
All Implemented Interfaces:
java.lang.Runnable

public class SqlSearch
extends CodeSearch

Author:
Murali Krishnan

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

RE_LINE_COMMENT

public static final java.util.regex.Pattern RE_LINE_COMMENT
Constructor Detail

SqlSearch

public SqlSearch()
Method Detail

reLineComment

protected java.util.regex.Pattern reLineComment()
Overrides:
reLineComment in class CodeSearch


Copyright © 2009. All Rights Reserved.