public class CSharpAnalyzerFactory extends FileAnalyzerFactory
FileAnalyzerFactory.Matcher| Constructor and Description |
|---|
CSharpAnalyzerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected FileAnalyzer |
newAnalyzer()
Create a new analyzer.
|
void |
writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project)
Write a cross referenced HTML file.
|
getAnalyzer, getGenreprotected FileAnalyzer newAnalyzer()
FileAnalyzerFactorynewAnalyzer in class FileAnalyzerFactorypublic void writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project)
throws java.io.IOException
FileAnalyzerFactoryin.writeXref in class FileAnalyzerFactoryin - input sourceout - output xref writerdefs - definitions for the file (could be null)annotation - annotation for the file (could be null)project - project the file belongs to (could be null)java.io.IOException - if an error occurs