class RuboCop::AST::NodePattern::LexerRex

def location

def location
  [
    (filename || "<input>"),
  ].compact.join(":")
end