类的使用
org.antlr.misc.MultiMap
-
使用MultiMap的程序包 程序包 说明 org.antlr.analysis org.antlr.tool -
-
org.antlr.analysis中MultiMap的使用
声明为MultiMap的org.antlr.analysis中的字段 修饰符和类型 字段 说明 protected MultiMap<java.lang.Integer,NFAConfiguration>
DecisionProbe. stateToRecursionOverflowConfigurationsMap
Recursion is limited to a particular depth.参数类型为MultiMap的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.tool中MultiMap的使用
声明为MultiMap的org.antlr.tool中的字段 修饰符和类型 字段 说明 static MultiMap<java.lang.Integer,java.lang.Integer>
Grammar. validDelegations
Set of valid imports.
-