Uses of Class
javassist.bytecode.SignatureAttribute.Type
Packages that use SignatureAttribute.Type
-
Uses of SignatureAttribute.Type in javassist.bytecode
Subclasses of SignatureAttribute.Type in javassist.bytecodeModifier and TypeClassDescriptionstatic classArray types.static classPrimitive types.static classClass types.static classNested class types.static classClass types, array types, and type variables.static classType variables.Fields in javassist.bytecode declared as SignatureAttribute.TypeModifier and TypeFieldDescription(package private) SignatureAttribute.TypeSignatureAttribute.ArrayType.componentType(package private) SignatureAttribute.Type[]SignatureAttribute.MethodSignature.params(package private) SignatureAttribute.TypeSignatureAttribute.MethodSignature.retTypeMethods in javassist.bytecode that return SignatureAttribute.TypeModifier 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.private static SignatureAttribute.TypeSignatureAttribute.parseType(String sig, SignatureAttribute.Cursor c) static SignatureAttribute.TypeSignatureAttribute.toTypeSignature(String sig) Parses the given signature string as a type signature.Methods in javassist.bytecode with parameters of type SignatureAttribute.TypeModifier and TypeMethodDescription(package private) static voidSignatureAttribute.Type.toString(StringBuilder sbuf, SignatureAttribute.Type[] ts) Constructors in javassist.bytecode with parameters of type SignatureAttribute.TypeModifierConstructorDescriptionArrayType(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.