Module: Prism::NodeFlags
| Relationships & Source Files | |
| Defined in: | lib/prism/node.rb |
Overview
The flags that are common to all nodes.
Constant Summary
-
NEWLINE =
# File 'lib/prism/node.rb', line 19941
A flag to indicate that the node is a candidate to emit a
:lineevent through tracepoint when compiled.1 -
STATIC_LITERAL =
# File 'lib/prism/node.rb', line 19945
A flag to indicate that the value that the node represents is a value that can be determined at parse-time.
2