# asm **Repository Path**: xxca/asm ## Basic Information - **Project Name**: asm - **Description**: No description available - **Primary Language**: Java - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASM --- ## 核心类 * ClassReader * ClassWriter * AnnotationWriter * FieldWriter * MethodWriter * ModuleWriter * Label ### 事件生产者、事件过滤器、事件消费者