public static interface MethodRegistry.Handler.Compiled
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.
|
TypeWriter.MethodPool.Record assemble(MethodDescription methodDescription, MethodAttributeAppender attributeAppender, Visibility visibility)
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.Copyright © 2014–2024. All rights reserved.