Top Interfaces Classes
module java.base

Package jdk.internal.org.objectweb.asm.commons


Interface Summary

Modifier and TypeInterface and Description
public interface
TableSwitchGenerator

A code generator for switch statements.

Class Summary

Modifier and TypeClass and Description
public abstract class
AdviceAdapter

A MethodVisitor to insert before, after and around advices in methods and constructors.

public class
AnalyzerAdapter

A MethodVisitor that keeps track of stack map frame changes between visitFrame(int, int, Object[], int, Object[]) calls.

public class
AnnotationRemapper

An AnnotationVisitor that remaps types with a Remapper.

public class
ClassRemapper

A ClassVisitor that remaps types with a Remapper.

public class
CodeSizeEvaluator

A MethodVisitor that approximates the size of the methods it visits.

public class
FieldRemapper

A FieldVisitor that remaps types with a Remapper.

public class
GeneratorAdapter

A MethodVisitor with convenient methods to generate code.

public class
InstructionAdapter

A MethodVisitor providing a more detailed API to generate and transform instructions.

public class
JSRInlinerAdapter

A jdk.internal.org.objectweb.asm.MethodVisitor that removes JSR instructions and inlines the referenced subroutines.

public class
LocalVariablesSorter

A MethodVisitor that renumbers local variables in their order of appearance.

public class
Method

A named method descriptor.

public class
MethodRemapper

A MethodVisitor that remaps types with a Remapper.

public class
ModuleHashesAttribute

A ModuleHashes attribute.

public class
ModuleRemapper

A ModuleVisitor that remaps types with a Remapper.

public class
ModuleResolutionAttribute

A ModuleResolution attribute.

public class
ModuleTargetAttribute

A ModuleTarget attribute.

public class
public abstract class
Remapper

A class responsible for remapping types and names.

public class
RemappingAnnotationAdapter

Deprecated use AnnotationRemapper instead.
An AnnotationVisitor adapter for type remapping.
public class
RemappingMethodAdapter

Deprecated use MethodRemapper instead.
A LocalVariablesSorter for type mapping.
public class
SerialVersionUIDAdder

A ClassVisitor that adds a serial version unique identifier to a class if missing.

public class
SignatureRemapper

A SignatureVisitor that remaps types with a Remapper.

public class
SimpleRemapper

A Remapper using a Map to define its mapping.

public class
StaticInitMerger

A ClassVisitor that merges <clinit> methods into a single one.

public class
TryCatchBlockSorter

A MethodVisitor adapter to sort the exception handlers.