Uses of Class
antlr.collections.impl.IndexedVector
-
Packages that use IndexedVector Package Description antlr.preprocessor -
-
Uses of IndexedVector in antlr.preprocessor
Fields in antlr.preprocessor declared as IndexedVector Modifier and Type Field Description protected IndexedVector
GrammarFile. grammars
protected IndexedVector
Grammar. options
protected IndexedVector
GrammarFile. options
protected IndexedVector
Rule. options
protected IndexedVector
Grammar. rules
Methods in antlr.preprocessor that return IndexedVector Modifier and Type Method Description IndexedVector
GrammarFile. getGrammars()
IndexedVector
Grammar. getOptions()
IndexedVector
Grammar. getRules()
IndexedVector
Preprocessor. optionSpec(Grammar gr)
Methods in antlr.preprocessor with parameters of type IndexedVector Modifier and Type Method Description static java.lang.String
Hierarchy. optionsToString(IndexedVector options)
void
Grammar. setOptions(IndexedVector options)
void
GrammarFile. setOptions(IndexedVector o)
void
Rule. setOptions(IndexedVector options)
Constructors in antlr.preprocessor with parameters of type IndexedVector Constructor Description 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)
-