Module: Plasma::Interpreter::PlasmaGrammar::If1
- Defined in:
- lib/plasma/interpreter/plasma_grammar.rb
Instance Method Summary collapse
Instance Method Details
#body ⇒ Object
1070 1071 1072 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1070 def body elements[8] end |
#maybe ⇒ Object
1074 1075 1076 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1074 def maybe elements[9] end |
#pred ⇒ Object
1058 1059 1060 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1058 def pred elements[4] end |
#s ⇒ Object
1054 1055 1056 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1054 def s elements[3] end |
#x ⇒ Object
1050 1051 1052 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1050 def x elements[1] end |