Module: Prism::CallNodeFlags
| Relationships & Source Files | |
| Defined in: | lib/prism/node.rb |
Overview
Flags for call nodes.
Constant Summary
-
ATTRIBUTE_WRITE =
# File 'lib/prism/node.rb', line 19793
a call that is an attribute write, so the value being written should be returned
1 << 4
-
IGNORE_VISIBILITY =
# File 'lib/prism/node.rb', line 19796
a call that ignores method visibility
1 << 5
-
SAFE_NAVIGATION =
# File 'lib/prism/node.rb', line 19787
&. operator
1 << 2
-
VARIABLE_CALL =
# File 'lib/prism/node.rb', line 19790
a call that could have been a local variable
1 << 3