public class LocalVarBinder extends ANodeBinder
| Constructor and Description |
|---|
LocalVarBinder() |
| Modifier and Type | Method and Description |
|---|---|
IBoundNode |
bind(ISyntaxNode node,
IBindingContext bindingContext) |
static IBoundNode |
createLocalVarDeclarationNode(ISyntaxNode node,
String name,
ISyntaxNode initializationNode,
IOpenClass varType,
IBindingContext bindingContext,
boolean implyExpressionType) |
bindChildNode, bindChildren, bindChildren, bindTarget, bindTargetNode, bindType, bindTypeChildren, bindTypeChildren, bindTypeNode, getCast, getCast, getIdentifier, getTypespublic static final IBoundNode createLocalVarDeclarationNode(ISyntaxNode node, String name, ISyntaxNode initializationNode, IOpenClass varType, IBindingContext bindingContext, boolean implyExpressionType) throws Exception
Exceptionpublic IBoundNode bind(ISyntaxNode node, IBindingContext bindingContext) throws Exception
ExceptionCopyright © 2015. All rights reserved.