public class AsyncMethodFinder extends Object
| Constructor and Description |
|---|
AsyncMethodFinder(CallGraph callGraph,
Diagnostics diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
void |
find(ListableClassReaderSource classSource) |
Set<MethodReference> |
getAsyncFamilyMethods() |
Set<MethodReference> |
getAsyncMethods() |
public AsyncMethodFinder(CallGraph callGraph, Diagnostics diagnostics)
public Set<MethodReference> getAsyncMethods()
public Set<MethodReference> getAsyncFamilyMethods()
public void find(ListableClassReaderSource classSource)
Copyright © 2015. All rights reserved.