Interface TypeInformationPresenter
- All Known Implementing Classes:
AbstractTypeInformationPresenter
,LspTypeInformationPresenter
public interface TypeInformationPresenter
Presents formatted type information for various AST nodes in a class.
The formatted type information can be useful for debugging and is designed to be visualized by
editors and IDEs that support Language Server Protocol (LSP) LspTypeInformationPresenter
.
-
Method Summary
-
Method Details
-
process
The entry point for presenting type information of trees in the given class.- Parameters:
tree
- a ClassTree that has been type-checked by the factorytreePath
- aTreePath
totree
-