protected static class TypeDescription.Generic.Visitor.ForSignatureVisitor.OfTypeArgument extends TypeDescription.Generic.Visitor.ForSignatureVisitor
TypeDescription.Generic.Visitor.ForSignatureVisitor.OfTypeArgumentTypeDescription.Generic.Visitor.AnnotationStripper, TypeDescription.Generic.Visitor.Assigner, TypeDescription.Generic.Visitor.ForRawType, TypeDescription.Generic.Visitor.ForSignatureVisitor, TypeDescription.Generic.Visitor.NoOp, TypeDescription.Generic.Visitor.Reducing, TypeDescription.Generic.Visitor.Reifying, TypeDescription.Generic.Visitor.Substitutor, TypeDescription.Generic.Visitor.TypeErasing, TypeDescription.Generic.Visitor.ValidatorsignatureVisitor| Modifier | Constructor and Description |
|---|---|
protected |
OfTypeArgument(org.objectweb.asm.signature.SignatureVisitor signatureVisitor)
Creates a new parameter visitor.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.signature.SignatureVisitor |
onGenericArray(TypeDescription.Generic genericArray)
Visits a generic array type (
Sort#GENERIC_ARRAY). |
org.objectweb.asm.signature.SignatureVisitor |
onNonGenericType(TypeDescription.Generic typeDescription)
Visits a non-generic type (
Sort#NON_GENERIC). |
org.objectweb.asm.signature.SignatureVisitor |
onParameterizedType(TypeDescription.Generic parameterizedType)
Visits a parameterized type (
Sort#PARAMETERIZED). |
org.objectweb.asm.signature.SignatureVisitor |
onTypeVariable(TypeDescription.Generic typeVariable)
Visits a type variable (
Sort#VARIABLE, Sort#VARIABLE_SYMBOLIC). |
org.objectweb.asm.signature.SignatureVisitor |
onWildcard(TypeDescription.Generic wildcard)
Visits a wildcard (
Sort#WILDCARD). |
protected OfTypeArgument(org.objectweb.asm.signature.SignatureVisitor signatureVisitor)
signatureVisitor - The signature visitor which is notified over visited types.public org.objectweb.asm.signature.SignatureVisitor onWildcard(TypeDescription.Generic wildcard)
Sort#WILDCARD).onWildcard in interface TypeDescription.Generic.Visitor<org.objectweb.asm.signature.SignatureVisitor>onWildcard in class TypeDescription.Generic.Visitor.ForSignatureVisitorwildcard - The wildcard.public org.objectweb.asm.signature.SignatureVisitor onGenericArray(TypeDescription.Generic genericArray)
Sort#GENERIC_ARRAY).onGenericArray in interface TypeDescription.Generic.Visitor<org.objectweb.asm.signature.SignatureVisitor>onGenericArray in class TypeDescription.Generic.Visitor.ForSignatureVisitorgenericArray - The generic array type.public org.objectweb.asm.signature.SignatureVisitor onParameterizedType(TypeDescription.Generic parameterizedType)
Sort#PARAMETERIZED).onParameterizedType in interface TypeDescription.Generic.Visitor<org.objectweb.asm.signature.SignatureVisitor>onParameterizedType in class TypeDescription.Generic.Visitor.ForSignatureVisitorparameterizedType - The generic array type.public org.objectweb.asm.signature.SignatureVisitor onTypeVariable(TypeDescription.Generic typeVariable)
Sort#VARIABLE, Sort#VARIABLE_SYMBOLIC).onTypeVariable in interface TypeDescription.Generic.Visitor<org.objectweb.asm.signature.SignatureVisitor>onTypeVariable in class TypeDescription.Generic.Visitor.ForSignatureVisitortypeVariable - The generic array type.public org.objectweb.asm.signature.SignatureVisitor onNonGenericType(TypeDescription.Generic typeDescription)
Sort#NON_GENERIC).onNonGenericType in interface TypeDescription.Generic.Visitor<org.objectweb.asm.signature.SignatureVisitor>onNonGenericType in class TypeDescription.Generic.Visitor.ForSignatureVisitortypeDescription - The non-generic type.Copyright © 2014–2019. All rights reserved.