Uses of Class
de.grogra.xl.compiler.xl16u.XL16UPreparedProgram
Packages that use XL16UPreparedProgram
-
Uses of XL16UPreparedProgram in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UPreparedProgramModifier and TypeMethodDescriptionXL16UProcessedCompilationUnit.getPreparedProgram()static XL16UPreparedProgramXL16UPreparedProgram.ofDirectAstOwnedProgram(XL16UProgram program) static XL16UPreparedProgramXL16UPreparedProgram.ofProvidedLegacyTree(XL16UProgram program, antlr.collections.AST legacyTree) static XL16UPreparedProgramXL16UPreparedProgram.ofReparsedCompatibilityTree(XL16UProgram program, antlr.collections.AST legacyTree) XL16UBackendPreparationStrategy.prepare(XL16UProgram program) static XL16UPreparedProgramXL16UDedicatedParsePath.prepareProgram(XL16UProgram program) Canonical prepare step for the current bridge-backed route: reparse compatibility source and return one explicit prepared handoff object.static XL16UPreparedProgramXL16UDedicatedParsePath.prepareProgram(XL16UProgram program, antlr.collections.AST legacyTree) Explicit injected-tree entry for migration slices that can provide a legacy-compatible AST without re-running compatibility-source reparse.static XL16UPreparedProgramXL16UDedicatedParsePath.prepareProgram(XL16UProgram program, XL16UBackendPreparationStrategy strategy) static XL16UPreparedProgramXL16UDedicatedParsePath.prepareProgram(String source, String systemId, CompilerOptions options) Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UPreparedProgramModifier and TypeMethodDescriptionstatic XL16UBackendMigrationHandoffXL16UBackendMigrationHandoff.fromPreparedProgram(XL16UPreparedProgram prepared) static CompilationUnitXL16UDedicatedParsePath.processPreparedProgram(XL16UPreparedProgram prepared, ClassPath classPath, Scope defaultImports, CompilerOptions options, Collection<Annotation> annotations) XL16UDedicatedParsePath.processPreparedProgramWithProductPath(XL16UPreparedProgram prepared, ClassPath classPath, Scope defaultImports, CompilerOptions options, Collection<Annotation> annotations)