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