HomeSort by relevance Sort by last modified time
    Searched refs:hidden_tokens (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 101 :memoization_cache_misses, :tokens, :hidden_tokens,
155 report << "| %-66s | %7i |\n" % [ "Hidden Tokens Consumed", hidden_tokens ]
325 hidden_tokens = input.select { |token| token.hidden? }
326 @profile.hidden_tokens = hidden_tokens.length
328 @profile.hidden_characters_matched = hidden_tokens.inject( 0 ) do |count, token|
streams.rb 749 hidden_tokens =
751 hidden_tokens.look # => 1 WS[' '] @ line 1 col 2 (1..1)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 158 profile_data.hidden_tokens.should == 24

Completed in 1826 milliseconds