Uses of Class
org.eclipse.sisu.space.asm.ClassWriter
Packages that use ClassWriter
Package
Description
Customizable wiring of unresolved dependencies.
-
Uses of ClassWriter in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as ClassWriterModifier and TypeFieldDescription(package private) final ClassWriter
SymbolTable.classWriter
The ClassWriter to which this SymbolTable belongs.Methods in org.eclipse.sisu.space.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVector
Attribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassWriterModifierConstructorDescription(package private)
SymbolTable
(ClassWriter classWriter) Constructs a new, empty SymbolTable for the given ClassWriter.(package private)
SymbolTable
(ClassWriter classWriter, ClassReader classReader) Constructs a new SymbolTable for the given ClassWriter, initialized with the constant pool and bootstrap methods of the given ClassReader. -
Uses of ClassWriter in org.eclipse.sisu.wire
Methods in org.eclipse.sisu.wire with parameters of type ClassWriterModifier and TypeMethodDescriptionprivate static void
DynamicGlue.init
(ClassWriter cw, String superName, String proxyName) Generates a constructor that accepts aProvider
and stores it in an internal field.private static void
DynamicGlue.wrap
(ClassWriter cw, String proxyName, Method method) Generates a wrapper that dereferences the storedProvider
and invokes the given method.