| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm.commons | |
| org.eclipse.persistence.internal.libraries.asm.tree.analysis |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
MethodVisitor to insert before, after and around advices in methods and constructors. |
class |
CodeSizeEvaluator
A
MethodVisitor that approximates the size of the methods it visits. |
class |
JSRInlinerAdapter
A
MethodVisitor that removes JSR instructions and inlines the
referenced subroutines. |
| Modifier and Type | Class and Description |
|---|---|
class |
Analyzer<V extends Value>
A semantic bytecode analyzer.
|
class |
BasicInterpreter
An
Interpreter for BasicValue values. |
class |
BasicVerifier
An extended
BasicInterpreter that checks that bytecode instructions are correctly used. |
class |
SimpleVerifier
An extended
BasicVerifier that performs more precise verifications. |
class |
SourceInterpreter
An
Interpreter for SourceValue values. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.