Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRegion
Simple region.
|
Modifier and Type | Method and Description |
---|---|
Region |
SourceFile.getRegion(int lineNumber)
Get a region around the indicated line number.
|
Region |
SourceExcerptProvider.getSourceRegion(String sourceName,
int lineNumber)
Get a region around the indicated line number.
|
Region |
Compiler.getSourceRegion(String sourceName,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
String |
SourceExcerptProvider.ExcerptFormatter.formatRegion(Region region)
Format a region excerpt.
|
Copyright © 2009-2016 Google. All Rights Reserved.