Package com.google.gwt.core.ext.linker
Interface StatementRanges
-
public interface StatementRangesDescribes the source-code positions of top-level statements in a string of JavaScript.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intend(int i)The end of the ith statement.intnumStatements()The number of statements in the associated JavaScript.intstart(int i)The start of the ith statement.
-