Searched defs:GetTokenType (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs192 public virtual int GetTokenType(string tokenName) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs217 public virtual int GetTokenType( string tokenName ) method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas447 function GetTokenType: Integer; function
507 property TokenType: Integer read GetTokenType;
543 function GetTokenType: Integer; 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; function
1252 function GetTokenType: Integer; override; function
1467 function GetTokenType: Integer; override; function
1802 function GetTokenType(cons
[all...]
H A DAntlr.Runtime.pas232 function GetTokenType: Integer; function
246 property TokenType: Integer read GetTokenType write SetTokenType;
518 function GetTokenType: Integer; function
621 property TokenType: Integer read GetTokenType write SetTokenType;
659 function GetTokenType: Integer; 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
[all...]

Completed in 1108 milliseconds