Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:ntrans

1536 #          ntrans   = Set of nonterminal transitions
1542 def compute_read_sets(C, ntrans, nullable):
1545 F = digraph(ntrans,R,FP)
1557 # ntrans = Set of nonterminal transitions
1564 def compute_follow_sets(ntrans,readsets,inclsets):
1567 F = digraph(ntrans,R,FP)