class AdLint::Cpp::ControlLine
Attributes
keyword[R]
Public Class Methods
new(keyword)
click to toggle source
# File lib/adlint/cpp/syntax.rb, line 305 def initialize(keyword) @keyword = keyword end
Public Instance Methods
location()
click to toggle source
# File lib/adlint/cpp/syntax.rb, line 311 def location @keyword.location end