类的使用
org.antlr.misc.IntervalSet
-
使用IntervalSet的程序包 程序包 说明 org.antlr.analysis org.antlr.misc org.antlr.tool -
-
org.antlr.analysis中IntervalSet的使用
声明为IntervalSet的org.antlr.analysis中的字段 修饰符和类型 字段 说明 IntervalSetLookaheadSet. tokenTypeSet参数类型为IntervalSet的org.antlr.analysis中的方法 修饰符和类型 方法 说明 protected LabelLL1DFA. getLabelForSet(IntervalSet edgeSet)类型变量类型为IntervalSet的org.antlr.analysis中的构造器参数 构造器 说明 LL1DFA(int decisionNumber, NFAState decisionStartState, MultiMap<IntervalSet,java.lang.Integer> edgeMap)From a set of edgeset→list-of-alts mappings, create a DFA that uses syn preds for all |list-of-alts|>1. -
org.antlr.misc中IntervalSet的使用
声明为IntervalSet的org.antlr.misc中的字段 修饰符和类型 字段 说明 static IntervalSetIntervalSet. COMPLETE_SET返回IntervalSet的org.antlr.misc中的方法 修饰符和类型 方法 说明 IntervalSetIntervalSet. and(IntSet other)Return a new set with the intersection of this set with other.IntervalSetIntervalSet. complement(int minElement, int maxElement)IntervalSetIntervalSet. complement(IntSet vocabulary)Given the set of possible values (rather than, say UNICODE or MAXINT), return a new set containing all elements in vocabulary, but not in this.static IntervalSetIntervalSet. of(int a)Create a set with a single element, el.static IntervalSetIntervalSet. of(int a, int b)Create a set with all ints within range [a..b] (inclusive)IntervalSetIntervalSet. subtract(IntSet other)Compute this-other via this&~other. -
org.antlr.tool中IntervalSet的使用
返回变量类型为IntervalSet的类型的org.antlr.tool中的方法 修饰符和类型 方法 说明 protected java.util.List<IntervalSet>Grammar. makeEdgeSetsDisjoint(java.util.List<IntervalSet> edges)类型变量类型为IntervalSet的org.antlr.tool中的方法参数 修饰符和类型 方法 说明 protected java.util.List<IntervalSet>Grammar. makeEdgeSetsDisjoint(java.util.List<IntervalSet> edges)
-