class Prism::Reflection::FlagsField
the bitset should be accessed through their query methods.
node because the integer is kept private. Instead, the various flags in
integer in Ruby. Note that the flags cannot be accessed directly on the
A flags field represents a bitset of flags on a node. It resolves to an
def initialize(name, flags)
def initialize(name, flags) super(name) @flags = flags end