Searched refs:_constructor (Results 1 – 3 of 3) sorted by relevance
13 protected final Constructor<?> _constructor; field in AnnotatedConstructor36 _constructor = constructor; in AnnotatedConstructor()46 _constructor = null; in AnnotatedConstructor()52 return new AnnotatedConstructor(_typeContext, _constructor, ann, _paramAnnotations); in withAnnotations()62 public Constructor<?> getAnnotated() { return _constructor; } in getAnnotated()65 public int getModifiers() { return _constructor.getModifiers(); } in getModifiers()68 public String getName() { return _constructor.getName(); } in getName()77 return _constructor.getDeclaringClass(); in getRawType()88 return _constructor.getParameterTypes().length; in getParameterCount()94 Class<?>[] types = _constructor.getParameterTypes(); in getRawParameterType()[all …]
212 static int _func ## _constructor(void) { atexit (_func); return 0; } \214 __declspec(allocate(".CRT$XCU")) static int (* _array ## _func)(void) = _func ## _constructor;
1685 self._constructor = _text_accumulator1691 prefix = [self._constructor() for x in range(-i)]1695 self._array.append(self._constructor())