public class Coverage extends Object
Constructor and Description |
---|
Coverage() |
Modifier and Type | Method and Description |
---|---|
static Map<Clazz.MethodDef,List<Clazz.MethodDef>> |
getCrossRef(Collection<Clazz> source,
Collection<Clazz> dest)
Create a cross reference table from source to dest.
|
public static Map<Clazz.MethodDef,List<Clazz.MethodDef>> getCrossRef(Collection<Clazz> source, Collection<Clazz> dest) throws Exception
source
- The methods that refer to destdest
- The methods that are being referred toIOException
Exception
Copyright © 2015 aQute SARL. All rights reserved.