Home
last modified time | relevance | path

Searched refs:GetTokenType (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas447 function GetTokenType: Integer; in GetTokenType() function
507 property TokenType: Integer read GetTokenType;
543 function GetTokenType: Integer; in GetTokenType() function
587 property TokenType: Integer read GetTokenType;
941 function GetTokenType(const TokenName: String): Integer;
1142 function GetTokenType: Integer; virtual; abstract;
1215 function GetTokenType: Integer; override; in GetTokenType() function
1252 function GetTokenType: Integer; override; in GetTokenType() function
1467 function GetTokenType: Integer; override; in GetTokenType() function
1802 function GetTokenType(const TokenName: String): Integer;
[all …]
DAntlr.Runtime.pas232 function GetTokenType: Integer; in GetTokenType() function
246 property TokenType: Integer read GetTokenType write SetTokenType;
518 function GetTokenType: Integer; in GetTokenType() function
621 property TokenType: Integer read GetTokenType write SetTokenType;
659 function GetTokenType: Integer; in GetTokenType() function
675 property TokenType: Integer read GetTokenType write SetTokenType;
1826 function GetTokenType: Integer;
1858 function GetTokenType: Integer; virtual;
1902 function GetTokenType: Integer; virtual;
3778 function TRecognizerSharedState.GetTokenType: Integer; in GetTokenType() function
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternParser.cs165 int treeNodeType = wizard.GetTokenType( tokenName ); in ParseNode()
DTreeWizard.cs217 public virtual int GetTokenType( string tokenName ) in GetTokenType() method in Antlr.Runtime.Tree.TreeWizard
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs141 int treeNodeType = wizard.GetTokenType(tokenName); in ParseNode()
DTreeWizard.cs192 public virtual int GetTokenType(string tokenName) { in GetTokenType() method in Antlr.Runtime.Tree.TreeWizard
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas1706 Wiz.Visit(T, Wiz.GetTokenType('B'), Visitor);
1723 Wiz.Visit(T, Wiz.GetTokenType('C'), Visitor);
1885 Wiz.Visit(T, Wiz.GetTokenType('B'), Visitor);
1902 Wiz.Visit(T, Wiz.GetTokenType('A'), Visitor);
1919 Wiz.Visit(T, Wiz.GetTokenType('B'), Visitor);
1936 Wiz.Visit(T, Wiz.GetTokenType('A'), Visitor);