Uses of Class
antlr.collections.impl.IndexedVector
Packages that use IndexedVector
-
Uses of IndexedVector in antlr.preprocessor
Fields in antlr.preprocessor declared as IndexedVectorModifier and TypeFieldDescriptionprotected 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 IndexedVectorModifier and TypeMethodDescriptionGrammarFile.getGrammars()
Grammar.getOptions()
Grammar.getRules()
final IndexedVector
Preprocessor.optionSpec
(Grammar gr) Methods in antlr.preprocessor with parameters of type IndexedVectorModifier and TypeMethodDescriptionstatic 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 IndexedVectorModifierConstructorDescriptionGrammar
(Tool tool, String name, String superGrammar, IndexedVector rules) Rule
(String n, String b, IndexedVector options, Grammar gr)