Home
last modified time | relevance | path

Searched refs:GetNilNode (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DAST.stg129 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
217 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
328 Root[<treeLevel>] := Adaptor.GetNilNode as I<ASTLabelType>;
DASTTreeParser.stg82 Root[<treeLevel>] := Adaptor.GetNilNode as I<ASTLabelType>;<\n>
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas322 Root0 := Adaptor.GetNilNode as ICommonTree;
323 Root1 := Adaptor.GetNilNode as ICommonTree;
433 NewChildren := Adaptor.GetNilNode as ICommonTree;
493 NewChildren := Adaptor.GetNilNode as ICommonTree;
511 NewChildren := Adaptor.GetNilNode as ICommonTree;
529 NewChildren := Adaptor.GetNilNode as ICommonTree;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas87 function GetNilNode: IANTLRInterface;
1273 function GetNilNode: IANTLRInterface; virtual; in GetNilNode() function
2808 function TBaseTreeAdaptor.GetNilNode: IANTLRInterface; in GetNilNode() function
4304 Exit(FAdaptor.GetNilNode);