public static final class ClauseScopeAnnotator.ClauseScopeResult extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getMasterIndices()
Indices of master keyword tokens (SELECT/INSERT/UPDATE/DELETE/MERGE), in order.
|
ClausePart |
partAt(int index)
The clause the token at
index belongs to. |
int |
size()
Number of tokens covered.
|
public int size()
public ClausePart partAt(int index)
index belongs to.public List<Integer> getMasterIndices()