Package org.objectweb.asm.util

Provides ASM visitors that can be useful for programming and debugging purposes.

See: Description

Package org.objectweb.asm.util Description

Provides ASM visitors that can be useful for programming and debugging purposes. These class visitors are normally not used by applications at runtime. This is why they are bundled in an optional asm-util.jar library that is separated from (but requires) the asm.jar library, which contains the core ASM framework.
Since:
ASM 1.3.2