Method: AdLint::Cpp::PreprocessedSource#pp_tokens

Defined in:
lib/adlint/cpp/source.rb

#pp_tokensObject



58
59
60
# File 'lib/adlint/cpp/source.rb', line 58

def pp_tokens
  @tokens.select { |tok| tok.type == :PP_TOKEN }
end