Home | History | Annotate | Download | only in ply

Lines Matching refs:ntrans

2275     #          ntrans   = Set of nonterminal transitions
2281 def compute_read_sets(self,C, ntrans, nullable):
2284 F = digraph(ntrans,R,FP)
2296 # ntrans = Set of nonterminal transitions
2303 def compute_follow_sets(self,ntrans,readsets,inclsets):
2306 F = digraph(ntrans,R,FP)