Package | Description |
---|---|
org.ballerinalang.langserver.completions.util.positioning.resolvers |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
CursorPositionResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
ServiceScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext) |
boolean |
ResourceParamScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext)
Check whether the cursor position is located before the evaluating statement node.
|
boolean |
TopLevelNodeScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
BlockStatementScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext)
Check whether the cursor position is located before the evaluating statement node.
|
boolean |
PackageNodeScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
Node node,
TreeVisitor treeVisitor,
TextDocumentServiceContext completionContext) |
protected boolean |
ConnectorScopeResolver.isWithinScopeAfterLastChildNode(Node node,
TreeVisitor treeVisitor,
int curLine,
int curCol)
Check whether the given node is within the scope and located after the last child node.
|
protected boolean |
ServiceScopeResolver.isWithinScopeAfterLastChildNode(Node node,
TreeVisitor treeVisitor,
int curLine,
int curCol)
Check whether the given node is within the scope and located after the last child node.
|
Copyright © 2018 WSO2. All rights reserved.