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 IndexedVectorGrammarFile.grammarsprotected IndexedVectorGrammar.optionsprotected IndexedVectorGrammarFile.optionsprotected IndexedVectorRule.optionsprotected IndexedVectorGrammar.rulesMethods in antlr.preprocessor that return IndexedVectorModifier and TypeMethodDescriptionGrammarFile.getGrammars()Grammar.getOptions()Grammar.getRules()final IndexedVectorPreprocessor.optionSpec(Grammar gr) Methods in antlr.preprocessor with parameters of type IndexedVectorModifier and TypeMethodDescriptionstatic StringHierarchy.optionsToString(IndexedVector options) voidGrammar.setOptions(IndexedVector options) voidGrammarFile.setOptions(IndexedVector o) voidRule.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)