Uses of Interface
com.google.javascript.jscomp.SourceExcerptProvider
Packages that use SourceExcerptProvider
-
Uses of SourceExcerptProvider in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceExcerptProviderModifier and TypeClassDescriptionclass
An abstract compiler, to help remove the circular dependency of passes on JSCompiler.class
Compiler (and the other classes in this package) does the following: parses JS code checks for undefined variables performs optimizations such as constant folding and constants inlining renames variables (to short names) outputs compact JavaScript code External variables are declared in 'externs' files.Methods in com.google.javascript.jscomp that return SourceExcerptProviderModifier and TypeMethodDescriptionprotected final SourceExcerptProvider
AbstractMessageFormatter.getSource()
Get the source excerpt provider.Methods in com.google.javascript.jscomp with parameters of type SourceExcerptProviderModifier 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.abstract MessageFormatter
ErrorFormat.toFormatter
(SourceExcerptProvider source, boolean colorize) Convert to a concrete formatter.Constructors in com.google.javascript.jscomp with parameters of type SourceExcerptProviderModifierConstructorDescriptionJsonErrorReportGenerator
(PrintStream stream, SourceExcerptProvider sourceExcerptProvider) Creates an error manager.LightweightMessageFormatter
(SourceExcerptProvider source, SourceExcerptProvider.SourceExcerpt defaultFormat) -
Uses of SourceExcerptProvider in com.google.javascript.jscomp.bundle
Constructors in com.google.javascript.jscomp.bundle with parameters of type SourceExcerptProviderModifierConstructorDescriptionTranspilationException
(SourceExcerptProvider source, com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings)