Class: Piggly::Parser::Nodes::WhileLoop
- Defined in:
- lib/piggly/parser/nodes.rb
Overview
WHILE boolean-cond LOOP body END
Instance Attribute Summary
Attributes inherited from NodeClass
Instance Method Summary collapse
Methods inherited from Loop
Methods inherited from Statement
Methods inherited from NodeClass
#assignment?, #block?, #branch?, #comment?, #datatype?, #else?, #expression?, #for?, #identifier?, #if?, #indent, #keyword?, #label?, #loop?, #named?, #sql?, #statement?, #string?, #stub?, #style, #tag, #tag_id, #tagged?, #token?, #whitespace?
Methods included from Traversal
#count, #find, #flatten, #inject, #select
Instance Method Details
#while? ⇒ Boolean
224 225 226 |
# File 'lib/piggly/parser/nodes.rb', line 224 def while? true end |