Searched refs:parameterList (Results 1 – 4 of 4) sorted by relevance
201 PsiAnnotationParameterList parameterList = smaliAnnotation.getParameterList(); in doTest() local202 Assert.assertNotNull(parameterList); in doTest()203 Assert.assertEquals(3, parameterList.getAttributes().length); in doTest()204 Assert.assertEquals("testBooleanValue", parameterList.getAttributes()[0].getName()); in doTest()205 PsiAnnotationMemberValue value = parameterList.getAttributes()[0].getValue(); in doTest()209 Assert.assertEquals("testStringValue", parameterList.getAttributes()[1].getName()); in doTest()210 value = parameterList.getAttributes()[1].getValue(); in doTest()213 Assert.assertEquals("testStringArrayValue", parameterList.getAttributes()[2].getName()); in doTest()214 value = parameterList.getAttributes()[2].getValue(); in doTest()243 parameterList = smaliAnnotation.getParameterList(); in doTest()[all …]
108 List parameterList = ListUtil.commaSeparatedList(parameters); in appendTo() local111 parameters != null ? ClassUtil.internalMethodDescriptor(type, parameterList) : in appendTo()
129 mh = dropArguments(mh, 0, site.type().parameterList()); in bindCallSite()
1461 List parameterList = ListUtil.commaSeparatedList(parameters); in createMemberSpecification() local1464 parameters != null ? ClassUtil.internalMethodDescriptor(type, parameterList) : in createMemberSpecification()