/opengrok-sun/src/org/opensolaris/opengrok/analysis/ |
H A D | TextAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 39 public final void analyze(Document doc, InputStream in) throws IOException { argument 42 in.mark(3); 45 int br = in.read(head, 0, 3); 51 in.reset(); 60 in.reset(); 64 analyze(doc, new InputStreamReader(in, charset));
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/c/ |
H A D | CAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 57 CXref xref = new CXref(in); 58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | CAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 47 "XS", // Mainly found in perl directories 61 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 63 CAnalyzer.writeXref(in, out, defs, annotation, project);
|
H A D | CxxAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 54 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 55 CxxXref xref = new CxxXref(in); 56 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | CxxAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 59 CxxAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/csharp/ |
H A D | CSharpAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 49 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 50 CSharpXref xref = new CSharpXref(in); 51 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | CSharpAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 55 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 57 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/document/ |
H A D | TroffAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 51 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 54 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/ |
H A D | JarAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 56 public void analyze(Document doc, InputStream in) throws IOException { argument 59 ZipInputStream zis = new ZipInputStream(in);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/fortran/ |
H A D | FortranAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 49 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 50 FortranXref xref = new FortranXref(in); 51 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | FortranAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 52 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 54 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/java/ |
H A D | JavaAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 53 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 54 JavaXref xref = new JavaXref(in); 55 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | JavaAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 55 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 57 JavaAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/javascript/ |
H A D | JavaScriptAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 53 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 54 JavaScriptXref xref = new JavaScriptXref(in); 55 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | JavaScriptAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 56 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/lisp/ |
H A D | LispAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 49 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 50 LispXref xref = new LispXref(in); 51 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | LispAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 56 LispAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/perl/ |
H A D | PerlAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 52 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 53 PerlXref xref = new PerlXref(in); 54 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | PerlAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 64 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 66 PerlAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/php/ |
H A D | PhpAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 52 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 53 PhpXref xref = new PhpXref(in); 54 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | PhpAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 59 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/ |
H A D | PlainAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 41 public FileAnalyzerFactory isMagic(byte[] content, InputStream in) 101 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 104 PlainAnalyzer.writeXref(in, out, defs, annotation, project);
|
H A D | XMLAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 60 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/python/ |
H A D | PythonAnalyzer.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 52 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 53 PythonXref xref = new PythonXref(in); 54 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | PythonAnalyzerFactory.java | 6 * You may not use this file except in compliance with the License. 8 * See LICENSE.txt included in this distribution for the specific 11 * When distributing Covered Code, include this CDDL HEADER in each 64 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 66 PythonAnalyzer.writeXref(in, out, defs, annotation, project);
|