module Prism::CallNodeFlags
Flags for call nodes.
Constants
- ATTRIBUTE_WRITE
-
a call that is an attribute write, so the value being written should be returned
- IGNORE_VISIBILITY
-
a call that ignores method visibility
- SAFE_NAVIGATION
-
&. operator
- VARIABLE_CALL
-
a call that could have been a local variable