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