OpenJDK 1.23
java.base
sun.reflect.generics.visitor
Top
Interfaces
Classes
module java.base
Package sun.reflect.generics.visitor
Interface Summary
Modifier and Type
Interface and Description
public
interface
TypeTreeVisitor
<T>
Visit a TypeTree and produce a result of type T.
public
interface
Visitor
<T>
Class Summary
Modifier and Type
Class and Description
public
class
Reifier
Visitor that converts AST to reified types.