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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 272 :token_vocab, :imports, :imported_grammars,
335 for grammar in @imported_grammars
349 for grammar in @imported_grammars
364 for grammar in @imported_grammars
392 @imported_grammars = @imports.map do | imp |
recognizers.rb 267 def imported_grammars method in class:ANTLR3.Scope.Recognizer
268 @imported_grammars ||= Set.new
291 imported_grammars.add?( grammar.to_sym ) and
294 return imported_grammars
349 for grammar in self.class.imported_grammars
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 351 MasterOfAll::Lexer.imported_grammars.should == Set[ :FirstSlave, :SecondSlave ]
355 MasterOfAll::FirstSlave.imported_grammars.should == Set[ :SlaveOfSlaves ]
359 MasterOfAll::SecondSlave.imported_grammars.should == Set[ ]
363 MasterOfAll::FirstSlave::SlaveOfSlaves.imported_grammars.should == Set[ ]

Completed in 29 milliseconds