Module: ElasticityGrammar::BooleanExp0
- Defined in:
- lib/opennebula/flow/grammar.rb
Instance Method Summary collapse
Instance Method Details
#left ⇒ Object
98 99 100 |
# File 'lib/opennebula/flow/grammar.rb', line 98 def left elements[0] end |
#op ⇒ Object
106 107 108 |
# File 'lib/opennebula/flow/grammar.rb', line 106 def op elements[2] end |
#right ⇒ Object
114 115 116 |
# File 'lib/opennebula/flow/grammar.rb', line 114 def right elements[4] end |
#space1 ⇒ Object
102 103 104 |
# File 'lib/opennebula/flow/grammar.rb', line 102 def space1 elements[1] end |
#space2 ⇒ Object
110 111 112 |
# File 'lib/opennebula/flow/grammar.rb', line 110 def space2 elements[3] end |