Class ShadowConstants
java.lang.Object
org.robolectric.internal.bytecode.ShadowConstants
public class ShadowConstants extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS_HANDLER_DATA_FIELD_NAME
static String
CONSTRUCTOR_METHOD_NAME
static String
GET_ROBO_DATA_METHOD_NAME
static String
ROBO_PREFIX
static String
STATIC_INITIALIZER_METHOD_NAME
-
Constructor Summary
Constructors Constructor Description ShadowConstants()
-
Method Summary
-
Field Details
-
ROBO_PREFIX
- See Also:
- Constant Field Values
-
CLASS_HANDLER_DATA_FIELD_NAME
- See Also:
- Constant Field Values
-
STATIC_INITIALIZER_METHOD_NAME
- See Also:
- Constant Field Values
-
CONSTRUCTOR_METHOD_NAME
- See Also:
- Constant Field Values
-
GET_ROBO_DATA_METHOD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ShadowConstants
public ShadowConstants()
-