module ElasticityGrammar::BooleanExp0

Public Instance Methods

left() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 98
def left
  elements[0]
end
op() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 106
def op
  elements[2]
end
right() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 114
def right
  elements[4]
end
space1() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 102
def space1
  elements[1]
end
space2() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 110
def space2
  elements[3]
end