Uses of Class
javassist.bytecode.RecordAttribute.RecordComponentInfo
Packages that use RecordAttribute.RecordComponentInfo
-
Uses of RecordAttribute.RecordComponentInfo in javassist.bytecode
Fields in javassist.bytecode with type parameters of type RecordAttribute.RecordComponentInfoModifier and TypeFieldDescriptionprivate List<RecordAttribute.RecordComponentInfo> RecordAttribute.componentsMethods in javassist.bytecode that return types with arguments of type RecordAttribute.RecordComponentInfoModifier and TypeMethodDescriptionRecordAttribute.getComponents()Returns the list of record components.Constructor parameters in javassist.bytecode with type arguments of type RecordAttribute.RecordComponentInfoModifierConstructorDescriptionRecordAttribute(ConstPool cp, List<RecordAttribute.RecordComponentInfo> components) Constructs a RecordAttribute with specified components.