class Prism::FlipFlopNode

def initialize(source, node_id, location, flags, left, right, operator_loc)

Initialize a new FlipFlopNode node.
def initialize(source, node_id, location, flags, left, right, operator_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @left = left
  @right = right
  @operator_loc = operator_loc
end