Module org.eclipse.persistence.asm
Package org.eclipse.persistence.internal.libraries.asm.tree
package org.eclipse.persistence.internal.libraries.asm.tree
-
ClassDescriptionA node that represents a bytecode instruction.A node that represents an annotation.A node that represents a class.A node that represents a field instruction.A node that represents a field.A node that represents a stack map frame.A node that represents an IINC instruction.A node that represents an inner class.A doubly linked list of
AbstractInsnNodeobjects.A node that represents a zero operand instruction.A node that represents an instruction with a single int operand.A node that represents an invokedynamic instruction.A node that represents a jump instruction.AnAbstractInsnNodethat encapsulates aLabel.A node that represents an LDC instruction.A node that represents a line number declaration.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 LOOKUPSWITCH instruction.A node that represents a method instruction.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 MULTIANEWARRAY instruction.A node that represents a parameter of a method.A node that represents a record component.A node that represents a TABLESWITCH instruction.A node that represents a try catch block.A node that represents a type annotation.A node that represents a type instruction.Exception thrown inAnnotationNode.check(int),ClassNode.check(int),FieldNode.check(int)andMethodNode.check(int)when these nodes (or their children, recursively) contain elements that were introduced in more recent versions of the ASM API than version passed to these methods.A node that represents a local variable instruction.