Package | Description |
---|---|
org.ballerinalang.langserver.completions.util.positioning.resolvers |
Modifier and Type | Method and Description |
---|---|
boolean |
BlockStatementScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor position is located before the evaluating statement node.
|
boolean |
TopLevelNodeScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
MatchStatementScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
ServiceScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext) |
boolean |
ObjectTypeScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
PackageNodeScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext) |
boolean |
RecordScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor is positioned before the given node start.
|
abstract boolean |
CursorPositionResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor is positioned before the given node start.
|
boolean |
ResourceParamScopeResolver.isCursorBeforeNode(DiagnosticPos nodePosition,
BLangNode node,
TreeVisitor treeVisitor,
LSServiceOperationContext completionContext)
Check whether the cursor position is located before the evaluating statement node.
|
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.