Uses of Class
io.ebean.enhance.asm.ClassReader
| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| io.ebean.enhance.common |
-
Uses of ClassReader in io.ebean.enhance.asm
Constructors in io.ebean.enhance.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations. -
Uses of ClassReader in io.ebean.enhance.common
Constructors in io.ebean.enhance.common with parameters of type ClassReader Constructor Description ClassWriterWithoutClassLoading(ClassReader classReader, int flags, ClassLoader classLoader)