• Home
  • Raw
  • Download

Lines Matching refs:entrySet

281         aClass.bounds.entrySet()) {  in ensureVisitSceneClassAnnotations()
301 bound.innerTypes.entrySet()) { in ensureVisitSceneClassAnnotations()
317 for (Map.Entry<TypeIndexLocation, ATypeElement> e : aClass.extendsImplements.entrySet()) { in ensureVisitSceneClassAnnotations()
599 aField.type.innerTypes.entrySet()) { in ensureVisitSceneFieldAnnotations()
791 aMethod.returnType.innerTypes.entrySet()) { in ensureVisitReturnTypeAnnotations()
815 aMethod.bounds.entrySet()) { in ensureVisitTypeParameterBoundAnnotations()
835 bound.innerTypes.entrySet()) { in ensureVisitTypeParameterBoundAnnotations()
857 aMethod.body.locals.entrySet()) { in ensureVisitLocalVariablesAnnotations()
876 aLocation.type.innerTypes.entrySet()) { in ensureVisitLocalVariablesAnnotations()
903 aMethod.body.news.entrySet()) { in ensureVisitObjectCreationAnnotations()
927 aNew.innerTypes.entrySet()) { in ensureVisitObjectCreationAnnotations()
953 aMethod.parameters.entrySet()) { in ensureVisitParameterAnnotations()
983 aParameter.type.innerTypes.entrySet()) { in ensureVisitParameterAnnotations()
1036 aReceiver.type.innerTypes.entrySet()) { in ensureVisitReceiverAnnotations()
1060 aMethod.body.typecasts.entrySet()) { in ensureVisitTypecastAnnotations()
1086 aTypecast.innerTypes.entrySet()) { in ensureVisitTypecastAnnotations()
1113 aMethod.body.instanceofs.entrySet()) { in ensureVisitTypeTestAnnotations()
1137 aTypeTest.innerTypes.entrySet()) { in ensureVisitTypeTestAnnotations()
1160 aMethod.body.funs.entrySet()) { in ensureVisitLambdaExpressionAnnotations()
1172 for (Map.Entry<Integer, AField> e0 : aLambda.parameters.entrySet()) { in ensureVisitLambdaExpressionAnnotations()
1202 aParameter.type.innerTypes.entrySet()) { in ensureVisitLambdaExpressionAnnotations()
1226 aMethod.body.refs.entrySet()) { in ensureVisitMemberReferenceAnnotations()
1260 aTypeArg.innerTypes.entrySet()) { in ensureVisitMemberReferenceAnnotations()
1282 entry : aMethod.body.calls.entrySet()) { in ensureVisitMethodInvocationAnnotations()
1313 aCall.innerTypes.entrySet()) { in ensureVisitMethodInvocationAnnotations()