Module: Prism::ShareableConstantNodeFlags
| Relationships & Source Files | |
| Defined in: | lib/prism/node.rb |
Overview
Flags for shareable constant nodes.
Constant Summary
-
EXPERIMENTAL_COPY =
# File 'lib/prism/node.rb', line 19907
constant writes that should be modified with shareable constant value experimental copy
1 << 4
-
EXPERIMENTAL_EVERYTHING =
# File 'lib/prism/node.rb', line 19904
constant writes that should be modified with shareable constant value experimental everything
1 << 3
-
LITERAL =
# File 'lib/prism/node.rb', line 19901
constant writes that should be modified with shareable constant value literal
1 << 2