Uses of Class
org.spf4j.base.asm.Invocation
-
-
Uses of Invocation in org.spf4j.base.asm
Methods in org.spf4j.base.asm that return types with arguments of type Invocation Modifier and Type Method Description static List<Invocation>Scanner. findUsages(com.google.common.base.Supplier<InputStream> classSupplier, Set<Method> invokedMethods)static List<Invocation>Scanner. findUsages(Class<?> clasz, Set<Method> invokedMethods)static List<Invocation>Scanner. findUsages(ClassLoader cl, String claszResourcePath, Set<Method> invokedMethods)static List<Invocation>Scanner. findUsages(String packageName, Set<Method> invokedMethods)
-