• Home
  • Raw
  • Download

Lines Matching refs:TBaseTreeAdaptor

1261   TBaseTreeAdaptor = class abstract(TANTLRObject, IBaseTreeAdaptor, ITreeAdaptor)  class
1314 TCommonTreeAdaptor = class(TBaseTreeAdaptor, ICommonTreeAdaptor)
2678 procedure TBaseTreeAdaptor.AddChild(const T, Child: IANTLRInterface);
2684 function TBaseTreeAdaptor.BecomeRoot(const NewRoot, in BecomeRoot()
2714 function TBaseTreeAdaptor.BecomeRoot(const NewRoot: IToken; in BecomeRoot()
2720 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode()
2730 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode()
2739 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in CreateNode()
2750 constructor TBaseTreeAdaptor.Create;
2756 function TBaseTreeAdaptor.DeleteChild(const T: IANTLRInterface; in DeleteChild()
2762 function TBaseTreeAdaptor.DupTree(const T, in DupTree()
2786 function TBaseTreeAdaptor.DupTree(const Tree: IANTLRInterface): IANTLRInterface; in DupTree()
2791 function TBaseTreeAdaptor.ErrorNode(const Input: ITokenStream; const Start, in ErrorNode()
2797 function TBaseTreeAdaptor.GetChild(const T: IANTLRInterface; in GetChild()
2803 function TBaseTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount()
2808 function TBaseTreeAdaptor.GetNilNode: IANTLRInterface; in GetNilNode()
2813 function TBaseTreeAdaptor.GetNodeText(const T: IANTLRInterface): String; in GetNodeText()
2818 function TBaseTreeAdaptor.GetNodeType(const T: IANTLRInterface): Integer; in GetNodeType()
2823 function TBaseTreeAdaptor.GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID()
2835 function TBaseTreeAdaptor.IsNil(const Tree: IANTLRInterface): Boolean; in IsNil()
2840 function TBaseTreeAdaptor.RulePostProcessing( in RulePostProcessing()
2862 procedure TBaseTreeAdaptor.SetChild(const T: IANTLRInterface; const I: Integer;
2868 procedure TBaseTreeAdaptor.SetNodeText(const T: IANTLRInterface;
2874 procedure TBaseTreeAdaptor.SetNodeType(const T: IANTLRInterface;