Module: Trxl::WhenExpression0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#SPACE1Object



1240
1241
1242
# File 'lib/trxl/trxl_grammar.rb', line 1240

def SPACE1
  elements[1]
end

#SPACE2Object



1248
1249
1250
# File 'lib/trxl/trxl_grammar.rb', line 1248

def SPACE2
  elements[3]
end

#SPACE3Object



1256
1257
1258
# File 'lib/trxl/trxl_grammar.rb', line 1256

def SPACE3
  elements[5]
end

#statement_listObject



1260
1261
1262
# File 'lib/trxl/trxl_grammar.rb', line 1260

def statement_list
  elements[6]
end

#then_keywordObject



1252
1253
1254
# File 'lib/trxl/trxl_grammar.rb', line 1252

def then_keyword
  elements[4]
end

#when_expObject



1244
1245
1246
# File 'lib/trxl/trxl_grammar.rb', line 1244

def when_exp
  elements[2]
end

#when_keywordObject



1236
1237
1238
# File 'lib/trxl/trxl_grammar.rb', line 1236

def when_keyword
  elements[0]
end