mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ be65ba2a92 🚀
This commit is contained in:
parent
dcc0c5258a
commit
1d87de9ea9
123 changed files with 756 additions and 969 deletions
|
|
@ -785,7 +785,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/20935ae3/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/be65ba2a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank">
|
||||
ameba/ast/visitors/top_level_nodes_visitor.cr
|
||||
</a>
|
||||
|
||||
|
|
@ -837,7 +837,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
<li class="entry-summary">
|
||||
<a href="#visit%28node%3ACrystal%3A%3AExpressions%29-instance-method" class="signature"><strong>#visit</strong>(node : Crystal::Expressions)</a>
|
||||
|
||||
<div class="summary"><p>If a top level node is Crystal::Expressions traverse the children.</p></div>
|
||||
<div class="summary"><p>If a top level node is <code>Crystal::Expressions</code>, then always traverse the children.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
|
|
@ -914,7 +914,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/20935ae3/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/be65ba2a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -944,7 +944,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/20935ae3/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/be65ba2a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -959,13 +959,14 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>If a top level node is Crystal::Expressions traverse the children.</p>
|
||||
<p>If a top level node is <code>Crystal::Expressions</code>,
|
||||
then always traverse the children.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/20935ae3/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L18" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/be65ba2a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L20" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -981,13 +982,13 @@ can characterize the source (i.e. require statements, modules etc.)</p>
|
|||
<div class="doc">
|
||||
|
||||
<p>A general visit method for rest of the nodes.
|
||||
Returns false meaning all child nodes will not be traversed.</p>
|
||||
Returns <code>false</code>, meaning all child nodes will not be traversed.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/20935ae3/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L24" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/be65ba2a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L26" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue