Searched refs:followingNFAState (Results 1 – 3 of 3) sorted by relevance
470 //el.followingNFAState = down.right;476 //el.followingNFAState = up.right;564 {$n.followingNFAState = $g.right;}576 r.followingNFAState = $g.right;604 t.followingNFAState = $g.right;617 c.followingNFAState = $g.right;630 s.followingNFAState = $g.right;668 $b.followingNFAState = $g.right;
565 NFAState followingNFAState = referencedElementNode.followingNFAState; in generateLocalFOLLOW() local567 if ( followingNFAState!=null ) { in generateLocalFOLLOW()570 follow = grammar.FIRST(followingNFAState); in generateLocalFOLLOW()
85 public NFAState followingNFAState = null; field in GrammarAST