mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <a+b+c>
|
|
RegExpBranchImpl: <a+b+c>
|
|
RegExpClosureImpl: <a+>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpQuantifierImpl: <+>
|
|
PsiElement(PLUS)('+')
|
|
RegExpClosureImpl: <b+>
|
|
RegExpCharImpl: <b>
|
|
PsiElement(CHARACTER)('b')
|
|
RegExpQuantifierImpl: <+>
|
|
PsiElement(PLUS)('+')
|
|
RegExpCharImpl: <c>
|
|
PsiElement(CHARACTER)('c') |