Class: Treetop::Runtime::SyntaxNode

Inherits:
Object
  • Object
show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Direct Known Subclasses

Plasma::Interpreter::PlasmaNode

Instance Method Summary collapse

Instance Method Details

#to_sObject



164
165
166
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 164

def to_s
  text_value
end