Package | Description |
---|---|
scala.tools.asm |
Provides a small and fast bytecode manipulation framework.
|
scala.tools.asm.commons | |
scala.tools.asm.signature |
Provides support for type signatures.
|
scala.tools.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
scala.tools.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
scala.tools.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|