|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.util.TraceSignatureVisitor
public class TraceSignatureVisitor
A SignatureVisitor that prints a disassembled view of the signature
it visits.
| Field Summary |
|---|
| Fields inherited from interface org.objectweb.asm.signature.SignatureVisitor |
|---|
EXTENDS, INSTANCEOF, SUPER |
| Constructor Summary | |
|---|---|
TraceSignatureVisitor(int access)
|
|
| Method Summary | |
|---|---|
String |
getDeclaration()
|
String |
getExceptions()
|
String |
getReturnType()
|
SignatureVisitor |
visitArrayType()
Visits a signature corresponding to an array type. |
void |
visitBaseType(char descriptor)
Visits a signature corresponding to a primitive type. |
SignatureVisitor |
visitClassBound()
Visits the class bound of the last visited formal type parameter. |
void |
visitClassType(String name)
Starts the visit of a signature corresponding to a class or interface type. |
void |
visitEnd()
Ends the visit of a signature corresponding to a class or interface type. |
SignatureVisitor |
visitExceptionType()
Visits the type of a method exception. |
void |
visitFormalTypeParameter(String name)
Visits a formal type parameter. |
void |
visitInnerClassType(String name)
Visits an inner class. |
SignatureVisitor |
visitInterface()
Visits the type of an interface implemented by the class. |
SignatureVisitor |
visitInterfaceBound()
Visits an interface bound of the last visited formal type parameter. |
SignatureVisitor |
visitParameterType()
Visits the type of a method parameter. |
SignatureVisitor |
visitReturnType()
Visits the return type of the method. |
SignatureVisitor |
visitSuperclass()
Visits the type of the super class. |
void |
visitTypeArgument()
Visits an unbounded type argument of the last visited class or inner class type. |
SignatureVisitor |
visitTypeArgument(char tag)
Visits a type argument of the last visited class or inner class type. |
void |
visitTypeVariable(String name)
Visits a signature corresponding to a type variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceSignatureVisitor(int access)
| Method Detail |
|---|
public void visitFormalTypeParameter(String name)
SignatureVisitor
visitFormalTypeParameter in interface SignatureVisitorname - the name of the formal parameter.public SignatureVisitor visitClassBound()
SignatureVisitor
visitClassBound in interface SignatureVisitorpublic SignatureVisitor visitInterfaceBound()
SignatureVisitor
visitInterfaceBound in interface SignatureVisitorpublic SignatureVisitor visitSuperclass()
SignatureVisitor
visitSuperclass in interface SignatureVisitorpublic SignatureVisitor visitInterface()
SignatureVisitor
visitInterface in interface SignatureVisitorpublic SignatureVisitor visitParameterType()
SignatureVisitor
visitParameterType in interface SignatureVisitorpublic SignatureVisitor visitReturnType()
SignatureVisitor
visitReturnType in interface SignatureVisitorpublic SignatureVisitor visitExceptionType()
SignatureVisitor
visitExceptionType in interface SignatureVisitorpublic void visitBaseType(char descriptor)
SignatureVisitor
visitBaseType in interface SignatureVisitordescriptor - the descriptor of the primitive type, or 'V' for
void.public void visitTypeVariable(String name)
SignatureVisitor
visitTypeVariable in interface SignatureVisitorname - the name of the type variable.public SignatureVisitor visitArrayType()
SignatureVisitor
visitArrayType in interface SignatureVisitorpublic void visitClassType(String name)
SignatureVisitor
visitClassType in interface SignatureVisitorname - the internal name of the class or interface.public void visitInnerClassType(String name)
SignatureVisitor
visitInnerClassType in interface SignatureVisitorname - the local name of the inner class in its enclosing class.public void visitTypeArgument()
SignatureVisitor
visitTypeArgument in interface SignatureVisitorpublic SignatureVisitor visitTypeArgument(char tag)
SignatureVisitor
visitTypeArgument in interface SignatureVisitortag - '+', '-' or '='.
public void visitEnd()
SignatureVisitor
visitEnd in interface SignatureVisitorpublic String getDeclaration()
public String getReturnType()
public String getExceptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||