PsiDelegate

Description

delegate Tinman.Core.Parsing.PsiDelegate

input : ICodeInput

The parser input.

node : AstNode

The AST node.

context : Context

The PSI context object.

returns → object

The created PSI model object.

Factory method that creates a PSI model object from an AST node.

ValidatingException

If the structure of the given AST node is incorrect.