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 GrammarFile.options
           
protected  IndexedVector GrammarFile.grammars
           
protected  IndexedVector Grammar.rules
           
protected  IndexedVector Grammar.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 Rule.setOptions(IndexedVector options)
           
static java.lang.String Hierarchy.optionsToString(IndexedVector options)
           
 void GrammarFile.setOptions(IndexedVector o)
           
 void Grammar.setOptions(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(java.lang.String name, java.lang.String superGrammar, IndexedVector rules)