public abstract static class TypeWriter.MethodPool.Entry.AbstractDefiningEntry extends Object implements TypeWriter.MethodPool.Entry
TypeWriter.MethodPool.Entry.AbstractDefiningEntry, TypeWriter.MethodPool.Entry.ForAbstractMethod, TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue, TypeWriter.MethodPool.Entry.ForImplementation, TypeWriter.MethodPool.Entry.ForSkippedMethod, TypeWriter.MethodPool.Entry.Sort| Constructor and Description |
|---|
AbstractDefiningEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClassVisitor classVisitor,
Implementation.Context implementationContext,
MethodDescription methodDescription)
Applies this method entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyBody, applyHead, getSort, prependpublic void apply(ClassVisitor classVisitor, Implementation.Context implementationContext, MethodDescription methodDescription)
TypeWriter.MethodPool.Entryapply in interface TypeWriter.MethodPool.EntryclassVisitor - The class visitor to which this entry should be applied.implementationContext - The implementation context to which this entry should be applied.methodDescription - The method description of the instrumented method.Copyright © 2014–2015. All rights reserved.