Class: AdLint::Cc1::JumpStatement

Inherits:
Statement show all
Defined in:
lib/adlint/cc1/syntax.rb

Instance Attribute Summary

Attributes inherited from Statement

#executed

Attributes inherited from SyntaxNode

#head_token, #subsequent_sequence_point, #tail_token

Instance Method Summary collapse

Methods inherited from Statement

#executed?, #initialize

Methods inherited from SyntaxNode

#head_location, #initialize, #inspect, #short_class_name, #tail_location

Methods included from LocationHolder

#analysis_target?

Methods included from Visitable

#accept

Constructor Details

This class inherits a constructor from AdLint::Cc1::Statement

Instance Method Details

#locationObject



3916
3917
3918
# File 'lib/adlint/cc1/syntax.rb', line 3916

def location
  head_location
end