Module: Prism::NodeFlags

Defined in:
lib/prism/node.rb

Overview

The flags that are common to all nodes.

Constant Summary collapse

NEWLINE =

A flag to indicate that the node is a candidate to emit a :line event through tracepoint when compiled.

1
STATIC_LITERAL =

A flag to indicate that the value that the node represents is a value that can be determined at parse-time.

2