Searched defs:instance (Results 1 – 7 of 7) sorted by relevance
83 internal val instance = NullDataPoint<Any>() in asJson() constant108 internal val instance = NotFoundDataPoint<Any>() in toString() constant126 internal val instance = UnknownType<Any>() in asJson() constant
51 private var instance: TestAppComponentFactory? = null variable
65 Object instance = constructors[0].newInstance(); in createTestInstance() local
85 void clickMenuItem(int instance); in clickMenuItem()
230 public Object invoke(Object instance) throws IllegalAccessException, in invoke()
79 val instance = testClass.onlyConstructor.newInstance() in <lambda>() constant
264 public void clickMenuItem(int instance) { in clickMenuItem()