java.lang.Object
de.grogra.xl.compiler.xl16u.migration.XL16UMigrationAnalyzer
Read-only XL 1.2 to XL 1.6U migration analyzer.
-
Method Summary
Modifier and TypeMethodDescriptionstatic XL16UMigrationReportanalyzeFile(Path sourceFile, CompilerOptions options) static XL16UMigrationReportanalyzeProgram(String systemId, XL16UProgram program) static XL16UMigrationReportanalyzeReader(Reader reader, String systemId, CompilerOptions options) static XL16UMigrationReportanalyzeSource(String source, String systemId, CompilerOptions options)
-
Method Details
-
analyzeSource
public static XL16UMigrationReport analyzeSource(String source, String systemId, CompilerOptions options) throws IOException - Throws:
IOException
-
analyzeFile
public static XL16UMigrationReport analyzeFile(Path sourceFile, CompilerOptions options) throws IOException - Throws:
IOException
-
analyzeReader
public static XL16UMigrationReport analyzeReader(Reader reader, String systemId, CompilerOptions options) throws IOException - Throws:
IOException
-
analyzeProgram
-