Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
Modifier and Type | Class and Description |
---|---|
class |
JSRInlinerAdapter
A
MethodAdapter that removes JSR instructions and
inlines the referenced subroutines. |
class |
TryCatchBlockSorter
Sorts the exception handlers in a method innermost-to-outermost.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassNode
A node that represents a class.
|
class |
FieldNode
A node that represents a field.
|
class |
MethodNode
A node that represents a method.
|