mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
21 lines
678 B
Plaintext
21 lines
678 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <a.+(c|d)>
|
|
RegExpBranchImpl: <a.+(c|d)>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpClosureImpl: <.+>
|
|
RegExpSimpleClassImpl: <.>
|
|
PsiElement(DOT)('.')
|
|
RegExpQuantifierImpl: <+>
|
|
PsiElement(PLUS)('+')
|
|
RegExpGroupImpl: <(c|d)>
|
|
PsiElement(GROUP_BEGIN)('(')
|
|
RegExpPatternImpl: <c|d>
|
|
RegExpBranchImpl: <c>
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c')
|
|
PsiElement(UNION)('|')
|
|
RegExpBranchImpl: <d>
|
|
RegExpCharImpl: <d>
|
|
PsiElement(CHARACTER)('d')
|
|
PsiElement(GROUP_END)(')') |