public class ConnectorScopeResolver extends ServiceScopeResolver
Constructor and Description |
---|
ConnectorScopeResolver() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
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.
|
isCursorBeforeNode
protected boolean isWithinScopeAfterLastChildNode(Node node, TreeVisitor treeVisitor, int curLine, int curCol)
isWithinScopeAfterLastChildNode
in class ServiceScopeResolver
node
- Current Node to evaluatetreeVisitor
- Operation Tree VisitorcurLine
- line of the cursorcurCol
- column of the cursorBoolean
whether the last child node or notCopyright © 2018 WSO2. All rights reserved.