public final class ProbeArrayStrategyFactory
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static IProbeArrayStrategy |
createFor(long classId,
org.objectweb.asm.ClassReader reader,
IExecutionDataAccessorGenerator accessorGenerator) |
Creates a suitable strategy instance for the class described by the given
reader.
|
public static IProbeArrayStrategy createFor(long classId, org.objectweb.asm.ClassReader reader, IExecutionDataAccessorGenerator accessorGenerator)
classId
- class identifierreader
- reader to get information about the classaccessorGenerator
- accessor to the coverage runtimeCopyright © 2018. All rights reserved.