Module: Trxl::IfExpression2

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#else_branchObject



731
732
733
# File 'lib/trxl/trxl_grammar.rb', line 731

def else_branch
  elements[11]
end

#elsif_branchesObject



727
728
729
# File 'lib/trxl/trxl_grammar.rb', line 727

def elsif_branches
  elements[10]
end

#if_branchObject



719
720
721
# File 'lib/trxl/trxl_grammar.rb', line 719

def if_branch
  elements[8]
end

#if_expObject



707
708
709
# File 'lib/trxl/trxl_grammar.rb', line 707

def if_exp
  elements[4]
end

#SPACEObject



715
716
717
# File 'lib/trxl/trxl_grammar.rb', line 715

def SPACE
  elements[7]
end

#space1Object



699
700
701
# File 'lib/trxl/trxl_grammar.rb', line 699

def space1
  elements[1]
end

#space2Object



703
704
705
# File 'lib/trxl/trxl_grammar.rb', line 703

def space2
  elements[3]
end

#space3Object



711
712
713
# File 'lib/trxl/trxl_grammar.rb', line 711

def space3
  elements[5]
end

#space4Object



723
724
725
# File 'lib/trxl/trxl_grammar.rb', line 723

def space4
  elements[9]
end