Class AbstractTypeInformationPresenter.TypeInformationReporter

java.lang.Object
com.sun.source.util.TreeScanner<Void,Void>
com.sun.source.util.TreePathScanner<Void,Void>
org.checkerframework.framework.util.visualize.AbstractTypeInformationPresenter.TypeInformationReporter
All Implemented Interfaces:
TreeVisitor<Void,Void>
Direct Known Subclasses:
LspTypeInformationPresenter.LspTypeInformationReporter
Enclosing class:
AbstractTypeInformationPresenter

protected abstract class AbstractTypeInformationPresenter.TypeInformationReporter extends TreePathScanner<Void,Void>
A visitor which traverses a class tree and reports type information of various sub-trees.

Note: Since nested class trees will be type-checked separately, this visitor does not dive into any nested class trees.