REGEXP_FILE
  RegExpPatternImpl: <(\s*\w+)?>
    RegExpBranchImpl: <(\s*\w+)?>
      RegExpClosureImpl: <(\s*\w+)?>
        RegExpGroupImpl: <(\s*\w+)>
          PsiElement(GROUP_BEGIN)('(')
          RegExpPatternImpl: <\s*\w+>
            RegExpBranchImpl: <\s*\w+>
              RegExpClosureImpl: <\s*>
                RegExpSimpleClassImpl: <\s>
                  PsiElement(CHAR_CLASS)('\s')
                RegExpQuantifierImpl: <*>
                  PsiElement(STAR)('*')
              RegExpClosureImpl: <\w+>
                RegExpSimpleClassImpl: <\w>
                  PsiElement(CHAR_CLASS)('\w')
                RegExpQuantifierImpl: <+>
                  PsiElement(PLUS)('+')
          PsiElement(GROUP_END)(')')
        RegExpQuantifierImpl: <?>
          PsiElement(QUEST)('?')