protected static class MethodRegistry.Handler.ForImplementation.Compiled extends Object implements MethodRegistry.Handler.Compiled
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Compiled(ByteCodeAppender byteCodeAppender,
        ModifierResolver modifierResolver)
Creates a new compiled handler for a method implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TypeWriter.MethodPool.Entry | 
assemble(MethodAttributeAppender attributeAppender)
Assembles this compiled entry with a method attribute appender. 
 | 
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
String | 
toString()  | 
protected Compiled(ByteCodeAppender byteCodeAppender, ModifierResolver modifierResolver)
byteCodeAppender - The byte code appender to apply.modifierResolver - The transformer to apply to the modifier of this method.public TypeWriter.MethodPool.Entry assemble(MethodAttributeAppender attributeAppender)
MethodRegistry.Handler.Compiledassemble in interface MethodRegistry.Handler.CompiledattributeAppender - The method attribute appender to apply together with this handler.Copyright © 2014–2015. All rights reserved.