mk.fsgrep.match
Class SgmlSearch
java.lang.Object
mk.fsgrep.match.FileSearch
mk.fsgrep.match.TextSearch
mk.fsgrep.match.CodeSearch
mk.fsgrep.match.SgmlSearch
- All Implemented Interfaces:
- java.lang.Runnable
public class SgmlSearch
- extends CodeSearch
- Author:
- Murali Krishnan
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 |
RE_PRINCIPLE_COMMENT
public static final java.util.regex.Pattern RE_PRINCIPLE_COMMENT
RE_BLOCK_COMMENT_START
public static final java.util.regex.Pattern RE_BLOCK_COMMENT_START
RE_BLOCK_COMMENT_END
public static final java.util.regex.Pattern RE_BLOCK_COMMENT_END
RE_BLOCK_COMMENT_ONELINE
public static final java.util.regex.Pattern RE_BLOCK_COMMENT_ONELINE
SgmlSearch
public SgmlSearch()
rePrincipleCommentPattern
protected java.util.regex.Pattern rePrincipleCommentPattern()
- Overrides:
rePrincipleCommentPattern
in class CodeSearch
reBlockCommentStart
protected java.util.regex.Pattern reBlockCommentStart()
- Overrides:
reBlockCommentStart
in class CodeSearch
reBlockCommentEnd
protected java.util.regex.Pattern reBlockCommentEnd()
- Overrides:
reBlockCommentEnd
in class CodeSearch
reBlockCommentOneLine
protected java.util.regex.Pattern reBlockCommentOneLine()
- Overrides:
reBlockCommentOneLine
in class CodeSearch
Copyright © 2009. All Rights Reserved.