Class InvokeDynamicClassInstrumentor
- java.lang.Object
-
- org.robolectric.internal.bytecode.ClassInstrumentor
-
- org.robolectric.internal.bytecode.InvokeDynamicClassInstrumentor
-
@Deprecated public class InvokeDynamicClassInstrumentor extends ClassInstrumentor
Deprecated.The invoke-dynamic case has been moved to ClassInstrumentor. Classes previously extending this class should extendClassInstrumentor
directly.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.internal.bytecode.ClassInstrumentor
ClassInstrumentor.Decorator
-
-
Constructor Summary
Constructors Constructor Description InvokeDynamicClassInstrumentor(ClassInstrumentor.Decorator decorator)
Deprecated.
-
Method Summary
-
Methods inherited from class org.robolectric.internal.bytecode.ClassInstrumentor
addDirectCallConstructor, directMethodName, exceptionArray, generateClassHandlerCall, instrument, instrument, instrumentNativeMethod, instrumentNormalMethod, interceptInvokeVirtualMethod, makeMethodPrivate, makeMethodPublic, writeCallToInitializing
-
-
-
-
Constructor Detail
-
InvokeDynamicClassInstrumentor
public InvokeDynamicClassInstrumentor(ClassInstrumentor.Decorator decorator)
Deprecated.
-
-