public interface IProbeArrayStrategy
Modifier and Type | Method and Description |
---|---|
void |
addMembers(org.objectweb.asm.ClassVisitor cv,
int probeCount)
Adds additional class members required by this strategy.
|
int |
storeInstance(org.objectweb.asm.MethodVisitor mv,
int variable)
Creates code that stores the probe array instance in the given variable.
|
int storeInstance(org.objectweb.asm.MethodVisitor mv, int variable)
mv
- visitor to create codevariable
- variable index to store probe array tovoid addMembers(org.objectweb.asm.ClassVisitor cv, int probeCount)
cv
- visitor to create fields and classesprobeCount
- total number of probes required for this classCopyright © 2009–2016 Mountainminds GmbH& Co. KG. All rights reserved.