Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
java.util.regex |
Modifier and Type | Field and Description |
---|---|
private Matcher |
CheckMissingGetCssName.blacklist |
Modifier and Type | Field and Description |
---|---|
private Matcher |
DepsFileParser.depArgsMatch
Pattern for matching the args of a goog.addDependency().
|
private Matcher |
DepsFileParser.depMatcher
Pattern for matching JavaScript string literals.
|
private Matcher |
JsFileParser.googMatcher
Matchers used in the parsing.
|
private Matcher |
JsFunctionParser.matcher
Matcher used in the parsing.
|
private Matcher |
JsFileLineParser.valueMatcher
Matcher used in the parsing string literals.
|
Modifier and Type | Method and Description |
---|---|
Matcher |
Pattern.matcher(java.lang.String string) |
Matcher |
Matcher.reset() |