public interface INodeBinder
Modifier and Type | Method and Description |
---|---|
IBoundNode |
bind(ISyntaxNode node,
IBindingContext bindingContext) |
IBoundNode |
bindTarget(ISyntaxNode node,
IBindingContext bindingContext,
IBoundNode targetNode) |
IBoundNode |
bindType(ISyntaxNode node,
IBindingContext bindingContext,
IOpenClass type) |
IBoundNode bind(ISyntaxNode node, IBindingContext bindingContext) throws Exception
Exception
IBoundNode bindTarget(ISyntaxNode node, IBindingContext bindingContext, IBoundNode targetNode) throws Exception
Exception
IBoundNode bindType(ISyntaxNode node, IBindingContext bindingContext, IOpenClass type) throws Exception
Exception
Copyright © 2018. All rights reserved.