Uses of Package
org.objectweb.asm.tree
-
Packages that use org.objectweb.asm.tree 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.org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package.org.objectweb.asm.util Provides ASM visitors that can be useful for programming and debugging purposes. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.commons Class Description InsnList A doubly linked list ofAbstractInsnNode
objects.LabelNode AnAbstractInsnNode
that encapsulates aLabel
.MethodNode A node that represents a method. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.tree Class Description AbstractInsnNode A node that represents a bytecode instruction.AnnotationNode A node that represents an annotation.FieldNode A node that represents a field.InnerClassNode A node that represents an inner class.InsnList A doubly linked list ofAbstractInsnNode
objects.LabelNode AnAbstractInsnNode
that encapsulates aLabel
.LocalVariableAnnotationNode A node that represents a type annotation on a local or resource variable.LocalVariableNode A node that represents a local variable declaration.MethodNode A node that represents a method.ModuleExportNode A node that represents an exported package with its name and the module that can access to it.ModuleNode A node that represents a module declaration.ModuleOpenNode A node that represents an opened package with its name and the module that can access it.ModuleProvideNode A node that represents a service and its implementation provided by the current module.ModuleRequireNode A node that represents a required module with its name and access of a module descriptor.ParameterNode A node that represents a parameter of a method.RecordComponentNode A node that represents a record component.TryCatchBlockNode A node that represents a try catch block.TypeAnnotationNode A node that represents a type annotation. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.tree.analysis Class Description AbstractInsnNode A node that represents a bytecode instruction.InsnList A doubly linked list ofAbstractInsnNode
objects.JumpInsnNode A node that represents a jump instruction.LabelNode AnAbstractInsnNode
that encapsulates aLabel
.MethodNode A node that represents a method.TryCatchBlockNode A node that represents a try catch block. -
Classes in org.objectweb.asm.tree used by org.objectweb.asm.util Class Description MethodNode A node that represents a method.