Interface TypeVisitor
public interface TypeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(int majorVersion, int minorVersion, long flags, String name, String genericSignature, String baseTypeName, String[] interfaceNames) voidvisitAnnotation(CustomAnnotation annotation, boolean visible) voidvisitAttribute(SourceAttribute attribute) voidvisitDeclaringMethod(MethodReference method) voidvisitEnd()visitField(long flags, String name, TypeReference fieldType) voidvisitInnerType(TypeDefinition type) visitMethod(long flags, String name, IMethodSignature signature, TypeReference... thrownTypes) voidvisitOuterType(TypeReference type) voidvisitParser(MetadataParser parser)
-
Method Details
-
visitParser
-
visit
-
visitDeclaringMethod
-
visitOuterType
-
visitInnerType
-
visitAttribute
-
visitAnnotation
-
visitField
-
visitMethod
MethodVisitor visitMethod(long flags, String name, IMethodSignature signature, TypeReference... thrownTypes) -
visitConstantPool
ConstantPool.Visitor visitConstantPool() -
visitEnd
void visitEnd()
-