Searched refs:iseType (Results 1 – 1 of 1) sorted by relevance
1617 TypeId<IllegalStateException> iseType = TypeId.get(IllegalStateException.class); in testThrow() local1618 MethodId<IllegalStateException, Void> iseConstructor = iseType.getConstructor(); in testThrow()1619 Local<IllegalStateException> localIse = code.newLocal(iseType); in testThrow()2134 TypeId<IllegalStateException> iseType = TypeId.get(IllegalStateException.class);2135 Local<IllegalStateException> localIse = code.newLocal(iseType);