Method: AdLint::Cc1::Branch#initialize

Defined in:
lib/adlint/cc1/branch.rb

#initialize(branch_group, *opts) ⇒ Branch

Returns a new instance of Branch.



41
42
43
44
45
46
# File 'lib/adlint/cc1/branch.rb', line 41

def initialize(branch_group, *opts)
  @group = branch_group
  @options = opts
  @break_event = nil
  @ctrlexpr = nil
end