Module: Treetop::Compiler::Metagrammar::Sequence1

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#headObject



884
885
886
# File 'lib/treetop/compiler/metagrammar.rb', line 884

def head
  elements[0]
end

#node_class_declarationsObject



892
893
894
# File 'lib/treetop/compiler/metagrammar.rb', line 892

def node_class_declarations
  elements[2]
end

#tailObject



888
889
890
# File 'lib/treetop/compiler/metagrammar.rb', line 888

def tail
  elements[1]
end