Need help with Leda PsiLiteralExpression#getParsingError Boaz Nahum Created July 01, 2012 09:35 Hi.Anybody know what replace PsiLiteralExpression#getParsingError in Leda ?(Any link to changes in openapi will be welcomed)ThanksBoaz
com.intellij.codeInsight.daemon.impl.analysis.HighlightUtil.checkLiteralExpressionParsingError() (commit).
It solve my problem, Although I'm only interested in parsing the file and not the GUI representation (Highlight) of the results
Parser only produces syntax tree nodes - it doesn't verify the end result makes any sense. E.g. it's not a parsing error to have \k inside a string literal.