Home | History | Annotate | Download | only in C

Lines Matching full:adaptor

444 * Made tree node streams use adaptor to create navigation nodes.
1416 * about a node except its type and text (obtained from the adaptor).
1438 * Added ctor because the debug tree node stream will need to ask quesitons about nodes and since nodes are just Object, it needs an adaptor to decode the nodes and get text/type info for the debugger.
1440 public CommonTreeNodeStream(TreeAdaptor adaptor, Tree tree);