Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas37 FANTLRString: TANTLRString;
145 FIANTLRString := TANTLRString.Create('foo');
172 FANTLRString := TANTLRString.Create('foo');
608 Locals['Z'] := TANTLRString.Create('Value Z');
610 Locals['x'] := TANTLRString.Create('Value x');
611 Locals['X'] := TANTLRString.Create('Value X');
616 Locals['X'] := TANTLRString.Create(
DAntlr.Runtime.Tree.Tests.pas2101 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'));
2125 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas104 TANTLRString = class(TANTLRObject, IANTLRString) class
440 constructor TANTLRString.Create(const AValue: String);
446 function TANTLRString.GetValue: String; in GetValue()
451 procedure TANTLRString.SetValue(const Value: String);
456 function TANTLRString.ToString: String; in ToString()
DAntlr.Runtime.pas5813 Result := TANTLRString.Create(X + Y);
6277 S := TANTLRString.Create(Text);
6285 S := TANTLRString.Create(Text);
6294 S := TANTLRString.Create(Text);
6303 S := TANTLRString.Create(Text);
6312 S := TANTLRString.Create(Text);
6320 S := TANTLRString.Create(Text);
6329 S := TANTLRString.Create(Text);
6338 S := TANTLRString.Create(Text);
6346 S := TANTLRString.Create(Text);
[all …]
/external/antlr/runtime/Delphi/
DREADME.TXT233 * IANTLRString (implemented in TANTLRString): a wrapper around a Delphi string