Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
org.objectweb.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
Modifier and Type | Class and Description |
---|---|
class |
JSRInlinerAdapter
A
MethodAdapter that removes JSR instructions and
inlines the referenced subroutines. |
Modifier and Type | Method and Description |
---|---|
Frame[] |
Analyzer.analyze(String owner,
MethodNode m)
Analyzes the given method.
|