Module: ElasticityGrammar::LogicCond0
- Defined in:
- lib/opennebula/flow/grammar.rb
Instance Method Summary collapse
Instance Method Details
#comp_op ⇒ Object
310 311 312 |
# File 'lib/opennebula/flow/grammar.rb', line 310 def comp_op elements[2] end |
#left ⇒ Object
302 303 304 |
# File 'lib/opennebula/flow/grammar.rb', line 302 def left elements[0] end |
#right ⇒ Object
318 319 320 |
# File 'lib/opennebula/flow/grammar.rb', line 318 def right elements[4] end |
#space1 ⇒ Object
306 307 308 |
# File 'lib/opennebula/flow/grammar.rb', line 306 def space1 elements[1] end |
#space2 ⇒ Object
314 315 316 |
# File 'lib/opennebula/flow/grammar.rb', line 314 def space2 elements[3] end |