module Prism::NodeFlags
The flags that are common to all nodes.
Constants
- NEWLINE
-
A flag to indicate that the node is a candidate to emit a :line event through tracepoint when compiled.
- STATIC_LITERAL
-
A flag to indicate that the value that the node represents is a value that can be determined at parse-time.