public interface MethodNodeCache
| Modifier and Type | Method and Description |
|---|---|
RegularMethodNode |
get(MethodReference methodReference) |
AsyncMethodNode |
getAsync(MethodReference methodReference) |
void |
store(MethodReference methodReference,
RegularMethodNode node) |
void |
storeAsync(MethodReference methodReference,
AsyncMethodNode node) |
RegularMethodNode get(MethodReference methodReference)
void store(MethodReference methodReference, RegularMethodNode node)
AsyncMethodNode getAsync(MethodReference methodReference)
void storeAsync(MethodReference methodReference, AsyncMethodNode node)
Copyright © 2015. All rights reserved.