Package com.google.javascript.jscomp
Interface Region
-
- All Known Implementing Classes:
SimpleRegion
public interface RegionSource code region.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBeginningLineNumber()Get the beginning line number.intgetEndingLineNumber()Get the ending line number.java.lang.StringgetSourceExcerpt()Get the source region.
-