@GwtIncompatible(value="Conformance")
public class ConformanceWhitelister
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<JSError> |
getConformanceErrors(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
static com.google.common.collect.ImmutableSet<Node> |
getViolatingNodes(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
static com.google.common.collect.ImmutableSet<java.lang.String> |
getViolatingPaths(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
public static com.google.common.collect.ImmutableSet<java.lang.String> getViolatingPaths(Compiler compiler, Node externs, Node ast, Requirement requirement)
public static com.google.common.collect.ImmutableSet<Node> getViolatingNodes(Compiler compiler, Node externs, Node ast, Requirement requirement)
public static com.google.common.collect.ImmutableList<JSError> getConformanceErrors(Compiler compiler, Node externs, Node ast, Requirement requirement)
Copyright © 2009-2019 Google. All Rights Reserved.