Package org.teavm.model.util
Class AsyncMethodFinder
- java.lang.Object
-
- org.teavm.model.util.AsyncMethodFinder
-
public class AsyncMethodFinder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AsyncMethodFinder(CallGraph callGraph, DependencyInfo dependency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfind(ListableClassReaderSource classSource)java.util.Set<MethodReference>getAsyncFamilyMethods()java.util.Set<MethodReference>getAsyncMethods()booleanhasAsyncMethods()
-
-
-
Constructor Detail
-
AsyncMethodFinder
public AsyncMethodFinder(CallGraph callGraph, DependencyInfo dependency)
-
-
Method Detail
-
getAsyncMethods
public java.util.Set<MethodReference> getAsyncMethods()
-
getAsyncFamilyMethods
public java.util.Set<MethodReference> getAsyncFamilyMethods()
-
find
public void find(ListableClassReaderSource classSource)
-
hasAsyncMethods
public boolean hasAsyncMethods()
-
-