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,
boolean supportsBridges)
Looks up a handler entry for a given method.
|
TypeWriter.MethodPool.Record target(MethodDescription methodDescription, boolean supportsBridges)
methodDescription - The method being processed.supportsBridges - true if the created class supports bridge methods.Copyright © 2014–2016. All rights reserved.