Class TypeMapper
java.lang.Object
software.coley.sourcesolver.mapping.TypeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(MappingContext context, com.sun.tools.javac.tree.EndPosTable table, Tree tree) Maps the given tree into our own model format.
-
Constructor Details
-
TypeMapper
public TypeMapper()
-
-
Method Details
-
map
@Nonnull public TypeModel map(@Nonnull MappingContext context, @Nonnull com.sun.tools.javac.tree.EndPosTable table, @Nonnull Tree tree) Description copied from interface:MapperMaps the given tree into our own model format.
-