Class: SbuilderSexp::Either
- Inherits:
-
UnlabeledStatement
- Object
- Treetop::Runtime::SyntaxNode
- Root
- Statement
- UnlabeledStatement
- SbuilderSexp::Either
- Defined in:
- lib/parser/parser_nodes.rb
Instance Method Summary collapse
-
#choices ⇒ Object
Return array of choices.
Methods inherited from UnlabeledStatement
Methods inherited from Statement
#find_labelnode, #get_statement, #node_value, #statement_label, #statement_val, #statements, #traverse
Methods inherited from Treetop::Runtime::SyntaxNode
#node_type, #node_value, #recursive_inject, #recursive_inject_parent, #recursive_select, #value
Instance Method Details
#choices ⇒ Object
Return array of choices
1019 1020 1021 |
# File 'lib/parser/parser_nodes.rb', line 1019 def choices recursive_select( SbuilderSexp::Statement) end |