Searched defs:TokenNames (Results 1 – 11 of 11) sorted by relevance
73 string[] TokenNames property
113 public ReadOnlyCollection<string> TokenNames property in Antlr.Runtime.MismatchedTokenException
899 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
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