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 Rule.options
           
protected  IndexedVector Grammar.rules
           
protected  IndexedVector Grammar.options
           
protected  IndexedVector GrammarFile.options
           
protected  IndexedVector GrammarFile.grammars
           
 

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

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

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