Symfony\Component\Routing\Route {#1585
  -path: "/comment/{node}/reply"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "_controller" => "\Drupal\comment\Controller\CommentController::redirectNode"
  ]
  -requirements: array:3 [
    "_entity_access" => "node.view"
    "_module_dependencies" => "node"
    "node" => "\d+"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "node" => array:2 [
        "type" => "entity:node"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "node"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/reply"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "node"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/comment"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/comment/(?P<node>\d+)/reply$}sDu"
    -pathVariables: array:1 [
      0 => "node"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 5
    #patternOutline: "/comment/%/reply"
    #numParts: 3
  }
}