Class: Piggly::Parser::Nodes::Else
- Defined in:
- lib/piggly/parser/nodes.rb
Overview
ELSE body END
Instance Attribute Summary
Attributes inherited from NodeClass
Instance Method Summary collapse
Methods inherited from NodeClass
#assignment?, #block?, #branch?, #comment?, #datatype?, #expression?, #for?, #identifier?, #if?, #indent, #keyword?, #label?, #loop?, #named?, #sql?, #statement?, #string?, #stub?, #style, #tag, #tag_id, #tagged?, #token?, #while?, #whitespace?
Methods included from Traversal
#count, #find, #flatten, #inject, #select
Instance Method Details
#else? ⇒ Boolean
152 153 154 |
# File 'lib/piggly/parser/nodes.rb', line 152 def else? true end |
#terminal? ⇒ Boolean
156 157 158 |
# File 'lib/piggly/parser/nodes.rb', line 156 def terminal? false end |