Searched refs:expression (Results 1 – 10 of 10) sorted by relevance
78 if (curr is PsiExpressionStatement && curr.expression is PsiMethodCallExpression && in <lambda>()79 curr.expression.firstChild?.lastChild is PsiKeyword && in <lambda>()80 curr.expression.firstChild?.lastChild?.text == "super" in <lambda>()82 val resolved = (curr.expression as PsiMethodCallExpression).resolveMethod() in <lambda>()
190 # Python expression which should return a note less than 10 (10 is the highest269 # A regular expression matching the name of dummy variables (i.e. expectedly338 # Regular expression matching correct function names344 # Regular expression matching correct variable names350 # Regular expression matching correct constant names356 # Regular expression matching correct attribute names362 # Regular expression matching correct argument names368 # Regular expression matching correct class attribute names374 # Regular expression matching correct inline iteration names380 # Regular expression matching correct class names[all …]
4153 expression = lines[linenum][start_pos + 1:end_pos - 1]4155 expression = lines[linenum][start_pos + 1:]4157 expression += lines[i]4158 expression += last_line[0:end_pos - 1]4166 while expression:4168 r'==|!=|>=|>|<=|<|\()(.*)$', expression)4173 expression = matched.group(2)4174 (end, _) = FindEndOfExpressionInLine(expression, 0, ['('])4177 lhs += '(' + expression[0:end]4178 expression = expression[end:][all …]
482 expresion||expression
63 for (expression in inclusionExpressions) { in getIncludedAnnotationNames() constant64 annotationNames.add(expression.qualifiedName) in getIncludedAnnotationNames()
19 # Regular expression matching correct method names
23 # Regular expression matching correct method names.
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...