/opengrok/src/org/opensolaris/opengrok/analysis/c/ |
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 50 "XS", // Mainly found in perl directories 64 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 66 CAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/csharp/ |
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 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 59 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 57 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/erlang/ |
H A D | ErlangAnalyzer.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 61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 62 ErlangXref xref = new ErlangXref(in); 63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | ErlangAnalyzerFactory.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 ErlangAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 57 FortranXref xref = new FortranXref(in); 58 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 54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 56 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/haskell/ |
H A D | HaskellAnalyzer.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 61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 62 HaskellXref xref = new HaskellXref(in); 63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | HaskellAnalyzerFactory.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 61 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 63 HaskellAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 62 JavaScriptXref xref = new JavaScriptXref(in); 63 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 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 59 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 57 LispXref xref = new LispXref(in); 58 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 57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 59 LispAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 60 PerlXref xref = new PerlXref(in); 61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
/opengrok/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 59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 60 PhpXref xref = new PhpXref(in); 61 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 63 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 65 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 43 public FileAnalyzerFactory isMagic(byte[] content, InputStream in) 103 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 106 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 60 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 63 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/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 59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 60 PythonXref xref = new PythonXref(in); 61 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 67 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 69 PythonAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/scala/ |
H A D | ScalaAnalyzer.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 59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 60 ScalaXref xref = new ScalaXref(in); 61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
H A D | ScalaAnalyzerFactory.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 59 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument 61 ScalaAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/sh/ |
H A D | ShAnalyzer.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 60 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 61 ShXref xref = new ShXref(in); 62 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
|
/opengrok/src/org/opensolaris/opengrok/analysis/sql/ |
H A D | PLSQLAnalyzer.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 50 * @param in input source 55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 56 PLSQLXref xref = new PLSQLXref(in);
|
H A D | PLSQLAnalyzerFactory.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 PLSQLAnalyzer.writeXref(in, out, defs, annotation, project);
|