接口 TypePathInfoVisitor
-
- 所有已知实现类:
ClassPrinter,ProgramClassReader
public interface TypePathInfoVisitorThis interface specifies the methods for a visitor ofTypePathInfoinstances. Note that there is only a single implementation ofTypePathInfo, such that this interface is not strictly necessary as a visitor.
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default voidvisitTypePathInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)Visits any TypePathInfo instance.default voidvisitTypePathInfo(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)default voidvisitTypePathInfo(Clazz clazz, Member member, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)default voidvisitTypePathInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)default voidvisitTypePathInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
-
-
-
方法详细资料
-
visitTypePathInfo
default void visitTypePathInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
Visits any TypePathInfo instance. The more specific default implementations of this interface delegate to this method.
-
visitTypePathInfo
default void visitTypePathInfo(Clazz clazz, Member member, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
-
visitTypePathInfo
default void visitTypePathInfo(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
-
visitTypePathInfo
default void visitTypePathInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
-
visitTypePathInfo
default void visitTypePathInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
-
-