Module: ElasticityGrammar::BooleanExp2
- Defined in:
- lib/opennebula/flow/grammar.rb
Instance Method Summary collapse
Instance Method Details
#left ⇒ Object
132 133 134 |
# File 'lib/opennebula/flow/grammar.rb', line 132 def left elements[0] end |
#op ⇒ Object
140 141 142 |
# File 'lib/opennebula/flow/grammar.rb', line 140 def op elements[2] end |
#right ⇒ Object
148 149 150 |
# File 'lib/opennebula/flow/grammar.rb', line 148 def right elements[4] end |
#space1 ⇒ Object
136 137 138 |
# File 'lib/opennebula/flow/grammar.rb', line 136 def space1 elements[1] end |
#space2 ⇒ Object
144 145 146 |
# File 'lib/opennebula/flow/grammar.rb', line 144 def space2 elements[3] end |