Searched refs:MADSI_DEFAULT (Results 1 – 4 of 4) sorted by relevance
298 if (CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE == CodeGenerator.MADSI_DEFAULT ) { in performGrammarAnalysis()
344 if (CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE == CodeGenerator.MADSI_DEFAULT ) { in performGrammarAnalysis()
85 …public final static int MADSI_DEFAULT = 60; // do lots of states inline (needed for expression rul… field in CodeGenerator86 public static int MAX_ACYCLIC_DFA_STATES_INLINE = MADSI_DEFAULT;
781 … max DFA states before table used rather than inlining [" + CodeGenerator.MADSI_DEFAULT +"]"); in Xhelp()