Method: ANTLR3::Rewrite::Replace#execute

Defined in:
lib/antlr3/streams/rewrite.rb

#execute(buffer) ⇒ Object



136
137
138
139
# File 'lib/antlr3/streams/rewrite.rb', line 136

def execute( buffer )
  buffer << text.to_s unless text.nil?
  return( location.end + 1 )
end