Searched defs:OBJECT_TYPE (Results 1 – 11 of 11) sorted by relevance
15 private static final Type OBJECT_TYPE = Type.getType(Object.class); field in ShadowDecorator
53 protected static final Type OBJECT_TYPE = Type.getType(Object.class); field in ClassInstrumentor
44 public static final PropertyInfo OBJECT_TYPE = new PropertyInfo(); field in PropertyInfo
44 public static final PropertyInfo OBJECT_TYPE = new PropertyInfo(); field in SppPropertyInfo
51 private static final Type OBJECT_TYPE = Type.getObjectType("java/lang/Object"); field in LocalVariablesSorter
46 public static final Type OBJECT_TYPE = Type.getType("Ljava/lang/Object;"); field in InstructionAdapter
105 private static final Type OBJECT_TYPE = Type.getObjectType("java/lang/Object"); field in GeneratorAdapter
29 private static final Type OBJECT_TYPE = Type.getType(Object.class); field in ReflectorClassWriter
60 private static final Type OBJECT_TYPE = Type.getObjectType("java/lang/Object"); field in GeneratorAdapterTest
233 private static final Class<?> OBJECT_TYPE = Object.class; field in ProxyFactory
856 #[allow(dead_code, non_upper_case_globals)] pub const OBJECT_TYPE: types::GLenum = 0x9112; constant