Factory method that creates a PSI model object from an AST node.
delegate
|
PsiDelegate
|
||||
(ICodeInput input,
AstNode node,
Context context)
|
|||||
type
|
object
|
||||
params
|
input
|
The parser input. | |||
node
|
The AST node. | ||||
context
|
The PSI context object. | ||||
returns
|
The created PSI model object. |