Module: DhallishGrammar::IfThenElseExpression0

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#condObject



5431
5432
5433
# File 'lib/DhallishGrammar.rb', line 5431

def cond
  elements[2]
end

#exp_falseObject



5455
5456
5457
# File 'lib/DhallishGrammar.rb', line 5455

def exp_false
  elements[10]
end

#exp_trueObject



5443
5444
5445
# File 'lib/DhallishGrammar.rb', line 5443

def exp_true
  elements[6]
end

#space1Object



5427
5428
5429
# File 'lib/DhallishGrammar.rb', line 5427

def space1
  elements[1]
end

#space2Object



5435
5436
5437
# File 'lib/DhallishGrammar.rb', line 5435

def space2
  elements[3]
end

#space3Object



5439
5440
5441
# File 'lib/DhallishGrammar.rb', line 5439

def space3
  elements[5]
end

#space4Object



5447
5448
5449
# File 'lib/DhallishGrammar.rb', line 5447

def space4
  elements[7]
end

#space5Object



5451
5452
5453
# File 'lib/DhallishGrammar.rb', line 5451

def space5
  elements[9]
end