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

Lines Matching refs:TreeAdaptor

415     property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor;
632 /// A TreeAdaptor that works with any Tree implementation
674 /// A TreeAdaptor that works with any Tree implementation. It provides
765 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor write SetTreeAdaptor;
918 /// In order to create nodes and navigate, this class needs a TreeAdaptor.
923 /// This class works in conjunction with the TreeAdaptor rather than moving
3755 Adaptor := (E.Input as ITreeNodeStream).TreeAdaptor;
3798 if (FInput.TreeAdaptor.GetChildCount(Look) = 0) then
3807 TokenType := FInput.TreeAdaptor.GetNodeType(Look);
3812 TokenType := FInput.TreeAdaptor.GetNodeType(Look);