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.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.