|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.commons.RemappingSignatureAdapter
public class RemappingSignatureAdapter
A SignatureVisitor adapter for type mapping.
| Field Summary |
|---|
| Fields inherited from interface org.objectweb.asm.signature.SignatureVisitor |
|---|
EXTENDS, INSTANCEOF, SUPER |
| Constructor Summary | |
|---|---|
RemappingSignatureAdapter(SignatureVisitor v,
Remapper remapper)
|
|
| Method Summary | |
|---|---|
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 wildcard)
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 RemappingSignatureAdapter(SignatureVisitor v,
Remapper remapper)
| Method Detail |
|---|
public 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 visitFormalTypeParameter(String name)
SignatureVisitor
visitFormalTypeParameter in interface SignatureVisitorname - the name of the formal parameter.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 visitBaseType(char descriptor)
SignatureVisitor
visitBaseType in interface SignatureVisitordescriptor - the descriptor of the primitive type, or 'V' for
void.public SignatureVisitor visitClassBound()
SignatureVisitor
visitClassBound in interface SignatureVisitorpublic SignatureVisitor visitExceptionType()
SignatureVisitor
visitExceptionType in interface SignatureVisitorpublic SignatureVisitor visitInterface()
SignatureVisitor
visitInterface in interface SignatureVisitorpublic SignatureVisitor visitInterfaceBound()
SignatureVisitor
visitInterfaceBound in interface SignatureVisitorpublic SignatureVisitor visitParameterType()
SignatureVisitor
visitParameterType in interface SignatureVisitorpublic SignatureVisitor visitReturnType()
SignatureVisitor
visitReturnType in interface SignatureVisitorpublic SignatureVisitor visitSuperclass()
SignatureVisitor
visitSuperclass in interface SignatureVisitorpublic void visitTypeArgument()
SignatureVisitor
visitTypeArgument in interface SignatureVisitorpublic SignatureVisitor visitTypeArgument(char wildcard)
SignatureVisitor
visitTypeArgument in interface SignatureVisitorwildcard - '+', '-' or '='.
public void visitEnd()
SignatureVisitor
visitEnd in interface SignatureVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||