mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
REGEXP_FILE
|
|
RegExpPatternImpl: <a*?>
|
|
RegExpBranchImpl: <a*?>
|
|
RegExpClosureImpl: <a*?>
|
|
RegExpCharImpl: <a>
|
|
PsiElement(CHARACTER)('a')
|
|
RegExpQuantifierImpl: <*?>
|
|
PsiElement(STAR)('*')
|
|
PsiElement(QUEST)('?') |