# File lib/facets/more/stateparser.rb, line 283
  def mock( current )
    mock = StateParser::Marker.new
    mock.token = current_token
    mock.begins = current_begins
    mock.ends = current_ends
    mock.match = current_match
    mock.info = current_info
    mock.parent = current
    mock
  end