|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.opensolaris.opengrok.analysis.FileAnalyzer
org.opensolaris.opengrok.analysis.plain.PlainAnalyzer
org.opensolaris.opengrok.analysis.sql.SQLAnalyzer
public class SQLAnalyzer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
FileAnalyzer.Genre |
Field Summary |
---|
Fields inherited from class org.opensolaris.opengrok.analysis.plain.PlainAnalyzer |
---|
content, defs, len |
Fields inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
ctags, project |
Constructor Summary | |
---|---|
SQLAnalyzer(FileAnalyzerFactory factory)
|
Method Summary | |
---|---|
void |
writeXref(java.io.Writer out)
Write a cross referenced HTML file. |
Methods inherited from class org.opensolaris.opengrok.analysis.plain.PlainAnalyzer |
---|
analyze, tokenStream |
Methods inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
getFactory, getGenre, setCtags, writeXref |
Methods inherited from class org.apache.lucene.analysis.Analyzer |
---|
getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLAnalyzer(FileAnalyzerFactory factory)
Method Detail |
---|
public void writeXref(java.io.Writer out) throws java.io.IOException
writeXref
in class PlainAnalyzer
out
- Writer to write HTML cross-reference
java.io.IOException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |