Lines Matching full:priornode
2880 PriorNode: IANTLRInterface;2897 PriorNode := Nodes.LT(I);2898 while Assigned(PriorNode) do2900 PriorPayload := Adaptor.GetToken(PriorNode);2910 PriorNode := Nodes.LT(I)