Class: RuboCop::AST::NodePattern::Compiler::AtomSubcompiler

Inherits:
Subcompiler
  • Object
show all
Defined in:
lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb

Overview

Generates code that evaluates to a value (Ruby object) This value responds to ‘===`.

Doc on how this fits in the compiling process:

/docs/modules/ROOT/pages/node_pattern.adoc

Instance Attribute Summary

Attributes inherited from Subcompiler

#compiler

Method Summary

Methods inherited from Subcompiler

#compile, inherited, #initialize, method_added

Constructor Details

This class inherits a constructor from RuboCop::AST::NodePattern::Compiler::Subcompiler