Uses of Class
antlr.collections.impl.IndexedVector

Packages that use IndexedVector
antlr.preprocessor   
 

Uses of IndexedVector in antlr.preprocessor
 

Fields in antlr.preprocessor declared as IndexedVector
protected  IndexedVector GrammarFile.options
           
protected  IndexedVector GrammarFile.grammars
           
protected  IndexedVector Grammar.rules
           
protected  IndexedVector Grammar.options
           
protected  IndexedVector Rule.options
           
 

Methods in antlr.preprocessor that return IndexedVector
 IndexedVector Preprocessor.optionSpec(Grammar gr)
           
 IndexedVector GrammarFile.getGrammars()
           
 IndexedVector Grammar.getOptions()
           
 IndexedVector Grammar.getRules()
           
 

Methods in antlr.preprocessor with parameters of type IndexedVector
 void GrammarFile.setOptions(IndexedVector o)
           
 void Grammar.setOptions(IndexedVector options)
           
 void Rule.setOptions(IndexedVector options)
           
static java.lang.String Hierarchy.optionsToString(IndexedVector options)
           
 

Constructors in antlr.preprocessor with parameters of type IndexedVector
Grammar(Tool tool, java.lang.String name, java.lang.String superGrammar, IndexedVector rules)
           
Rule(java.lang.String n, java.lang.String b, IndexedVector options, Grammar gr)