Here are the examples of the csharp api Antlr4.Runtime.ParserRuleContext.GetToken(int, int) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
661 Examples
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode Eof() { return GetToken(MessageScriptParser.Eof, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode CloseCode() { return GetToken(MessageScriptParser.CloseCode, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode OpenText() { return GetToken(MessageScriptParser.OpenText, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode OpenCode() { return GetToken(MessageScriptParser.OpenCode, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode Identifier() { return GetToken(MessageScriptParser.Identifier, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode IntLiteral() { return GetToken(MessageScriptParser.IntLiteral, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode MessageDialogTagId() { return GetToken(MessageScriptParser.MessageDialogTagId, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode CloseText() { return GetToken(MessageScriptParser.CloseText, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode SelectionDialogPatternId() { return GetToken(MessageScriptParser.SelectionDialogPatternId, 0); }
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode Text(int i) {
return GetToken(MessageScriptParser.Text, i);
}
19
View Source File : MessageScriptParser.cs
License : GNU General Public License v3.0
Project Creator : TGEnigma
License : GNU General Public License v3.0
Project Creator : TGEnigma
public ITerminalNode SelectionDialogTagId() { return GetToken(MessageScriptParser.SelectionDialogTagId, 0); }
See More Examples