| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeMismatch |
TypeMismatch.createForTesting(JSType found,
JSType required) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Iterable<TypeMismatch> |
AbstractCompiler.getImplicitInterfaceUses()
Gets all types that are used implicitly as a matching interface type.
|
java.lang.Iterable<TypeMismatch> |
Compiler.getImplicitInterfaceUses() |
abstract java.lang.Iterable<TypeMismatch> |
AbstractCompiler.getTypeMismatches()
Gets the central registry of type violations.
|
java.lang.Iterable<TypeMismatch> |
Compiler.getTypeMismatches() |
| Modifier and Type | Method and Description |
|---|---|
InvalidatingTypes.Builder |
InvalidatingTypes.Builder.addAllTypeMismatches(java.lang.Iterable<TypeMismatch> mismatches) |
Copyright © 2009-2020 Google. All Rights Reserved.