class RuboCop::AST::Node

def literal?

def literal?
  LITERALS.include?(type)
end