Lines Matching full:adaptor
153 // Create an adaptor for the common tree node stream
155 stream->adaptor = inStream->adaptor;
262 // duplicate here will be done through the adaptor or
288 // Create an adaptor for the common tree node stream
290 stream->adaptor = ANTLR3_TREE_ADAPTORNew(strFactory);
292 if (stream->adaptor == NULL)
304 stream->adaptor->free (stream->adaptor);
316 stream->adaptor->free (stream->adaptor);
429 ctns->adaptor ->free (ctns->adaptor);
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t);
506 fillBuffer(ctns, ctns->adaptor->getChild(ctns->adaptor, t, c));
790 return tns->ctns->adaptor;
932 pANTLR3_BASE_TREE_ADAPTOR adaptor;
935 adaptor = tns->getTreeAdaptor(tns);
936 cta = (pANTLR3_COMMON_TREE_ADAPTOR)(adaptor->super);
938 adaptor->replaceChildren(adaptor, parent, startChildIndex, stopChildIndex, t);