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

12 lines
352 B
Plaintext

REGEXP_FILE
RegExpPatternImpl: <ab?c>
RegExpBranchImpl: <ab?c>
RegExpCharImpl: <a>
PsiElement(CHARACTER)('a')
RegExpClosureImpl: <b?>
RegExpCharImpl: <b>
PsiElement(CHARACTER)('b')
RegExpQuantifierImpl: <?>
PsiElement(QUEST)('?')
RegExpCharImpl: <c>
PsiElement(CHARACTER)('c')