ParsingErrorType
Public / Constants
Syntax
A syntax error that has occurred while parsing input code because of mismatched grammar rules.
All ParseResult objects of this type can safely be cast to SyntaxError.
Semantic
A semantic error that has occurred while building a PSI model from an AST resp. while performing static validation of a PSI model.
All ParseResult objects of this type can safely be cast to SemanticError.
Runtime
A semantic error that might occur during runtime, although the PSI model is valid.
All ParseResult objects of this type can safely be cast to SemanticError.