Searched refs:followingNFAState (Results 1 – 3 of 3) sorted by relevance
471 //el.followingNFAState = down.right;477 //el.followingNFAState = up.right;565 {$n.followingNFAState = $g.right;}577 r.followingNFAState = $g.right;605 t.followingNFAState = $g.right;618 c.followingNFAState = $g.right;631 s.followingNFAState = $g.right;669 $b.followingNFAState = $g.right;
560 NFAState followingNFAState = referencedElementNode.followingNFAState; in generateLocalFOLLOW() local562 if ( followingNFAState!=null ) { in generateLocalFOLLOW()565 follow = grammar.FIRST(followingNFAState); in generateLocalFOLLOW()
81 public NFAState followingNFAState = null; field in GrammarAST