public static final class ConformanceRules.NoImplicitlyPublicDecls extends ConformanceRules.AbstractRule
foo.bar.Baz = ...;
) to have explicit visibility
annotations, either at the declaration site or in the @fileoverview
block.Constructor and Description |
---|
NoImplicitlyPublicDecls(AbstractCompiler compiler,
Requirement requirement) |
Modifier and Type | Method and Description |
---|---|
protected ConformanceRules.ConformanceResult |
checkConformance(NodeTraversal t,
Node n) |
check, report, shouldCheckConformance
public NoImplicitlyPublicDecls(AbstractCompiler compiler, Requirement requirement) throws CheckConformance.InvalidRequirementSpec
protected ConformanceRules.ConformanceResult checkConformance(NodeTraversal t, Node n)
checkConformance
in class ConformanceRules.AbstractRule
Copyright © 2009-2017 Google. All Rights Reserved.