Uses of Interface
com.google.javascript.jscomp.Region
-
Packages that use Region Package Description com.google.javascript.jscomp -
-
Uses of Region in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement Region Modifier and Type Class Description classSimpleRegionSimple region.Methods in com.google.javascript.jscomp that return Region Modifier and Type Method Description @Nullable RegionSourceFile. getLines(int lineNumber, int length)Gets the source lines starting at `lineNumber` and continuing until `length`.@Nullable RegionSourceFile. getRegion(int lineNumber)Get a region around the indicated line number.@Nullable RegionCompiler. getSourceLines(java.lang.String sourceName, int lineNumber, int length)@Nullable RegionSourceExcerptProvider. getSourceLines(java.lang.String sourceName, int lineNumber, int length)Gets the specific lines returned by the beginning and excerpt length.@Nullable RegionCompiler. getSourceRegion(java.lang.String sourceName, int lineNumber)@Nullable RegionSourceExcerptProvider. getSourceRegion(java.lang.String sourceName, int lineNumber)Get a region around the indicated line number.Methods in com.google.javascript.jscomp with parameters of type Region Modifier and Type Method Description java.lang.StringSourceExcerptProvider.ExcerptFormatter. formatRegion(@Nullable Region region)Format a region excerpt.
-