Antlr4.Runtime.Atn.LexerChannelAction.Execute C# (CSharp) Method

Execute() public method

This action is implemented by calling Lexer.Channel with the value provided by Channel() .

public Execute ( Lexer lexer ) : void
lexer Lexer
return void
        public void Execute(Lexer lexer)
        {
            lexer.Channel = channel;
        }