Uses of Class
javassist.bytecode.SignatureAttribute.Type
-
Uses of SignatureAttribute.Type in javassist.bytecode
Modifier and TypeClassDescriptionstatic class
Array types.static class
Primitive types.static class
Class types.static class
Nested class types.static class
Class types, array types, and type variables.static class
Type variables.Modifier and TypeMethodDescriptionSignatureAttribute.ArrayType.getComponentType()
Returns the component type.SignatureAttribute.MethodSignature.getParameterTypes()
Returns the types of the formal parameters.SignatureAttribute.MethodSignature.getReturnType()
Returns the type of the returned value.static SignatureAttribute.Type
SignatureAttribute.toTypeSignature
(String sig) Parses the given signature string as a type signature.ModifierConstructorDescriptionArrayType
(int d, SignatureAttribute.Type comp) Constructs anArrayType
.MethodSignature
(SignatureAttribute.TypeParameter[] tp, SignatureAttribute.Type[] params, SignatureAttribute.Type ret, SignatureAttribute.ObjectType[] ex) Constructs a method type signature.