Uses of Interface
com.google.javascript.jscomp.SourceExcerptProvider.ExcerptFormatter
Packages that use SourceExcerptProvider.ExcerptFormatter
-
Uses of SourceExcerptProvider.ExcerptFormatter in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type SourceExcerptProvider.ExcerptFormatterModifier and TypeMethodDescriptionabstract String
SourceExcerptProvider.SourceExcerpt.get
(SourceExcerptProvider source, String sourceName, int lineNumber, int length, SourceExcerptProvider.ExcerptFormatter formatter) Get a source excerpt string based on the type of the source excerpt.SourceExcerptProvider.SourceExcerpt.get
(SourceExcerptProvider source, String sourceName, int lineNumber, SourceExcerptProvider.ExcerptFormatter formatter) Get a source excerpt string based on the type of the source excerpt.