Searched refs:ClassInstrumentor (Results 1 – 6 of 6) sorted by relevance
28 private final ClassInstrumentor classInstrumentor;46 ClassInstrumentor.Decorator decorator = new ShadowDecorator(); in SandboxClassLoader()81 protected ClassInstrumentor createClassInstrumentor(ClassInstrumentor.Decorator decorator) { in createClassInstrumentor()
12 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch;14 public class ShadowDecorator implements ClassInstrumentor.Decorator {
11 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch;
18 public class InvokeDynamicClassInstrumentor extends ClassInstrumentor {
19 public class OldClassInstrumentor extends ClassInstrumentor {29 public OldClassInstrumentor(ClassInstrumentor.Decorator decorator) { in OldClassInstrumentor()
30 public abstract class ClassInstrumentor { class36 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor() method in ClassInstrumentor