350 351 352 353 354
# File 'lib/antlr3/tree.rb', line 350 def detach @parent = nil @child_index = -1 return( self ) end