mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <a{1,2}>
|
|
RegExpBranchImpl: <a{1,2}>
|
|
RegExpClosureImpl: <a{1,2}>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpQuantifierImpl: <{1,2}>
|
|
PsiElement(LBRACE)('{')
|
|
RegExpNumberImpl: <1>
|
|
PsiElement(NUMBER)('1')
|
|
PsiElement(COMMA)(',')
|
|
RegExpNumberImpl: <2>
|
|
PsiElement(NUMBER)('2')
|
|
PsiElement(RBRACE)('}') |