Files
openide/RegExpSupport/testData/psi/Quantifiers6.txt
2016-06-28 16:26:31 +02:00

9 lines
262 B
Plaintext

REGEXP_FILE
RegExpPatternImpl: <a*?>
RegExpBranchImpl: <a*?>
RegExpClosureImpl: <a*?>
RegExpCharImpl: <a>
PsiElement(CHARACTER)('a')
RegExpQuantifierImpl: <*?>
PsiElement(STAR)('*')
PsiElement(QUEST)('?')