Uses of Interface
com.google.javascript.jscomp.SourceExcerptProvider.ExcerptFormatter
-
Packages that use SourceExcerptProvider.ExcerptFormatter Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceExcerptProvider.ExcerptFormatter in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type SourceExcerptProvider.ExcerptFormatter Modifier and Type Method Description abstract java.lang.StringSourceExcerptProvider.SourceExcerpt. get(SourceExcerptProvider source, java.lang.String sourceName, int lineNumber, int length, SourceExcerptProvider.ExcerptFormatter formatter)Get a source excerpt string based on the type of the source excerpt.java.lang.StringSourceExcerptProvider.SourceExcerpt. get(SourceExcerptProvider source, java.lang.String sourceName, int lineNumber, SourceExcerptProvider.ExcerptFormatter formatter)Get a source excerpt string based on the type of the source excerpt.
-