Uses of Class
software.coley.sourcesolver.model.CompilationUnitModel
Packages that use CompilationUnitModel
Package
Description
-
Uses of CompilationUnitModel in software.coley.sourcesolver
Methods in software.coley.sourcesolver that return CompilationUnitModelModifier and TypeMethodDescriptionprotected CompilationUnitModelParser.mapCompilationUnit(String source, com.sun.tools.javac.tree.EndPosTable table, CompilationUnitTree unit) Maps the javac model to our own.Maps Java source code to our compilation unit model. -
Uses of CompilationUnitModel in software.coley.sourcesolver.mapping
Methods in software.coley.sourcesolver.mapping that return CompilationUnitModelModifier and TypeMethodDescriptionCompilationUnitMapper.map(MappingContext context, com.sun.tools.javac.tree.EndPosTable table, CompilationUnitTree tree) -
Uses of CompilationUnitModel in software.coley.sourcesolver.model
Methods in software.coley.sourcesolver.model with parameters of type CompilationUnitModel -
Uses of CompilationUnitModel in software.coley.sourcesolver.resolve
Methods in software.coley.sourcesolver.resolve that return CompilationUnitModelConstructors in software.coley.sourcesolver.resolve with parameters of type CompilationUnitModel