Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypeValidator.TypeMismatch> |
TypeValidator.implicitStructuralInterfaceUses |
private java.util.List<TypeValidator.TypeMismatch> |
TypeValidator.mismatches |
Modifier and Type | Method and Description |
---|---|
(package private) abstract java.lang.Iterable<TypeValidator.TypeMismatch> |
AbstractCompiler.getImplicitInterfaceUses()
Gets all types that are used implicitly as a
matching structural interface type.
|
(package private) java.lang.Iterable<TypeValidator.TypeMismatch> |
Compiler.getImplicitInterfaceUses() |
java.lang.Iterable<TypeValidator.TypeMismatch> |
TypeValidator.getImplicitStructuralInterfaceUses()
all uses of implicitly implemented structural interfaces,
captured during type validation and type checking
(uses of explicitly @implemented structural interfaces are excluded)
|
(package private) java.lang.Iterable<TypeValidator.TypeMismatch> |
TypeValidator.getMismatches()
Gets a list of type violations.
|
(package private) abstract java.lang.Iterable<TypeValidator.TypeMismatch> |
AbstractCompiler.getTypeMismatches()
Gets the central registry of type violations.
|
(package private) java.lang.Iterable<TypeValidator.TypeMismatch> |
Compiler.getTypeMismatches() |