Need help with Leda PsiLiteralExpression#getParsingError

Hi.

Anybody know what replace PsiLiteralExpression#getParsingError in Leda ?

(Any link to changes in openapi will be welcomed)

Thanks
Boaz

0
3 comments

com.intellij.codeInsight.daemon.impl.analysis.HighlightUtil.checkLiteralExpressionParsingError() (commit).

0

It solve my problem, Although I'm only interested in parsing the file and not the GUI representation (Highlight) of the results

0

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.

0

Please sign in to leave a comment.