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

LexerChannelAction() public method

Constructs a new channel action with the specified channel value.
public LexerChannelAction ( int channel ) : Antlr4.Runtime
channel int /// The channel value to pass to /// /// . ///
return Antlr4.Runtime
        public LexerChannelAction(int channel)
        {
            this.channel = channel;
        }