| PyFile:IfStatement.py | |
| PyIfStatement | |
| PyIfPartIf | |
| PsiElement(Py:IF_KEYWORD)('if') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('0') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n\n') | |
| PyIfStatement | |
| PyIfPartIf | |
| PsiElement(Py:IF_KEYWORD)('if') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('1') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n') | |
| PyElsePart | |
| PsiElement(Py:ELSE_KEYWORD)('else') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n\n') | |
| PyIfStatement | |
| PyIfPartIf | |
| PsiElement(Py:IF_KEYWORD)('if') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('2') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n') | |
| PyIfPartElif | |
| PsiElement(Py:ELIF_KEYWORD)('elif') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('3') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n\n') | |
| PyIfStatement | |
| PyIfPartIf | |
| PsiElement(Py:IF_KEYWORD)('if') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('4') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace(' \n') | |
| PyIfPartElif | |
| PsiElement(Py:ELIF_KEYWORD)('elif') | |
| PsiWhiteSpace(' ') | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('5') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyPassStatement | |
| PsiElement(Py:PASS_KEYWORD)('pass') | |
| PsiWhiteSpace('\n') | |
| PyElsePart | |
| PsiElement(Py:ELSE_KEYWORD)('else') | |
| PsiElement(Py:COLON)(':') | |
| PsiWhiteSpace('\n ') | |
| PyStatementList | |
| PyExpressionStatement | |
| PyNumericLiteralExpression | |
| PsiElement(Py:INTEGER_LITERAL)('1') | |