- java.lang.Object
-
- org.objectweb.asm.signature.SignatureVisitor
-
- org.mule.tools.maven.plugin.module.analyze.asm.DefaultSignatureVisitor
-
public class DefaultSignatureVisitor
extends org.objectweb.asm.signature.SignatureVisitor
Computes the set of classes referenced by visited code. Inspired by org.objectweb.asm.depend.DependencyVisitor in
the ASM dependencies example.
-
-
Field Summary
-
Fields inherited from class org.objectweb.asm.signature.SignatureVisitor
api, EXTENDS, INSTANCEOF, SUPER
-
Method Summary
-
Methods inherited from class org.objectweb.asm.signature.SignatureVisitor
visitArrayType, visitBaseType, visitClassBound, visitEnd, visitExceptionType, visitFormalTypeParameter, visitInterface, visitInterfaceBound, visitParameterType, visitReturnType, visitSuperclass, visitTypeArgument, visitTypeArgument, visitTypeVariable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016–2024 MuleSoft, Inc.. All rights reserved.