Searched refs:NFAContext (Results 1 – 5 of 5) sorted by relevance
46 public class NFAContext { class101 public NFAContext parent;119 public NFAContext(NFAContext parent, NFAState invokingState) { in NFAContext() method in NFAContext140 NFAContext other = ((NFAContext)o); in equals()148 NFAContext sp = this; in equals()184 public boolean conflictsWith(NFAContext other) { in conflictsWith()208 protected boolean suffix(NFAContext other) { in suffix()209 NFAContext sp = this; in suffix()251 NFAContext sp = this; in recursionDepthEmanatingFromState()287 NFAContext sp = this; in toString()
46 public NFAContext context;91 NFAContext context, in NFAConfiguration()
52 protected NFAContext[] contextTrees;150 NFAContext initialContext = contextTrees[i]; in computeStartState()593 NFAContext context, in closure()656 if ( depth >= NFAContext.MAX_SAME_RULE_INVOCATIONS_PER_NFA_CONFIG_STACK ) { in closure()677 NFAContext newContext = new NFAContext(context, p); in closure()690 NFAContext newContext = context.parent; // "pop" invoking state in closure()1704 contextTrees = new NFAContext[numberOfAlts]; in initContextTrees()1711 contextTrees[i] = new NFAContext(null, null); in initContextTrees()
264 NFAContext context, in addNFAConfiguration()
315 … NFAContext.MAX_SAME_RULE_INVOCATIONS_PER_NFA_CONFIG_STACK = Integer.parseInt(args[i]); in processArgs()779 … max number of rule invocations during conversion [" + NFAContext.MAX_SAME_RULE_IN… in Xhelp()