public static interface TypeWriter.MethodPool
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TypeWriter.MethodPool.Entry
An entry of a method pool that describes how a method is implemented.
|
| Modifier and Type | Method and Description |
|---|---|
TypeWriter.MethodPool.Entry |
target(MethodDescription methodDescription)
Looks up a handler entry for a given method.
|
TypeWriter.MethodPool.Entry target(MethodDescription methodDescription)
methodDescription - The method being processed.Copyright © 2014–2015. All rights reserved.