Home | History | Annotate | Download | only in tool

Lines Matching full:adaptor

265   adaptor.create()
590 * Ack. messed up debug/AST. Have to set proxy's tree adaptor; it's
600 * Rejiggered AST templates to propogate changes to tree adaptor
714 * Made debug tree adaptor deal with tokens conjured up during error recovery.
1630 tree adaptor returns a value Token object from getToken(treenode)
2014 * Made tree node streams use adaptor to create navigation nodes.
2986 * about a node except its type and text (obtained from the adaptor).
3008 * 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.
3010 public CommonTreeNodeStream(TreeAdaptor adaptor, Tree tree);