Uses of Package
org.objectweb.asm.tree
Packages that use org.objectweb.asm.tree
Package
Description
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Classes in org.objectweb.asm.tree used by org.objectweb.asm.commonsClassDescriptionA doubly linked list of
AbstractInsnNode
objects.AnAbstractInsnNode
that encapsulates aLabel
.A node that represents a method. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.treeClassDescriptionA node that represents a bytecode instruction.A node that represents an annotation.A node that represents a field.A node that represents an inner class.A doubly linked list of
AbstractInsnNode
objects.AnAbstractInsnNode
that encapsulates aLabel
.A node that represents a type annotation on a local or resource variable.A node that represents a local variable declaration.A node that represents a method.A node that represents an exported package with its name and the module that can access to it.A node that represents a module declaration.A node that represents an opened package with its name and the module that can access it.A node that represents a service and its implementation provided by the current module.A node that represents a required module with its name and access of a module descriptor.A node that represents a parameter of a method.A node that represents a record component.A node that represents a try catch block.A node that represents a type annotation. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.tree.analysisClassDescriptionA node that represents a bytecode instruction.A doubly linked list of
AbstractInsnNode
objects.A node that represents a jump instruction.AnAbstractInsnNode
that encapsulates aLabel
.A node that represents a method.A node that represents a try catch block. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.utilClassDescriptionA node that represents a bytecode instruction.A node that represents a stack map frame.A doubly linked list of
AbstractInsnNode
objects.A node that represents a method.