Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
GatherExternProperties.ExtractRecordTypePropertyNames.caseNoType(NoType type) |
Modifier and Type | Method and Description |
---|---|
JSType |
ChainableReverseAbstractInterpreter.RestrictByTypeOfResultVisitor.caseNoType(NoType type) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NoResolvedType
An unresolved type that was forward declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Visitor.caseNoType(NoType type)
Bottom type's case.
|
JSType |
ModificationVisitor.caseNoType(NoType type) |