public interface TypePathInfoVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitTypePathInfo(Clazz clazz,
Field field,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
visitTypePathInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
visitTypePathInfo(Clazz clazz,
Method method,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
visitTypePathInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void visitTypePathInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
void visitTypePathInfo(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
void visitTypePathInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
void visitTypePathInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo)
Copyright © 2015. All Rights Reserved.