Skip to content

Commit

Permalink
Latest docs on successful build 5616 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Sep 19, 2023
1 parent cac2c8b commit 4935ae8
Show file tree
Hide file tree
Showing 9 changed files with 1,052 additions and 1,022 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 title="Interface BugChecker.ConditionalExpressionTreeMatcher" class="title">
</dl>
<dl class="notes">
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="ConditionalExpressionNumericPromotion.html" title="class in com.google.errorprone.bugpatterns">ConditionalExpressionNumericPromotion</a></code>, <code><a href="NullTernary.html" title="class in com.google.errorprone.bugpatterns">NullTernary</a></code>, <code><a href="nullness/UnsafeWildcard.html" title="class in com.google.errorprone.bugpatterns.nullness">UnsafeWildcard</a></code></dd>
<dd><code><a href="ConditionalExpressionNumericPromotion.html" title="class in com.google.errorprone.bugpatterns">ConditionalExpressionNumericPromotion</a></code>, <code><a href="NullTernary.html" title="class in com.google.errorprone.bugpatterns">NullTernary</a></code>, <code><a href="OperatorPrecedence.html" title="class in com.google.errorprone.bugpatterns">OperatorPrecedence</a></code>, <code><a href="nullness/UnsafeWildcard.html" title="class in com.google.errorprone.bugpatterns.nullness">UnsafeWildcard</a></code></dd>
</dl>
<dl class="notes">
<dt>Enclosing class:</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ <h1 title="Class OperatorPrecedence" class="title">Class OperatorPrecedence</h1>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a></code>, <code><a href="../matchers/Suppressible.html" title="interface in com.google.errorprone.matchers">Suppressible</a></code>, <code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></code></dd>
<dd><code><a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a></code>, <code><a href="BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a></code>, <code><a href="../matchers/Suppressible.html" title="interface in com.google.errorprone.matchers">Suppressible</a></code>, <code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">OperatorPrecedence</span>
<span class="extends-implements">extends <a href="BugChecker.html" title="class in com.google.errorprone.bugpatterns">BugChecker</a>
implements <a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a></span></div>
implements <a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a>, <a href="BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a></span></div>
<div class="block">A <a href="BugChecker.html" title="class in com.google.errorprone.bugpatterns"><code>BugChecker</code></a>; see the associated <a href="../BugPattern.html" title="annotation in com.google.errorprone"><code>BugPattern</code></a> annotation for details.</div>
<dl class="notes">
<dt>See Also:</dt>
Expand Down Expand Up @@ -135,6 +135,10 @@ <h2>Method Summary</h2>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#matchBinary(com.sun.source.tree.BinaryTree,com.google.errorprone.VisitorState)" class="member-name-link">matchBinary</a><wbr>(com.sun.source.tree.BinaryTree&nbsp;tree,
<a href="../VisitorState.html" title="class in com.google.errorprone">VisitorState</a>&nbsp;state)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../matchers/Description.html" title="class in com.google.errorprone.matchers">Description</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#matchConditionalExpression(com.sun.source.tree.ConditionalExpressionTree,com.google.errorprone.VisitorState)" class="member-name-link">matchConditionalExpression</a><wbr>(com.sun.source.tree.ConditionalExpressionTree&nbsp;tree,
<a href="../VisitorState.html" title="class in com.google.errorprone">VisitorState</a>&nbsp;state)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -183,6 +187,17 @@ <h3>matchBinary</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="matchConditionalExpression(com.sun.source.tree.ConditionalExpressionTree,com.google.errorprone.VisitorState)">
<h3>matchConditionalExpression</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="../matchers/Description.html" title="class in com.google.errorprone.matchers">Description</a></span>&nbsp;<span class="element-name">matchConditionalExpression</span><wbr><span class="parameters">(com.sun.source.tree.ConditionalExpressionTree&nbsp;tree,
<a href="../VisitorState.html" title="class in com.google.errorprone">VisitorState</a>&nbsp;state)</span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="BugChecker.ConditionalExpressionTreeMatcher.html#matchConditionalExpression(com.sun.source.tree.ConditionalExpressionTree,com.google.errorprone.VisitorState)">matchConditionalExpression</a></code>&nbsp;in interface&nbsp;<code><a href="BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a></code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ <h2>Uses of <a href="../BugChecker.ConditionalExpressionTreeMatcher.html" title=
<div class="col-last odd-row-color">
<div class="block">A <a href="../BugChecker.html" title="class in com.google.errorprone.bugpatterns"><code>BugChecker</code></a>; see the associated <a href="../../BugPattern.html" title="annotation in com.google.errorprone"><code>BugPattern</code></a> annotation for details.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../OperatorPrecedence.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OperatorPrecedence</a></code></div>
<div class="col-last even-row-color">
<div class="block">A <a href="../BugChecker.html" title="class in com.google.errorprone.bugpatterns"><code>BugChecker</code></a>; see the associated <a href="../../BugPattern.html" title="annotation in com.google.errorprone"><code>BugPattern</code></a> annotation for details.</div>
</div>
</div>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<li class="circle">com.google.errorprone.bugpatterns.<a href="NullTernary.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">NullTernary</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="ObjectEqualsForPrimitives.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">ObjectEqualsForPrimitives</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="ObjectsHashCodePrimitive.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">ObjectsHashCodePrimitive</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="OperatorPrecedence.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OperatorPrecedence</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="OperatorPrecedence.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OperatorPrecedence</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.BinaryTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.BinaryTreeMatcher</a>, com.google.errorprone.bugpatterns.<a href="BugChecker.ConditionalExpressionTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.ConditionalExpressionTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="OptionalMapToOptional.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OptionalMapToOptional</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="OptionalMapUnusedValue.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OptionalMapUnusedValue</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.MethodInvocationTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.MethodInvocationTreeMatcher</a>)</li>
<li class="circle">com.google.errorprone.bugpatterns.<a href="OptionalNotPresent.html" class="type-name-link" title="class in com.google.errorprone.bugpatterns">OptionalNotPresent</a> (implements com.google.errorprone.bugpatterns.<a href="BugChecker.CompilationUnitTreeMatcher.html" title="interface in com.google.errorprone.bugpatterns">BugChecker.CompilationUnitTreeMatcher</a>)</li>
Expand Down
Loading

0 comments on commit 4935ae8

Please sign in to comment.