@HashCodeAndEqualsPlugin.Enhance protected static class MethodRegistry.Handler.ForImplementation.Compiled extends java.lang.Object implements MethodRegistry.Handler.Compiled
Modifier and Type | Field and Description |
---|---|
private ByteCodeAppender |
byteCodeAppender
The byte code appender to apply.
|
Modifier | Constructor and Description |
---|---|
protected |
Compiled(ByteCodeAppender byteCodeAppender)
Creates a new compiled handler for a method implementation.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.MethodPool.Record |
assemble(MethodDescription methodDescription,
MethodAttributeAppender attributeAppender,
Visibility visibility)
Assembles this compiled entry with a method attribute appender.
|
private final ByteCodeAppender byteCodeAppender
protected Compiled(ByteCodeAppender byteCodeAppender)
byteCodeAppender
- The byte code appender to apply.public TypeWriter.MethodPool.Record assemble(MethodDescription methodDescription, MethodAttributeAppender attributeAppender, Visibility visibility)
assemble
in interface MethodRegistry.Handler.Compiled
methodDescription
- The method description to apply with this handler.attributeAppender
- The method attribute appender to apply together with this handler.visibility
- The represented method's minimum visibility.