Uses of Class
io.ebean.enhance.asm.ClassReader
Packages that use ClassReader
Package
Description
Provides a small and fast bytecode manipulation framework.
-
Uses of ClassReader in io.ebean.enhance.asm
Methods in io.ebean.enhance.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sameAttribute.typeas the given attribute.static LabelAttribute.readLabel(ClassReader classReader, int bytecodeOffset, Label[] labels) Returns the label corresponding to the given bytecode offset by callingreadLabel(int, io.ebean.enhance.asm.Label[]).Constructors in io.ebean.enhance.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(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 ClassReaderModifierConstructorDescriptionClassWriterWithoutClassLoading(ClassReader classReader, int flags, ClassLoader classLoader)