Libraries
»
antlr3
(1.11.0)
»
Index
»
ANTLR3
»
AST
»
CommonTree
»
#to_s
Method: ANTLR3::AST::CommonTree#to_s
Defined in:
lib/antlr3/tree.rb
#
to_s
⇒
Object
576 577 578
# File 'lib/antlr3/tree.rb', line 576
def
to_s
flat_list?
?
'nil'
:
@token
.
text
.
to_s
end