Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:priornode

2880   PriorNode: IANTLRInterface;
2897 PriorNode := Nodes.LT(I);
2898 while Assigned(PriorNode) do
2900 PriorPayload := Adaptor.GetToken(PriorNode);
2910 PriorNode := Nodes.LT(I)