Files
openide/plugins/performanceTesting/scripts-ui/testData/parser/CommandWithSimpleOptionWithValue.txt
Yuriy Artamonov f1f7cfbae1 [testing] Move IntegrationPerformanceTest language to separate plugin
GitOrigin-RevId: 5e96653cc76b4fb6a48089777c241806452cb312
2024-06-22 14:55:42 +00:00

12 lines
574 B
Plaintext

IntegrationPerformanceTestScriptFile
IJPerfStatementImpl(STATEMENT)
IJPerfCommandLineImpl(COMMAND_LINE)
IJPerfCommandNameImpl(COMMAND_NAME)
PsiElement(PerformanceTestTokenType.COMMAND)('%stopProfile')
PsiWhiteSpace(' ')
IJPerfOptionListImpl(OPTION_LIST)
IJPerfOptionImpl(OPTION)
IJPerfSimpleOptionImpl(SIMPLE_OPTION)
PsiElement(PerformanceTestTokenType.IDENTIFIER)('traces')
PsiElement(PerformanceTestTokenType.ASSIGNMENT_OPERATOR)('=')
PsiElement(PerformanceTestTokenType.NUMBER)('1000')