Searched defs:TokenNames (Results 1 – 12 of 12) sorted by relevance
73 string[] TokenNames property
113 public ReadOnlyCollection<string> TokenNames property in Antlr.Runtime.MismatchedTokenException
901 public virtual string[] TokenNames property in Antlr.Runtime.BaseRecognizer
104 public ReadOnlyCollection<string> TokenNames { property in Antlr.Runtime.MismatchedTokenException
798 public virtual string[] TokenNames { property in Antlr.Runtime.BaseRecognizer
40 public interface TokenNames interface
119 const Twine TokenNames[] = { in main() local
90 public override string[] TokenNames { get { return DebugTreeGrammar.tokenNames; } } property in DebugTreeGrammar
95 public override string[] TokenNames { get { return ProfileTreeGrammar.tokenNames; } } property in ProfileTreeGrammar
118 public override string[] TokenNames { get { return DebugGrammarParser.tokenNames; } } property in DebugGrammarParser
122 public override string[] TokenNames { get { return ProfileGrammarParser.tokenNames; } } property in ProfileGrammarParser
934 property TokenNames: TStringArray read GetTokenNames; property