public interface StatementRanges
Modifier and Type | Method and Description |
---|---|
int |
end(int i)
The end of the ith statement.
|
int |
numStatements()
The number of statements in the associated JavaScript.
|
int |
start(int i)
The start of the ith statement.
|
Copyright © 2018. All rights reserved.