public class CodeSelectorPModel extends Object
| Constructor and Description |
|---|
CodeSelectorPModel(DetailAST ast,
List<Integer> lines2position)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
findSelectionPositions()
Find start and end selection positions from AST line and Column.
|
int |
getSelectionEnd() |
int |
getSelectionStart() |
public CodeSelectorPModel(DetailAST ast, List<Integer> lines2position)
ast - ast node.lines2position - list to map lines.public int getSelectionStart()
public int getSelectionEnd()
public void findSelectionPositions()
Copyright © 2001-2016. All Rights Reserved.