| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleVisitor |
ClassVisitor.visitModule(String name,
int access,
String version)
Visit the module corresponding to the class.
|
ModuleVisitor |
ClassWriter.visitModule(String name,
int access,
String version) |
| Constructor and Description |
|---|
ModuleVisitor(int api,
ModuleVisitor moduleVisitor)
Constructs a new
ModuleVisitor. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleRemapper
A
ModuleVisitor that remaps types with a Remapper. |
| Modifier and Type | Method and Description |
|---|---|
ModuleVisitor |
ClassRemapper.visitModule(String name,
int flags,
String version) |
| Constructor and Description |
|---|
ModuleRemapper(ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
Copyright © 2019. All rights reserved.