Home | History | Annotate | Download | only in antlr3

Lines Matching refs:BaseTreeAdaptor

666 # \- BaseTreeAdaptor
959 class BaseTreeAdaptor(TreeAdaptor):
964 # BaseTreeAdaptor is abstract, no need to complain about not implemented
1193 # \- BaseTreeAdaptor
1473 class CommonTreeAdaptor(BaseTreeAdaptor):
1478 really just factory methods; all the work is done by BaseTreeAdaptor.
1630 # \- BaseTreeAdaptor